aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/blue_force/blueforce_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
2012-08-07TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for ↵Strangerke
reporting it.
2012-01-01TSAGE: Bugfix for #3467505 - crash viewing ammo belt when the clip is emptyPaul Gilbert
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 using save/load buttons in the Blue Force 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-11-01TSAGE: Added support for semi-transparent dialogs used in R2RWPaul Gilbert
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-27TsAGE: Remove trailing spacesStrangerke
Thanks LordHoto for reminding this
2011-09-13TSAGE: Bugfix for correctly displaying radio conversation dialogPaul Gilbert
2011-09-11TSAGE: Implemented Scene 60 - MotorcyclePaul 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-29TSAGE: Implemented the Blue Force right-click dialogPaul Gilbert