1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-08 01:00:57 +00:00
openmw/components/compiler
scrawl f921f2e7db Make PcRaiseRank, PcLowerRank and PcJoinFaction properly accept references instead of using the actor that the player talked to last.
This also solves a potential crash when no actor has been talked to yet, e.g. immediately after loading a savegame.
2014-04-26 12:04:37 +02:00
..
context.hpp
controlparser.cpp ignore conditions after an else (only works if condition is put in parentheses) 2014-02-15 12:45:50 +01:00
controlparser.hpp
declarationparser.cpp
declarationparser.hpp fixed a constness-issue 2014-02-14 12:23:00 +01:00
errorhandler.cpp added warning mode to script compiler error handler 2014-02-02 13:55:03 +01:00
errorhandler.hpp
exception.hpp
exprparser.cpp allow x->(y) instead of (x->y) 2014-02-15 12:50:40 +01:00
exprparser.hpp fixed a constness-issue 2014-02-14 12:23:00 +01:00
extensions.cpp
extensions.hpp Merge branch 'master' into script 2014-02-13 15:02:02 +01:00
extensions0.cpp Make PcRaiseRank, PcLowerRank and PcJoinFaction properly accept references instead of using the actor that the player talked to last. 2014-04-26 12:04:37 +02:00
extensions0.hpp
fileparser.cpp
fileparser.hpp
generator.cpp
generator.hpp added access to remote access of local variables of global scripts 2014-02-10 14:45:55 +01:00
lineparser.cpp
lineparser.hpp
literals.cpp
literals.hpp added literal container and reworked output container handling 2010-06-28 16:48:19 +02:00
locals.cpp
locals.hpp
nullerrorhandler.cpp basic syntax highlighting in script subview 2013-04-10 22:49:22 +02:00
nullerrorhandler.hpp
opcodes.cpp
opcodes.hpp
output.cpp added literal container and reworked output container handling 2010-06-28 16:48:19 +02:00
output.hpp
parser.cpp
parser.hpp
quickfileparser.cpp
quickfileparser.hpp fixed a constness-issue 2014-02-14 12:23:00 +01:00
scanner.cpp allow [] as aliases for () 2014-02-13 08:59:33 +01:00
scanner.hpp
scriptparser.cpp
scriptparser.hpp
skipparser.cpp
skipparser.hpp fixed a constness-issue 2014-02-14 12:23:00 +01:00
streamerrorhandler.cpp
streamerrorhandler.hpp
stringparser.cpp
stringparser.hpp
tokenloc.hpp added tokenizing of MW scripts 2010-06-27 19:20:21 +02:00