]> icculus.org git repositories - divverent/darkplaces.git/history - mvm_cmds.c
redesigned skeletal model animation bone pose format - instead of
[divverent/darkplaces.git] / mvm_cmds.c
2009-12-23 divverentDP_QC_SPRINTF :P
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-08 divverentlogarithm
2009-10-24 divverentDP_QC_ENTITYSTRING: menu builtins like reading/writing...
2009-10-04 divverenttell QC about pixelheight too
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-03 divverentstuff I forgot to commit
2009-09-03 divverentQuake menu: show DP's weird resolution set in windowed...
2009-08-06 divverentmenu QC builtin getgamedirinfo(float gamedirno, float...
2009-08-05 divverentadd bounds check to menu function to query resolutions
2009-05-30 divverentprovide isdemo() to menu QC
2009-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-12 sajtdrawrotpic:
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-03-09 divverentchange a cast, trying to fix DP in g++
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-09-22 divverentnew menu QC builtin string netaddress_resolve(string...
2008-09-21 divverentseta net_slist_favorites
2008-09-16 havocpatch from esteel making the findkeysforcommand builtin...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-05-08 havocfixed drifting mouse pointer problems in menu
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-03-02 blackRemove FS_FIX_PATHS again and disable model rendering...
2008-02-27 divverentMake the "no such builtin" message more descriptive
2008-02-27 divverent|sort
2008-02-27 havocDP_QC_NUM_FOR_EDICT extension implemented by Blub
2008-02-27 divverentDP_QC_URI_ESCAPE
2008-02-25 blackMove rt* states and the ambient value into r_refdef_sce...
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...