]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.c
oops...
[divverent/darkplaces.git] / prvm_cmds.c
2009-12-21 Wolfgang (Blub)... merging a most ridiculous conflict with the master...
2009-12-19 Wolfgang (Blub)... merging master again
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-10-23 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-22 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-11 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-10-07 Wolfgang (Blub)... merging with master, resolving conflict in gl_textures.c
2009-10-01 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-28 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-27 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-25 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-23 divverentclear trace globals after CSQC execution, to prevent...
2009-09-23 Wolfgang (Blub)... merging master
2009-09-17 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-16 Wolfgang (Blub)... merged master
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-13 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-12 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-12 Wolfgang (Blub)... VM_chr uses u8_fromchar now too
2009-09-09 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-08 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... remove unused stuff
2009-09-06 Wolfgang (Blub)... finally, this works with the current prep-5.diff
2009-09-06 Wolfgang (Blub)... committing terrible stuff
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-03 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
2009-09-02 Wolfgang (Blub)... Merge commit 'origin/master' into ft2
2009-09-02 Wolfgang (Blub)... str2chr and chr2str utf8-aware
2009-09-02 Wolfgang (Blub)... a couple of utility functions useful for VM_substring...
2009-09-01 Wolfgang (Blub)... revert to the real text rendering function
2009-09-01 Wolfgang (Blub)... using alpha textures
2009-09-01 Wolfgang (Blub)... testing freetype rendering with VM_CL_drawstring
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...
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...
next