]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.c
how did boxready survive? oh well
[divverent/darkplaces.git] / prvm_cmds.c
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentoops... use upper case hex, as that matches URI::Escape...
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-02-05 blackFix the VM's clientstate builtin to do a correct mappin...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-28 blackMake fgets always return the null string on error.
2008-01-22 resGecko: added ability to call back into a QC entry point...
2008-01-19 divverentrename VM_hash to VM_crc16, and the extension to DP_QC_...
2008-01-19 divverentFix bug in stringbuffers with bufstr_set not updating...
2008-01-18 havocbuf_del builtin frees strings in the buffer now
2008-01-17 havocrewrote most of the DP_QC_STRINGBUFFERS implementation
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-01 divverentadd cvar prvm_backtraceforwarning
2007-12-17 divverentsplit up DrawQ_String_Font_UntilX in DrawQ_TextWidth_Fo...
2007-12-12 resGecko resizing support
2007-12-06 havocadded DP_QC_VECTOANGLES_WITH_ROLL
2007-12-06 blackFix a bug - tbh I dont understand why the other menu...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-15 divverentfix tempstring allocation bug in VM_tokenize*
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-10-27 divverentadd menu QC drawsubpic() to draw just part of an image...
2007-10-27 divverentnew menu QC builtin "stringwidth(string text, float...
2007-10-09 sajtoops
2007-10-09 sajti'm sure there are plenty of bugs here for you guys...
2007-10-09 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-07-28 divverentfix and simplify strpad so that it actually works
2007-07-28 divverentmake str2chr return 0 when used on an index outside...
2007-07-28 divverentKrimZon's FTE_STRINGS port, please test!
2007-07-08 dreskAdded optional wildcard support for prvm_edict, prvm_ed...
2007-06-24 havocenhanced all cvar reading builtins to support multiple...
2007-06-17 havocfix strncmp to check for 3 parameters not 1
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-09 havocfixed several critical bugs in VM_tokenizebyseparator
2007-05-09 havocfix broken OFS_PARM0 + index code in VM_M_callfunction and
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-27 divverentmake COM_StringLengthNoColors and COM_StringDecolorize...
2007-04-25 divverentfix strlennocol/strdecolorize on unusual strings like...
2007-04-18 havocrefactored DrawQ_Pic to actually do the drawing rather...
2007-04-18 havocchanged r_textshadow behavior to always draw a black...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-02-19 havocfix two 'wrong number of parameters' errors
2007-02-19 havocthis patch may break things and needs testing
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-17 blackHopefully this fixes a bug introduced with the latest...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocadded DP_QC_STRFTIME extension
2007-02-03 havocadded DP_SV_PRINT extension
2007-01-28 havocadded Debug_Polygon functions for testing, these are...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-06 havocimproved warnings from drawstring/drawpic/drawfill...
2006-11-24 havocpatch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi...
2006-11-23 havocadded DP_ASINACOSATANATAN2TAN extension which adds...
2006-09-16 havocchanged VM_fopen and VM_fclose announcements to require...
2006-09-13 blackTry to fix a dedicated server crash by moving the two...
2006-09-12 havocmoved VM_FILES and VM_SEARCHLIST stuff to prvm_prog_t
2006-09-12 havocremove some unsafe optimizations in VM_Files_Init and...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-07-26 havocuse VM_Warning instead of Con_Printf+PRVM_PrintState
2006-07-26 havocchanged PF_WARNING to not do a return
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-06-07 havocadded stack trace printout to VM_remove warnings
2006-06-06 molivierUse our usual defines for detecting the OS type
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-25 havocreenabled support of find() with an empty string as...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-04 blackFix a bug in the video system.
2006-03-04 havocforgot to include this in the previous commit
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-22 havocmade QC error() and objerror() builtins print the error...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-12-05 blackErm, remove the paramcount check from localcmd, so...
2005-11-25 havocchanged strzone, stuffcmd, and localcmd to be able...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-10-21 havocfix another float->enum conversion error with g++ 4
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-07-03 havocdon't print PRVM_NAME in each dprint call, it looks...
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
next