warzone2100/lib/script
Buginator 6f3419da73 Modify scrOutputCallTrace() to dump the stack on script errors, and act normally whenever it is called normally.
(Normally, it dumps only when LOG_SCRIPT is defined, but we can't determine where the script errors are when LOG_SCRIPT isn't used)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@6212 4a71c877-e1ca-e34f-864e-861f7616d084
2008-10-25 17:56:43 +00:00
..
Makefile.am * Wrap all file lists in the automake and win32 makefiles across lines such that there's only one file on each line 2008-10-13 13:04:37 +00:00
chat_lexer.l Allow compiling with Flex < 2.5.9, r5679 and patch #1089 broke this 2008-07-28 13:34:00 +00:00
chat_parser.y * When using a va_list multiple times make sure to va_copy it first 2008-09-05 20:10:47 +00:00
chat_processing.h * Move type OBJECT_POSITION (and macro POSITION_OBJ to declare it) from structuredef.h to the new file positiondef.h 2008-07-13 18:15:03 +00:00
codeprint.c Make MSVC happy 2008-03-26 16:42:16 +00:00
codeprint.h Enhance copeprint capabilities and add more 2string functions for the scripting engine. 2008-03-26 00:45:03 +00:00
event.c Fix several warnings that occur on NDEBUG builds: 2008-10-16 14:22:29 +00:00
event.h Cleanup #includes a bit 2008-03-16 12:39:08 +00:00
evntsave.c Cleanup: 2008-10-14 21:03:23 +00:00
evntsave.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
interp.c Modify scrOutputCallTrace() to dump the stack on script errors, and act normally whenever it is called normally. 2008-10-25 17:56:43 +00:00
interp.h Modify scrOutputCallTrace() to dump the stack on script errors, and act normally whenever it is called normally. 2008-10-25 17:56:43 +00:00
makefile.win32 Fix the raw win32 makefile system which got broken in r6144 and r6145: 2008-10-14 18:28:21 +00:00
parse.h * Fix several "comparison between signed and unsigned" warnings 2008-10-14 20:42:20 +00:00
script.c Make "SCRIPT" release function just indirectly point to scriptFreeCode, so the function types are strictly compatible. 2008-07-06 14:02:46 +00:00
script.h Move interp*2string to script*2string 2008-03-26 14:57:35 +00:00
script.vcproj Get rid of unnecessary warnings when compiling release build using MSVC. 2008-04-01 15:56:39 +00:00
script_lexer.l Allow compiling with Flex < 2.5.9, r5679 and patch #1089 broke this 2008-07-28 13:34:00 +00:00
script_parser.y * Fix several "comparison between signed and unsigned" warnings 2008-10-14 20:42:20 +00:00
stack.c * When using a va_list multiple times make sure to va_copy it first 2008-09-05 20:10:47 +00:00
stack.h Allow a script to have more than strings at a time. 2008-04-14 20:12:27 +00:00