aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.h
AgeCommit message (Collapse)Author
2014-02-19TSAGE: Some British to American EnglishStrangerke
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-09-17TSAGE: Fixes and renaming for R2R Hall of Records and CrevassePaul Gilbert
2012-11-09TSAGE: Fix a bug reported by salty-horse (and Clang)Strangerke
2012-02-25TSAGE: JANITORIAL: Remove trailing spacesStrangerke
2012-02-15TSAGE: R2R - Rename inventory enums, fix isInventoryIcon()Strangerke
2012-02-05TSAGE: Initial implementation of R2R Scene 180Paul Gilbert
2012-01-22TSAGE: Implemented R2R Scene 500Paul Gilbert
2011-12-22TSAGE: Moved look/use/talk descriptions to SceneItem class, and implemented ↵Paul Gilbert
R2R SceneExt::display
2011-12-17TSAGE: Bugfix for #3460485 - Animation running too slowlyPaul Gilbert
2011-12-17TSAGE: Implemented R2R Scene 850 - Deck #5 By LiftPaul Gilbert
2011-12-14TSAGE: Implemented R2R Scene 400 - Science LabPaul Gilbert
2011-12-01TSAGE: Implemented the new R2RW cursorsPaul Gilbert
2011-11-28TSAGE: R2R - Forget a file in previous commitStrangerke
2011-11-26TSAGE: R2R - Implement initExits in scene 2000Strangerke
2011-11-24TSAGE: R2R - Partial implementation of scene 2000Strangerke
2011-11-23TSAGE: Implemented R2RW Scene 325 - Ship CorridorPaul Gilbert
2011-10-30TSAGE: In progress implementation of R2RW scene 125 - ConsolePaul Gilbert
2011-10-24TSAGE: Rename of inventory constants and scene objects for first R2 scenePaul Gilbert
2011-10-22TSAGE: Beginnings of support for Return to RingworldPaul Gilbert
2011-10-18TSAGE: Bugfix for using caravan key, and give item a proper namePaul Gilbert
2011-10-06TSAGE: Implemented Blue Force scene 271 - Living Room/Kitchen #2Paul Gilbert
2011-10-02TSAGE: Implemented Blue Force 570 - ComputerPaul Gilbert
2011-10-01TSAGE: Implemented Blue Force scene 560Paul Gilbert
2011-09-27TsAGE: Remove trailing spacesStrangerke
Thanks LordHoto for reminding this
2011-09-18TSAGE: Implemented Blue Force scene 360 - Future Wave InteriorPaul Gilbert
2011-09-18TSAGE: In Blue Force, cursor doesn't reset to Walk after doing actionsPaul Gilbert
2011-09-08TSAGE: More core functionality needed for Blue ForcePaul Gilbert
2011-09-04TSAGE: Added missing default item response code logic in Blue ForcePaul Gilbert
2011-09-04TSAGE: Implemented missing interface functionality, including gun loading dialogPaul Gilbert
2011-08-26TSAGE: Implemented lots more Blue Force functionality, and started on first ↵Paul Gilbert
in-game scene
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-03TSAGE: Bugfix to correctly display cursor after loading a savegame if ↵Paul Gilbert
appropriate
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