aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03HDB: Fix file len usage in compressed MSD filesEugene Sandulenko
2019-09-03HDB: Prevent Backwards Seeking in GZipReadStreamNipun Garg
2019-09-03HDB: Reduce some more variable scopes, simplify a couple of checks in input.cppStrangerke
2019-09-03HDB: Introduce two new enums for the soundStrangerke
2019-09-03HDB: Add Handango GFX and Demo Title ScreenNipun Garg
2019-09-03HDB: Adapt loadFont, Picture::load, Tile::load forNipun Garg
PPC
2019-09-03HDB: Simplify setPixel()Nipun Garg
2019-09-03HDB: Remove NULL deletesNipun Garg
2019-09-03HDB: Draw Pointer only for Windows versionNipun Garg
Temporarily until pointer is not adapted to PPC
2019-09-03HDB: Check map hitting codeEugene Sandulenko
2019-09-03HDB: Fix fade rendering. No artifacts, yay!Eugene Sandulenko
2019-09-03HDB: Added commented out credits debugging patchEugene Sandulenko
2019-09-03HDB: Fix inconsistency in platform-specific codeEugene Sandulenko
This led to crash in destructors
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Fix isPPC() checkEugene Sandulenko
2019-09-03HDB: Sync sound settings with config at the startupEugene Sandulenko
2019-09-03HDB: Rewind played-out soundsNipun Garg
2019-09-03HDB: Add new PPC-specific codeNipun Garg
2019-09-03HDB: Integrate PPC version of Menu and GfxNipun Garg
2019-09-03HDB: Integrate PPC version of WindowNipun Garg
2019-09-03HDB: Section off WIN32 specific-codeNipun Garg
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Add Window Platform-specific ConstantsNipun Garg
2019-09-03HDB: Fix _screenDrawWidth and _screenDrawHeightNipun Garg
2019-09-03HDB: Change song names for PPCNipun Garg
2019-09-03HDB: Fix PPC crash due to _menuBackoutGfxNipun Garg
2019-09-03HDB: Add Platform-specific constants for MenuNipun Garg
2019-09-03HDB: Hid noisy debug messages, removed one unneeded stubEugene Sandulenko
2019-09-03HDB: Replaced font name with a constantEugene Sandulenko
2019-09-03HDB: De not create fade screen on every frameEugene Sandulenko
2019-09-03HDB: Made rendering pipeline to match originalEugene Sandulenko
2019-09-03HDB: Fix warningEugene Sandulenko
2019-09-03HDB: Add more Platform-specific ConstantsNipun Garg
2019-09-03HDB: Make Platform specific constants into variablesNipun Garg
2019-09-03HDB: Minor PPC fixesNipun Garg
2019-09-03HDB: Section off PPC-specific codeNipun Garg
2019-09-03HDB: Set Music and Voice to DisposeAfterUse::YESNipun Garg
2019-09-03HDB: Added Handango flagEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Use PocketPC platform enumEugene Sandulenko
2019-09-03COMMON: Added PocketPC platformEugene Sandulenko
2019-09-03HDB: Remove redundant warningNipun Garg
2019-09-03HDB: Set DisposeAfterUse::NO in playStream()Nipun Garg
2019-09-03HDB: Fix WAV format checker and other minor fixesNipun Garg
2019-09-03HDB: Fix warningsNipun Garg
2019-09-03JANITORIAL: Fix whitespace errorsNipun Garg
2019-09-03HDB: Add support for the PPC versionNipun Garg
2019-09-03HDB: Wrap ReadStreams pointing to compressed...Nipun Garg
...files
2019-09-03HDB: Fix Null-deleting codeNipun Garg
2019-09-03HDB: Add isPPC FlagNipun Garg