]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2006-06-06 molivierAttempt to fix speaker layout for 5.1 and 7.1 sound...
2006-06-06 molivierUse our usual defines for detecting the OS type
2006-06-04 molivierFixed the "nosound" cvar. Thanks to Willis for having...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-06-04 havoccl_bobmodel is now a saved cvar
2006-06-01 havocremoved TE_VORESPIKE, no idea how it came into existenc...
2006-05-30 havocdon't allow runaway loops caused by Con_Print during...
2006-05-30 havocfixed several crashes in video capture code when files...
2006-05-30 havocfix unintended use of alpha test on 2d graphics (hud...
2006-05-29 molivierUpdated Dev-C++ project files
2006-05-29 havocchanged color control menu correction value to 0.5...
2006-05-29 havocfixed repeated gamma ramp setting attempts in case...
2006-05-28 havocfix bug that caused constant gamma ramp setting in...
2006-05-28 havocdisable canjump check until it's fixed
2006-05-28 havocfurther tweaks to prediction
2006-05-28 havocfix a bug where dedicated servers might not respond...
2006-05-28 havocadded a few more GLSL shader program setting calls...
2006-05-28 havocadded sv_clmovement_* cvars to disable movement predict...
2006-05-28 havocno longer sets model->loaded if the model file was...
2006-05-27 havocremove an unused variable
2006-05-27 havoccentering of notify lines in nexuiz now ignores color...
2006-05-27 havoccenterprint no longer counts color codes when centering...
2006-05-26 havocdon't hexdump png images while reading them (why did...
2006-05-26 havocfix bug that was preventing rcon_address from working
2006-05-26 havocimplemented sv_gameplayfix_qwplayerphysics
2006-05-25 havocfix a typo
2006-05-25 havoctry not to kick players for supposed speed cheating...
2006-05-25 havocfixed sv_waterfriction code so it is now used
2006-05-25 havocadded sv_waterfriction, sv_airaccelerate, sv_wateraccel...
2006-05-25 havocpatch from div0 that allows loading new pak/pk3 archive...
2006-05-25 havocpatch from div0 that makes togglemenu support a paramet...
2006-05-25 havocchanged matchpattern to take a const char *
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-05-25 havocchanged qc profiling to use doubles instead of ints...
2006-05-25 havocincreased runaway jump count limit to 1000000000
2006-05-25 havoccalculate bounding box properly for psk models, and...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-25 havocfix crash when entering "color" command while playing...
2006-05-25 havocfix playback of demos after playing on a quakeworld...
2006-05-25 havocdisplay qw spectators as spectators on the scoreboard
2006-05-23 havocremove some r_render checks, and added an r_render...
2006-05-17 havoc471
2006-05-15 havocpatch from Dresk that adds a doom3-like "toggle" consol...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-05-12 havocundo something not meant to be committed yet
2006-05-12 havocfix two implicit conversions
2006-05-12 havocfix s->waterlevel = 0 and such
2006-05-11 havocremoved the clearing of the root bone in .psa animation...
2006-05-11 havocfix a warning
2006-05-10 havocredesigned skeletal model loading and rendering to...
2006-05-10 havocadded Vector4Set macro
2006-05-10 havocsome clean up of packet parsing
2006-05-10 havocsetinfo *ip on every network connection (currently...
2006-05-10 havocimproved setinfo handling so that quakeworld works...
2006-05-10 havocremoved all 3 uses of the brown-text message prefix...
2006-05-10 havocadded a comment
2006-05-10 havoccleanup of chat prefix character handling, this fixes...
2006-05-09 havocsignificantly reworked the cl_movement code, now predic...
2006-05-09 havocdon't shuffle servers around when pings come in later...
2006-05-09 havocdo q1bsp lighting checks starting with + 0.125 unit...
2006-05-08 havocsplit R_DrawTextureSurfaceList code into several functi...
2006-05-08 havocfix NUL termination issue on the test string by not...
2006-05-08 havocfixes to the test program
2006-05-08 havoclhnet fixes - now calls WSAStartup during LHNET_Init...
2006-05-08 havocfix really stupid bug in qw download code which was...
2006-05-01 havocfix bug with gl_combine 0 transparent water rendering...
2006-05-01 havocfix a type (description as part of value on r_textshadow)
2006-05-01 havocoptimized rtlighting passes by using RSurf_DrawBatch_Si...
2006-05-01 havocrestructured RSurf_DrawLightmap to become RSurf_DrawBat...
2006-04-30 havocchanged svc_setangle to cause interpolated turning...
2006-04-28 havoctreat AltGr key as ALT for bind purposes
2006-04-27 blackAdd _DrawQ_ProcessDrawFlag to clean-up the glblend...
2006-04-27 havocfixed fullbright support in glsl path
2006-04-27 sajtRemoved myself from all the todo items. I no longer...
2006-04-27 sajt*** empty log message ***
2006-04-26 havocadded proper liquidfriction support
2006-04-26 havocoptimized handling of decals, which increased timedemo...
2006-04-26 havoca simple optimization to particle allocation, increased...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-26 havocchanged back to 1 second intervals on fps math
2006-04-26 havocchanged the Cvar_Command: prints to developer.integer...
2006-04-25 havocreenabled support of find() with an empty string as...
2006-04-25 havocadded prvm_printfunction command which prints an assemb...
2006-04-25 havocsignificant optimizations to the progs interpreter...
2006-04-25 havocreenabled the 'stick in place if stuck in a solid'...
2006-04-20 havocchanged particle trail handling so that the TE_TEI_G3...
2006-04-20 havocadded keyup function for menu qc at Black's request
2006-04-20 havocreplaced rainsplash animation with just a single partic...
2006-04-20 havocdon't complain about shaders with no layers
2006-04-20 havocgrab mouse when using menu while watching demos (import...
2006-04-20 havocfix some model lighting bugs in the GLSL surface render...
2006-04-20 havocallow changelevel to stop demos (necessary for nexuiz...
2006-04-20 havocfix missing newline on unknown opcode warning in progs...
2006-04-20 havocrenamed scr_screenshot_gamma to scr_screenshot_gammaboo...
2006-04-20 havocoptimized LoadTGA to have fast paths for all formats...
2006-04-20 havocsignificant surface renderer optimizations
2006-04-20 havocadded GL_AlphaTest function to enable/disable GL_ALPHA_TEST
2006-04-19 havocprecache scoreboard title, intermission pics, and final...
2006-04-19 havocremoved the flawed detection of modelspace deluxemaps...
next