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
/
kyra
/
gui_v2.h
Age
Commit message (
Expand
)
Author
2014-02-18
KYRA: Make GPL headers consistent in themselves.
Johannes Schickel
2011-12-26
KYRA: (EOB) - some refactoring
athrxx
2011-12-26
KYRA: (EOB) - more work on ingame menus
athrxx
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-04
Some fixes to comply with our coding guidelines.
Johannes Schickel
2009-06-15
LOL: - started on the ingame menu code (death menu, load menu and main menu)
Florian Kagerer
2009-05-23
Cleanup.
Johannes Schickel
2009-05-10
LOL: - implemented rest party button
Florian Kagerer
2009-02-15
LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3...
Florian Kagerer
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-16
Switched kyra1 to use the same input functionality as kyra2 and kyra3.
Johannes Schickel
2008-08-25
Implemented continous screen updating while waiting for text input in v2 GUI....
Johannes Schickel
2008-08-02
Fix for bug #2035459 "KYRA1: long savegame names cause garbage".
Johannes Schickel
2008-05-12
Added do { ... } while (0) to the GUI_V* macros, so that they will work as
Torbjörn Andersson
2008-05-11
Committed slightly modified patch #1961830 "KYRA: Scroll wheel support for Ky...
Johannes Schickel
2008-05-10
- Added small delay to GUI_v2::getInput
Johannes Schickel
2008-05-05
- Implemented Kyra3 audio options menu, Helium mode still missing.
Johannes Schickel
2008-05-05
Got rid of some code duplication.
Johannes Schickel
2008-05-05
- Added support for Kyra3 GUI (audio and game options not working yet)
Johannes Schickel
2008-05-04
Initial common base between kyra2 and kyra3 GUI code.
Johannes Schickel
2008-05-04
Renamed kyra2 and kyra3 gui files.
Johannes Schickel
2008-05-02
Started to refactor kyra2/kyra3 code to a common base. (regressions possible,...
Johannes Schickel
2008-04-06
Implemented support for Towns (and hopefully DOS floppy too) menus.
Johannes Schickel
2008-04-05
- Implemented delete savegame menu
Johannes Schickel
2008-04-04
Implemented audio menu, slider bars not moveable via mouse yet though.
Johannes Schickel
2008-04-04
Implemented game options menu.
Johannes Schickel
2008-04-04
Added support for quit game button.
Johannes Schickel
2008-04-04
Added partial support for main menu. Only load, save and resume buttons are w...
Johannes Schickel
2008-04-04
This fixes the menus for fm-towns and floppy versions (only load and death me...
Florian Kagerer
2008-04-02
Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour when...
Johannes Schickel
2008-04-01
Fixed bug in GUI code, should hopefully fix white boxes appearing around inve...
Johannes Schickel
2008-03-30
Implement quit flag handling in Kyra2 GUI code.
Johannes Schickel
2008-03-30
Fixed bug which caused sometimes garbage text to be displayed.
Johannes Schickel
2008-03-30
- fixed savegame description loading in kyra1
Johannes Schickel
2008-03-28
Changed HoF GUI code to use common GUI code now.
Johannes Schickel