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_ns.cpp
Age
Commit message (
Expand
)
Author
2009-04-03
Moved Nippon Safes specific code from Parallaction to Parallaction_ns and ada...
Nicola Mettifogo
2009-03-14
* Added a generic sound manager that hides engine-specific managers and allow...
Nicola Mettifogo
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-02-21
Fix for bug #1864270. Music now goes on after the the credits have been displ...
Nicola Mettifogo
2008-12-14
Removed some unused code.
Nicola Mettifogo
2008-11-08
* removed the obsolete _quit flag
Nicola Mettifogo
2008-11-07
* completed transition to Common::Archive for Nippon Safes.
Nicola Mettifogo
2008-09-02
Merging more of the GSoC 2008 RTL branch: PARALLACTION
Nicola Mettifogo
2008-08-31
More cleanup.
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-25
Fixed regression: show mouse and enable input in NS Demo.
Nicola Mettifogo
2008-08-16
Fixes for Parallaction loading from launcher
Christopher Page
2008-08-05
Made changes to keep KYRA and PARA compatible with RTL/GMM
Christopher Page
2008-07-25
Converted BRA to work with the new menu approach. It is not yet well plugged-...
Nicola Mettifogo
2008-07-25
* Merged old input management flags into a single mouse status variable.
Nicola Mettifogo
2008-07-24
Fixed leak in new gui code.
Nicola Mettifogo
2008-07-24
* Moved end intro and end game sequences code to gui.
Nicola Mettifogo
2008-07-23
Removed the historical waitUntilLeftClick function and adapted code to use th...
Nicola Mettifogo
2008-06-24
Fix for bug #2001193. Character confirmation screen didn't appear and game cr...
Nicola Mettifogo
2008-05-15
* Cleanup of input code.
Nicola Mettifogo
2008-05-14
- Moved input code to its own class.
Nicola Mettifogo
2008-01-31
Slightly simplified Archive selection when loading resources.
Nicola Mettifogo
2008-01-29
Cleanup (step 2). No code outside Gfx reference screen buffers anymore.
Nicola Mettifogo
2008-01-28
Cleanup (step 1).
Nicola Mettifogo
2008-01-28
Removed usage of kBitFront and kBitBack. Only the old kBit2 buffer is kept to...
Nicola Mettifogo
2008-01-28
Oops. Forgot to update this in the last commit.
Nicola Mettifogo
2008-01-28
Changed guiSelectCharacter to work with only screen buffer.
Nicola Mettifogo
2008-01-28
Move low level background management into Gfx.
Nicola Mettifogo
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-09
Turned Gfx::setFont into a protected member, since now Gfx can automatically ...
Nicola Mettifogo
2008-01-09
Replaced the remaining old string code with the new label code. All the text ...
Nicola Mettifogo
2008-01-06
Indent with tabs instead of spaces.
Torbjörn Andersson
2008-01-04
In revision 30221, the correct font wasn't selected in the character selectio...
Nicola Mettifogo
2008-01-04
Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami...
Nicola Mettifogo
2007-12-09
Fix for bug #1777053. Engine was ruling out valid passwords because of wrong ...
Nicola Mettifogo
2007-11-17
Refactored main input code.
Nicola Mettifogo
2007-11-16
Added const to static data.
Johannes Schickel
2007-11-16
Refactored language selection code.
Nicola Mettifogo
2007-11-14
* centralized kEngineChangeLocation flag handling
Nicola Mettifogo
2007-11-01
Added color-inversion effect in character selection screen. The effect doesn'...
Nicola Mettifogo
2007-11-01
Refactored some gui code.
Nicola Mettifogo
2007-11-01
More refactoring for gui code.
Nicola Mettifogo
2007-11-01
* Merged object Menu into Parallaction_ns.
Nicola Mettifogo