]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - mvm_cmds.c
Remove a confusing part of the description of r_shadow_shadowmapping
[xonotic/darkplaces.git] / mvm_cmds.c
2015-02-09 divverentCrypto: handle properly whether the a server key is...
2014-12-09 eihrulmiscellaneous fixes from graphitemaster
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2013-10-10 divverentAdd SLIF_CATEGORY for the server list, and a menu QC...
2013-10-10 divverentAllow refreshserverlist() to also clear the list like...
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2012-09-26 divverentsupport DP_QC_ENTITYDATA in menuqc too
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-20 vortexWork-in-progress extension: DP_QC_STRINGBUFFERS_EXT_WIP.
2011-12-09 divverentblind_id: rework of keygen to be able to save an unsign...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-14 havocremoved OffscreenGecko support because it is not maintained
2011-10-01 divverentimplement digest_hex()
2011-09-30 divverentoops, I hadn't document DP_QC_I18N back then... sorry...
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-01-07 vortexAdded wasfreed() to menuqc builtinlist. Hushed "VM_bufs...
2010-11-25 divverentDP_QC_URI_POST extension (uri_post, uri_postbuf, crypto...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-07-04 divverent- fix a bug in Quake menu when in_bindmap was not ...
2010-06-30 divverentmenuqc += +VM_getkeybind, // #342 string(float keynum...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-04-24 vortexsimple video subtitles support, defined in external...
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-04-04 havoclooks like there was a missing return in VM_M_getserver...
2010-01-31 divverentfix some useless use of PRVM_G_STRING in mvm_cmds.c
2010-01-24 havocdon't store pointers for serverlist_viewlist, because...
2010-01-24 divverentfix enginestring use in mvm_cmds.c causing a crash...
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 "...
next