]> de.git.xonotic.org Git - xonotic/darkplaces.git/shortlog
xonotic/darkplaces.git
2002-09-11 havocwhitespace
2002-09-11 havoccheck for -safe
2002-09-11 havocR_SetSkyBox now takes a const char *
2002-09-11 havocwhitespace
2002-09-11 havoccheck for -safe
2002-09-11 havocwhitespace
2002-09-11 havoccheck for -safe
2002-09-11 havocBoxOnPlaneSideFunc code - gone, replaced by BoxOnPlaneSide
2002-09-11 havocmajor speed gain in cavetest2 by checking if the portal...
2002-09-11 havocmemheaders are now doubly linked, so Mem_Free goes...
2002-09-10 havoccorrected an error message in .lights code
2002-09-10 havocno need to update lightmaps if using r_vertexsurfaces
2002-09-10 havocoptimizing R_DrawSurfaces and WorldNode functions
2002-09-10 havocenable optimizations again (oops)
2002-09-10 havocsurfaces are now texture sorted rather than shader...
2002-09-10 havocfixed combine overbright behavior
2002-09-09 havocexpanded console buffer from 16k to 128k, and changed...
2002-09-09 havocfixed typo
2002-09-09 havocsvs.clients is now allocated dynamically according...
2002-09-09 havocremoved modelsortedsurfaces
2002-09-06 havocmempools now have sentinel checks, for completeness
2002-09-06 havocwhitespace cleanup
2002-09-06 havoctransform matrix is now separate from R_Mesh_State...
2002-09-06 havocnow uses hardware transforms
2002-09-06 havoccorrected function names reported in various backend...
2002-09-06 havocvertex arrays renamed to varray_ and exposed to rest...
2002-09-05 havoccurrenttriangle and currentvertex no longer exist,...
2002-09-05 havocsurfvertex_t is gone, in it's place are non-interleaved...
2002-09-05 havocmoved state update from R_Mesh_Render to R_Mesh_Draw_Ge...
2002-09-05 havocbuf_mesh is no longer a pointer, since there is only...
2002-09-05 havocadded r_surfaceworldnode and r_cullsurface cvars (it...
2002-09-05 havocadded getsurfaceclippedpoint builtin
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-09-02 havocyou can now open/close the console independently of...
2002-09-02 havocmake sure zFar is at least 64 units to avoid feeding...
2002-09-02 molivierUpdated Transfusion map list
2002-09-01 havocdon't allocate resizebuffer for an R_Upload that doesn...
2002-09-01 havocfree texture processing buffers each frame so they...
2002-09-01 havocreduced default max particles from 16384 to 8192
2002-08-31 havocimproved pr_fields command to list how many entities...
2002-08-31 havocremoved console text left/right edge margins (giving...
2002-08-30 havocweapon models were not being lit in maps using .lights
2002-08-30 havoccommented out bit-hacking 1/sqrt code
2002-08-30 havocconsistency cleanup of a (disabled) part of Invert_Simple
2002-08-30 havocMSVC updated the project file, why I'm not sure, oh...
2002-08-30 havocchanged to use C runtime library DLL instead of static...
2002-08-30 havocfixed models getting dark in the distance when fogged...
2002-08-30 havocfixed bug which caused all models to be untextured...
2002-08-30 havocdraw models which have no textures using the notexture...
2002-08-30 havocsupport for loading external skins that don't exist...
2002-08-29 havocfixed viewmodel (it wasn't drawing because it's matrix...
2002-08-29 havocfixed crash when ent->skinnum >= model->numskins
2002-08-29 havocspeed gain in lightmap updates
2002-08-28 havocoptimizations to rendering
2002-08-28 havocfix various fog bugs, and also fix missing colormap...
2002-08-28 havocno more m.transparent, transparent surfaces are sorted...
2002-08-28 havocadded lighting options (and explosion clipping) to...
2002-08-28 havocmost of the framework for hardware accelerated transfor...
2002-08-28 havocgot rid of dlightradius variable which was never actual...
2002-08-27 havocliquid now goes through meshqueue sorting
2002-08-27 havocforgot a m.transparent = in the last commit, and remove...
2002-08-27 havocgot rid of lots of unnecessary m.transparent = lines...
2002-08-27 havocengine mostly converted to use R_MeshQueue functions...
2002-08-26 molivierAdded a new cvar sv_echobprint which controls the print...
2002-08-26 molivierFixed a potential buffer overflow in Con_DebugLog
2002-08-26 havocrenamed mesh_ variables to gl_state. (created a struct...
2002-08-25 havocgot rid of R_Mesh_Draw and R_Mesh_DrawPolygon, now...
2002-08-25 havocbatching is gone.
2002-08-25 havocmonster movement interpolation now works in both protoc...
2002-08-24 havocdetail texturing added (although with just one generate...
2002-08-23 havocremoved check for registered.integer in GAME_NORMAL...
2002-08-23 molivierFinally got rid of the last TRANSFUSION define (the...
2002-08-22 havocadded DP_SV_SLOWMO to extensions list
2002-08-22 havocmade stains more small and focused
2002-08-22 havocworkaround for gcc -funroll-loops bug with RLE compress...
2002-08-22 molivierDisabled crosshair during intermission
2002-08-21 molivierFixed GetModuleFileName call
2002-08-21 molivierRefixed COM_StripExtension :oP
2002-08-21 havocthis should fix the program name in com_argv[0], so...
2002-08-21 havocchange default com_basedir to "." to fix the game when...
2002-08-21 molivierFixed COM_StripExtension for strings without a single dot
2002-08-21 molivierStatic/floating crosshair is now an option controled...
2002-08-21 havocno more warping meshs of any kind
2002-08-20 havoccorrected spelling of alorgithm
2002-08-20 havocfixed menu player colormapping
2002-08-20 havocchanged color command description to mention it is...
2002-08-20 havocgot rid of host_parms
2002-08-20 havocgot rid of host_parms.argc and argv, now uses com_argc...
2002-08-20 havoccleaned up and merged a lot of sys_*.c code into sys_sh...
2002-08-20 havoccentered Sbar_IntermissionOverlay
2002-08-20 havocsys_usetimegettime is now initialized at a place where...
2002-08-17 havocremoved fxmesa support (3dfx svgalib) because no one...
2002-08-16 havocupdate client color values when new values are recieved...
2002-08-16 havocSV_ChangeTeam now actually gets called with the right...
2002-08-16 havocreformatted and updated extensions list
2002-08-16 havocfix alignment of frag list, it is now centered
2002-08-16 havocchanged GL_MATRIX_MODE check to GL_PROJECTION, and...
2002-08-15 havoconly warn about time stepping backwards if it's more...
2002-08-15 havocadded support for .colormap values >= 1024 in QC to...
2002-08-15 havoccvar_vars is no longer known by files other than cvar...
next