aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/gamesys.cpp
AgeCommit message (Expand)Author
2017-03-22GNAP: Fix a warning in the PSP portStrangerke
2017-03-22GNAP: Split font description array in twoStrangerke
2016-06-08GNAP: (Hopefully) fix a FCC warningStrangerke
2016-06-08GNAP: Fix potential out of bound writeStrangerke
2016-05-30GNAP: Simplify transparency handling on BE systemsThierry Crozat
2016-05-30GNAP: Fix sprites display on big endian systemsThierry Crozat
2016-05-29GNAP: Fix waitForUpdate behaviorsylvaintv
2016-05-26GNAP: Use enums for sequence flags in GameSysStrangerke
2016-05-25GNAP: Strengthen sanity checks in drawBitmapStrangerke
2016-05-24GNAP: Fix code alignmentStrangerke
2016-05-24GNAP: Fix out of bound access in alternate font codeStrangerke
2016-05-24GNAP: Fix some uninitialized variablesStrangerke
2016-05-24GNAP: Fix memory leaks, reported by ValgrindTorbjörn Andersson
2016-05-20GNAP: Remove some obsolete comments, take better advantage of the possible va...Strangerke
2016-05-20GNAP: Rework gfxItem, remove the code related to impossible flag valuesStrangerke
2016-05-20GNAP: Remove erroneous comments, simplify a call to blitSprite32Strangerke
2016-05-20GNAP: Fix sprite transparencyEugene Sandulenko
2016-05-20GNAP: Fix transparencyEugene Sandulenko
2016-05-20GNAP: Remove some unused variables in resourcesStrangerke
2016-05-20GNAP: Remove TODOs, add safeguard checksStrangerke
2016-05-18GNAP: Change pixel format - Courtesy of _sevStrangerke
2016-05-17GNAP: Fix the coding style of a couple of castsStrangerke
2016-05-17GNAP: Add missing stars in header, change include guard name in gnap.hStrangerke
2016-05-17GNAP: Replace memcpy on overlapping memory area by memmove. Thanks to eriktor...Strangerke
2016-05-16GNAP: Enforce the use of nullptr in function callsStrangerke
2016-05-16GNAP: Load TTF from the executable (optional)Strangerke
2016-05-10GNAP: Some renamingStrangerke
2016-05-10GNAP: Remove 3 CHECKMEsStrangerke
2016-05-10GNAP: Janitorial - Remove trailing spaces and tabsStrangerke
2016-05-10GNAP: Remove unused variable in fatUpdateFrameStrangerke
2016-05-10GNAP: Use debug channelsStrangerke
2016-05-10GNAP: Add savegames (not fully working yet)Strangerke
2016-05-10GNAP: Change the initial values of backGroundImageValue2&4, change transparen...Strangerke
2016-05-10GNAP: Change another variable to booleanStrangerke
2016-05-10GNAP: Use nullptr instead of 0 for some pointersStrangerke
2016-05-10GNAP: Fix compilationStrangerke
2016-05-10GNAP: More renaming in resource.hStrangerke
2016-05-10GNAP: Rename SequenceFrame membersStrangerke
2016-05-10GNAP: More renaming. Remove unused variable in MouseButtonState and HotspotStrangerke
2016-05-10GNAP: Some renaming, remove useless variables in GfxItemStrangerke
2016-05-10GNAP: Some renaming, change some function parameters to booleanStrangerke
2016-05-10GNAP: change 3rd parameter of removeSequence to boolean, adapt calls accordinglyStrangerke
2016-05-10GNAP: Reduce variable scope in fatUpdateFrame, change variable type to booleanStrangerke
2016-05-10GNAP: Initial commitjohndoe123