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
/
menu.cpp
Age
Commit message (
Expand
)
Author
2018-04-07
ALL: Load savegame thumbnail only when necessary
Adrian Frühwirth
2017-09-22
GNAP: Fix leaking the save thumbnail MemoryWriteStreamDynamic buffer
Bastien Bouclet
2016-05-23
GNAP: Add a note concerning the original save and load screens
Strangerke
2016-05-23
GNAP: Remove a TODO
Strangerke
2016-05-23
GNAP: Map remaining Key codes
Strangerke
2016-05-21
GNAP: Remove yet another TODO
Strangerke
2016-05-19
GNAP: Add several checks on _gameDone in order to quit the game quickly
Strangerke
2016-05-19
GNAP: Compute the thumbnail when opening the device so that it doesn't show t...
Strangerke
2016-05-19
GNAP: Add thumbnails, rewrite partially querySaveMetaInfos.
Strangerke
2016-05-17
GNAP: Add missing stars in header, change include guard name in gnap.h
Strangerke
2016-05-15
GNAP: Fix regression in hotspots
Strangerke
2016-05-12
GNAP: Remove _id from HotSpot structure
Strangerke
2016-05-12
GNAP: Use Common::Rect for hotspots
Strangerke
2016-05-12
GNAP: Add music when game is paused
Strangerke
2016-05-10
GNAP: Janitorial - Remove trailing spaces and tabs
Strangerke
2016-05-10
GNAP: Add load from launcher
Strangerke
2016-05-10
GNAP: Enforce the use of a boolean when calling playSound()
Strangerke
2016-05-10
GNAP: Fix savegames
Strangerke
2016-05-10
GNAP: Replace more flags values by enums
Strangerke
2016-05-10
GNAP: Some rework of hotspot initialization code
Strangerke
2016-05-10
GNAP: Add savegames (not fully working yet)
Strangerke
2016-05-10
GNAP: Change the initial values of backGroundImageValue2&4, change transparen...
Strangerke
2016-05-10
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Strangerke
2016-05-10
GNAP: Some renaming, change some function parameters to boolean
Strangerke
2016-05-10
GNAP: Initial commit
johndoe123