Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-13 | TSAGE: Reduce GUI header dependencies | Ori Avtalion | |
2014-02-18 | TSAGE: Make GPL headers consistent with themselves. | Johannes Schickel | |
2013-07-28 | TSAGE: Fixes for R2R text positioning in conversation dialogs | Paul Gilbert | |
2012-08-07 | TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵ | Strangerke | |
reporting it. | |||
2011-10-31 | TSAGE: Implemented Blue Force Options dialog and moved Inventory dialog to ↵ | Paul Gilbert | |
Ringworld namespace | |||
2011-10-02 | TSAGE: Added 'g' prefix to global variables | Paul Gilbert | |
2011-09-04 | TSAGE: Fixed Options dialog Sound button not showing sound dialog | Paul Gilbert | |
2011-08-29 | TSAGE: Implemented the Blue Force right-click dialog | Paul Gilbert | |
2011-08-15 | TSAGE: Corrected casing of tSage namespace to be TsAGE | Paul Gilbert | |
This matches the casing of the original engine name. | |||
2011-08-13 | TSAGE: Split up the hard-coded logic files for Ringworld and Blue Force into ↵ | Paul Gilbert | |
separate sub-folderes | |||
2011-07-18 | TSAGE: Bugfix to make Return to Launcher work correctly | Paul Gilbert | |
2011-06-20 | ALL: Remove trailing whitespaces | Max 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-04 | TSAGE: Bugfix for assert when quitting whilst inventory dialog active | Paul Gilbert | |
2011-06-04 | TSAGE: Fix one pixel difference in dialog positioning | Paul Gilbert | |
For some unknown reason, the CD version introduced a one pixel Y difference for dialogs. | |||
2011-06-04 | TSAGE: Bugfixes for displaying thick borders on default buttons | Paul Gilbert | |
2011-05-15 | TSAGE: Made some dialogs less CPU hungry | eriktorbjorn | |
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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-11 | TSAGE: Rework parts of the cursor code to better match the original | Paul Gilbert | |
This also fixes the problem with the cursor appearing in cutscenes when you press any key | |||
2011-05-04 | TSAGE: Some more conversions to US English | md5 | |
2011-05-01 | TSAGE: Bugfixes for inventory dialog display with a large number of items | Paul Gilbert | |
2011-04-30 | TSAGE: Silenced compiler warnings | Paul Gilbert | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-28 | TSAGE: Added code to handle visual differences in Demo help dialog | Paul Gilbert | |
2011-04-25 | TSAGE: Added framework for playing the Ringworld demo | Paul Gilbert | |
2011-04-25 | TSAGE: Combined the resource files into a single generic overall ResourceManager | Paul Gilbert | |
2011-04-19 | TSAGE: Fixed button highlighting in inventory dialog | Paul Gilbert | |
2011-04-18 | TSAGE: 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-14 | ALL: centre -> center | Max Horn | |
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke | |
2011-04-13 | TSAGE: 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-23 | TSAGE: Added missing death sequence in scene 20 | Paul Gilbert | |
2011-02-14 | TSAGE: Added the engine in a separate branch | Paul Gilbert | |