]> icculus.org git repositories - divverent/darkplaces.git/history - prvm_cmds.c
libcurl.2.dylib is apparently compatible for our purposes and neatly adds Mac OS...
[divverent/darkplaces.git] / prvm_cmds.c
2006-06-07 havocadded stack trace printout to VM_remove warnings
2006-06-06 molivierUse our usual defines for detecting the OS type
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-25 havocreenabled support of find() with an empty string as...
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-23 havocchanged several DPrint's and developer cvar checks...
2006-03-21 havocchanged all Draw_CachePic calls to precache the pic...
2006-03-04 blackFix a bug in the video system.
2006-03-04 havocforgot to include this in the previous commit
2006-03-04 havocreplaced sbarpic_t with cachepic_t in sbar code (saves...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-22 havocmade QC error() and objerror() builtins print the error...
2006-02-11 havocmigrated cls.message and client->message buffers into...
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2005-12-05 blackErm, remove the paramcount check from localcmd, so...
2005-11-25 havocchanged strzone, stuffcmd, and localcmd to be able...
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-10-21 havocfix another float->enum conversion error with g++ 4
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
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-03 havocdon't print PRVM_NAME in each dprint call, it looks...
2005-06-19 black-Added support for 515]'s BX_COLOREDTEXT extension.
2005-06-15 havocprint a different fopen message if it failed
2005-06-15 havocadded debug prints to FRIK_FILE fopen/fclose builtins
2005-06-03 havocrewrote PRVM_AllocString and PRVM_FreeString to deal...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-24 black-Split prvm_cmds.c into prvm_cmds.c, prvm_cmds.h and...
2005-05-16 black-Fixed some bugs in the altstr functions, now they...
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocupgraded both QuakeC VMs to use a table of negative...
2005-05-11 black-Changed VM_precache_pic to check CachePic for successf...
2005-05-11 havocthe merging of alias and bsp model rendering begins...
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-04-14 black-Added the parameter 'persistent'(naming?) to Draw_Cach...
2005-04-04 black-ServerList: Changed some if-else-chains to switch...
2005-04-03 black-Changed HostCache to ServerList (and a few other pure...
2005-03-14 black-Beautified a function just for fun (better variable...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-01-25 havocremoved obsolete FS_Close call in LoadGame
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-09 molivier- Sys_LoadLibrary now accepts several possible names...
2005-01-01 black-Added 2 builtins to make the hostcache stuff easier...
2004-12-27 black-Added support for 10 hostcache masks, which will be...
2004-12-26 black-Added a couple of VM builtins.
2004-12-22 black-Fixed a wrong parameter type in netconn.
2004-12-21 black-Added a new hostcache interface:
2004-12-19 black-Fixed a "bug" in PRVM_iscachedpic - it always returned...
2004-12-10 black-Converted some of the altstring functions to builtins
2004-12-04 black-Added video streaming support to the new VM
2004-11-29 black-Fixed an old qc bug that's already been existing in...
2004-11-28 black-Removed the NG Menu part, since it isnt used anymore...
2004-11-25 havocchanged lhrandom to use the full RAND_MAX limit (more...
2004-11-14 black-Fixed a stupid bug in the VM_findchain* functions.
2004-11-12 havocmore preparation for DP_SV_BOTCLIENT, removed a number...
2004-10-29 black-Minor fix in VM_registercvar.
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-26 havocS_LoadSound now automatically tries both with and witho...
2004-10-21 black- Added Mem_IsAllocated.
2004-10-17 black-Renamed two builtins of the new VM
2004-10-15 black-Added a more descriptive comment for prvm_edict_t::p
2004-10-13 molivierLots of minor fixes and improvements to the sound engin...
2004-10-12 black-Its now possible to add support for other edict_privat...
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-09-17 blackFixed str_cvar.
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-09-06 blackFixed fgets (before it has been ignoring the line that...
2004-09-03 havoczym models are now loaded into the same structs as...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-07 black-Fixed a bad bugfix in the menu router.
2004-07-11 black-Removed Sys_Quit and added Sys_Shutdown which will...
2004-07-10 blackFixed a bug in the menu.
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-12 blackForgot to add a couple of return statements to a switch...
2004-02-11 blackAdded some menu builtins and changed VM_registercvar...
2004-01-12 blackFixed findkeysforcommand hopefully.
2004-01-11 blackAdded the findkeysforcommand builtin to the menu qc...
2003-12-16 blackAdded the togglemenu command for both menus and the...
2003-12-08 havocfixed gcc and linux related compilation problems from...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-11-11 blackAdded 2 builtins.
2003-10-31 blackAdded isfunction and changed callfunction so it works
2003-10-30 blackAdded 2(3) builtin functions.
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-17 blackRemoved some bugs (I forget to change a few pr_argc...
next