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
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