]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_edict.c
fix a crash in portal clipping code (forgot to include polygon.h)
[divverent/darkplaces.git] / prvm_edict.c
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