Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
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-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-17 | PARALLACTION: Prefer Surface::create taking a PixelFormat over the one ↵ | Johannes Schickel | |
taking a byte depth. | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2010-06-19 | Use the new _nextPart member switching part from the menu in BRA. | Nicola Mettifogo | |
svn-id: r50040 | |||
2010-04-02 | Fix whitespace | Willem Jan Palenstijn | |
svn-id: r48477 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-04-29 | Removed obsolete TODO. | Nicola Mettifogo | |
svn-id: r40194 | |||
2009-04-29 | * Refactored existing save/load code to ease extension | Nicola 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-28 | Implemented quit dialog box in BRA. | Nicola Mettifogo | |
svn-id: r40181 | |||
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo | |
svn-id: r40176 | |||
2009-03-29 | Set main menu text height to the actual font height. | Nicola Mettifogo | |
svn-id: r39735 | |||
2009-03-23 | Correct the fonts used by Amiga version of BRA. | Travis Howell | |
svn-id: r39628 | |||
2009-03-16 | Update main menu items, to match original Amiga version of BRA. | Travis Howell | |
svn-id: r39448 | |||
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo | |
svn-id: r38893 | |||
2008-12-21 | Moved more GfxObj management to Gfx object. | Nicola Mettifogo | |
svn-id: r35466 | |||
2008-12-14 | Removed some unused code. | Nicola Mettifogo | |
svn-id: r35357 | |||
2008-12-13 | Restructuring of rendering code. | Nicola Mettifogo | |
svn-id: r35342 | |||
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo | |
* refactored most cleanup code for locations and game svn-id: r34939 | |||
2008-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo | |
svn-id: r34938 | |||
2008-09-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵ | Filippos Karapetis | |
warnings-as-errors" svn-id: r34457 | |||
2008-09-02 | Merging more of the GSoC 2008 RTL branch: PARALLACTION | Nicola Mettifogo | |
svn-id: r34268 | |||
2008-08-31 | Moved save/load code into SaveLoad class. | Nicola Mettifogo | |
svn-id: r34220 | |||
2008-08-31 | Uniformed 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-30 | Removed global g_system. | Nicola Mettifogo | |
svn-id: r34209 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo | |
svn-id: r34080 | |||
2008-08-20 | Engine now returns to the menu when intro is over. | Nicola Mettifogo | |
svn-id: r34047 | |||
2008-08-05 | Made changes to keep KYRA and PARA compatible with RTL/GMM | Christopher Page | |
svn-id: r33628 | |||
2008-07-31 | Made 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-31 | Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all ↵ | Nicola Mettifogo | |
z-buffering. svn-id: r33468 | |||
2008-07-25 | Made character visible in BRA. | Nicola Mettifogo | |
svn-id: r33273 | |||
2008-07-25 | Converted 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 class | Nicola Mettifogo | |
- Added a class to draw balloons in BRA (still without text and with wrong placement) svn-id: r32902 | |||
2008-06-29 | Changed 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-06 | Add very basic support for Amiga version of BRA. | Travis Howell | |
svn-id: r31416 | |||
2008-02-05 | Changed main loop to allow BRA to return to menu after intro. | Nicola Mettifogo | |
svn-id: r30798 | |||
2008-02-02 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30742 | |||
2008-02-02 | Cleanup of BRA menu code. | Nicola Mettifogo | |
svn-id: r30739 |