0ad/source
leper df4c07238d Change GUI tag parsing to use a FSM instead of using CParser. Refs #2589.
Parameters now have to be quoted with ".
Supports " in parameters by escaping them with \.
Tag start characters can be included in normal text by escaping them
with \.
Better error handling and a error messages to help with fixing
invalid/malformed strings.

This was SVN commit r15969.
2014-11-16 02:10:28 +00:00
..
collada Fix VS2013 build errors, warnings 2013-11-03 12:46:07 +00:00
graphics Parse terrain properties without CParser. Refs #2589. 2014-11-16 02:09:02 +00:00
gui Change GUI tag parsing to use a FSM instead of using CParser. Refs #2589. 2014-11-16 02:10:28 +00:00
i18n Add hotloading for translation files. Fixes #2915. 2014-11-09 16:58:14 +00:00
lib Fix valgrind warning about uninitialized variable. Patch by Echelon9. Fixes #2878. 2014-11-08 00:37:42 +00:00
lobby Check for availability of XmppClient. 2014-11-16 02:10:24 +00:00
maths Optimise silhouette rendering. 2014-07-03 01:00:25 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Split ScriptRuntime and ScriptInterface code to separate files. 2014-11-13 11:19:28 +00:00
pch Sacrifices a goat to the gods of insanity. 2014-04-24 20:05:48 +00:00
ps Clean up JSON parsing code. Refs #1374. 2014-11-13 01:26:22 +00:00
renderer Fixes GLES build 2014-10-29 02:36:42 +00:00
scriptinterface Fixes build errors on Windows introduced in c813a11427 and 1a0f9b086e. 2014-11-13 22:37:43 +00:00
simulation2 Amend the "Reveal All" behavior by always hiding mirages. 2014-11-14 20:29:35 +00:00
soundmanager Fix segmentation fault in the sound destructor. Happened when the sound file doesn't exist. Errors are shown by other code. 2014-06-24 11:07:39 +00:00
third_party Makes tinygettext handle missing plural forms more sanely. 2014-07-05 10:29:24 +00:00
tools Use fitplural added in upstream revision 1404284. Refs #2539. 2014-10-28 16:03:19 +00:00
contributors.txt Ticket #2127 - Performance and style improvements in scriptinterface. 2013-09-16 19:10:06 +00:00
main.cpp Fixes some issues when toggling fullscreen mode with SDL2, refs #2041: 2014-09-28 22:10:09 +00:00
test_setup.cpp Changes tests to use global g_ScriptRuntime instead of creating a new JSRuntime for each test. 2014-04-25 21:19:51 +00:00