You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/components/compiler
Marc Zinnschlag a0dbb40c8e Allow script names starting with digits (Fixes #1730) 10 years ago
..
context.hpp added access to remote access of local variables of global scripts 11 years ago
controlparser.cpp ignore conditions after an else (only works if condition is put in parentheses) 11 years ago
controlparser.hpp Fix some doxygen typos 11 years ago
declarationparser.cpp Fixed code issues found with unity build. Missing include guards, duplicated functions, ... 11 years ago
declarationparser.hpp fixed a constness-issue 11 years ago
discardparser.cpp added new argument type: z (optional, any) 11 years ago
discardparser.hpp added new argument type: z (optional, any) 11 years ago
errorhandler.cpp workaround for incorrect argument order for PositionCell instruction 11 years ago
errorhandler.hpp workaround for incorrect argument order for PositionCell instruction 11 years ago
exception.hpp compiler exception class fixes 15 years ago
exprparser.cpp alllow (and ignore) explicit references for StopScript and ScriptRunning 11 years ago
exprparser.hpp removed an unused parser settings (implicitly fixing a case were this setting was not applied correctly) 11 years ago
extensions.cpp Changed things to use typedef ScriptARgs/ScriptReturn, which makes finding out what those weird strings meant much much easier 11 years ago
extensions.hpp added new argument type: z (optional, any) 11 years ago
extensions0.cpp Implement ToggleWorld instruction 10 years ago
extensions0.hpp cleanup 12 years ago
fileparser.cpp Allow script names starting with digits (Fixes #1730) 10 years ago
fileparser.hpp Fix some doxygen typos 11 years ago
generator.cpp Fix cppcheck issues 10 years ago
generator.hpp Fix cppcheck issues 10 years ago
lineparser.cpp Fix cppcheck issues 10 years ago
lineparser.hpp fixed a constness-issue 11 years ago
literals.cpp added literal container and reworked output container handling 15 years ago
literals.hpp added literal container and reworked output container handling 15 years ago
locals.cpp fixed another case issue in remote member access 11 years ago
locals.hpp remote local variable access was always using variable with index 1 instead of the index specified by the access request (Fixes #1739) 10 years ago
nullerrorhandler.cpp basic syntax highlighting in script subview 12 years ago
nullerrorhandler.hpp basic syntax highlighting in script subview 12 years ago
opcodes.cpp cleanup 12 years ago
opcodes.hpp Implement ToggleWorld instruction 10 years ago
output.cpp added literal container and reworked output container handling 15 years ago
output.hpp Fix some doxygen typos 11 years ago
parser.cpp Fix cppcheck issues 10 years ago
parser.hpp Fix cppcheck issues 10 years ago
quickfileparser.cpp fixed a constness-issue 11 years ago
quickfileparser.hpp fixed a constness-issue 11 years ago
scanner.cpp Allow script names starting with digits (Fixes #1730) 10 years ago
scanner.hpp Allow script names starting with digits (Fixes #1730) 10 years ago
scriptparser.cpp fixed a constness-issue 11 years ago
scriptparser.hpp Fix some doxygen typos 11 years ago
skipparser.cpp fixed a constness-issue 11 years ago
skipparser.hpp fixed a constness-issue 11 years ago
streamerrorhandler.cpp Mostly removal of unnecessary #include's and a little clean up 13 years ago
streamerrorhandler.hpp Converted all tabs to four spaces 14 years ago
stringparser.cpp fixed a constness-issue 11 years ago
stringparser.hpp fixed a constness-issue 11 years ago
tokenloc.hpp added tokenizing of MW scripts 15 years ago