index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gob
/
expression.cpp
Age
Commit message (
Collapse
)
Author
2018-02-13
GOB: Mark intentional fallthrough in switch statements
Sven Hesse
2014-02-18
GOB: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-15
GOB: Change strcpy/strcat to strlcpy/strlcat for safety
Sven Hesse
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-08-15
Gob - Follow cppcheck advices
Arnaud Boutonné
svn-id: r52106
2010-05-17
Enforce conversion formatting on pointer casts in the DEV code.
Johannes Schickel
svn-id: r49068
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
svn-id: r44299
2009-09-04
Some more int16->uint16 changes, to accommodate for Playtoons larger ↵
Sven Hesse
variable space svn-id: r43950
2009-08-24
Playtoons uses a variable space that exceeds 32767 bytes. Changing a few ↵
Sven Hesse
variables to unsigned makes the construction mode not crash anymore (though it now hangs in a loop) svn-id: r43713
2009-06-22
Properly guarding Script::getOffset() and adding a reverse operation
Sven Hesse
svn-id: r41782
2009-06-22
Renaming kDebugParser to kDebugExpression
Sven Hesse
svn-id: r41774
2009-06-22
Renaming parse.h and parse.cpp to expression.h and expression.cpp
Sven Hesse
svn-id: r41773