2003-04-14 |
havoc | removed special cases for transfusion in server search... |
commit | commitdiff | tree | snapshot |
2003-04-14 |
havoc | expanded stats reporting (when in developer mode) of... |
commit | commitdiff | tree | snapshot |
2003-04-13 |
havoc | expanded UDP_Read and UDP_Write error messages to inclu... |
commit | commitdiff | tree | snapshot |
2003-04-10 |
havoc | Mod_FindNonSolidLocation fixed for no map case (again) |
commit | commitdiff | tree | snapshot |
2003-04-08 |
havoc | fix two more fs_gamedir mixups (loading saved games... |
commit | commitdiff | tree | snapshot |
2003-04-08 |
havoc | added DP_QUAKE3_MODEL extension (thanks to Elric for... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | disable use of scissor when stencil is not available... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | some more minor cleanups |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | fixed M_ScanSaves to use FS_Open properly |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | fixed name of dpavi.wav file to work correctly with... |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | forgot to make a couple changes before committing this |
commit | commitdiff | tree | snapshot |
2003-04-07 |
havoc | split r_shadow_realtime into r_shadow_realtime_world... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
havoc | redesigned surfmesh allocation in brush model loader... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
havoc | release build optimizations changed - removed -funroll... |
commit | commitdiff | tree | snapshot |
2003-04-06 |
havoc | revised EntityFrame4 function prototypes (no I still... |
commit | commitdiff | tree | snapshot |
2003-04-05 |
havoc | optimized shadow volume generation a bit (only projects... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
havoc | preparation for a new protocol upgrade to use partial... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
havoc | got rid of use of eye in entity database |
commit | commitdiff | tree | snapshot |
2003-04-03 |
havoc | added MAX_NETRELIABLE define (currently same as MAX_DAT... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
molivier | Added support for JPEG screenshots. You can toggle... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
havoc | fix for server dying when someone times out |
commit | commitdiff | tree | snapshot |
2003-04-02 |
havoc | fix for incorrect rounding of vertex locations when... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
havoc | cleaned up pr_builtins array (now uses NULL instead... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
havoc | fixed NET_SendToAll |
commit | commitdiff | tree | snapshot |
2003-03-31 |
havoc | added some commented out code to Image_HeightmapToNorma... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
havoc | QSG_FILE removed because some mods use the old builtin... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
havoc | dlights now cast shadows in realtime lighting mode... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
havoc | no longer complains about missing ambient liquid sounds... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
havoc | removed a couple unused hz_bitstream_read functions |
commit | commitdiff | tree | snapshot |
2003-03-29 |
havoc | fix zym model rendering (wrong vertex padding) |
commit | commitdiff | tree | snapshot |
2003-03-29 |
havoc | Elric added deflated file support for pk3 archives... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | corrected the misspelled name GAME_NEXIUZ (and related... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | UDP_StringToAddr did not work with less than full x... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | add support for NAT fix in the client (by no longer... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | added developer_networking cvar |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | Thanks to faded (of the tenebrae team) for provoking... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | changed behavior of SV_DropClient a bit (now calls... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | refactored NET_SendToAll, it is debatable whether it... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | net_inetslist (and the corresponding menu as well)... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | MSG_ReadFloat now checks if the message has enough... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | net_wins.c is gone, winsock support merged into net_udp.c |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | renamed all net_wins.c functions to UDP instead of... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | removed winsock_initialized counter as there are no... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | no longer dynamically loads portions of wsock32.dll... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | forgot to remove #include "net_wipx.h" |
commit | commitdiff | tree | snapshot |
2003-03-28 |
havoc | removed winsock ipx support |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | Fix for win32 dedicated servers (oh it still doesn... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | Elric's pk3 support (no support for compressed files... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | Elric added BuffBigLong, BuffBigShort, BuffLittleLong... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | added FRIK_FILE (aka QSG_FILE) extension, this brings... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | added Math_atov function (ascii to vector), tries to... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
havoc | create directories when opening any file for writing... |
commit | commitdiff | tree | snapshot |
2003-03-22 |
havoc | got rid of R_NewMap, directly calls R_Modules_NewMap... |
commit | commitdiff | tree | snapshot |
2003-03-22 |
havoc | fix decals bug introduced by transition to matrix use |
commit | commitdiff | tree | snapshot |
2003-03-21 |
havoc | added more SV_CheckVelocity calls on players for safety... |
commit | commitdiff | tree | snapshot |
2003-03-21 |
havoc | Thanks to IceDagger for pointing out this important... |
commit | commitdiff | tree | snapshot |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
havoc | varray_* rewritten to remove padding (varray_vertex3f... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
havoc | added loading of .ent files if found (overriding entiti... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
molivier | Makefiles cleanups: r_explosion.o was declared twice... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
havoc | fix for 16bit textures looking awful (bug in the alpha... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
molivier | Fixed a MSVC6 warning in matrixlib. Added a "Public... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
havoc | Vic informed me of the AGP settings (0-0.25, 0-0.25... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
havoc | GL_NV_vertex_array_range support added, but disabled... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
havoc | changed R_Mesh_ system (again), now uses R_Mesh_GetSpac... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
havoc | Mod_FindNonSolidLocation now takes a radius and can... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | menu.c - changed M_DrawSlider to take a value and a... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | unfinished beginnings of support for voodoo1/voodoo2... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | now uses TEXF_FORCELINEAR on lightmaps |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | added TEXF_FORCENEAREST and TEXF_FORCELINEAR flags |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | got rid of AreaNode stuff, now only has AreaGrid (had... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | added gl_delayfinish cvar (default off, used to always... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | added invpow (arbitrary logarithm, finds a power that... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | added DrawQ_SuperPic, fixed severe bug in DrawQ_Mesh... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | view.c, cl_parse.c, cl_main.c, gl_rmain.c - trying... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
havoc | added Matrix4x4_OriginFromMatrix, and Matrix4x4_ScaleFr... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
havoc | got an email about this being out of date, fixed |
commit | commitdiff | tree | snapshot |
2003-03-02 |
havoc | changed gloss behavior, now darkens light intensity... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
havoc | fix external model skins (they weren't rendering) |
commit | commitdiff | tree | snapshot |
2003-03-02 |
havoc | changed lots of printf to Con_Printf |
commit | commitdiff | tree | snapshot |
2003-02-28 |
havoc | fix improper handling of overbright pixels when saving... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
havoc | lights now have an orientation (this isn't editable... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
havoc | some added structures in in preparation for another... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
havoc | fix chthon lightning (ugh, how did I manage to use... |
commit | commitdiff | tree | snapshot |
2003-02-27 |
havoc | changed TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_text... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
havoc | adjustable r_shadow_projectdistance for testing (trying... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
havoc | Too fine an AREA_GRID seems to be dropping performance... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
havoc | added new method of culling irrelevant entity collision... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
havoc | added VectorMultiply (not used by anything, but for... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
havoc | disable step interpolation unless entity is MOVETYPE_STEP |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | optional polygon collisions, not ready for practical... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | added #include "portals.h" |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | some minor cleanup of PartialIPAddress (and some commen... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | now counts (very approximate) cost of builtin functions... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | simplified "connect local" a bit |
commit | commitdiff | tree | snapshot |
2003-02-20 |
havoc | optional portal based determination of lit surfaces... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
havoc | no longer adopt colors from server updates (this means... |
commit | commitdiff | tree | snapshot |
2003-02-17 |
havoc | improved Com_HexDumpToConsole, it now prints properly... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
havoc | optimized some functions like SV_WallFriction and SV_Fl... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
havoc | fix some bugs with r_fullbright, no lights, and other... |
commit | commitdiff | tree | snapshot |
next |