2007-04-24 |
dresk | Added check for MAX_MODELS in cl_modelindexlist command |
commit | commitdiff | tree | snapshot |
2007-04-24 |
dresk | Removed modelindexlist command from cmd.c, shifted... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
dresk | Added return to standard color coding in the "Player... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
dresk | Implemented console command 'modelindexlist' which... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | fixed missing sprite textures caused by purging code |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | fix bug that made all textures without a shader definit... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | check if skinframe is NULL in R_SkinFrame_MarkUsed |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | fix a line I forgot to commit |
commit | commitdiff | tree | snapshot |
2007-04-24 |
dresk | Fixed a typo by not putting a whitespace after the... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | replaced Mod_LoadSkinFrame functions with R_SkinFrame... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | fix MAX_CHANNELS, it was too low with the expanded... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | fix crash when freeing an expandable array caused by... |
commit | commitdiff | tree | snapshot |
2007-04-24 |
havoc | audited all Sys_Quit calls and gave them return values... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
havoc | replaced qglArrayElement calls with qglVertex3f calls... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
dresk | Added new extension for .string netaddress (DP_SV_NETAD... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
dresk | Implemented .string netaddress to SVQC, providing the... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
havoc | modified Mod_LoadSkinFrame to not attempt to generate... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
havoc | cleaned up Mod_LoadSkinFrame now that image_loadskin... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
havoc | merged image_loadskin and image_freeskin into Mod_LoadS... |
commit | commitdiff | tree | snapshot |
2007-04-23 |
havoc | fix some unintentional math on a void pointer |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | batch by lightmap rather than by use of lightmaps ... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | added r_showbboxes cvar and accompanying code to render... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | fix a bug in the last commit pertaining to lightning... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | fixed several bugs in fog code, it basically wasn't... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | fixed bug where items would not fall if pushed off... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
havoc | correct a couple error messages which said "Map downloa... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
divverent | oops... sorry for that one. Copypaste without testing... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
divverent | fix multithreaded OpenGL support; actually load CGL... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
divverent | compare the right values for host cache masks; |
commit | commitdiff | tree | snapshot |
2007-04-20 |
divverent | new cvar fs_empty_files_in_pack_mark_deletions: when... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
havoc | upped MAX_DYNAMIC_CHANNELS from 128 to 512 |
commit | commitdiff | tree | snapshot |
2007-04-19 |
havoc | changed VERTEXFOGTABLE macro to not use a global variable |
commit | commitdiff | tree | snapshot |
2007-04-19 |
havoc | significant cleanup of reliefmapping shader, now uses... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
havoc | adjusted netgraph code to draw the latest netgraph... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
havoc | correct a typo (numbotss) |
commit | commitdiff | tree | snapshot |
2007-04-18 |
divverent | sv_public -2 now allows the local: client to connect |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | fix a bug in the RENDER_EXTERIORMODEL check in the... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | changed protocol code to always send origin as low... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | removed the forced LOWPRECISION flag on entities becaus... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | improved entity unsticking code, it now uses a trace... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | try unstick offsets in a certain order, preferring... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | added Mem_ExpandableArray_IndexRange and |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | added Mem_ExpandableArray functions, which are not... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | added cl_nettimesyncboundmode 5 which is div0's slight... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | added numbots and numhumans in server info parsing... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | added reporting of number of bots in getinfo/getstatus... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | fix bug introduced in last patch that made all text... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | further optimized space skipping in DrawQ_String |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | changed weapons bar in nexuiz hud to use alpha rather... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | refactored DrawQ_Pic to actually do the drawing rather... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
havoc | changed r_textshadow behavior to always draw a black... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | renamed client netgraphs back to incoming and outgoing |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | added shownetgraph 2 mode which shows netgraphs for... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | moved calls of CL_ReadDemoMessage and CL_SendMove from... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | no longer sends nearly-empty input packets when cl... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | replaced cl_nettimesyncmode with 3 cvars cl_nettimesync... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | fix a crash reported by Lardarse when using more skin... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
havoc | moved shownetgraph to right side of screen |
commit | commitdiff | tree | snapshot |
2007-04-16 |
divverent | in X11, keypad * is KP_MULTIPLY, not '*' |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | server no longer calls networking on each physics frame... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | disable some debugging code that caused an empty packet... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | implemented shownetgraph |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | fixed several issues in the recent effect rate limiting... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | EF_LOWPRECISION is now default on all entities except... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
havoc | sv.datagram is now flushed to client->unreliablemsg... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | made cl_joinbeforedownloadsfinish a saved cvar |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | made cl_nettimesyncmode a saved cvar |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | added cl_nettimesyncmode 7 (adaptive + loose sync) |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | added cl_nettimesyncmode 6 (adaptive sync, gradually... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | increased cl_nettimesyncmode 5 tolerance to 25% of... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | changed cl_nettimesyncmode 2 to use tighter tolerances... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
havoc | sp2 loader no longer errors if an image is missing |
commit | commitdiff | tree | snapshot |
2007-04-15 |
divverent | New console commands sv_cmd, menu_cmd, cl_cmd, that... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
divverent | adds a cvar r_picmipsprites that, when set to 0, makes... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
divverent | fix segfault sendcvar for non existing cvars introduced... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
havoc | changed default cl_autodemo_nameformat to put demos... |
commit | commitdiff | tree | snapshot |
2007-04-14 |
havoc | removed all commandline checks for the option "-safe... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
havoc | saved a little more memory by not keeping around the... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
havoc | fix broken allocation code for skeletal models that... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
havoc | removed cl_nettimesyncmode 5 code, changed default... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
havoc | added cl_nettimesyncmode 5 (now the default), this... |
commit | commitdiff | tree | snapshot |
2007-04-13 |
havoc | changed .viewzoom field to scale view frustum slopes... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
havoc | changed descriptions of r_ambient and r_fullbright... |
commit | commitdiff | tree | snapshot |
2007-04-12 |
havoc | removed some unnecessary code in CL_TimeRefresh_f |
commit | commitdiff | tree | snapshot |
2007-04-12 |
havoc | implemented two more checks for cls.timedemo to bypass... |
commit | commitdiff | tree | snapshot |
2007-04-11 |
havoc | added cls.timedemo check in S_PaintAndSubmit to use... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | patch from div0 to fix nexuiz ctf flag icon code so... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | fixed a third instance of the length(CubeVector) attenu... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | the value of r_textshadow now controls the amount of... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | somehow forgot to save this file before committing... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | player model no longer shadows gun model |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | added clearstencil parameter to R_Shadow_RenderMode_Ste... |
commit | commitdiff | tree | snapshot |
2007-04-07 |
havoc | added GL_DepthRange function and MATERIALFLAG_SHORTDEPT... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | view models no longer receive stencil shadows (only... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | fix one more case of EF_NODEPTHTEST not being checked |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | removed MATERIALFLAG_TRANSPARENT |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | check vid_activewindow in several spammy prints that... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | added cl_nettimesyncmode 4, this is not the default... |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | made the following changes to CL_NetworkTimeReceived: |
commit | commitdiff | tree | snapshot |
2007-04-06 |
havoc | changed "new engine string" prints to also include... |
commit | commitdiff | tree | snapshot |
next |