]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2004-03-01 havocfixed SV_TouchAreaGrid to not crash if SV_IncreaseEdict...
2004-03-01 havocsafety checked lightmap access in Mod_Q1BSP_RecursiveLi...
2004-02-28 havocdefault a few cvars accordingly for GAME_TENEBRAE mode
2004-02-28 havocsupport angles on light entities
2004-02-28 havocsupport skin and pflags in light entity loader
2004-02-26 havocPF_traceline/PF_tracebox can now use world as the edict
2004-02-26 havocmade the static light built message a dprint
2004-02-26 havocTEU uses teu.rc, not quake.rc
2004-02-25 havocrenamed brush model pvs stuff to be in brush struct...
2004-02-25 havocMOVETYPE_BOUNCE change: an explosion above gibs will...
2004-02-25 havocenable MOVE_ values on PF_tracebox (already enabled...
2004-02-24 havocfixed black fullbrights on models in realtime mode
2004-02-22 havocfixed GL_Scissor call in rtlight code (apparently I...
2004-02-22 havocallow "rate" command to be executed on server when...
2004-02-22 havocfixed a possible crash in R_DrawCoronas (it was using...
2004-02-21 havoccleaned up R_RenderView setup code a bit, and shuffled...
2004-02-21 havoctimedemo now also prints min/avg/max fps
2004-02-21 havocadded rate limiting to player setup menu
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-02-21 havoccl_fakelocalping cvars now produce the specified ping...
2004-02-21 havocremove unused stripextension code
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-20 havocfixed loading of replacement frame images (it was strip...
2004-02-20 havocupgraded Image_CopyMux to be able to output constant...
2004-02-20 havocpossible improvement to infinite perspective matrix...
2004-02-20 havocremove the exec default.cfg call from the reset to...
2004-02-18 havocimproved error message for missing cubemap images,...
2004-02-18 havocnow loads each cubemap only once, no matter how many...
2004-02-18 havoccubemap filters for rtlights are now supported
2004-02-18 havocadded gl_lightmaps cvar (for looking at the raw lightma...
2004-02-18 havocfix some warnings
2004-02-17 havocreduced size of viewblend triangle from 64000 units...
2004-02-12 blackForgot to add a couple of return statements to a switch...
2004-02-11 blackFixed: Removed not needed variable.
2004-02-11 blackAdded some menu builtins and changed VM_registercvar...
2004-02-11 molivierAdded automatic unloading of unused sounds. The "silent...
2004-02-11 molivierCommented out some unused static functions in "ui.c...
2004-02-11 molivierUpdated the MinGW note according to the new makefiles
2004-02-11 molivierI forgot to add the new sound functions to "snd_null.c"
2004-02-10 havocchange joystick key numbers to start at 768 instead...
2004-02-10 havoccorrections and additions
2004-02-10 havocrecalculate farclip immediately before rendering, inste...
2004-02-10 blackThe mouse buttons now use the range 512 - 1023 and...
2004-02-10 molivierAdded a couple of function skeletons for the automatic...
2004-02-09 molivierThe test used in the FS_Read function to detect the...
2004-02-09 havocfix a particle trail bug with freshly spawned entities...
2004-02-09 havocchanged shader parsing to use strcasecmp just incase...
2004-02-09 havocfix video modes menu to not let you select the extra...
2004-02-08 havocadded Willis's dpmaster to list
2004-02-06 havoctrying to make this binary
2004-02-06 havocDOS line endings, and now marked binary (I hope)
2004-02-06 havocupdated readme
2004-02-06 havocincreased numverts/numtris/skinwidth/skinheight limits...
2004-02-06 havocrenamed r_shadow_shadows to r_shadow_dlightshadows...
2004-02-06 havocfixed Mod_Q3BSP_BoxTouchingPVS to handle unvised maps...
2004-02-06 havocrewrote PF_tokenize to not use memory allocations
2004-02-06 havocincreased size of ditherpattern texture to try to work...
2004-02-06 havocgl_texturemode should not affect TEXF_FORCENEAREST...
2004-02-06 warpThis is your key system, this is your key system after...
2004-02-03 havocoptimized BoxTouchingPVS code to no longer be recursive
2004-02-03 havocsupport tga's with incomplete colormaps (less than...
2004-02-03 havocadded some names for certain characters: ` backquote...
2004-02-02 coderjoedon't need to send WM_SETICON... just set the icon...
2004-02-02 havocfix misplaced extern S_UnblockSound
2004-02-02 blackDS_OK used instead of DD_OK
2004-02-02 coderjoeget msvc using the new icon
2004-02-02 havoccast the char array to unsigned short in the ToAscii...
2004-02-02 havocwinquake.h is gone, absorbed into the respective files...
2004-02-02 havocthanks to de-we for these great icons (I have not figur...
2004-02-02 havocfixing up rtlight handling a bit (now always runs the...
2004-02-02 havocthanks to Mathieu Olivier for these new makefiles
2004-02-02 havocfix a logic bug in EntLight handling (should have been...
2004-02-02 havocfixed sv_freezenonclients (now freezes time as well)
2004-02-02 havocforgot to init enterfrac2 in the TraceLineBrushFloat...
2004-02-02 havocadded trace.realfraction field which is now used for...
2004-02-02 havocadded sv_freezenonclients cvar, fixed the bug that...
2004-02-02 havocnow always uses glPolygonOffset, and collision brush...
2004-02-02 havocadded several BoxPlane comparison functions to find...
2004-02-02 havocchanged a lot of progs errors to warnings, and it print...
2004-02-01 havocreduced default r_lightningbeams_repeatdistance from...
2004-02-01 havocchanged Sys_Sleep from (void) to (int milliseconds...
2004-02-01 blackOnly one player list is displayed now. Moved it a littl...
2004-01-31 havochandle funky ToAscii values (shift/ctrl/alt sometimes...
2004-01-27 molivierSlight improvement in the way we include the strl{cat...
2004-01-27 molivierDon't allow a higher depth than the desktop when using...
2004-01-27 havocuse sys_ticrate timing on dedicated servers
2004-01-26 havocimproved handling of video mode failures
2004-01-24 havocchanged local server ports to 1 (server) and 2 (client...
2004-01-24 havocfix a severe bug with the checking of WSAStartup (basic...
2004-01-23 havocdisabled opening of ipv6 sockets since that code still...
2004-01-21 havocwrap angles on rotating pushers because large angle...
2004-01-21 molivierTransfusion update: renamed the mod directory to "baset...
2004-01-20 havoc-safe now implies -window and disables all GL extension...
2004-01-20 molivierAdded a check in the WAV loading code to make sure...
2004-01-19 havocignore visofs errors on leaf 0 (solid), thanks to Vic...
2004-01-19 havocchanged comment above FS_CreatePath
2004-01-17 havoc*** empty log message ***
2004-01-13 havocfixed a crash with r_lerpsprites 0 mode
2004-01-12 blackFixed findkeysforcommand hopefully.
2004-01-12 molivierAdded sound support to the NetBSD port. Most of the...
next