]> git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_edict.c
Also actually include the .enc file for the key.
[xonotic/darkplaces.git] / prvm_edict.c
2020-11-28 cloudwalkprvm_edict: Spelling
2020-11-28 cloudwalkprvm_edict: Add warning for attempting to load FTEQW...
2020-11-08 cloudwalkprvm_edict: Link all edicts to the world when loaded...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-08-14 cloudwalkprvm: Initial experimental implementation of support...
2020-07-24 cloudwalkent_create: Fix potential memory leaks. Misc improvements
2020-07-24 cloudwalkprvm_edict: Refactor PRVM_ED_LoadFromFile. Split up...
2020-07-24 cloudwalkprvm_edict: Implement PRVM_ED_FindGlobalEval
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-18 cloudwalkprvm_edict: Minor edit to string
2020-07-16 cloudwalkprvm_edict: For __fullspawndata, set the "start" pointe...
2020-07-15 cloudwalkprvm_edict: Implement __fullspawndata. Testing only...
2020-06-30 cloudwalkReset tempstringsbuf when progs are reset. Fixes possib...
2020-06-30 cloudwalkDisable PRVM_64 until it can be developed further....
2020-06-30 cloudwalkComply with ISO C11. Engine will now compile with ...
2020-06-27 cloudwalkDynamically specify float precision when QC sets cvars...
2020-06-22 cloudwalk(Round 1) Break up host_cmd.c
2020-06-22 cloudwalkChange prefix of cmds in host_cmd.c to match the side...
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-08 cloudwalkAdd a few explicit typecasts to help fix C++ compilation
2020-06-06 cloudwalkInitial implementation of cvar aliases, with slowmo...
2020-05-26 cloudwalkClean up qtypes.h. Use stdbool.h on non-MSVC. Replace...
2020-05-20 cloudwalkNew prvm_stringdebug cvar to print string-related warni...
2020-05-20 cloudwalkRevert "Set prvm_garbagecollection_enable to 0 by default."
2020-05-20 cloudwalkSet prvm_garbagecollection_enable to 0 by default.
2020-05-18 cloudwalkFix a few compile warnings. Remove unused locals.
2020-02-06 havocImplemented garbage collection of lost references to...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-15 havocFix a few warnings.
2020-01-09 havocCorrected names in credits to be more accurate and...
2020-01-07 havocFix PRVM_ValueString and PRVM_UglyValueString to check...
2018-04-20 havocFix a prvm_int_t variable that was being passed directl...
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...
next