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 |
2003-02-14 |
havoc | added con_notify cvar, which controls how many console... |
commit | commitdiff | tree | snapshot |
2003-02-14 |
havoc | added VectorBlend and Matrix4x4_Blend |
commit | commitdiff | tree | snapshot |
2003-02-14 |
havoc | don't crash on NULL model in entity culling |
commit | commitdiff | tree | snapshot |
2003-02-12 |
havoc | restructured LDFLAGS a bit to make sure libraries come... |
commit | commitdiff | tree | snapshot |
2003-02-12 |
havoc | get rid of yet another entity_frame_t on the stack... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
havoc | fix two more stack overflows on win32 (in one case... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
havoc | another stack overflow fixed, this one more on the... |
commit | commitdiff | tree | snapshot |
2003-02-11 |
havoc | fixed another stack overflow on win32, apparently a... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
havoc | fix win32 stack overflows in CL_ParseServerInfo, it... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
havoc | added cl_noplayershadow cvar to allow disabling player... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
havoc | almost lost this very important part of the MAX_EDICTS... |
commit | commitdiff | tree | snapshot |
2003-02-10 |
havoc | MAX_EDICTS has changed to 32768. Yes this is madness... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
havoc | makefile to use for cross compiling mingw builds |
commit | commitdiff | tree | snapshot |
2003-02-01 |
havoc | fixed targa quake sky loading |
commit | commitdiff | tree | snapshot |
2003-01-31 |
havoc | chthon lightning no longer uses beam polygons |
commit | commitdiff | tree | snapshot |
2003-01-31 |
havoc | limited pitch range to that of quake |
commit | commitdiff | tree | snapshot |
2003-01-28 |
havoc | corrected comment again, indicating that the offset... |
commit | commitdiff | tree | snapshot |
2003-01-28 |
havoc | corrected numbering of polygons in comment (oops) |
commit | commitdiff | tree | snapshot |
2003-01-28 |
havoc | added a lot of comments to lightning beam code |
commit | commitdiff | tree | snapshot |
2003-01-27 |
warp | The gcc 2.95 problem was in fact OP_STORE_V doing nasty... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
havoc | fixed some very ewww bugs (a few .c files made their... |
commit | commitdiff | tree | snapshot |
2003-01-27 |
havoc | corrected rtlights loading of cubemapname (stupid typo) |
commit | commitdiff | tree | snapshot |
2003-01-27 |
havoc | lightning beams have been replaced with a polygon effec... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
havoc | entity shadow casting is now optional per entity (EF_NO... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
havoc | added resolutions 320x240, 400x300, 1152x864, 1280x1024... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
havoc | reduced intensity and radius of teleport flash |
commit | commitdiff | tree | snapshot |
2003-01-22 |
havoc | removed allsolid check from droptofloor |
commit | commitdiff | tree | snapshot |
next |