aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03HDB: Fix PPC screen dimensions once moreEugene Sandulenko
2019-09-03HDB: First attempt to fix PPC graphicsEugene Sandulenko
2019-09-03HDB: Fix copy/paste error in script patch for MAP01Eugene Sandulenko
2019-09-03HDB: Add PPC cursorNipun Garg
2019-09-03HDB: Save function pointersEugene Sandulenko
It is bug in the original, which led to broken dialog with Chiste on Map01
2019-09-03HDB: Fix drawDeliveries()Nipun Garg
2019-09-03HDB: Fix PPC controlsNipun Garg
2019-09-03HDB: Fix script patch for MAP01Eugene Sandulenko
2019-09-03HDB: Better Lua tracingEugene Sandulenko
2019-09-03HDB: Fix mismatched deleteEugene Sandulenko
2019-09-03HDB: Initialise more variablesEugene Sandulenko
2019-09-03HDB: Fix PPC screen dimensionsEugene Sandulenko
2019-09-03HDB: Initialise skipped variables in PPC modeEugene Sandulenko
2019-09-03HDB: Fix crash in gfx loadingEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Move heavy lifting out of HDBGame constructorEugene Sandulenko
2019-09-03HDB: Better error messagesEugene Sandulenko
2019-09-03HDB: Simplify openMPC()Eugene Sandulenko
2019-09-03HDB: Simplify findFirstData()Eugene Sandulenko
2019-09-03HDB: Do not use dereferencing for GZip streamEugene Sandulenko
2019-09-03HDB: Portability fixesEugene Sandulenko
2019-09-03HDB: Add OGG Support for LinuxNipun Garg
2019-09-03HDB: Remove redundant TO_16_LE() callsNipun Garg
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