aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03HDB: Fix isSky to return correct skyIndexNipun Garg
2019-09-03HDB: Change getTileIndex using Common::matchStringNipun Garg
2019-09-03HDB: Fix the _tileSkyClouds filenameNipun Garg
2019-09-03HDB: Add assert to check _numTilesNipun Garg
2019-09-03HDB: Call DrawMan::drawSky from hdb.cppNipun Garg
2019-09-03HDB: Complete setSky() and drawSky()Nipun Garg
2019-09-03HDB: Fill out draw3DStars() and draw3DStarsLeft()Nipun Garg
2019-09-03HDB: Add fillScreen() for Fill operationNipun Garg
2019-09-03HDB: Change filenames to full-game versionsNipun Garg
2019-09-03HDB: Add the Detector entry for hyperspace.mpcNipun Garg
2019-09-03HDB: Fix C++11 usage in _formatNipun Garg
2019-09-03HDB: Add drawSky, drawStars and drawStarsLeftNipun Garg
2019-09-03HDB: Added debug output to the map loadingEugene Sandulenko
2019-09-03HDB: Add _starField to hold PIC_STARX graphicsNipun Garg
2019-09-03HDB: Add _globalSurface for Fill+other operationsNipun Garg
2019-09-03HDB: Abstract the common PixelFormat to hdb.hNipun Garg
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Skip sky tilesEugene Sandulenko
2019-09-03HDB: Added debug output to tile lookupEugene Sandulenko
2019-09-03HDB: Initialise TileLookup structureEugene Sandulenko
2019-09-03HDB: Remove redundant moduloNipun Garg
2019-09-03HDB: Call _map->draw() from hdb.cppNipun Garg
2019-09-03HDB: Add stubbed-out Map::draw functionNipun Garg
2019-09-03HDB: Modify Picture/Tile to use a Managed SurfaceNipun Garg
2019-09-03HDB: Add Tile flags enumNipun Garg
2019-09-03HDB: Modify hdb.cpp to use Tile/Picture's draw()Nipun Garg
2019-09-03HDB: Add draw functions to Tile and PictureNipun Garg
2019-09-03HDB: Add _stars3D, _stars3DSlow + setup functionsNipun Garg
2019-09-03HDB: Add Tile dimensions and Star count as enumsNipun Garg
2019-09-03HDB: Add kScreenWidth and kScreenHeight enumsNipun Garg
2019-09-03HDB: Add the Common::RandomSource _rndNipun Garg
2019-09-03HDB: Call DrawMan::setSky from Map::loadNipun Garg
2019-09-03HDB: Add a stubbed-out setSky() to DrawManNipun Garg
2019-09-03HDB: Add getTileIndex and getPicture to DrawManNipun Garg
2019-09-03HDB: Add sky tiles and non-graphics to DrawManNipun Garg
2019-09-03HDB: Complete loadTiles()Nipun Garg
2019-09-03HDB: Add isSky()Nipun Garg
2019-09-03HDB: Change cacheTile() to getTile()Nipun Garg
2019-09-03HDB: Fix parameter type in getCountNipun Garg
2019-09-03HDB: Fix C++11 enum warningNipun Garg
2019-09-03HDB: Add cacheTile() to load a Tile into memoryNipun Garg
2019-09-03HDB: Add TileLookup struct and _tLookupArrayNipun Garg
2019-09-03HDB: Add findFiles to file-managerNipun Garg
2019-09-03HDB: Add MAX_SKIES enumNipun Garg
2019-09-03HDB: Add DrawMan::init to count number of tilesNipun Garg
2019-09-03HDB: Add _drawMan to hdb.cppNipun Garg
2019-09-03HDB: Stub out Map::loadTiles()Nipun Garg
2019-09-03HDB: Change _mapExplosions type from char to byteNipun Garg
2019-09-03HDB: Replace the map in hdb.cpp with _mapNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg