aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld/ringworld_dialogs.cpp
AgeCommit message (Collapse)Author
2016-04-14JANITORIAL: Reduce GUI header dependenciesOri Avtalion
2016-03-14TSAGE: Changed engine to use Graphics::ManagedSurfacePaul Gilbert
2014-10-04TSAGE: Add list of files that contain translatable stringsThierry Crozat
2014-02-18TSAGE: Make GPL headers consistent with themselves.Johannes Schickel
2014-02-09TSAGE: Ringworld - Reduce the scope of a couple of variablesStrangerke
2012-08-07TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵Strangerke
reporting it.
2012-01-01TSAGE: Do all screen drawing in an intermediate temporary screen surface.Paul Gilbert
This will be the first half of properly handling on screen dirty rects.
2012-01-01TSAGE: Revert buggy implementation of dirty rectsPaul Gilbert
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
2011-12-18TSAGE: Bugfix for Ringworld saving and restoring via options dialogPaul Gilbert
2011-12-18TSAGE: Implemented dirty rect handling in the enginePaul Gilbert
This should help improve performance when scalers are being used.
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-08-29TSAGE: Added Ringworld specific dialogs filePaul Gilbert