2003-08-09 |
havoc | patch supplied by Toddd |
commit | commitdiff | tree | snapshot |
2003-08-09 |
havoc | change GAME_BATTLEMECH gamedir to "base" (patch supplie... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
havoc | redesigned blood effects (now looks like droplets until... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
havoc | fixed loadgame bug with edict references to later edict... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-08 |
havoc | fixed compile errors |
commit | commitdiff | tree | snapshot |
2003-08-08 |
havoc | sample implementation of QC replacement physics (alread... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
havoc | reverted noclip movement to quake behavior (commented... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
havoc | multiplayer-only games (Transfusion and so on) now... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
havoc | fix a warning |
commit | commitdiff | tree | snapshot |
2003-08-07 |
havoc | simulated packet loss (cl_fakepacketloss_receive, cl_fa... |
commit | commitdiff | tree | snapshot |
2003-08-07 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-07 |
havoc | sigh, one more thing I forgot to commit :( |
commit | commitdiff | tree | snapshot |
2003-08-06 |
havoc | working code is better than broken code |
commit | commitdiff | tree | snapshot |
2003-08-06 |
havoc | upgraded network protocol to DPPROTOCOL_VERSION4 -... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-06 |
havoc | optimized polygon collision code a bit (optimized node... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
havoc | added MOVE_WORLDONLY movement type |
commit | commitdiff | tree | snapshot |
2003-08-03 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-08-03 |
havoc | fix skin loading on mdl (and probably md2) models by... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
havoc | corrected a few LittleLongs to LittleFloat in md3 loadi... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-31 |
havoc | simplified dlight fading code |
commit | commitdiff | tree | snapshot |
2003-07-28 |
havoc | added code for protocol 4, not hooked up or tested |
commit | commitdiff | tree | snapshot |
2003-07-28 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-28 |
havoc | I hope this fixes tags on md3 models, but I don't have... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
havoc | fix setattachment (it was setting tag_index to i, shoul... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
havoc | disable -Werror because it makes a mess of releases... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
havoc | remove an unused variable (and kill the one incorrect... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
havoc | added MAX_PACKETFRAGMENT to limit size of reliable... |
commit | commitdiff | tree | snapshot |
2003-07-27 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | missing ) |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | changed .skin loading behavior to compare mesh name... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | report if skins are missing in SkinFiles system |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-26 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-25 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-25 |
havoc | marked a couple done, and sorted |
commit | commitdiff | tree | snapshot |
2003-07-25 |
havoc | added DP_GFX_SKINFILES and DP_GFX_QUAKE3MODELTAGS exten... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
havoc | support for %s_%i.skin files on alias models (I.E.... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | removed gl.h from the list |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | wsipx.h is not needed anymore, removed from the list |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | a correction about mingw makefile |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | added Battlemech (thanks to Todd for submitting the... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | md3 tag attachments (implemented but untested), also... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | cleaned up quit message system, now GAME_GOODVSBAD2... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | a little more explanation of shadow edge code |
commit | commitdiff | tree | snapshot |
2003-07-24 |
havoc | quite possibly the smallest ever commit - deleting... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
warp | Kill an unused increment. |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | now loads md3 tags |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | fixed TE_BLOOD2 (by making it go away, it was not used... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | collision code cleanups (model->brush.TraceBox is now... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | get rid of bobbing when dead |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | added VectorLerp |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | added Q2 and Q3 contents flags |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | viewmodels should not emit dlights (they spawn around... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | gl_flashblend 1 now disables model dlighting like it... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | fix major editing mistake in Mod_LoadSkinFrame (it... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | add a couple Mem_CheckSentinelsGlobal calls to loadimag... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | use proper string for conn->address when accepting... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | expose the developer_memory and developer_memorydebug... |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | two more dpzoo items |
commit | commitdiff | tree | snapshot |
2003-07-22 |
havoc | thanks to Tomaz for pestering me about the fact his... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | more changes |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | some more battlemech related todo items |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | added a battlemech bug report |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | fix an error in a last minute change (was using maxcont... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | skip over NULL sockets in cl_sockets and sv_sockets... |
commit | commitdiff | tree | snapshot |
2003-07-21 |
havoc | patch up some major cracks in the armor of the function... |
commit | commitdiff | tree | snapshot |
2003-07-20 |
havoc | marked gl_texturemode bug as done (apparently I fixed... |
commit | commitdiff | tree | snapshot |
2003-07-19 |
havoc | added SV_PointContents |
commit | commitdiff | tree | snapshot |
2003-07-19 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-18 |
havoc | thanks to Tomaz for updating the project files |
commit | commitdiff | tree | snapshot |
2003-07-18 |
havoc | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2003-07-18 |
havoc | finally I decided to commit my todo list, for whoever... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
havoc | now loads q3 bsp (but can't render it or collide with... |
commit | commitdiff | tree | snapshot |
2003-07-17 |
havoc | moved all type-specific model fields to respective... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
havoc | turn down optimizations to -O2 because some versions... |
commit | commitdiff | tree | snapshot |
2003-07-15 |
havoc | increase number of digits for memlist reports |
commit | commitdiff | tree | snapshot |
2003-07-15 |
havoc | jpeg screenshot support in cl_avidemo recording |
commit | commitdiff | tree | snapshot |
2003-07-14 |
havoc | added r_lightning.c to move the lightning beam renderin... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
havoc | now reports resamplesfx calls that don't involve resamp... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
rain | Fix the event mask so that the gamma is reset when... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
havoc | now defaults to 20% brightness conback because I got... |
commit | commitdiff | tree | snapshot |
2003-07-14 |
havoc | added scr_conbrightness cvar |
commit | commitdiff | tree | snapshot |
2003-07-14 |
havoc | fix loading of skins that end in ".tga" or similar... |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | added some (untested) terrain code for whomever cares |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | compare coop.value instead of coop.integer |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | added a very important part of GAME_GOODVSBAD2 support... |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | GL_EXT_texture_filter_anisotropic support (thanks zinx!) |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | slight simplification of fog layer in alias skins |
commit | commitdiff | tree | snapshot |
2003-07-13 |
havoc | fixed a severe bug in texcoord2f[] reading in Mod_Build... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | fix a bunch of things that should have been checking... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | now sends nops to server as unreliable, to avoid trashi... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | NetConn_Write should print packets even if LHNET_Write... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | added GL_HALFLIFE_MAP_CVAR extension to list (the cvar... |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | added .ent file loading to client |
commit | commitdiff | tree | snapshot |
2003-07-12 |
havoc | added DP_GFX_EXTERNALTEXTURES extension to list |
commit | commitdiff | tree | snapshot |
next |