aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/gui_br.cpp
AgeCommit message (Collapse)Author
2010-06-19Use the new _nextPart member switching part from the menu in BRA.Nicola Mettifogo
svn-id: r50040
2010-04-02Fix whitespaceWillem Jan Palenstijn
svn-id: r48477
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-04-29Removed obsolete TODO.Nicola Mettifogo
svn-id: r40194
2009-04-29* Refactored existing save/load code to ease extensionNicola Mettifogo
* Added load/save dialogs using ScummVM's overlay for the moment (no actual saving is performed yet) * Plugged the main menu so that it displays the load dialog when needed. svn-id: r40191
2009-04-28Implemented quit dialog box in BRA.Nicola Mettifogo
svn-id: r40181
2009-04-28Added in-game menu for BRA. Load/save is not supported yet.Nicola Mettifogo
svn-id: r40176
2009-03-29Set main menu text height to the actual font height.Nicola Mettifogo
svn-id: r39735
2009-03-23Correct the fonts used by Amiga version of BRA.Travis Howell
svn-id: r39628
2009-03-16Update main menu items, to match original Amiga version of BRA.Travis Howell
svn-id: r39448
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
svn-id: r38893
2008-12-21Moved more GfxObj management to Gfx object.Nicola Mettifogo
svn-id: r35466
2008-12-14Removed some unused code.Nicola Mettifogo
svn-id: r35357
2008-12-13Restructuring of rendering code.Nicola Mettifogo
svn-id: r35342
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
* refactored most cleanup code for locations and game svn-id: r34939
2008-11-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
svn-id: r34938
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵Filippos Karapetis
warnings-as-errors" svn-id: r34457
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
svn-id: r34268
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
svn-id: r34220
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with ↵Nicola Mettifogo
regards of gui code, which is now independent of engine version. svn-id: r34219
2008-08-30Removed global g_system.Nicola Mettifogo
svn-id: r34209
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
svn-id: r34206
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
svn-id: r34080
2008-08-20Engine now returns to the menu when intro is over.Nicola Mettifogo
svn-id: r34047
2008-08-05Made changes to keep KYRA and PARA compatible with RTL/GMMChristopher Page
svn-id: r33628
2008-07-31Made changing of background more flexible, in that the engine can now ↵Nicola Mettifogo
configure its BackgroundInfo before passing it to Gfx. svn-id: r33469
2008-07-31Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all ↵Nicola Mettifogo
z-buffering. svn-id: r33468
2008-07-25Made character visible in BRA.Nicola Mettifogo
svn-id: r33273
2008-07-25Converted BRA to work with the new menu approach. It is not yet well ↵Nicola Mettifogo
plugged-in as in NS, but it suffices for the moment. svn-id: r33272
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo
- Added a class to draw balloons in BRA (still without text and with wrong placement) svn-id: r32902
2008-06-29Changed all remaining code to use the GfxObj class to keep frames data. This ↵Nicola Mettifogo
allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA. svn-id: r32833
2008-05-14- Moved input code to its own class.Nicola Mettifogo
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115
2008-04-06Add very basic support for Amiga version of BRA.Travis Howell
svn-id: r31416
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
svn-id: r30798
2008-02-02Fixed warning.Torbjörn Andersson
svn-id: r30742
2008-02-02Cleanup of BRA menu code.Nicola Mettifogo
svn-id: r30739