aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.cpp
AgeCommit message (Collapse)Author
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-14ALL: colour -> colorMax Horn
2011-04-13TSAGE: Always initialise the event in getEvent()eriktorbjorn
This fixes Valgrind warnings when getEvent() is called when there are no pending events at all.
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-09TSAGE: Fixing memory leaksPaul Gilbert
2011-03-06TSAGE: Changes to cursor handling that more accurately replicates the originalPaul Gilbert
2011-02-16TSAGE: Rework the logic for showing the cursor in new scenes.cppPaul 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-14TSAGE: Added the engine in a separate branchPaul Gilbert