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
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Call DrawMan::drawSky from hdb.cpp
Nipun Garg
2019-09-03
HDB: Complete setSky() and drawSky()
Nipun Garg
2019-09-03
HDB: Fill out draw3DStars() and draw3DStarsLeft()
Nipun Garg
2019-09-03
HDB: Add fillScreen() for Fill operation
Nipun Garg
2019-09-03
HDB: Change filenames to full-game versions
Nipun Garg
2019-09-03
HDB: Add the Detector entry for hyperspace.mpc
Nipun Garg
2019-09-03
HDB: Fix C++11 usage in _format
Nipun Garg
2019-09-03
HDB: Add drawSky, drawStars and drawStarsLeft
Nipun Garg
2019-09-03
HDB: Added debug output to the map loading
Eugene Sandulenko
2019-09-03
HDB: Add _starField to hold PIC_STARX graphics
Nipun Garg
2019-09-03
HDB: Add _globalSurface for Fill+other operations
Nipun Garg
2019-09-03
HDB: Abstract the common PixelFormat to hdb.h
Nipun Garg
2019-09-03
JANITORIAL: Remove trailing whitespaces
Eugene Sandulenko
2019-09-03
HDB: Skip sky tiles
Eugene Sandulenko
2019-09-03
HDB: Added debug output to tile lookup
Eugene Sandulenko
2019-09-03
HDB: Initialise TileLookup structure
Eugene Sandulenko
2019-09-03
HDB: Remove redundant modulo
Nipun Garg
2019-09-03
HDB: Call _map->draw() from hdb.cpp
Nipun Garg
2019-09-03
HDB: Add stubbed-out Map::draw function
Nipun Garg
2019-09-03
HDB: Modify Picture/Tile to use a Managed Surface
Nipun Garg
2019-09-03
HDB: Add Tile flags enum
Nipun Garg
2019-09-03
HDB: Modify hdb.cpp to use Tile/Picture's draw()
Nipun Garg
2019-09-03
HDB: Add draw functions to Tile and Picture
Nipun Garg
2019-09-03
HDB: Add _stars3D, _stars3DSlow + setup functions
Nipun Garg
2019-09-03
HDB: Add Tile dimensions and Star count as enums
Nipun Garg
2019-09-03
HDB: Add kScreenWidth and kScreenHeight enums
Nipun Garg
2019-09-03
HDB: Add the Common::RandomSource _rnd
Nipun Garg
2019-09-03
HDB: Call DrawMan::setSky from Map::load
Nipun Garg
2019-09-03
HDB: Add a stubbed-out setSky() to DrawMan
Nipun Garg
2019-09-03
HDB: Add getTileIndex and getPicture to DrawMan
Nipun Garg
2019-09-03
HDB: Add sky tiles and non-graphics to DrawMan
Nipun Garg
2019-09-03
HDB: Complete loadTiles()
Nipun Garg
2019-09-03
HDB: Add isSky()
Nipun Garg
2019-09-03
HDB: Change cacheTile() to getTile()
Nipun Garg
2019-09-03
HDB: Fix parameter type in getCount
Nipun Garg
2019-09-03
HDB: Fix C++11 enum warning
Nipun Garg
2019-09-03
HDB: Add cacheTile() to load a Tile into memory
Nipun Garg
2019-09-03
HDB: Add TileLookup struct and _tLookupArray
Nipun Garg
2019-09-03
HDB: Add findFiles to file-manager
Nipun Garg
2019-09-03
HDB: Add MAX_SKIES enum
Nipun Garg
2019-09-03
HDB: Add DrawMan::init to count number of tiles
Nipun Garg
2019-09-03
HDB: Add _drawMan to hdb.cpp
Nipun Garg
2019-09-03
HDB: Stub out Map::loadTiles()
Nipun Garg
2019-09-03
HDB: Change _mapExplosions type from char to byte
Nipun Garg
2019-09-03
HDB: Replace the map in hdb.cpp with _map
Nipun Garg
2019-09-03
HDB: Fix variables according to Naming Conventions
Nipun Garg
2019-09-03
HDB: Add the loadTiles() function to map-loader
Nipun Garg
2019-09-03
HDB: Fix breaking changes in map-loader
Nipun Garg
2019-09-03
HDB: Fix breaking changes in MapLoader
Nipun Garg
2019-09-03
HDB: Create and load a Map in hdb.cpp
Nipun Garg
[next]