aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/dialogs.cpp
AgeCommit message (Collapse)Author
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2013-07-28TSAGE: Fixes for R2R text positioning in conversation dialogsPaul Gilbert
2012-08-07TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵Strangerke
reporting it.
2011-10-31TSAGE: Implemented Blue Force Options dialog and moved Inventory dialog to ↵Paul Gilbert
Ringworld namespace
2011-10-02TSAGE: Added 'g' prefix to global variablesPaul Gilbert
2011-09-04TSAGE: Fixed Options dialog Sound button not showing sound dialogPaul Gilbert
2011-08-29TSAGE: Implemented the Blue Force right-click dialogPaul Gilbert
2011-08-15TSAGE: Corrected casing of tSage namespace to be TsAGEPaul Gilbert
This matches the casing of the original engine name.
2011-08-13TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵Paul Gilbert
separate sub-folderes
2011-07-18TSAGE: Bugfix to make Return to Launcher work correctlyPaul Gilbert
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-04TSAGE: Bugfix for assert when quitting whilst inventory dialog activePaul Gilbert
2011-06-04TSAGE: Fix one pixel difference in dialog positioningPaul Gilbert
For some unknown reason, the CD version introduced a one pixel Y difference for dialogs.
2011-06-04TSAGE: Bugfixes for displaying thick borders on default buttonsPaul Gilbert
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