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
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
2014-06-08
CRUISE: Directly use assert.
Johannes Schickel
2014-06-07
CRUISE: Some minor rework in script handler
Strangerke
2014-06-07
CRUISE: Add some comments, remove some optional brackets
Strangerke
2014-06-01
CRUISE: Reduce the scope of variables used in the for loops
Strangerke
2014-06-01
CRUISE: error out in some cases where divide by zero is expected
Strangerke
2014-05-31
CRUISE: Add a couple of safeguards to avoid potential division by zero
Strangerke
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-06-30
JANITORIAL: Silence a couple of "variable set but not used" warnings.
eriktorbjorn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-22
CRUISE: Reinstate Copy Protection errorneously disabled in r51834.
D G Turner
2010-11-07
LURE: Convert printf to debug/warning
Max Horn
2010-10-15
CRUISE: Fix some code analysis warnings (bug #3087829)
Eugene Sandulenko
2010-08-07
LOL: added english floppy version
Florian Kagerer
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