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
/
gamesys.cpp
Age
Commit message (
Collapse
)
Author
2017-03-22
GNAP: Fix a warning in the PSP port
Strangerke
2017-03-22
GNAP: Split font description array in two
Strangerke
2016-06-08
GNAP: (Hopefully) fix a FCC warning
Strangerke
2016-06-08
GNAP: Fix potential out of bound write
Strangerke
2016-05-30
GNAP: Simplify transparency handling on BE systems
Thierry Crozat
2016-05-30
GNAP: Fix sprites display on big endian systems
Thierry Crozat
2016-05-29
GNAP: Fix waitForUpdate behavior
sylvaintv
2016-05-26
GNAP: Use enums for sequence flags in GameSys
Strangerke
2016-05-25
GNAP: Strengthen sanity checks in drawBitmap
Strangerke
2016-05-24
GNAP: Fix code alignment
Strangerke
2016-05-24
GNAP: Fix out of bound access in alternate font code
Strangerke
2016-05-24
GNAP: Fix some uninitialized variables
Strangerke
2016-05-24
GNAP: Fix memory leaks, reported by Valgrind
Torbjörn Andersson
2016-05-20
GNAP: Remove some obsolete comments, take better advantage of the possible ↵
Strangerke
values of gfxItem._flags (0 and 1)
2016-05-20
GNAP: Rework gfxItem, remove the code related to impossible flag values
Strangerke
2016-05-20
GNAP: Remove erroneous comments, simplify a call to blitSprite32
Strangerke
2016-05-20
GNAP: Fix sprite transparency
Eugene Sandulenko
2016-05-20
GNAP: Fix transparency
Eugene Sandulenko
2016-05-20
GNAP: Remove some unused variables in resources
Strangerke
2016-05-20
GNAP: Remove TODOs, add safeguard checks
Strangerke
2016-05-18
GNAP: Change pixel format - Courtesy of _sev
Strangerke
2016-05-17
GNAP: Fix the coding style of a couple of casts
Strangerke
2016-05-17
GNAP: Add missing stars in header, change include guard name in gnap.h
Strangerke
2016-05-17
GNAP: Replace memcpy on overlapping memory area by memmove. Thanks to ↵
Strangerke
eriktorbjorn for suggesting it
2016-05-16
GNAP: Enforce the use of nullptr in function calls
Strangerke
2016-05-16
GNAP: Load TTF from the executable (optional)
Strangerke
2016-05-10
GNAP: Some renaming
Strangerke
2016-05-10
GNAP: Remove 3 CHECKMEs
Strangerke
2016-05-10
GNAP: Janitorial - Remove trailing spaces and tabs
Strangerke
2016-05-10
GNAP: Remove unused variable in fatUpdateFrame
Strangerke
2016-05-10
GNAP: Use debug channels
Strangerke
2016-05-10
GNAP: Add savegames (not fully working yet)
Strangerke
2016-05-10
GNAP: Change the initial values of backGroundImageValue2&4, change ↵
Strangerke
transparent to boolean, use nullptr in several places
2016-05-10
GNAP: Change another variable to boolean
Strangerke
2016-05-10
GNAP: Use nullptr instead of 0 for some pointers
Strangerke
2016-05-10
GNAP: Fix compilation
Strangerke
2016-05-10
GNAP: More renaming in resource.h
Strangerke
2016-05-10
GNAP: Rename SequenceFrame members
Strangerke
2016-05-10
GNAP: More renaming. Remove unused variable in MouseButtonState and Hotspot
Strangerke
2016-05-10
GNAP: Some renaming, remove useless variables in GfxItem
Strangerke
2016-05-10
GNAP: Some renaming, change some function parameters to boolean
Strangerke
2016-05-10
GNAP: change 3rd parameter of removeSequence to boolean, adapt calls accordingly
Strangerke
2016-05-10
GNAP: Reduce variable scope in fatUpdateFrame, change variable type to boolean
Strangerke
2016-05-10
GNAP: Initial commit
johndoe123