]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2004-08-07 molivierImproved sound resampling. It can handle sounds up...
2004-08-06 havocrearranged SCR_UpdateScreen, now puts 2D graphics in...
2004-08-06 havocadded DP_QC_MULTIPLETEMPSTRINGS extension (thanks to...
2004-08-05 havocthis patch adds a number of stereo viewing modes (shutt...
2004-08-03 blackChanged S_LocalSound to play multiple sounds at a time.
2004-08-02 tomazAdded CTRL+V paste into the console for win32 users.
2004-08-02 molivierPut all gamemode information (name, game dir, ...)...
2004-07-27 havocremoved particle compacting stage, this fixed all ...
2004-07-26 havocremoved gl_delayfinish cvar as it's now a speed loss...
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-07-23 tomaz*** empty log message ***
2004-07-23 tomaz*** empty log message ***
2004-07-22 molivierAdded 3 new QuakeC extensions: DP_SND_DIRECTIONLESSATTN...
2004-07-22 molivier*** empty log message ***
2004-07-22 havoc*** empty log message ***
2004-07-21 molivierFixed a warning when compiling with GCC (missing type)
2004-07-20 molivierUpdated Transfusion map list for version 1.1 beta3
2004-07-20 molivierFixed the sliders and the toggles in the options menu
2004-07-17 tomazadded graphics options menu and put realtime lighting...
2004-07-17 tomazadded r_editlights_editall command, same as _edit but...
2004-07-17 tomazmade gl_texture_anisotropy take effect immediately...
2004-07-17 tomazFixed a color bug that made realtime lights to be sever...
2004-07-16 black-Added SDL cd playing support (though not all functions...
2004-07-15 havoccleaned up EntityState code somewhat, added beginnings...
2004-07-15 black-Added SDL sound support (still needs a bit debugging...
2004-07-14 black-Added the preprocessor constant USE_DSOUND.
2004-07-14 havoc*** empty log message ***
2004-07-14 havoc*** empty log message ***
2004-07-12 black-The mouse wheels now work in Windows (now button press...
2004-07-11 coderjoeAdd OpenQuartz support, provided by Toddd.
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-07-10 blackFixed a bug in the menu.
2004-07-06 molivierRemoved the functions "S_RawSamples_*" and "S_ResampleB...
2004-07-06 havocUSETEXMATRIX is now a #ifdef rather than a #if
2004-07-05 molivierFixed a crash when using "-nosound"
2004-07-05 havoc*** empty log message ***
2004-07-02 molivierOops. Forgot to remove "wavefile.[ch]"
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-06-26 blackAdded support for my experimental ng menu(qc).
2004-06-25 blackAdded the cmd prvm_global <program> <global> which...
2004-06-25 molivierFixed partially the sound code for DP video captures...
2004-06-24 molivierDP now handles correctly demos containing "svc_disconne...
2004-06-23 molivierRemoved unused functions S_AmbientOff and S_AmbientOn...
2004-06-23 molivierOops. I involuntary changed the default Linux sound...
2004-06-23 molivierA couple of minor simplifications in the screenshot...
2004-06-16 molivierAdded support for Dev-C++, a MinGW32 IDE <http://www...
2004-05-26 havocTomaz renamed r_picmip to gl_picmip, r_max_size to...
2004-05-26 havoc*** empty log message ***
2004-05-26 havocTomaz fixed key repeats in the console
2004-05-23 havocnow reloads rtlights only when map changes, not rendere...
2004-05-22 havoc*** empty log message ***
2004-05-22 havoc*** empty log message ***
2004-05-22 havocHost_Name_f now validates player names, stripping ...
2004-05-22 havocsort
2004-05-22 havoc*** empty log message ***
2004-05-22 havocadded sv_gameplayfix_grenadebouncedownsteps, sv_gamepla...
2004-05-22 havocrtlights were crashing when there's no vis in a q3bsp
2004-05-22 havocforgot to sort the todo
2004-05-22 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havoc*** empty log message ***
2004-05-21 havocTomaz renamed r_shadow_polygon* cvars to r_shadow_shado...
2004-05-21 havocTomaz made Mem_Free only clear if developer is on,...
2004-05-21 havocTomaz renamed cl_fake* networking cvars to cl_net*
2004-05-21 havocTomaz made the progs/bolt.mdl and progs/bolt2.mdl loadi...
2004-05-21 havoc*** empty log message ***
2004-05-21 havocTomaz fixed the name timer glitch which caused blank...
2004-05-21 havocTomaz added r_skyscroll1/2 to the menu
2004-05-21 havochandle sky scroll wrapping better
2004-05-21 havocTomaz implemented r_skyscroll1/2 cvars to control sky...
2004-05-21 havocTomaz implemented the vid_pixelaspect patch provided...
2004-05-20 havocadded GAME_NEOTERIC
2004-05-20 havoc*** empty log message ***
2004-05-20 havocchanged Son of Man's data directory to sonofman, as...
2004-05-20 havocGL_TransformToScreen now properly calculates out[2...
2004-05-20 havoc*** empty log message ***
2004-05-20 havocTomaz made cl_avidemo screenshot saving use no mallocs
2004-05-20 havocTomaz cleaned up some double ;; lines (strange stuff)
2004-05-20 havocTomaz optimized the cl_avidemo mode by making it keep...
2004-05-19 havoc... actually 16 looks better as a start size
2004-05-19 havocupdated cl_explosions_size_start and cl_explosions_size...
2004-05-19 havocrestructured parts of explosion code
2004-05-19 havocmoved screenshot base name stuff to common.c, out of...
2004-05-18 havocTomaz changed skybox rendering/loading to flip skyboxes...
2004-05-18 havocTomaz fixed Image_CopyMux
2004-05-18 havocnew optimized Image_CopyMux is broken, disabled until...
2004-05-18 havocTomaz added support for loading a cubemap as skybox
2004-05-18 havocTomaz fixed black models in unlit maps
2004-05-18 havocTomaz patch to implement controllable fade rate in...
2004-05-18 havocVic optimized Image_CopyMux
2004-05-18 havocmerged RSurfShader_Water_Callback and RSurfShader_Wall_...
2004-05-18 havocallow drawing coronas fainter than 1 (it was checking...
2004-05-18 havoc*** empty log message ***
2004-05-18 havocseparated rtlight (light[]) settings from normal glow...
2004-05-17 havocTomaz added lightning settings to effects options menu
next