]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_edict.c
Merge branch 'master' into dp1
[divverent/darkplaces.git] / prvm_edict.c
2009-12-24 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-24 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-23 divverentfix typo in last commit
2009-12-23 divverentdo not TOTALLY block translation with csprogs, but...
2009-12-23 divverentprogs loading: allow translation of strings using a...
2009-12-23 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-23 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-23 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
2009-12-22 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-21 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-12-19 Wolfgang (Blub)... merging master
2009-12-06 divverentwe cannot skip the next 3 vars after encounting a vecto...
2009-12-06 divverentnow autocvars can have default values when the progs...
2009-12-05 divverentDP_QC_AUTOCVARS: declare a QC variable float/vector...
2009-12-04 havocclean up field offset handling a bit, now uses vec_t...
2009-11-29 havocadded Mem_Memalign function
2009-11-22 havocimplemented FTE_CSQC_SKELETONOBJECTS (clientside support)
2009-10-23 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-10-22 Wolfgang (Blub)... merging with master and resolving conflicts again
2009-10-22 divverentexperimental support for springs:
2009-10-22 divverentODE: joints
2009-10-20 havocremoved .axis_forward, .axis_left, .axis_up, .spinveloc...
2009-10-20 havocfix compile error with .avelocity
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-10-11 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-10-07 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-10-04 vortex-added game Blood Omnicide
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-10-01 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-28 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-27 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-26 havocrenamed prvm_startupreuseedicttime to prvm_reuseedicts_...
2009-09-26 havocadded prvm_startupreuseedicttime cvar
2009-09-25 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-23 divverentnew commands: prvm_edictget, prvm_globalget - read...
2009-09-23 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-17 Wolfgang (Blub)... merging master and resolving conflicts with div0's...
2009-09-17 divverentmake profile output more verbous (including time of...
2009-09-16 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-14 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-13 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-12 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-09 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-08 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-09-03 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-09-02 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-31 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-29 Wolfgang (Blub)... spike fucking added OP_IF_F instead of OP_IF_I, blame him
2009-08-28 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-27 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-26 Wolfgang (Blub)... fixed error text for OP_CASE and OP_CASERANGE
2009-08-26 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-24 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-24 Wolfgang (Blub)... now this is getting funny
2009-08-24 Wolfgang (Blub)... Merge commit 'origin' into dp1
2009-08-21 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-20 Wolfgang (Blub)... there is no OP_FETCH_GBL_ENT
2009-08-20 Wolfgang (Blub)... * "fixed" check_for_missing_ops.sh
2009-08-20 Wolfgang (Blub)... Merge commit 'origin/master' into dp1
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-19 Wolfgang (Blub)... merged with svn
2009-08-19 Wolfgang (Blub)... * renamed OP_POWER_I to OP_XOR_I (seriously... sense?)
2009-08-19 divverentfix that bounds check, it was stupid (< 0 = builtin)
2009-08-19 divverentfix typo in 9126
2009-08-19 divverentadd comments for missing bounds checks; bounds check...
2009-08-19 divverentprogs: require the last statement to be GOTO, DONE...
2009-08-18 Wolfgang (Blub)... Merge branch 'master' into dp1
2009-08-17 Wolfgang (Blub)... support for -TDP1
2009-08-14 divverentfix a small bug in prvm_getstring (returning NULL inste...
2009-06-13 divverentDP_SV_BOUNCEFACTOR
2009-04-14 divverentfix entity reuse of the very last entity before the...
2009-04-09 divverentuse "realtime", not the float time global, for entity...
2009-03-30 havocreworked animation interpolation code - entity_render_t...
2009-03-23 divverentin PRVM state dumps, also dump a special extra string...
2009-02-26 divverentcount entities removed by SV_OnEntityPreSpawnFunction...
2009-02-25 havocZQ_PAUSE extension patch from GreEn`mArine
2009-02-17 divverentDP_QC_GETTAGINFO_BONEPROPERTIES
2009-02-15 havocadded shadertime field in csqc
2009-01-28 divverentmake DP compile with C++ again
2009-01-22 divverentDP_SV_ONENTITYPREPOSTSPAWNFUNCTION - hooks before and...
2009-01-16 divverent- fix tracing against networked players on the client...
2009-01-13 divverentremove the PRVM_BOUNDSCHECK_CVAR define
2008-12-28 divverentfix whitespace handling:
2008-12-16 divverent- add debug prints for saving/loading games for prvm_en...
2008-09-12 divverentadd extension DP_QC_URI_GET (downloads HTTP/whatever...
2008-08-20 havocredesigned csqc shared entity .Version handling, now...
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-08-03 divverentleaktest: also exclude csqc networked entities
2008-07-19 divverentadd feature "prvm_errordump" to make a savegame on...
2008-07-15 divverentfix wrong cvar name
2008-07-15 divverentadd missing var
2008-07-15 divverentsmall optimization to the leak check, to mark the entit...
2008-07-15 divverentprvm_leaktest - leak detector for QC objects (all but...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-06-01 divverenttiny DP extension: when a global named "require_spawnfu...
2008-03-24 havocimplemented better \ parsing, matching stock Quake...
2008-03-23 havocfix stupid bug in \n and \r parsing
next