]> icculus.org git repositories - divverent/darkplaces.git/shortlog
divverent/darkplaces.git
2008-06-15 divverentnew cvar sys_useclockgettime (default 0) that makes...
2008-06-11 divverentalso put svn revision (svnversion(1)) and build type...
2008-06-11 sajtFixed compile error in MSVC6 (its SDK is missing a...
2008-06-09 havoccheck if command is "remap" AFTER command is set to...
2008-06-09 havocparticle palette is now derived from the loaded palette...
2008-06-07 divverentdo NOT Host_StartVideo for a simple "cd remap"
2008-06-05 motorsepchanged bbox size for chase camera
2008-06-05 havocadd view_ofs before chase_active code, this should...
2008-06-05 motorsepadded support for Prophecy game and new cvar for chase cam
2008-06-01 divverentmake DP_SV_SPAWNFUNC_PREFIX an detectable extension
2008-06-01 divverentsome const fixes and type fixes found by gcc -combine
2008-06-01 divverenttiny DP extension: when a global named "require_spawnfu...
2008-05-28 divverentfix typo in r_textcontrast description
2008-05-24 divverentfix fog for scaled models (affects Nexuiz flags)
2008-05-23 havocgit-svn-id: svn://svn.icculus.org/twilight/trunk/darkpl...
2008-05-22 havocsimplified failed cubemap handling
2008-05-22 havocdon't try to free r_texture_whitecube just because...
2008-05-18 havocdon't try to send a svc_pointparticles or svc_trailpart...
2008-05-18 havocfix problem with glx mouse not grabbing in nexuiz menu
2008-05-18 havocaudit of fullscreengrab in VID_SetMouse, getting rid...
2008-05-18 havocfix return value of VM_strftime builtin, it was returni...
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-10 havocfixed bug where vid_dgamouse cvar broke support for...
2008-05-10 havocwarp mouse pointer every time it moves off-center inste...
2008-05-08 havocfixed drifting mouse pointer problems in menu
2008-05-08 havocdon't ungrab mouse in loading screens in fullscreen
2008-05-08 havocfix nexuiz menu mouse input by resetting in_mouse_x...
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocignore all potentially disruptive events when in fullscreen
2008-05-08 havocdefault in_client_mouse to true again to fix Nexuiz...
2008-05-08 havocmenu.dat needs to use mouse grab by default
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-05-07 havocadded some checks for the possibility of a map having...
2008-05-07 havoccentralized GL_VENDOR/GL_RENDERER/etc printing code
2008-05-07 havocbugfix for svc_particle colors
2008-05-07 havocchanged default gl_vbo from 1 to 3 to try to avoid...
2008-05-04 havocfix bug with rtlights on vertex texture blend surfaces...
2008-05-04 divverentfixes to "defer": Crash on Windows (non-ANSI C printf...
2008-05-04 havocremoved gl_workaround_mac_texmatrix cvar because it...
2008-05-04 havocanother attempt at identifying mac texmatrix bug
2008-05-04 havocchanged gl_workaround_mac_texmatrix to additionally...
2008-05-04 havocchanged behavior of gl_workaround_mac_texmatrix, revert...
2008-05-03 havocfurther attempt at workaround for Mac texmatrix bug,
2008-05-02 divverentsanitize nicknames that start with a 0x01 or 0x02 ...
2008-05-01 divverentre-add the multiplication by waterlevel for cls.protoco...
2008-04-30 divverentremove weird multiplication of water friction by 1...
2008-04-26 divverentExtend rcon_restricted_commands to contain more complex...
2008-04-23 havocadded gl_vbo 3 mode (which does not use EBO when firstt...
2008-04-22 divverentdownload system:
2008-04-22 divverentfix label sprites if r_waterstate.renderingscene
2008-04-22 divverentoops, exteriormodeltoclient is NOT a kind of attachment
2008-04-22 divverentfix CSQC crash bug with r_showbboxes; try to hide bogus...
2008-04-21 divverentglobally rename model_t to dp_model_t for OpenSolaris...
2008-04-21 divverentthis should fix some Solaris/NetBSD/OpenBSD compile...
2008-04-18 havocchanged cl_stainmaps to be a loadtime cvar which decide...
2008-04-18 havocchanged meaning of r_useportalculling 1 to only use...
2008-04-16 divverentload SHGetFolderPath from shfolder.dll dynamically...
2008-04-13 divverentfix "wrong ping times" issue once and for all (I don...
2008-04-12 havocadded gl_workaround_mac_texmatrix cvar to allow some...
2008-04-11 havocadded 1360x768 resolution (used by some TVs), slightly...
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-04-10 havocremoved unused R_Mesh_Draw_ShowTris
2008-04-10 havocpatch from esteel which moves icons to the right of...
2008-04-09 havocreload effectinfo.txt on each level
2008-04-09 havocremoved silly red dot on blood effects again
2008-04-08 havocfix loading of q1bsp submodel bounding boxes, especiall...
2008-04-08 havocpatch from esteel which swaps the address and player...
2008-04-07 havocadded con_completion_playdemo/timedemo/exec cvars,...
2008-04-06 havocfix div0's GL_BuildOrtho which break compilation on...
2008-04-03 divverenteliminate two calls to qglGetDoublev that possibly...
2008-04-01 havocrenamed Q3FACETYPE_POLYGON to Q3FACETYPE_FLAT
2008-04-01 havocdisabled QHOST by default (can be enabled with an edit...
2008-04-01 havocfixed Sys_Error popups in -dedicated console setup...
2008-04-01 havoccomment out a line to make the darkplaces.exe -dedicate...
2008-04-01 havocclean up a couple warnings
2008-03-30 havocpatch from Blub\0 which adds back the wrapping behavior...
2008-03-30 havocswap VF_SIZE_X and VF_SIZE_Y definitions to what they...
2008-03-25 havocimplemented r_refdef.view.isoverlay state, this corresp...
2008-03-25 havocin csqc set self to the client entity before calling...
2008-03-24 havocPatch from Qantourisc adding support for his 3D sound...
2008-03-24 havocmade cl_particles_quake mode more authentic
2008-03-24 havocimplemented better \ parsing, matching stock Quake...
2008-03-23 havocadded lingering blood and gunshot/spike particles to...
2008-03-23 havocfix stupid bug in \n and \r parsing
2008-03-23 havocuse \n parsing on globals in savegames
2008-03-23 havocadded r_drawfog cvar at esteel's request
2008-03-23 havocreenable the \r parsing for consistency sake
2008-03-23 havocdon't parse \ characters when reading sav files or...
2008-03-23 dreskAdded server QC function "movetypesteplandevent". ...
2008-03-20 havocpatch from Blub that adds the command "defer" which...
2008-03-20 havocpatch from Blub adding cprint (centerprint) console...
2008-03-20 havochow did boxready survive? oh well
2008-03-20 divverentdamn, I accidentally committed this with the last fix...
2008-03-19 divverentfix obvious bugs in r8214
2008-03-19 havocchanged use of infinite farclip to depend on 32bpp...
2008-03-19 havocenlarge q3bsp bounding box to include all geometry...
2008-03-18 divverentIt seems that 2.4 BSDmakefile is missing some SDL defin...
2008-03-16 divverentfix cmd again (fix by Blub and me)
next