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
/
avalanche
/
menu.cpp
Age
Commit message (
Collapse
)
Author
2014-02-18
AVALANCHE: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-22
AVALANCHE: Janitorial - Removing trailing spaces and tabs
Strangerke
2013-10-28
AVALANCHE: Fix CID 1109677, 1109678, 1109694, 1109695
Strangerke
2013-10-25
AVALANCHE: Fix out of bounds reads (CID 1109653-1109655)
Strangerke
2013-10-17
AVALANCHE: Some more refactoring
Strangerke
2013-10-14
AVALANCHE: Modifiy AnimationType initialization, add private Animation pointer
Strangerke
2013-10-11
AVALANCHE: Fix two blocking loops not checking shouldQuit()
Strangerke
2013-10-11
AVALANCHE: Remove code duplicate in runMenuWith()
Strangerke
2013-10-11
AVALANCHE: Polish 'File' menu
Strangerke
2013-10-11
AVALANCHE: Implement Bleep(), improve one comment
Strangerke
2013-10-07
AVALANCHE: Fix two other broken verb usages
Strangerke
2013-10-05
AVALANCHE: Replace static strings by static char*
Strangerke
2013-10-05
AVALANCHE: Cleaning includes - remove useless includes in cpp files
Strangerke
2013-10-04
AVALANCHE: Fix static array names
Strangerke
2013-10-03
AVALANCHE: Set some variables private in Menu
Strangerke
2013-10-01
AVALANCHE: Remove verbosity related to the use of Magics enum
Strangerke
2013-10-01
AVALANCHE: More work on variables
Strangerke
2013-10-01
AVALANCHE: Remove useless variable, move variables to dialogs
Strangerke
2013-10-01
AVALANCHE: Set private some more variables
Strangerke
2013-09-29
AVALANCHE: Rework calcHand, move another function to Graphics
Strangerke
2013-09-29
AVALANCHE: Move code from Menu to Graphics
Strangerke
2013-09-29
AVALANCHE: Add some more graphic functions
Strangerke
2013-09-28
AVALANCHE: More rework on Graphic code
Strangerke
2013-09-28
AVALANCHE: Use an enum for the Mouse cursor identifier
Strangerke
2013-09-28
AVALANCHE: Move mouse cursor display functions to Graphics
Strangerke
2013-09-27
AVALANCHE: Use the Color enum, remove some magic values, identify some dead ↵
Strangerke
variables
2013-09-27
AVALANCHE: Merge Avalot and AvalancheEngine
Strangerke
2013-09-25
AVALANCHE: rename a parameter, remove a useless (unitialized) variable, ↵
Strangerke
disable some menu entries
2013-09-24
AVALANCHE: Use enum for verbs
Strangerke
2013-09-24
AVALANCHE: Use People enum as a type for several variables, modify functions ↵
Strangerke
accordingly
2013-09-24
AVALANCHE: Use Room enum instead of byte in misc place
Strangerke
2013-09-24
AVALANCHE: Move 2 enums out of Avalot classes, set private some parser variables
Strangerke
2013-09-21
AVALANCHE: Merge Gyro, Lucerna and Avalot
Strangerke
2013-09-21
AVALANCHE: Merge Acci and Parser
Strangerke
2013-09-21
AVALANCHE: More clean up, removement of dead code, some rearranging.
uruk
2013-09-20
AVALANCHE: Remove remaining off and on calls in commented code
Strangerke
2013-09-20
AVALANCHE: Remove some useless/dead code
Strangerke
2013-09-20
AVALANCHE: Janitorial - leftover Bristish -> American English
Strangerke
2013-09-19
AVALANCHE: Cosmetic modifications.
uruk
2013-09-19
AVALANCHE: Remove some STUBs, add calls to stopSound()
Strangerke
2013-09-18
AVALANCHE: Add sound class, blip(), playNote() and click()
Strangerke
2013-09-18
AVALANCHE: Remove index hack used for mouse pointer (Pascal to C conversion)
Strangerke
2013-09-18
AVALANCHE: Rename DropDown into Menu, add some access functions
Strangerke