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.cpp
Age
Commit message (
Expand
)
Author
2006-04-25
Fixes some coordinate initialization in the menus, and makes sure the initial...
Oystein Eftevaag
2006-04-25
Adds some code to dynamically resize and readjust the menus if the text strin...
Oystein Eftevaag
2006-04-23
Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...
Oystein Eftevaag
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-03-20
Initialise _haveScrollButtons, since Valgrind complained about it.
Torbjörn Andersson
2006-03-19
Makes sure Brandon actually dies when he turns to stone in the kyragem room
Oystein Eftevaag
2006-03-19
Adds button press animations to the menu, and resets the cursor when the Dial...
Oystein Eftevaag
2006-03-18
Fixes the color of the quitting dialog text after drinking a potion
Oystein Eftevaag
2006-03-15
Added mouse wheel scrolling to save/restore dialogs.
Torbjörn Andersson
2006-03-08
Implemented the last menu (the settings screen). Walking speed, text speed,
Oystein Eftevaag
2006-03-07
Added the proper death dialog, changed the sequence skipping code a bit to avoid
Oystein Eftevaag
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn