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
/
cruise_main.h
Age
Commit message (
Expand
)
Author
2014-06-08
CRUISE: Directly use assert.
Johannes Schickel
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-10
Fixed memory leaks in savegame restoring
Paul Gilbert
2009-10-09
Set up a basic tracing system for all memory allocations to help track down m...
Paul Gilbert
2009-07-30
Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchain
Max Horn
2009-07-01
- Added GCC_PRINTF attribute to several funcs where it makes sense
Max Horn
2009-06-06
Bugfix to show the title screen at the correct speed when restarting the game
Paul Gilbert
2009-06-01
Replaced loadShort/saveShort functions with applicable endian macros
Paul Gilbert
2009-05-15
Removed standard library includes - they were marked with a FIXME to remove, ...
Paul Gilbert
2009-04-18
Implemented the 'Start Again' menu option to properly restart the game
Paul Gilbert
2009-04-01
Laid the basics for music handling
Paul Gilbert
2009-03-16
Code formatting, added further constant references, and corrected method sign...
Paul Gilbert
2009-03-01
Implemented proper support for the Pause 'p' key
Paul Gilbert
2009-02-19
Merged the contents of fontCharacterTable into staticres
Paul Gilbert
2009-02-19
Initial work on correct engine pausing
Paul Gilbert
2009-02-10
Cleaned up the input loop, using ScummVM keycode constants and some newly def...
Paul Gilbert
2008-06-29
adding a fixme
Kostas Nakos
2008-06-03
Removed the now empty files stringSupport.cpp/.h
Filippos Karapetis
2007-12-27
Early pathfinding
Vincent Hamm
2007-12-20
Multiple fix/cleanup
Vincent Hamm
2007-12-18
Fix loading savegame from original interpreter
Vincent Hamm
2007-11-10
Fix relocation of objects relations
Vincent Hamm
2007-11-10
-Cleanup strings
Vincent Hamm
2007-11-05
Implement polygon and sprite masking
Vincent Hamm
2007-10-29
Implement more object input
Vincent Hamm
2007-10-29
Add more object menu controls
Vincent Hamm
2007-10-28
Find object fix
Vincent Hamm
2007-10-28
Implement cursors
Vincent Hamm
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
Several const correctness fixes
Max Horn
2007-05-24
sync resource unpacking code of cruise with cine
Gregory Montoir
2007-04-27
Fix code formatting (partially) and guard defines in includes.
Eugene Sandulenko
2007-04-27
Cleanup
Vincent Hamm
2007-04-27
Fixing lots of warnings
Max Horn
2007-04-27
Add cruise source code for scummvm
Vincent Hamm