5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 10 minutes ago. based on code collected 11 minutes ago.
May 30, 2024 — May 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
menus with help box at the bottom of the screen, press space to enlarge it, "zooming idea" (c) (tm) (r) by Cokeman patent no. 31337 More... over 18 years ago
added some more advanced/basic settings, see if you like johnny. Also I dont know if we have amf_* or cl_drawgun (r_drawviewmodel maybe?) so i put comments for you to look at. Also added demo pause/play/stop in binds section. More... over 18 years ago
menus support basic/advanced settings differentiation More... over 18 years ago
rewrote controls menu (binds) into settings_page system; testing would be good More... over 18 years ago
Someone on mac must check it! More... over 18 years ago
BUGFIX: Sys_fullpath() which affect demobrowser(empty file list), help and something also. More... over 18 years ago
jogi made some fixes to mvd autotrack More... over 18 years ago
ouch, ignore it More... over 18 years ago
forget mention, code stolen from FTE project. More... over 18 years ago
Added jpeg loading support. However libs/jconfig.h seems to be broken, and did't let jpeg load, at least this is so on my linux. If I replace this file from my /usr/include all working ok. More... over 18 years ago
added jpeg loading support, so this file is needed More... over 18 years ago
Added back evdev mouse in linux. Ane related vars, in_mouse 3, mean using evdev, in_mmt 1 mean use thread for mouse, in_evdevice /dev/input/event* specifie device to listen, where * is some num. Cmd line is not supported. More... over 18 years ago
New skybox size calculation that uses the depth buffer slightly more efficiently More... over 18 years ago
Linux related changes. Var in_dgamouse removed. in_mouse now take next values: 0 - nomouse, 1 - dga mouse, 2 - normal mouse. added command /in_restart More... over 18 years ago
-condebug may take param in linux too More... over 18 years ago
(c) LordHavoc: making the close button on a window do the right thing More... over 18 years ago
fix some warnings More... over 18 years ago
Johny, is this ok or ur forget/unfinish something? I suppose that just "smart" gcc warnings. More... over 18 years ago
added sys_yieldcpu for linux, gives me playable windowed mode, good thing imo. Btw values is not just 0 or 1 but just some positive integer value, which mean sleep in microseconds but even value 1 gives good results. More... over 18 years ago
BUGFIX: on linux was broken: int isAltDown(void) int isCtrlDown(void) int isShiftDown(void). More... over 18 years ago
BUGFIX: on linux was broken: int isAltDown(void) int isCtrlDown(void) int isShiftDown(void). More... over 18 years ago
Someone, fix mac input. I talk about int isAltDown(void) int isCtrlDown(void) int isShiftDown(void). More... over 18 years ago
Linux vid_restart, initial... More... over 18 years ago
GLDebug needs to be compiled first since gas2masm doesn't seem to be compiled in release mode, so it won't work if you don't have gas2masm.exe already.
cokeman
as cokeman1982
More... over 18 years ago
Change default value of scr_centerSbar to 1 More... over 18 years ago
1. With the new sky rendering, we don't need to subdivide sky polygons anymore 2. Change default gl_subdivide_size to 64 (from 128), and tweak EmitWaterPolys() so that the water now looks almost exactly as in software More... over 18 years ago
Non-distorted classic Quake sky from ZQuake More... over 18 years ago
r_mode --> gl_mode; r_displayRefresh --> vid_displayfrequency More... over 18 years ago
Fix new tab completion, which was broken by addition of Unicode support More... over 18 years ago
linux do not have this yet More... over 18 years ago