]> icculus.org git repositories - divverent/darkplaces.git/commit
-Added Host_AbortCurrentFrame to hide the longjump and make it usable by
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jun 2005 19:21:09 +0000 (19:21 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Jun 2005 19:21:09 +0000 (19:21 +0000)
commit56561de0acdb9cf29d155992440ac3e0d32909dd
tree737c7863cb87ebbfdcd43c501af8cab8886fd502
parent2fc59f0ef5696f7487c1f26d81c263f720991cf8
-Added Host_AbortCurrentFrame to hide the longjump and make it usable by
 the VM error functions.
-Moved the static variables of Host_Error into the function body.
-Changed the definition of error_cmd to be called instead of Host_Error,
 so the VM control code is in full control of the error processing.
-Added MP_Error to the menu, so a menu crash wont shutdown the server anymore.
-Fixed an annying bug caused by a typo, that crashes Nexuiz if you query for
 a string in the serverlist.
-PRVM_Crash resets the prog pointer now.
-PRVM_Begin use Con_Printf again (but PRVM_DEBUGPRSTACK has been disabled again).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5374 d7cf8633-e32d-0410-b094-e92efae38249
host.c
menu.c
mvm_cmds.c
progsvm.h
prvm_edict.c
prvm_exec.c
quakedef.h
server.h