aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.h
AgeCommit message (Collapse)Author
2011-06-27TSAGE: Separated the sound manager processing into it's own threadPaul Gilbert
This will be necessary with the introduction of the Sound FX driver, since the sound manager will do the processing for both drivers, but each will need to do their own output in their AudioStream thread
2011-06-04TSAGE: Add extra event manager fields to savegamesPaul Gilbert
This should correctly handle re-enabling the cursor when restoring savegames.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-11TSAGE: Rework parts of the cursor code to better match the originalPaul Gilbert
This also fixes the problem with the cursor appearing in cutscenes when you press any key
2011-05-04TSAGE: Some more conversions to US Englishmd5
2011-05-04TSAGE: Switched to American English, after the relevant discussion on -devel:md5
serialiser -> serializer synchronise -> synchronize
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-03-06TSAGE: Changes to cursor handling that more accurately replicates the originalPaul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert