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
/
gui.cpp
Age
Commit message (
Expand
)
Author
2002-03-24
Fixed pal init
Vincent Hamm
2002-03-21
Move some box stuff from scumm.h to new boxes.h
James Brown
2002-03-20
Preliminary redesigned of the virtual screen system. Now all the screen buffe...
Vincent Hamm
2002-03-20
I know it probably doesn't look like much, but this is a start to the reorg -...
James Brown
2002-03-18
Quick patch to make Save/Load work in Loom/Zak/etc.
James Brown
2002-03-16
Update to my latest local tree. Various stuff - and a fixme hack by khalek to...
James Brown
2002-03-16
Lots of stuff - GUI fixes. More launcher work... and CD music working in MI1....
James Brown
2002-03-15
Keyboard issue for WinCE, typo in button type, and reduce the save dialog sin...
Nicolas Bacca
2002-03-14
Add "options" menu to F5 key. Can set music volumes and stuff :)
James Brown
2002-03-14
Last part of the WinCE merge - all should compile and work now.
James Brown
2002-03-14
Make some code-execution changes to allow early initilisation of GUI.
James Brown
2002-03-13
Fix pause dialog not appearing bug.
James Brown
2002-03-10
Apply some patches by syke to prevent buffer overruns, etc.
James Brown
2002-03-08
Yet more cleanups. Remove 'index' (reserved keyword), and remove 'res' shadow...
James Brown
2002-03-06
Final part of V7 merging process. The FULL_THROTTLE define is not required an...
Vincent Hamm
2002-02-24
Code cleanup - get rid of a bunch of typecast and unused variable warnings.
James Brown
2002-01-23
fixed bug in Gui::queryString where -1 was used to index an array. (Thanks dr...
Ludvig Strigeus
2001-12-01
adlib sound support, use USE_ADLIB
Ludvig Strigeus
2001-11-26
very simple full throttle support, use the FULL_THROTTLE define. (will fix la...
Ludvig Strigeus
2001-11-14
readability patch (janssen)
Ludvig Strigeus
2001-11-14
music support,
Ludvig Strigeus
2001-11-10
new timing algorithm
Ludvig Strigeus
2001-11-09
save/load dialog
Ludvig Strigeus