index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
gui_br.cpp
Age
Commit message (
Expand
)
Author
2019-10-20
PARALLACTION: Fix Missing Default Switch Cases
D G Turner
2016-05-28
PARALLACTION: Cleanup object initialization
Eugene Sandulenko
2014-02-18
PARALLACTION: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-09
PARALLACTION: Initialize class. CID 1002721
Eugene Sandulenko
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
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
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...
Johannes Schickel
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2010-06-19
Use the new _nextPart member switching part from the menu in BRA.
Nicola Mettifogo
2010-04-02
Fix whitespace
Willem Jan Palenstijn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-04-29
Removed obsolete TODO.
Nicola Mettifogo
2009-04-29
* Refactored existing save/load code to ease extension
Nicola Mettifogo
2009-04-28
Implemented quit dialog box in BRA.
Nicola Mettifogo
2009-04-28
Added in-game menu for BRA. Load/save is not supported yet.
Nicola Mettifogo
2009-03-29
Set main menu text height to the actual font height.
Nicola Mettifogo
2009-03-23
Correct the fonts used by Amiga version of BRA.
Travis Howell
2009-03-16
Update main menu items, to match original Amiga version of BRA.
Travis Howell
2009-02-26
Fixed crashes and leaks when quitting BRA from menu and splash screen.
Nicola Mettifogo
2008-12-21
Moved more GfxObj management to Gfx object.
Nicola Mettifogo
2008-12-14
Removed some unused code.
Nicola Mettifogo
2008-12-13
Restructuring of rendering code.
Nicola Mettifogo
2008-11-08
* removed the obsolete _quit flag
Nicola Mettifogo
2008-11-08
Got rid of the SurfaceToMultiFrames adapter class.
Nicola Mettifogo
2008-09-09
Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...
Filippos Karapetis
2008-09-02
Merging more of the GSoC 2008 RTL branch: PARALLACTION
Nicola Mettifogo
2008-08-31
Moved save/load code into SaveLoad class.
Nicola Mettifogo
2008-08-31
Uniformed the interface of Parallaction class (and its hierarchy) with regard...
Nicola Mettifogo
2008-08-30
Removed global g_system.
Nicola Mettifogo
2008-08-30
Moved mouse cursor loading/handling to Input class.
Nicola Mettifogo
2008-08-21
Removed unused code and structures, and a bit of cleanup.
Nicola Mettifogo
2008-08-20
Engine now returns to the menu when intro is over.
Nicola Mettifogo
2008-08-05
Made changes to keep KYRA and PARA compatible with RTL/GMM
Christopher Page
2008-07-31
Made changing of background more flexible, in that the engine can now configu...
Nicola Mettifogo
2008-07-31
Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-bu...
Nicola Mettifogo
2008-07-25
Made character visible in BRA.
Nicola Mettifogo
2008-07-25
Converted 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 class
Nicola Mettifogo
2008-06-29
Changed 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-06
Add very basic support for Amiga version of BRA.
Travis Howell
2008-02-05
Changed main loop to allow BRA to return to menu after intro.
Nicola Mettifogo
2008-02-02
Fixed warning.
Torbjörn Andersson
2008-02-02
Cleanup of BRA menu code.
Nicola Mettifogo