]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_edict.c
Rewrote most of r_lightning.c, it now uses CL_MeshEntities in MESH_PARTICLES rather...
[xonotic/darkplaces.git] / prvm_edict.c
2016-02-07 divverentRemoved globaldefindex_progid field from cvar struct.
2016-02-07 divverentInitialize globalindex for autocvars with -1 to prevent...
2015-11-26 divverentFix prvm_leaktest - it now really supports references...
2015-11-24 divverentLeaktest: store longer allocation origins.
2015-11-24 divverentLeaktest: disable support for following target/targetna...
2015-11-08 havocFix several warnings with gcc-5 and an error with mingw...
2015-08-08 havocRevert motorsep's change r12222.
2015-08-06 motorsep+ Added support for Doom 3 entity spawnargs ("name...
2015-03-04 divverentFix clang-analyzer false positives.
2014-03-15 divverentFix very stupid typo by me in counting coverage() state...
2014-01-07 divverentCOVERAGE! Also fixes prvm always running as PRVMSLOWINT...
2014-01-06 divverentPatch by graphitemaster to support column number enhanc...
2013-12-14 havocdon't try to validate parameters to an opcode that...
2013-09-12 divverentFix loading of common.LANGUAGE.po.
2013-09-11 divverent.po support: support common.<language>.po as secondary...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-01-12 havoccast to etype_t to avoid g++ compiler errors
2013-01-09 divverentMake watchpoints data type aware; now vector watchpoint...
2013-01-08 divverentBreakpoints and watchpoints
2012-09-19 divverentbuffer csprogs downloads and load csprogs from the...
2012-08-05 havocrelax PRVM_EDICT_NUM error checking on saving a savegam...
2012-04-29 divverentfix a stupid overrun in OP_DONE/OP_RETURN when trying...
2012-04-19 havocchanged PRVM_ValueString (used by prvm_global, prvm_glo...
2012-04-11 divverentPRVM_64: make savegames precision-loss-less
2012-04-11 divverentfix "strings go past end of file" check
2012-04-04 havocadded PRVM_64 define which upgrades the QC VM to double...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-01-28 havocremove a confusing #if
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-11-01 divverentspeed up leaktest a bit
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-25 divverentas realtime no longer suffices to detect same frame...
2011-10-25 divverentfix a bug regarding entity reuse
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-08 havocreworked progs loading so that entvars_t and globalvars...
2011-05-09 havocadded prvm_offsets.h which centralizes field/global...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocadded pmove_onground to get this value from the engine...
2011-05-09 havocadd the prvm_badvalue variable needed by the last commit
2011-05-08 havocfix another warning
2011-05-08 havocfix a C++ compile error
2011-05-08 havocremoved NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL...
2011-05-08 divverentfix naming of two fields
2011-05-06 havocadded .float sendcomplexanimation server qc field which...
2011-04-20 divverentreally fix csprogs.dat.??.po loading
2011-04-20 divverentdo NOT use the crc inside the file name for .po file...
2011-02-16 divverentfix compile error, sorry
2011-02-15 divverentbecause Quake is insane, do NOT save vars matching...
2011-02-15 divverentfix some instances detecting vector component names...
2011-01-17 divverentmake prvm_language saved
2011-01-17 divverentfix description of prvm_language dumping mode
2011-01-14 divverentuse the proper filename.pot instead of filename.dump...
2010-12-12 divverentturn another print into a dprint
2010-10-31 vortexnew m_newmap() MenuQC function which gets executed...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-09-21 vortexFix GAME_XONOTIC beging misplaced in gamemode_t->gamemo...
2010-09-14 divverentfix leaktest
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-07-04 divverenta simple time profiler for prvm_profile, cvar: prvm_tim...
2010-07-02 havoccreated new MSVC2008 project files and solution from...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-17 divverentuser (csqc) controllable wavefuncs
2010-06-05 divverentif a dotranslate_ variable exists, ALWAYS assume the...
2010-05-12 divverentDP_CSQC_BOXPARTICLES
2010-05-02 divverentAdd QC/cfg facilities to control deletion of automatica...
2010-04-24 divverentmode "developer -1" that behaves like old "developer...
2010-04-11 havocfix some warnings
2010-04-04 havocchange representation of string offsets for allocated...
2010-03-26 divverentuse the safer %.9g format for storing floats e.g. in...
2010-02-28 divverentWarpZones:
2010-01-08 havocsignificantly reduce code size in prvm_exec.c by simpli...
2010-01-03 divverentallow entity number reuse during PRVM_ED_LoadFromFile...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-25 divverentadd a menu/csqc field .drawfontscale to scale the font...
2009-12-24 havocdon't use ssize_t
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 divverentDP_SV_PING_PACKETLOSS: expose packet loss to server QC
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-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-04 vortex-added game Blood Omnicide
2009-10-04 havocadded DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD...
2009-09-26 havocrenamed prvm_startupreuseedicttime to prvm_reuseedicts_...
2009-09-26 havocadded prvm_startupreuseedicttime cvar
2009-09-23 divverentnew commands: prvm_edictget, prvm_globalget - read...
2009-09-17 divverentmake profile output more verbous (including time of...
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-08-19 divverentfix that bounds check, it was stupid (< 0 = builtin)
2009-08-19 divverentfix typo in 9126
next