]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.c
fix wrong-texture rendering in stonekeep where a 0-triangles patch
[divverent/darkplaces.git] / prvm_cmds.c
2010-10-19 divverentmake getsurface* not animate vertices if the model...
2010-10-18 divverentexperimental: do not auto allocate a skeletonobject...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
2010-07-20 divverentVM_stringtokeynum: return a float, not an int
2010-07-04 divverentfinalize DP_CSQC_BINDMAPS:
2010-07-04 divverentuse a default bindmap of 0 in the PRVM commands, and...
2010-07-04 divverentmake -1 as bindmap argument also work, to mean "current...
2010-07-04 divverent- fix a bug in Quake menu when in_bindmap was not ...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-30 divverentmenuqc += +VM_getkeybind, // #342 string(float keynum...
2010-06-29 divverentfix getsurfaceneartexture() returning no useful data
2010-06-09 divverentVM_sprintf(): make %i treat the input as QC integer...
2010-05-22 vortexDP_GFX_FONTS: add 2 additional parms to loadfont()...
2010-05-22 vortexformed DP_GFX_FONTS/DP_GFX_FONTS_FREETYPE/DP_UTF8 exten...
2010-05-09 divverentstringbuffers: allow "" strings, keep disallowing NULL...
2010-05-09 divverentfix segfault on empty slots in a stringbuffer on buf_sort
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-04-24 vortexsimple video subtitles support, defined in external...
2010-04-16 divverenturi_escape: remove * from the set of allowed chars...
2010-04-15 vortexS_GetEntChallelPosition -> S_GetEntChannelPosition
2010-04-14 vortexgetsoundtime: cant query CHAN_AUTO, so print warning
2010-04-14 vortexDP_SND_GETSOUNDTIME extension (query sound progress...
2010-03-26 divverentnew %v conversion in sprintf (uses %g conversions to...
2010-03-14 divverentsv_curl_maxspeed: maximum speed for the curl downloads...
2010-02-26 divverentfix strstrofs with unicode
2010-02-17 divverentfix getsurfacetriangle on a submodel
2010-02-10 vortexExperimental feature of saving buffers within savegame...
2010-01-31 havocfix a bunch of warnings
2010-01-31 havocfix some bugs with skeletonindex handling
2010-01-28 divverentperform animation in getsurface* functions, to allow...
2010-01-26 divverentmake getsurface* functions shared between VMs
2010-01-24 divverentfix enginestring use in mvm_cmds.c causing a crash...
2010-01-17 divverentfix VM_sprintf "%s" conversion when passed ""
2010-01-09 havocredesigned skeletal model animation bone pose format...
2010-01-05 blubI used the code from before the utf8 changed but it...
2010-01-05 blubwith utf8 disabled, str2chr should now behave the way...
2010-01-05 blubwith utf8 disabled VM_str2chr should not use U+E0xx...
2009-12-30 divverentmore redundant suffix elimination
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-29 divverentfactor out the non-utf8 part of u8_get*char into macros
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-26 blubthese checks are now superfluous, u8_fromchar doesn...
2009-12-25 divverentstringwidth(): if 3rd arg is not given, always yield...
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-25 divverentutf8: add VM_sprintf support
2009-12-23 divverentimprove sprintf a bit to match with documentation
2009-12-23 divverentDP_QC_SPRINTF :P
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-11-17 divverentfix typo in extresponse handling
2009-11-15 divverentfirst preliminary version of DP_SND_SETPARAMS: let...
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-09-23 divverentclear trace globals after CSQC execution, to prevent...
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-07-01 divverentstringwidth(): add a third font size argument (optional...
2009-04-17 divverentDP_QC_EXTRESPONSEPACKET - getextresponse() function...
2009-04-15 divverentDP_QC_GETTIME_CDTRACK: extension to query the playing...
2009-04-13 havocfix csqc sound precaches which were being freed after...
2009-04-12 divverentfix crash in substring()
2009-04-12 sajtdrawrotpic:
2009-04-12 havocimplemented FTE_STRINGS compliant substring behavior...
2009-04-01 divverentmake cvar* functions unable to retrieve private cvars
2009-03-21 divverentDP_QC_GETTIME
2009-03-18 divverentDP_QC_FINDCHAIN_TOFIELD (saves into another field than...
2009-03-06 divverentfix token endpos writng by tokenizebyseparator
2009-03-06 divverenttokenize: allow more tokens
2009-01-28 divverentmake DP compile with C++ again
2009-01-23 divverentcvarlist, buf_cvarlist: support wildcards if present...
2009-01-23 divverentdo the skipping here too
2009-01-23 divverentadd an argument to filter out a cvar prefix
2009-01-23 divverent+"DP_QC_CVAR_DESCRIPTION "
2008-12-28 divverentbring back the static tokenize string buffer, because...
2008-12-28 divverentfix whitespace handling:
2008-12-27 divverentnew tokenizer tokenize_console that matches the console...
2008-12-25 divverentterrencehill's color codes patch. Please test thoroughl...
2008-11-04 divverentfix some format string errors, and return value of...
2008-09-22 divverentnew menu QC builtin string netaddress_resolve(string...
2008-09-16 havocpatch from esteel making the findkeysforcommand builtin...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-09-04 havocsplit FS_Open into FS_OpenRealFile and FS_OpenVirtualFi...
2008-08-18 havocfix three double semicolon typos
2008-08-08 divverentdrawcolorcodedstring takes the flags in arg 4, not 5
2008-07-15 divverentprvm_leaktest - leak detector for QC objects (all but...
2008-07-11 divverentadding two new extensions: DP_QC_WHICHPACK (identify...
2008-07-07 havocpatch from KrimZon adding DP_QC_ENTITYDATA extension
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-05-18 havocfix return value of VM_strftime builtin, it was returni...
2008-05-08 havocsplit VM_getmousepos into client and menu versions...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocdefault in_client_mouse to true again to fix Nexuiz...
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
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...
next