aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gui_br.cpp
AgeCommit message (Expand)Author
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-09PARALLACTION: Initialize class. CID 1002721Eugene Sandulenko
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-06-19Use the new _nextPart member switching part from the menu in BRA.Nicola Mettifogo
2010-04-02Fix whitespaceWillem Jan Palenstijn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-04-29Removed obsolete TODO.Nicola Mettifogo
2009-04-29* Refactored existing save/load code to ease extensionNicola Mettifogo
2009-04-28Implemented quit dialog box in BRA.Nicola Mettifogo
2009-04-28Added in-game menu for BRA. Load/save is not supported yet.Nicola Mettifogo
2009-03-29Set main menu text height to the actual font height.Nicola Mettifogo
2009-03-23Correct the fonts used by Amiga version of BRA.Travis Howell
2009-03-16Update main menu items, to match original Amiga version of BRA.Travis Howell
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
2008-12-14Removed some unused code.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-11-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...Filippos Karapetis
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Removed global g_system.Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
2008-08-20Engine now returns to the menu when intro is over.Nicola Mettifogo
2008-08-05Made changes to keep KYRA and PARA compatible with RTL/GMMChristopher Page
2008-07-31Made changing of background more flexible, in that the engine can now configu...Nicola Mettifogo
2008-07-31Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...Nicola Mettifogo
2008-07-25Made character visible in BRA.Nicola Mettifogo
2008-07-25Converted BRA to work with the new menu approach. It is not yet well plugged-...Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ...Nicola Mettifogo
2008-05-14- Moved input code to its own class.Nicola Mettifogo
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
2008-02-02Fixed warning.Torbjörn Andersson
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo