]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_edict.c
implemented r_glsl_usegeneric cvar, this causes generic GLSL shaders to
[divverent/darkplaces.git] / prvm_edict.c
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...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-22 havocimplemented DP_TRACE_HITCONTENTSMASK_SURFACEINFO extens...
2006-03-21 havocrenamed varray_ arrays to rsurface_array_, and they...
2006-02-23 havocchange unknown opcode error to a Con_DPrintf, this...
2006-02-01 havocadded description string to all cvars and commands
2006-01-01 havocadded developer_entityparsing cvar to aid in debugging...
2006-01-01 havoccorrected some function names in error messages
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated fs_filesize global, now File_LoadFile and...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-13 havocwork around for empty key/value pairs in nehahra neh1m8...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-07-05 havocmore size_t
2005-07-03 black-Moved findflags and findchainflags to the prvm_cmds.c.
2005-07-02 havocfix Black's mistake of using 'long' (32bit/64bit depend...
2005-06-29 havocadded knownstrings_freeable array to prog struct so...
2005-06-28 black-Added sv_playerphysicsqc to control whether the qc...
2005-06-08 blackChanged the Host_Error calls in the string indexing...
2005-06-03 havocadded a small simple optimization of prog->knownstring...
2005-06-03 havocfix a cast warning
2005-06-03 havocremove unused PRVM_SetQCString function
2005-06-03 havocrewrote PRVM_AllocString and PRVM_FreeString to deal...
2005-06-01 black-Added Host_AbortCurrentFrame to hide the longjump...
2005-05-29 havocfixed makefile (it is not possible to comment out lines...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 black-LoadProgs now expects to be called after InitProg...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...
2005-05-14 havocfix some warnings
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-02-03 molivierReplaced snprintf and vnsprintf calls by dpsnprintf...
2004-12-13 black-Fixed another bug introduced by me, affecting the...
2004-12-04 black-Added the console command prvm_globalset
2004-11-29 black-Fixed an old qc bug that's already been existing in...
2004-10-29 black-Moved the entity mem init in the entity load functions...
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-12 black-Its now possible to add support for other edict_privat...
2004-06-25 blackAdded the cmd prvm_global <program> <global> which...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2003-12-19 blackAdded the console commands edictset and prvm_edictset.
2003-10-31 blackAdded isfunction and changed callfunction so it works
2003-10-28 blackFixed a bug that caused some messages to not be logged...
2003-10-26 blackChanged the way the new vm is handling the unloading...
2003-10-25 blackAdded a new builin function (callfunction)
2003-10-23 blackChanged prvm_ed_loadfromfile - it isnt really compatibl...
next