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
/
gnap
/
scenes
/
scene43.cpp
Age
Commit message (
Expand
)
Author
2016-05-10
GNAP: Enforce the use of boolean values for _isLeavingScene
Strangerke
2016-05-10
GNAP: Rename members of GnapEngine from beaver to platypus for consistency
Strangerke
2016-05-10
GNAP: Refactor getBeaverSequenceId
Strangerke
2016-05-10
GNAP: Enforce the use of a boolean when calling playSound()
Strangerke
2016-05-10
GNAP: Fix some remaining flags
Strangerke
2016-05-10
GNAP: Replace more flags values by enums (WIP)
Strangerke
2016-05-10
GNAP: Replace more flags values by enums (WIP)
Strangerke
2016-05-10
GNAP: Refactoring - Use enum for beaver facing
Strangerke
2016-05-10
GNAP: Refactoring - Use an enum for Facing (Alien)
Strangerke
2016-05-10
GNAP: Remove a global variable used for randomization
Strangerke
2016-05-10
GNAP: Rename scene 43, 44 and 45 variables for consistency
Strangerke
2016-05-10
GNAP: Some renaming in scene 43
Strangerke
2016-05-10
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Strangerke
2016-05-10
GNAP: change 3rd parameter of removeSequence to boolean, adapt calls accordingly
Strangerke
2016-05-10
GNAP: Initial commit
johndoe123