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
/
cruise
/
script.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-09
Fixed all memory leaks as far as the initial title screen
Paul Gilbert
2009-09-24
CRUISE: Fixed some warnings about unreachable code
Filippos Karapetis
2009-07-26
Added a debug line to allow tracking of script execution
Paul Gilbert
2009-06-01
Disabled an old script interpreter hack
Paul Gilbert
2009-06-01
Replaced loadShort/saveShort functions with applicable endian macros
Paul Gilbert
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-17
Properly named the script structure offset field, and fixed an endian bug
Paul Gilbert
2009-05-15
Converted various printf statements to use debug, warning, and error.
Paul Gilbert
2009-01-16
Code formatting fixes, automatically performed by astyle
Max Horn
2007-12-25
Fix blinking character
Vincent Hamm
2007-12-20
Fix title screen line drawing code
Vincent Hamm
2007-12-20
Fix compiler warnings
Max Horn
2007-12-20
Multiple fix/cleanup
Vincent Hamm
2007-12-18
Fix loading savegame from original interpreter
Vincent Hamm
2007-12-17
Fix dangling pointer
Vincent Hamm
2007-11-10
Fix relocation of objects relations
Vincent Hamm
2007-11-08
Cleanup load savegame from original interpreter
Vincent Hamm
2007-11-04
Some more script functions
Vincent Hamm
2007-11-04
Fix a few script issues
Vincent Hamm
2007-10-29
Add more object menu controls
Vincent Hamm
2007-09-10
Lots of source code formatting corrections
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-16
Figured out the bug that was causing the animations to glitch
Vincent Hamm
2007-04-28
More cleanup
Vincent Hamm
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Fixed loads of warnings with MSVC and gcc
Filippos Karapetis
2007-04-27
Add cruise source code for scummvm
Vincent Hamm