2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-15 |
havoc | Fix a few warnings. |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2020-01-07 |
havoc | Fix PRVM_ValueString and PRVM_UglyValueString to check... |
blob | commitdiff | raw | diff to current |
2018-04-20 |
havoc | Fix a prvm_int_t variable that was being passed directl... |
blob | commitdiff | raw | diff to current |
2016-02-07 |
divverent | Removed globaldefindex_progid field from cvar struct. |
blob | commitdiff | raw | diff to current |
2016-02-07 |
divverent | Initialize globalindex for autocvars with -1 to prevent... |
blob | commitdiff | raw | diff to current |
2015-11-26 |
divverent | Fix prvm_leaktest - it now really supports references... |
blob | commitdiff | raw | diff to current |
2015-11-24 |
divverent | Leaktest: store longer allocation origins. |
blob | commitdiff | raw | diff to current |
2015-11-24 |
divverent | Leaktest: disable support for following target/targetna... |
blob | commitdiff | raw | diff to current |
2015-11-08 |
havoc | Fix several warnings with gcc-5 and an error with mingw... |
blob | commitdiff | raw | diff to current |
2015-08-08 |
havoc | Revert motorsep's change r12222. |
blob | commitdiff | raw | diff to current |
2015-08-06 |
motorsep | + Added support for Doom 3 entity spawnargs ("name... |
blob | commitdiff | raw | diff to current |
2015-03-04 |
divverent | Fix clang-analyzer false positives. |
blob | commitdiff | raw | diff to current |
2014-03-15 |
divverent | Fix very stupid typo by me in counting coverage() state... |
blob | commitdiff | raw | diff to current |
2014-01-07 |
divverent | COVERAGE! Also fixes prvm always running as PRVMSLOWINT... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
divverent | Patch by graphitemaster to support column number enhanc... |
blob | commitdiff | raw | diff to current |
2013-12-14 |
havoc | don't try to validate parameters to an opcode that... |
blob | commitdiff | raw | diff to current |
2013-09-12 |
divverent | Fix loading of common.LANGUAGE.po. |
blob | commitdiff | raw | diff to current |
2013-09-11 |
divverent | .po support: support common.<language>.po as secondary... |
blob | commitdiff | raw | diff to current |
2013-08-03 |
divverent | Revert "Revert "Build in subdirs"", as the issues seem... |
blob | commitdiff | raw | diff to current |
2013-01-12 |
havoc | cast to etype_t to avoid g++ compiler errors |
blob | commitdiff | raw | diff to current |
2013-01-09 |
divverent | Make watchpoints data type aware; now vector watchpoint... |
blob | commitdiff | raw | diff to current |
2013-01-08 |
divverent | Breakpoints and watchpoints |
blob | commitdiff | raw | diff to current |
2012-09-19 |
divverent | buffer csprogs downloads and load csprogs from the... |
blob | commitdiff | raw | diff to current |
2012-08-05 |
havoc | relax PRVM_EDICT_NUM error checking on saving a savegam... |
blob | commitdiff | raw | diff to current |
2012-04-29 |
divverent | fix a stupid overrun in OP_DONE/OP_RETURN when trying... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
havoc | changed PRVM_ValueString (used by prvm_global, prvm_glo... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
divverent | PRVM_64: make savegames precision-loss-less |
blob | commitdiff | raw | diff to current |
2012-04-11 |
divverent | fix "strings go past end of file" check |
blob | commitdiff | raw | diff to current |
2012-04-04 |
havoc | added PRVM_64 define which upgrades the QC VM to double... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
havoc | patch from Klaus Silveira cleaning up several inefficie... |
blob | commitdiff | raw | diff to current |
2012-01-28 |
havoc | remove a confusing #if |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | Command line: -sessionid, cvars: locksession, (R/O... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | speed up leaktest a bit |
blob | commitdiff | raw | diff to current |
2011-10-27 |
divverent | framegroups: add support for group names specified... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
divverent | as realtime no longer suffices to detect same frame... |
blob | commitdiff | raw | diff to current |
2011-10-25 |
divverent | fix a bug regarding entity reuse |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
havoc | reworked progs loading so that entvars_t and globalvars... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | added prvm_offsets.h which centralizes field/global... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | reworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | added pmove_onground to get this value from the engine... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | add the prvm_badvalue variable needed by the last commit |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | fix another warning |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | fix a C++ compile error |
blob | commitdiff | raw | diff to current |
2011-05-08 |
havoc | removed NULL checks for PRVM_EDICTFIELDVALUE/GLOBALFIEL... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
divverent | fix naming of two fields |
blob | commitdiff | raw | diff to current |
2011-05-06 |
havoc | added .float sendcomplexanimation server qc field which... |
blob | commitdiff | raw | diff to current |
2011-04-20 |
divverent | really fix csprogs.dat.??.po loading |
blob | commitdiff | raw | diff to current |
2011-04-20 |
divverent | do NOT use the crc inside the file name for .po file... |
blob | commitdiff | raw | diff to current |
2011-02-16 |
divverent | fix compile error, sorry |
blob | commitdiff | raw | diff to current |
2011-02-15 |
divverent | because Quake is insane, do NOT save vars matching... |
blob | commitdiff | raw | diff to current |
2011-02-15 |
divverent | fix some instances detecting vector component names... |
blob | commitdiff | raw | diff to current |
2011-01-17 |
divverent | make prvm_language saved |
blob | commitdiff | raw | diff to current |
2011-01-17 |
divverent | fix description of prvm_language dumping mode |
blob | commitdiff | raw | diff to current |
2011-01-14 |
divverent | use the proper filename.pot instead of filename.dump... |
blob | commitdiff | raw | diff to current |
2010-12-12 |
divverent | turn another print into a dprint |
blob | commitdiff | raw | diff to current |
2010-10-31 |
vortex | new m_newmap() MenuQC function which gets executed... |
blob | commitdiff | raw | diff to current |
2010-10-15 |
divverent | Cryptographic authentication support for the d0_blind_i... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
vortex | Fix GAME_XONOTIC beging misplaced in gamemode_t->gamemo... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
divverent | fix leaktest |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-07-04 |
divverent | a simple time profiler for prvm_profile, cvar: prvm_tim... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | created new MSVC2008 project files and solution from... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw | diff to current |
2010-06-17 |
divverent | user (csqc) controllable wavefuncs |
blob | commitdiff | raw | diff to current |
2010-06-05 |
divverent | if a dotranslate_ variable exists, ALWAYS assume the... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
divverent | DP_CSQC_BOXPARTICLES |
blob | commitdiff | raw | diff to current |
2010-05-02 |
divverent | Add QC/cfg facilities to control deletion of automatica... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
divverent | mode "developer -1" that behaves like old "developer... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
havoc | fix some warnings |
blob | commitdiff | raw | diff to current |
2010-04-04 |
havoc | change representation of string offsets for allocated... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
divverent | use the safer %.9g format for storing floats e.g. in... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
divverent | WarpZones: |
blob | commitdiff | raw | diff to current |
2010-01-08 |
havoc | significantly reduce code size in prvm_exec.c by simpli... |
blob | commitdiff | raw | diff to current |
2010-01-03 |
divverent | allow entity number reuse during PRVM_ED_LoadFromFile... |
blob | commitdiff | raw | diff to current |
2009-12-27 |
havoc | changed a ton of developer cvar checks into developer_e... |
blob | commitdiff | raw | diff to current |
2009-12-25 |
divverent | add a menu/csqc field .drawfontscale to scale the font... |
blob | commitdiff | raw | diff to current |
2009-12-24 |
havoc | don't use ssize_t |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | fix typo in last commit |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | do not TOTALLY block translation with csprogs, but... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | progs loading: allow translation of strings using a... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
divverent | DP_SV_PING_PACKETLOSS: expose packet loss to server QC |
blob | commitdiff | raw | diff to current |
2009-12-06 |
divverent | we cannot skip the next 3 vars after encounting a vecto... |
blob | commitdiff | raw | diff to current |
2009-12-06 |
divverent | now autocvars can have default values when the progs... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
divverent | DP_QC_AUTOCVARS: declare a QC variable float/vector... |
blob | commitdiff | raw | diff to current |
2009-12-04 |
havoc | clean up field offset handling a bit, now uses vec_t... |
blob | commitdiff | raw | diff to current |
2009-11-29 |
havoc | added Mem_Memalign function |
blob | commitdiff | raw | diff to current |
2009-11-22 |
havoc | implemented FTE_CSQC_SKELETONOBJECTS (clientside support) |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | experimental support for springs: |
blob | commitdiff | raw | diff to current |
2009-10-22 |
divverent | ODE: joints |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | removed .axis_forward, .axis_left, .axis_up, .spinveloc... |
blob | commitdiff | raw | diff to current |
2009-10-20 |
havoc | fix compile error with .avelocity |
blob | commitdiff | raw | diff to current |
2009-10-19 |
havoc | ODE physics engine support, needs more work, disabled... |
blob | commitdiff | raw | diff to current |
2009-10-04 |
vortex | -added game Blood Omnicide |
blob | commitdiff | raw | diff to current |
2009-10-04 |
havoc | added DP_ENT_GLOWMOD extension, like DP_ENT_COLORMOD... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
havoc | renamed prvm_startupreuseedicttime to prvm_reuseedicts_... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
havoc | added prvm_startupreuseedicttime cvar |
blob | commitdiff | raw | diff to current |
next |