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
dteviot 1d7f3474fa Fixed more MSVC 2013 warnings. 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 Fixed more MSVC 2013 warnings. 10 years ago
exprparser.hpp handle junk in argument lists (Fixes #2206) 10 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 handle junk in argument lists (Fixes #2206) 10 years ago
extensions0.cpp Implement ToggleScripts 10 years ago
extensions0.hpp fix -Wnewline-eof warnings 10 years ago
fileparser.cpp double bug in script name handling workaround (Fixes #1730) 10 years ago
fileparser.hpp Fix some doxygen typos 11 years ago
generator.cpp Comment out unused opSkipOnZero 10 years ago
generator.hpp Fix cppcheck issues 10 years ago
junkparser.cpp handle junk in argument lists (Fixes #2206) 10 years ago
junkparser.hpp handle junk in argument lists (Fixes #2206) 10 years ago
lineparser.cpp Merge branch 'scriptfixes' 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 fix -Wnewline-eof warnings 10 years ago
nullerrorhandler.hpp basic syntax highlighting in script subview 12 years ago
opcodes.cpp fix -Wnewline-eof warnings 10 years ago
opcodes.hpp Implement ToggleScripts 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 fix -Wnewline-eof warnings 10 years ago
quickfileparser.hpp fixed a constness-issue 11 years ago
scanner.cpp check for premature end of scripts more consistently 10 years ago
scanner.hpp some cleanup 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 changed column/row numbering in script compiler error messages from being starting at 0 to starting at 1 10 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