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
/
dm
/
dungeonman.h
Age
Commit message (
Collapse
)
Author
2016-08-26
DM: Move junkInfo to getObjectWeight, make it static and const.
Strangerke
2016-08-26
DM: Some renaming
Bendegúz Nagy
2016-08-26
DM: Add F0280_CHAMPION_AddCandidateChampionToParty
Bendegúz Nagy
2016-08-26
DM: Replace WeaponClass enum with #defines
Bendegúz Nagy
2016-08-26
DM: Add F0033_OBJECT_GetIconIndex and several getters for object types
Bendegúz Nagy
2016-08-26
DM: Add G0237_as_Graphic559_ObjectInfo
Bendegúz Nagy
2016-08-26
DM: Add ObjectInfo
Bendegúz Nagy
2016-08-26
DM: Add F0141_DUNGEON_GetObjectInfoIndex, getType for Container
Bendegúz Nagy
2016-08-26
DM: Some more renaming, remove extra semi-column
Strangerke
2016-08-26
DM: Some renaming
Strangerke
2016-08-26
DM: Add F0140_DUNGEON_GetObjectWeight and types for Potions, Armour, Weapons ↵
Bendegúz Nagy
and Junk
2016-08-26
DM: Add G0241_auc_Graphic559_JunkInfo
Bendegúz Nagy
2016-08-26
DM: Add G0239_as_Graphic559_ArmourInfo
Bendegúz Nagy
2016-08-26
DM: Add ArmourInfo and realted enums
Bendegúz Nagy
2016-08-26
DM: Add gWeaponInfo
Bendegúz Nagy
2016-08-26
DM: Add WEAPON_INFO and related enums
Bendegúz Nagy
2016-08-26
DM: Add commands
Bendegúz Nagy
2016-08-26
DM: Fix some compilation errors under MSVC9
Strangerke
2016-08-26
DM: Add isDrawnWallOrnAnAlcove function
WinterGrascph
2016-08-26
DM: Add decodeText dependencies
WinterGrascph
2016-08-26
DM: Add global variable dependencies for isDrawnWallOrnAnAlcove
WinterGrascph
2016-08-26
DM: Add stairs display
WinterGrascph
2016-08-26
DM: Add dummy movement code for testing
WinterGrascph
2016-08-26
DM: getSquareAspect(..) is complete
WinterGrascph
2016-08-26
DM: Add flipped wall bitmaps
WinterGrascph
2016-08-26
DM: Fix file loading dependancy
WinterGrascph
2016-08-26
DM: Add some draw dungeon dependencies
WinterGrascph
I forgot to do commits and it was already too late to revert back the changes I've because they were too numerous.
2016-08-26
DM: Add wrapper class around raw map bytes
WinterGrascph
2016-08-26
DM: Finish implementing ornament masks in DungeonMan::getSquare
WinterGrascph
2016-08-26
DM: Refactor Thing POD
WinterGrascph
2016-08-26
DM: Add dungeonman.o to module.mk, fix _bitmaps memory leak
WinterGrascph
2016-08-26
DM: Add square query in DungeonMan
WinterGrascph
2016-08-26
DM: Implement F0173_DUNGEON_SetCurrentMap
WinterGrascph
2016-08-26
DM: Implement Dungeon.dat file parsing, add relevant structures
WinterGrascph
2016-08-26
DM: Add support for Dungeon.dat uncompression
WinterGrascph
Add DungeonMan class with support for loading and uncompressing Dungeon.dat file into memory
[prev]