2007-05-09 |
havoc | renamed COM_ParseTokenConsole to COM_ParseToken_Console |
blob | commitdiff | raw |
2007-05-09 |
havoc | fixed several critical bugs in VM_tokenizebyseparator |
blob | commitdiff | raw | diff to current |
2007-05-09 |
havoc | fix broken OFS_PARM0 + index code in VM_M_callfunction and |
blob | commitdiff | raw | diff to current |
2007-05-07 |
havoc | rewrote server sendstates building code, no longer... |
blob | commitdiff | raw | diff to current |
2007-04-30 |
dresk | Added DP_QC_STRING_CASE_FUNCTIONS extension, providing... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
divverent | make COM_StringLengthNoColors and COM_StringDecolorize... |
blob | commitdiff | raw | diff to current |
2007-04-25 |
divverent | fix strlennocol/strdecolorize on unusual strings like... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
havoc | refactored DrawQ_Pic to actually do the drawing rather... |
blob | commitdiff | raw | diff to current |
2007-04-18 |
havoc | changed r_textshadow behavior to always draw a black... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
havoc | added DP_QC_TOKENIZEBYSEPARATOR extension |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | fix two 'wrong number of parameters' errors |
blob | commitdiff | raw | diff to current |
2007-02-19 |
havoc | this patch may break things and needs testing |
blob | commitdiff | raw | diff to current |
2007-02-18 |
havoc | a cosmetic change as suggested by div0: |
blob | commitdiff | raw | diff to current |
2007-02-17 |
black | Hopefully this fixes a bug introduced with the latest... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
havoc | cleaned up client qc, menu qc, and server qc VM initial... |
blob | commitdiff | raw | diff to current |
2007-02-08 |
havoc | added DP_QC_STRFTIME extension |
blob | commitdiff | raw | diff to current |
2007-02-03 |
havoc | added DP_SV_PRINT extension |
blob | commitdiff | raw | diff to current |
2007-01-28 |
havoc | added Debug_Polygon functions for testing, these are... |
blob | commitdiff | raw | diff to current |
2007-01-24 |
havoc | redesigned tempstring system, now uses a fixed size... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-12-06 |
havoc | improved warnings from drawstring/drawpic/drawfill... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
havoc | patch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi... |
blob | commitdiff | raw | diff to current |
2006-11-23 |
havoc | added DP_ASINACOSATANATAN2TAN extension which adds... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
havoc | changed VM_fopen and VM_fclose announcements to require... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
black | Try to fix a dedicated server crash by moving the two... |
blob | commitdiff | raw | diff to current |
2006-09-12 |
havoc | moved VM_FILES and VM_SEARCHLIST stuff to prvm_prog_t |
blob | commitdiff | raw | diff to current |
2006-09-12 |
havoc | remove some unsafe optimizations in VM_Files_Init and... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
havoc | CSQC fixes (less broken, still not spec compliant) |
blob | commitdiff | raw | diff to current |
2006-08-05 |
molivier | Removed all calls to strcpy; most of them are now calls... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
molivier | Replaced all calls to str[n]cat and strncpy by calls... |
blob | commitdiff | raw | diff to current |
2006-07-26 |
havoc | use VM_Warning instead of Con_Printf+PRVM_PrintState |
blob | commitdiff | raw | diff to current |
2006-07-26 |
havoc | changed PF_WARNING to not do a return |
blob | commitdiff | raw | diff to current |
2006-07-07 |
havoc | changed most COM_ParseToken calls to COM_ParseTokenCons... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
havoc | added stack trace printout to VM_remove warnings |
blob | commitdiff | raw | diff to current |
2006-06-06 |
molivier | Use our usual defines for detecting the OS type |
blob | commitdiff | raw | diff to current |
2006-05-12 |
havoc | reorganized a lot of renderer variables into r_refdef... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
havoc | now does batching of transparent surfaces, such as... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
havoc | added a lot more CHECKGLERROR macro calls, to identify... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
havoc | reenabled support of find() with an empty string as... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
havoc | made darkplaces able to compile as C++ again, and fixed... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
havoc | changed several DPrint's and developer cvar checks... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | changed all Draw_CachePic calls to precache the pic... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
black | Fix a bug in the video system. |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | forgot to include this in the previous commit |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | replaced sbarpic_t with cachepic_t in sbar code (saves... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
havoc | optimizations and refactoring to get a small (1-2%... |
blob | commitdiff | raw | diff to current |
2006-02-22 |
havoc | made QC error() and objerror() builtins print the error... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
havoc | migrated cls.message and client->message buffers into... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
molivier | A few casts and variable type changes to get rid of... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
havoc | csqc patch from [515], seems to work with [515]'s dpcsq... |
blob | commitdiff | raw | diff to current |
2005-12-05 |
black | Erm, remove the paramcount check from localcmd, so... |
blob | commitdiff | raw | diff to current |
2005-11-25 |
havoc | changed strzone, stuffcmd, and localcmd to be able... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
havoc | cleaned up many text buffer sizes throughout the engine... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated fs_filesize global, now File_LoadFile and... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | fix another float->enum conversion error with g++ 4 |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | added a 64bif fs_offset_t type to clean up most of... |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | fixed signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2005-07-05 |
havoc | more size_t |
blob | commitdiff | raw | diff to current |
2005-07-03 |
black | -Moved findflags and findchainflags to the prvm_cmds.c. |
blob | commitdiff | raw | diff to current |
2005-07-03 |
havoc | don't print PRVM_NAME in each dprint call, it looks... |
blob | commitdiff | raw | diff to current |
2005-06-19 |
black | -Added support for 515]'s BX_COLOREDTEXT extension. |
blob | commitdiff | raw | diff to current |
2005-06-15 |
havoc | print a different fopen message if it failed |
blob | commitdiff | raw | diff to current |
2005-06-15 |
havoc | added debug prints to FRIK_FILE fopen/fclose builtins |
blob | commitdiff | raw | diff to current |
2005-06-03 |
havoc | rewrote PRVM_AllocString and PRVM_FreeString to deal... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
black | -CVS: --------------------------------------------... |
blob | commitdiff | raw | diff to current |
2005-05-24 |
black | -Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
black | -Fixed some bugs in the altstr functions, now they... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | replaced all references to vid.conwidth and vid.conheig... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
havoc | upgraded both QuakeC VMs to use a table of negative... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
black | -Changed VM_precache_pic to check CachePic for successf... |
blob | commitdiff | raw | diff to current |
2005-05-11 |
havoc | the merging of alias and bsp model rendering begins... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
havoc | major cleanup of input code - CL_Move replaces most... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
black | -Added the parameter 'persistent'(naming?) to Draw_Cach... |
blob | commitdiff | raw | diff to current |
2005-04-04 |
black | -ServerList: Changed some if-else-chains to switch... |
blob | commitdiff | raw | diff to current |
2005-04-03 |
black | -Changed HostCache to ServerList (and a few other pure... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
black | -Beautified a function just for fun (better variable... |
blob | commitdiff | raw | diff to current |
2005-03-09 |
havoc | cl_capturevideo_raw* modes now use O_NONBLOCKING file... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | removed obsolete FS_Close call in LoadGame |
blob | commitdiff | raw | diff to current |
2005-01-25 |
havoc | now supports Mac and Windows newlines everywhere |
blob | commitdiff | raw | diff to current |
2005-01-09 |
molivier | - Sys_LoadLibrary now accepts several possible names... |
blob | commitdiff | raw | diff to current |
2005-01-01 |
black | -Added 2 builtins to make the hostcache stuff easier... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
black | -Added support for 10 hostcache masks, which will be... |
blob | commitdiff | raw | diff to current |
2004-12-26 |
black | -Added a couple of VM builtins. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
black | -Fixed a wrong parameter type in netconn. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
black | -Added a new hostcache interface: |
blob | commitdiff | raw | diff to current |
2004-12-19 |
black | -Fixed a "bug" in PRVM_iscachedpic - it always returned... |
blob | commitdiff | raw | diff to current |
2004-12-10 |
black | -Converted some of the altstring functions to builtins |
blob | commitdiff | raw | diff to current |
2004-12-04 |
black | -Added video streaming support to the new VM |
blob | commitdiff | raw | diff to current |
2004-11-29 |
black | -Fixed an old qc bug that's already been existing in... |
blob | commitdiff | raw | diff to current |
2004-11-28 |
black | -Removed the NG Menu part, since it isnt used anymore... |
blob | commitdiff | raw | diff to current |
2004-11-25 |
havoc | changed lhrandom to use the full RAND_MAX limit (more... |
blob | commitdiff | raw | diff to current |
2004-11-14 |
black | -Fixed a stupid bug in the VM_findchain* functions. |
blob | commitdiff | raw | diff to current |
2004-11-12 |
havoc | more preparation for DP_SV_BOTCLIENT, removed a number... |
blob | commitdiff | raw | diff to current |
2004-10-29 |
black | -Minor fix in VM_registercvar. |
blob | commitdiff | raw | diff to current |
2004-10-27 |
molivier | Pure cleaning commit: removed "crc.[ch]" and "gl_warp_s... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
havoc | S_LoadSound now automatically tries both with and witho... |
blob | commitdiff | raw | diff to current |
2004-10-21 |
black | - Added Mem_IsAllocated. |
blob | commitdiff | raw | diff to current |
next |