]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_edict.c
Basic support for Q3's "getstatus" message, for a better integration with Q3 compatib...
[divverent/darkplaces.git] / prvm_edict.c
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...
2003-10-21 blackAdded in_mouse_x and in_mouse_y, which contain the...
2003-10-11 blackAdded the drawing functions and added also probably...
2003-10-09 blackAdded a lot of builtin commands to prvm_cmds.c (mostly...
2003-10-07 havocfix a signed/unsigned comparison warning
2003-10-07 black*** empty log message ***
2003-10-06 blackAdding the new vm