]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2005-08-10 blackFixed alias parsing and added support for $* which...
2005-08-10 havocrenamed r_shadow_geforcefxlowquality to r_shadow_usehal...
2005-08-08 blackRemove a call to ResetProg from ShutdownServer, so...
2005-08-08 havocadd DP_ENT_COLORMOD extension to extension lists
2005-08-08 havocfix the commandline option documentation of The Hunted...
2005-08-08 havocchange name of VorteX's netherworld mod
2005-08-02 havocfix a signed/unsigned comparison warning
2005-07-30 black-Changed a call to VariableString with FindCvar.
2005-07-19 blackMoved the $cvar parser to Cmd_TokenizeString.
2005-07-19 black-Added $parameter parsing to the alias and $cvar parsin...
2005-07-13 tomazFixed a bug by me regarding the filesize of the embedde...
2005-07-13 havocdraw [] brackets on the top 4 frags display before...
2005-07-10 havocturned Mod_CheckLoaded into a #define
2005-07-10 knghtbrdFix the makefile not to use the unused gl_models.c
2005-07-10 havocremove unused gl_models.c file
2005-07-10 havocuse *64.dll instead of *.dll on win64, this way we...
2005-07-08 havocremove TEXF_CLAMP on skins
2005-07-08 havocreduce TRIANGLEEDGEHASH from 16384 bins to 8192 to...
2005-07-06 havocmove sv.active = true; up to fix a VM_bprint warning
2005-07-05 havocchanged qfile_t->buff_ind and qfile_t->buff_len to...
2005-07-05 havocfix a warning
2005-07-05 havocmore warning fixes
2005-07-05 havocuse 32bit fs_offset_t on windows (even win64 doesn...
2005-07-05 havocmade packfile_t (describes a file in a pack) use fs_off...
2005-07-05 havocadded a #define DIRECTINPUT_VERSION to hush warnings...
2005-07-05 blackfix VC 6 not supporting DWORD_PTR.
2005-07-05 havocmore warnings fixed
2005-07-05 havocmore fixes
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 blackfixed some conversions
2005-07-05 havocstomping more size_t warnings
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocchanging some things back to size_t
2005-07-05 havocmore size_t
2005-07-05 havocuse size_t less
2005-07-05 havocmore size_t
2005-07-05 havocuse size_t even more
2005-07-05 havocuse size_t more
2005-07-05 havocchanged some things to size_t to reduce warnings on...
2005-07-05 havocmade FS_WriteFile's len parameter size_t to fix some...
2005-07-04 havocfix problems with missing cubemap textures in GLSL
2005-07-04 havocfix a crash when doing vid_restart or r_restart with...
2005-07-04 havocfix a typo
2005-07-04 havocdefault developer_texturelogging to 0, don't know why...
2005-07-04 havocallow escape to togglemenu when in fullscreen console
2005-07-04 tomazFixed it so vertical syns is applied correctly at init.
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-07-03 havocfix bug that made pants/shirt not render in rtlighting...
2005-07-03 havocdon't print PRVM_NAME in each dprint call, it looks...
2005-07-02 havocfix bug in parsing PROTOCOL_DARKPLACES1/2/3/4 angles
2005-07-02 havocfix Black's mistake of using 'long' (32bit/64bit depend...
2005-07-02 havocfix a problem with shadows being cut short from models...
2005-07-02 havocchanged two comments from saying long to int
2005-07-01 havocallow multiple lightning beams owned by world
2005-07-01 havocforbid world writes after precache stage (without using...
2005-07-01 havocchanged shadow projection length to use model->radius...
2005-06-29 havocstop searching for a server port when one is found
2005-06-29 havocadded knownstrings_freeable array to prog struct so...
2005-06-28 havocdefault offsetmapping off (as it messes up model skins)
2005-06-28 havoc374
2005-06-28 black-Added sv_playerphysicsqc to control whether the qc...
2005-06-28 havocpatch from christian holmberg to make XK_section key...
2005-06-28 havocremoved r_editlights_rtlightssizescale and r_editlights...
2005-06-27 havocincreased server browser viewlist limit (was 128) to...
2005-06-26 black-"add color code to start of chat message to prevent...
2005-06-26 havocremoved "%s changed model to %s" message on .playermode...
2005-06-25 havocq3 shader parser was not supporting alphatest (promoted...
2005-06-22 havocremoved SV_SetOnGround, this cures the bunnyhopping...
2005-06-22 havocchanged a lot of Host_Error calls to Con_Printf or...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-06-20 havocremoved winding.[ch] files from dsp files
2005-06-20 havocremoved winding.[ch] as they were not used
2005-06-19 havocremoved two unused Key_Event implementations (which...
2005-06-19 havocchanged keydown[] from unsigned int holding key repeat...
2005-06-19 havocremoved keydown[] and renamed key_repeats[] to keydown...
2005-06-19 havoccleaned up Key_Event, this changed toggleconsole bind...
2005-06-19 havocremoved shift_down variable, use keydown[K_SHIFT] instead
2005-06-19 havocbetter detection of model load failures in viewmodel...
2005-06-19 havocdon't complain about missing bolt3/beam models
2005-06-19 havocremoved 3 unused variables
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
2005-06-19 havocremoved CL_InitTEnts function, moved its contents ...
2005-06-19 havocbefore calling SetNewParms qc function, set self to...
2005-06-19 havocremove unused frametime calculation
2005-06-16 havocreplace control characters (such as newline) with _...
2005-06-15 tomazFixed the embedded lhfont some more.
2005-06-15 havocuse sdl-config --static-libs on Mac
2005-06-15 tomazAdded saving of gfx/generated_conchars.tga
2005-06-15 havocprint a different fopen message if it failed
2005-06-15 havocadded debug prints to FRIK_FILE fopen/fclose builtins
2005-06-14 havocstrlwr does not exist on Linux
2005-06-14 black-reconnect wont work if being called from the console...
2005-06-14 havocattempting to make darkplaces able to compile as 32bit...
2005-06-13 tomaz373
2005-06-13 tomazAdded gl_picmip slider and r_restart button to Graphics...
2005-06-13 tomazadded -demo and -demolooponly options. -demo starts...
2005-06-13 havoc376
2005-06-13 havocfix two signed/unsigned mismatch warnings reported...
2005-06-12 blackFixed a VC runtime assertion caused by wishdir not...
2005-06-11 black-The new Key_Event is enabled by default now and Ive...
next