aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/dialogs.cpp
AgeCommit message (Collapse)Author
2011-05-15TSAGE: Made some dialogs less CPU hungryeriktorbjorn
The start/intro dialog, the inventory dialog and the conversation dialog now call delayMillis() in their event loop. This is consistent with how the action menu dialog already worked.
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-01TSAGE: Bugfixes for inventory dialog display with a large number of itemsPaul Gilbert
2011-04-30TSAGE: Silenced compiler warningsPaul Gilbert
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-28TSAGE: Added code to handle visual differences in Demo help dialogPaul Gilbert
2011-04-25TSAGE: Added framework for playing the Ringworld demoPaul Gilbert
2011-04-25TSAGE: Combined the resource files into a single generic overall ResourceManagerPaul Gilbert
2011-04-19TSAGE: Fixed button highlighting in inventory dialogPaul Gilbert
2011-04-18TSAGE: Removed InventoryDialog allFlag parameter.Paul Gilbert
This was intended to be used to simultaneously support the cheat mode dialog with all the inventory items. But that is going to need to be implemented as a completely separate dialog.
2011-04-14ALL: centre -> centerMax Horn
2011-04-13TSAGE: "Cosmetic" cleanupsstrangerke
2011-04-13TSAGE: Cleanup custom List usage.Johannes Schickel
This makes the code use Common::List for all cases where synchronization can not be done with tSage::List::synchronise. Furthermore I renamed the custom List class to SynchronisedList to stress its purpose. I also removed clear2, contains and forEach and replaced them with algorithm usage from Common:: or in the case of "contains" replaced them with a simple inline function which uses Common::find.
2011-02-23TSAGE: Added missing death sequence in scene 20Paul Gilbert
2011-02-14TSAGE: Added the engine in a separate branchPaul Gilbert