2004-12-06 |
black | -Fixed another signed/unsigned warning after the type... |
commit | commitdiff | tree | snapshot |
2004-12-05 |
black | -Fixed a minor bug in CL_Video |
commit | commitdiff | tree | snapshot |
2004-12-04 |
black | -Added video streaming support to the new VM |
commit | commitdiff | tree | snapshot |
2004-12-04 |
black | -Added the console command prvm_globalset |
commit | commitdiff | tree | snapshot |
2004-12-03 |
havoc | some renderer/client separation cleanup, migrated some... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
havoc | fixed precache problems in non-DARKPLACES6 protocols |
commit | commitdiff | tree | snapshot |
2004-12-03 |
havoc | fixed a Sys_Error in the client when connected to QUAKE... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
molivier | Added "ctype.h" to the list of standard headers in... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
molivier | - DP now defines MACOSX when relevant |
commit | commitdiff | tree | snapshot |
2004-12-03 |
havoc | don't let clients kill server with bogus cursor_entityn... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
black | Ive done three todo items: |
commit | commitdiff | tree | snapshot |
2004-12-02 |
molivier | - Removed Con_SafePrint and Con_SafePrintf since they... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | implemented scr_screenshot_gamma in screenshot saving... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | changed a lot of Con_DPrint/Con_DPrintf calls to Con_Pr... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | fix a typo |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | modified PRYDON_CLIENTCURSOR extension to reset cursor_... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | cleaned up CL_SendMove a lot, added notes on number... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
molivier | Removed wrong FIXME comment (in-game precached sounds... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
molivier | Fixed FS_Seek for unpacked files when FS_USESYSCALLS... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
molivier | 341 |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | fix annoying warnings about weaponmodel "" |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | 342 |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | changed order of tests in deciding whether to do cullin... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | reset animation interpolation on weaponmodel when model... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | decals now render immediately rather than being transpa... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | now clears screen at startup to prevent garbage from... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | defaulting to nodinput mode again due to problems with... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | implemented PRYDON_CLIENTCURSOR extension (clientside... |
commit | commitdiff | tree | snapshot |
2004-12-01 |
havoc | some minor cleanup to CL_TraceLine, added CL_SelectTrac... |
commit | commitdiff | tree | snapshot |
2004-11-30 |
black | -Fixed a bug in drawstring - it used maxlen instead... |
commit | commitdiff | tree | snapshot |
2004-11-29 |
black | -Fixed an old qc bug that's already been existing in... |
commit | commitdiff | tree | snapshot |
2004-11-28 |
black | -Removed the NG Menu part, since it isnt used anymore... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
havoc | redesigned drawing of loading plaque, it's now a separa... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | removed some windows cruft (like scr_skipupdate, and... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | removed Sys_Sleep call from CL_KeepaliveMessage, as... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | changed drivername to NULL, as SDL knows best |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | added model->brush.submodels[] array of pointers to... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | changed lhrandom to use the full RAND_MAX limit (more... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | small beginnings of GLSL support, doesn't do anything yet |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | forgot to commit this with the Host_ServerFrame changes |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | redesigned Host_ServerFrame timing again, it now never... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | forgot to commit a bunch of CL_AllocDlight changes... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | added cl_capturevideo_rawyv12 mode, and cl_screenshot_g... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
molivier | Fixed ambient sound volume (it was reset each frame... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
havoc | changed Sys_Error to not put up a messagebox if in... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
havoc | fixed a critical bug with Vile and other midnight mods... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
havoc | fixed an uninitialized variable warning |
commit | commitdiff | tree | snapshot |
2004-11-22 |
molivier | Several changes to the SFX lock code in the sound engin... |
commit | commitdiff | tree | snapshot |
2004-11-22 |
molivier | A few very minor changes to the FS code |
commit | commitdiff | tree | snapshot |
2004-11-21 |
havoc | fix skybox loading, _ft and _bk were swapped (and all... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
havoc | 327 |
commit | commitdiff | tree | snapshot |
2004-11-20 |
havoc | fixed bug with engine sounds (for TE_ effects) and... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
havoc | changed S_StartSound to start a sound even if it has... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
havoc | added support for PROTOCOL_NEHAHRAMOVIE in more places... |
commit | commitdiff | tree | snapshot |
2004-11-20 |
havoc | fix the unintentional framegroup timing reset that... |
commit | commitdiff | tree | snapshot |
2004-11-19 |
havoc | 326 |
commit | commitdiff | tree | snapshot |
2004-11-18 |
molivier | Quick hack to fix the calls to "open" on Win32 |
commit | commitdiff | tree | snapshot |
2004-11-18 |
havoc | 326 |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | minimize cpu use when framerate limited |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | improved how showfps 1 measures framerate, it's now... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | FS now uses open/read/write/lseek/close instead of... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | remove the only use of FS_Eof |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | made dedicated servers hog a whole lot less CPU time |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | 325 |
commit | commitdiff | tree | snapshot |
2004-11-17 |
molivier | Give priority to unpacked files over packed files ... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | fixed windows SDL linking (now uses sdl-config like... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
havoc | forgot a very important else in rtlights saving |
commit | commitdiff | tree | snapshot |
2004-11-16 |
havoc | now unloads all stale submodels and the old world model... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
havoc | renamed mod->needload to mod->loaded as a minor cleanup... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
havoc | call Mod_FindName directly instead of Mod_TouchModel... |
commit | commitdiff | tree | snapshot |
2004-11-16 |
havoc | now checks that a lightmap surfacechain is not NULL... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
havoc | fixed bug that called PlayerPreThink and PlayerPostThin... |
commit | commitdiff | tree | snapshot |
2004-11-15 |
havoc | 328 (a lot of new items) |
commit | commitdiff | tree | snapshot |
2004-11-15 |
havoc | forgot to commit this file |
commit | commitdiff | tree | snapshot |
2004-11-14 |
havoc | upgraded rtlights format to have separate ambient,... |
commit | commitdiff | tree | snapshot |
2004-11-14 |
havoc | remove unused sv_player extern |
commit | commitdiff | tree | snapshot |
2004-11-14 |
black | -Fixed a stupid bug in the VM_findchain* functions. |
commit | commitdiff | tree | snapshot |
2004-11-14 |
havoc | someone removed the quotes around binds in Key_WriteBin... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
havoc | replaced all uses of sv_player with host_client->edict... |
commit | commitdiff | tree | snapshot |
2004-11-13 |
havoc | no longer warns about q3bsp surfaces with lightmapindex... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | added DP_SV_BOTCLIENT extension |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | moved the extern prototype for SV_ConnectClient from... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | more preparation for DP_SV_BOTCLIENT, removed a number... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | print botclient as address in status reports for client... |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | cleaned up SV_DropClient code a bit |
commit | commitdiff | tree | snapshot |
2004-11-12 |
havoc | moved rate and connecttime from netconn structure to... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
havoc | made q3bsp alphafunc shaders render as transparent... |
commit | commitdiff | tree | snapshot |
2004-11-10 |
havoc | VorteX has fixed gettaginfo to work as advertised ... |
commit | commitdiff | tree | snapshot |
2004-11-05 |
havoc | imposed a 20 frames at once limit in Host_ServerFrame |
commit | commitdiff | tree | snapshot |
2004-11-05 |
havoc | added a host_frametime limit of 1 second, so that it... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
havoc | internal cleanup: split up CL_SparkShower into CL_Spark... |
commit | commitdiff | tree | snapshot |
2004-11-03 |
havoc | updated cpu optimization choices |
commit | commitdiff | tree | snapshot |
2004-11-03 |
havoc | centerprint is no longer limited to 40 characters wide... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
havoc | 307 |
commit | commitdiff | tree | snapshot |
2004-10-30 |
havoc | 308 |
commit | commitdiff | tree | snapshot |
2004-10-30 |
havoc | added DP_SV_CLIENTCOLORS and DP_SV_CLIENTNAME extension... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
havoc | added DP_SV_PING, DP_SV_PUNCHVECTOR, DP_SND_FAKETRACKS... |
commit | commitdiff | tree | snapshot |
2004-10-30 |
havoc | added DP_CON_SET and DP_CON_SETA extensions |
commit | commitdiff | tree | snapshot |
2004-10-29 |
black | -Moved the entity mem init in the entity load functions... |
commit | commitdiff | tree | snapshot |
2004-10-29 |
black | -Minor fix in VM_registercvar. |
commit | commitdiff | tree | snapshot |
next |