Here is the nightly for OS X on 21 Mar 2015 - Revision 11286
Open non-feature issues in
Mantis: 130
Group: Standard
fso_Standard_20150321_r11286.tgzMD5Sum------------------------------------------------------------------------
r11286 | niffiwan | 2015-03-20 20:36:03 -0500 (Fri, 20 Mar 2015) | 13 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
M /trunk/fs2_open/code/parse/sexp.h
add script-eval-block sexp
This is a workaround to the sexp TOKEN_LENGTH limit
The script can be split across multiple arguments to allow scripts
longer than 32 chars (i.e. current TOKEN_LENGTH)
e.g.
( script-eval
"ba.warning('foo"
" more and more and more"
" and the rest')"
)
Kudos to Axem for suggesting the idea
(And to zookeeper for reminding me to actually commit it!)
------------------------------------------------------------------------