]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - prvm_edict.c
use the safer %.9g format for storing floats e.g. in savegame or prvm_edict command...
[xonotic/darkplaces.git] / prvm_edict.c
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
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-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
2008-03-23 havocuse \n parsing on globals in savegames
2008-03-23 havocreenable the \r parsing for consistency sake
2008-03-23 havocdon't parse \ characters when reading sav files or...
2008-03-23 dreskAdded server QC function "movetypesteplandevent". ...
2008-03-01 havocfix ev_field parser for savegames
2008-02-03 havocrevert my change and fix the types on Black's changes...
2008-02-03 havocfix Black's PRVM_EDICT_NUM_ERROR return type change...
2008-02-01 blackRewrite CSQC's setmodel a bit.
2008-01-30 havocfixed -tenebrae support, added glass and mirror renderi...
2008-01-22 resGecko: added ability to call back into a QC entry point...
2008-01-19 divverentnew SV progs function SV_Shutdown, gets called just...
2008-01-17 blackAdd support for a clientcamera sqc field that automatic...
2008-01-17 havocrewrote most of the DP_QC_STRINGBUFFERS implementation
2008-01-13 divverentalways look for spawnfunc_%s first when spawning an...
2008-01-09 divverentremove prvm_boundscheck cvar (security hole) and force...
2008-01-04 resChanging passing of key event ASCII codes to CSQC to...
2008-01-03 resProvide 'ascii' key input to CSQC.
2008-01-01 divverentadd cvar prvm_backtraceforwarning
2007-12-03 blackRemove the NG_MENU additions as it has never really...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-10-19 divverentprvm_callprofile: a flat profile, time based, including...
2007-09-24 havocchanged COM_ParseToken_Simple to have a parsebackslash...
2007-09-16 dreskAdded optional CSQC function CSQC_Event_Sound with...
2007-09-08 dreskAdded optional float global sb_showscores to CSQC that...
2007-09-04 havocremove a weird loop that was attempting to count the...
2007-08-16 dreskAdded SSQC Function "SV_OnEntityNoSpawnFunction" which...
2007-08-13 dreskAdded CSQC globals dmg_take, dmg_save and dmg_origin...
2007-08-10 dreskAdded support for assigning coop and deathmatch global...
2007-07-27 dreskReverted addition of float global intermission to clpro...
2007-07-24 dreskAdded the map name (ie. "The Grisly Grotto") to the...
2007-07-08 dreskAdded optional wildcard support for prvm_edict, prvm_ed...
2007-06-17 havocadded view_angles field in csqc, no longer sets pmove_o...
2007-05-09 havocrenamed COM_ParseTokenConsole to COM_ParseToken_Console
2007-05-07 havocrewrote server sendstates building code, no longer...
2007-04-24 havocadded DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds...
2007-04-24 havocreverted dresk's DP_SV_ALLOWTOUCHWITHOWNER patch as...
2007-04-24 dreskAdded QC float .allowtouchwithowner . Setting this...
next