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