]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_edict.c
limit shadowmap maxsize to a value based on gl_max_size
[divverent/darkplaces.git] / prvm_edict.c
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...
2007-04-24 dreskUpdated console command description of prvm_edicts...
2007-04-23 dreskImplemented .string netaddress to SVQC, providing the...
2007-04-15 divverentNew console commands sv_cmd, menu_cmd, cl_cmd, that...
2007-04-06 havocchanged "new engine string" prints to also include...
2007-03-27 havocadded .float disableclientprediction field for qc to...
2007-03-11 havocincreased minimum developer cvar level for several...
2007-02-19 havocfixed support of progs.dat files with important global...
2007-02-19 havocremoved vm_cl_extensions (now uses vm_sv_extensions)
2007-02-18 havocfixed an evil ent->fields.vp access that was not using...
2007-02-18 havocchanged fieldoffsets and globaloffsets to be integer...
2007-02-18 havoca cosmetic change as suggested by div0:
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-01-24 havocreplaced prvm_tempstringmemory cvar with automatic...
2007-01-24 havocredesigned tempstring system, now uses a fixed size...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-08-19 havocpatch from div to fix icc warnings
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-07-07 havocchanged most COM_ParseToken calls to COM_ParseTokenCons...
2006-05-25 havocchanged qc profiling to use doubles instead of ints...
2006-04-25 havocadded prvm_printfunction command which prints an assemb...
2006-04-20 havocfix missing newline on unknown opcode warning in progs...
next