]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
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...
2004-01-12 molivierRemoved a few warnings when compiling with MinGW
2004-01-12 havocdon't try to upload distorttextures if the texture...
2004-01-11 blackAdded the findkeysforcommand builtin to the menu qc...
2004-01-11 blackHopefully finished the core of the new ui.
2004-01-07 havocrewrote COM_ParseToken and COM_ParseTokenConsole to...
2004-01-07 havocfix a bad bug in developer printing of out of bounds...
2004-01-01 knghtbrdINCOMPLETE SDL video support (don't use it!) No input...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
2004-01-01 havocadded c_nodes, c_leafs, and c_faces increments in q3bsp...
2004-01-01 havocsorry Mathieu, can't use va() in filesystem code, not...
2004-01-01 havocfix a missing ; from knghtbrd's commit
2004-01-01 knghtbrdMoved an extern to the proper header.
2004-01-01 knghtbrdMoved cl_available definition to vid_shared.c
2004-01-01 havocnow runs scripts at startup differently - runs scripts...
2004-01-01 havocfixed the complaints about missing sounds (no longer...
2003-12-31 knghtbrdMore MacOS X stuff. The correct test for MacOS X in...
2003-12-31 havocmake sure client ports are opened before trying to...
2003-12-31 havocdon't even try to support XF86DGA stuff on Mac
2003-12-31 havocfix a thinko in big endian support (forgot to use defin...
2003-12-30 molivierFactorized the file searching algorithm in the FS code...
2003-12-29 havocupdated sv_masterextra1 to point to the newer master...
2003-12-29 havocchanged nexuiz hud to display a different (more minimal...
2003-12-29 havocadded GAME_SOM (and its hud), and shuffled some hud...
2003-12-28 havocfixed bug with falling (not on ground) MOVETYPE_STEP...
2003-12-28 havocmade TryUnstick failure a DPrintf (like TryUnstick...
2003-12-28 havocadded ogg.o to WGL exe build
2003-12-28 havocfix a thinko on clip.trace.ent = sv.edicts (it should...
2003-12-28 havocfixed fiends jumping through player bug, huge thanks...
2003-12-28 havocimproved support for q3map2 lights (added fade and...
2003-12-27 molivierSimple Ogg Vorbis support (no streaming: the file is...
2003-12-26 havocmade an annoying cbox message that I had forgotten...
2003-12-24 havocfix a bug with using the wrong trace end variable in...
2003-12-24 havocpatched up some compiler warnings in incomplete code
2003-12-24 havocadded a bunch more COLLISIONPARANOID code trying to...
2003-12-24 havocadded "sv_saveentfile" command to allow easy dumping...
2003-12-24 havocfixed cloud layers in quake sky loading
2003-12-23 blackFast commit before Im off for 10 days. Please correct...
2003-12-20 blackAdded the cvar sbar_alpha.
2003-12-20 blackPR_SetString and PRVM_SetString now point to pr_strings...
2003-12-19 blackAdded the console commands edictset and prvm_edictset.
2003-12-19 blackFixed the crash that occured when the commandline got...
2003-12-18 molivierRemoved a potential buffer overflow and factorized...
2003-12-17 blackminor, minor change to Host_Init - the loading plaque...
2003-12-17 havocfixed a bug with high framerate (or low speed) rotating...
2003-12-17 molivierFixed AK version of the FS code, it should now behave...
2003-12-16 havocfix a filesystem directory listing bug in FS_Search
2003-12-16 havocrewrote FS_Search, hopefully it will work better now...
2003-12-16 blackAdded the togglemenu command for both menus and the...
2003-12-16 havocadded cvar_string extension at the request of Paul...
2003-12-15 molivierAudio CD support for NetBSD; it also compiles on OpenBS...
2003-12-12 molivierRemoved redundant definitions in cd_linux.c
2003-12-12 havocmade sure EF_FULLBRIGHT works on everything (bmodels...
next