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
/
tsage
Age
Commit message (
Collapse
)
Author
2011-02-23
TSAGE: Added proper cursor showing when the scene changes
Paul Gilbert
2011-02-22
TSAGE: Initial implementation of more game scenes and support classes
Paul Gilbert
2011-02-18
Merge of GCC compilation fixes
Paul Gilbert
2011-02-18
TSAGE: Started fleshing out the SoundHandler class
Paul Gilbert
2011-02-16
TSAGE: fix tokenization issue in SYNC_ENUM in GCC
Alex Bevilacqua
This needs to be tested in MSVC to ensure it doesn't now break Windows builds with a different error ;)
2011-02-16
TSAGE: Bugfix to set the visage correctly in one of the Scene 20 objects
Paul Gilbert
2011-02-16
TSAGE: Rework the logic for showing the cursor in new scenes.cpp
Paul Gilbert
I'm still not completely happy with how it's implemented, and the original code is very obtuse when it comes to cursor display; it will likely need further investigation later on so the cursor doesn't appear in cut-scene scenes
2011-02-16
TSAGE: Bugfix to correctly draw objects on-screen in double-width scrolling ↵
Paul Gilbert
screens
2011-02-16
TSAGE: Completed Scene 50 - By Flycycles
Paul Gilbert
2011-02-16
TSAGE: Bugfix for SequenceManager sequences ending immediately
Paul Gilbert
2011-02-16
TSAGE: Fix another pathfinding bug that was causing infinite loops in some cases
Paul Gilbert
2011-02-16
TSAGE: Fix to Scene 50 for player to correctly face the direction he's ↵
Paul Gilbert
moving towards
2011-02-16
TSAGE: Replaced some old delete's with proper calls to remove() method
Paul Gilbert
2011-02-16
TSAGE: Yet another pathfinding bugfix
Paul Gilbert
2011-02-16
TSAGE: Another pathfinding bugfix
Paul Gilbert
2011-02-15
TSAGE: Bugfixes for the player pathfinder
Paul Gilbert
2011-02-15
TSAGE: Bugfix to correctly clear the walk region intersection lists when ↵
Paul Gilbert
changing scenes
2011-02-15
TSAGE: Bugfix to load walk region areas correctly
Paul Gilbert
2011-02-14
TSAGE: Bugfix for speaking text being hidden when the same speaker speaks ↵
Paul Gilbert
multiple times
2011-02-14
TSAGE: Added the engine in a separate branch
Paul Gilbert