]> icculus.org git repositories - divverent/darkplaces.git/history - mvm_cmds.c
New attempt to change listdirectory.
[divverent/darkplaces.git] / mvm_cmds.c
2008-02-06 divverentdisable joystick by default, and make joy_enable saved;
2008-01-27 blackPass the name of the instance to Gecko_Query, too.
2008-01-27 blackAdd R_SelectScene and R_GetScenePointer that encapsulat...
2008-01-19 divverentadd missing FTE_STRINGS to menu QC
2008-01-19 divverentrename VM_hash to VM_crc16, and the extension to DP_QC_...
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-07 blackAdd some builtin definitions to the builtin list (neces...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-06 blackFix two bugs (everything should behave as usual now...
2008-01-05 blackAdd CSQC rendering support to the menu (uses the same...
2007-12-31 divverentadd a new key dest key_menu_grabbed that behaves like...
2007-12-12 resGecko resizing support
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-02 divverentadd DP_FONT_VARIABLEWIDTH to menu extensions list;...
2007-11-15 divverentsorry, I can't live without strstrofs
2007-11-15 divverentadd missing str*cmp builtins to mvm_cmds.c
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-08 black- add support for server list refreshes to netconn...
2007-11-05 divverentadd a "freeslots" field to the host cache
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 sajtAdded DP_QC_STRREPLACE - adds strreplace and strireplac...
2007-09-05 dreskAdded QC function drawcolorcodedstring (#326 CSQC,...
2007-05-09 havocfix broken OFS_PARM0 + index code in VM_M_callfunction and
2007-04-30 dreskAdded DP_QC_STRING_CASE_FUNCTIONS extension, providing...
2007-04-19 havoccorrect a typo (numbotss)
2007-04-18 havocadded numbots and numhumans in server info parsing...
2007-04-15 divverentNew console commands sv_cmd, menu_cmd, cl_cmd, that...
2007-03-29 havocadded DP_QC_TOKENIZEBYSEPARATOR extension
2007-02-19 havocthis patch may break things and needs testing
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-02-08 havocadded DP_QC_STRFTIME extension to menu vm (somehow...
2007-01-24 havocadded BX_WAL_SUPPORT to extensions list and documented...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2007-01-14 havocadded DP_MENU_EXTRESPONSEPACKET to extensions list
2007-01-14 havocpatch from div0 that adds a special "extResponse "...
2006-11-24 havocpatch from Dresk for DP_QC_STRINGCOLORFUNCTIONS extensi...
2006-11-23 havocadded DP_ASINACOSATANATAN2TAN extension which adds...
2006-08-26 havocCSQC fixes (less broken, still not spec compliant)
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-07-26 havocchanged PF_WARNING to not do a return
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-15 havocsplit up net_slist into net_slist and net_slistqw,...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-10-21 havocfixed two Con_Printf format strings with the wrong...
2005-10-21 havocfix a float->enum conversion error with g++ 4
2005-10-21 havocfix a float->enum conversion error with g++ on big...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...