Commit Graph

46166 Commits

Author SHA1 Message Date
Bendegúz Nagy
ceed621a51 DM: Fix missing else in DMEngine::startGame() 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
749ffcc3f0 DM: Add F0032_OBJECT_GetType 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
9d7f35cc82 DM: Add ObjectMan 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
b7c225b4d4 DM: Add G0237_as_Graphic559_ObjectInfo 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
16d65d476d DM: Add ObjectInfo 2016-08-26 23:02:22 +02:00
Strangerke
c97a4560b2 DM: Change some comments to warnings 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
7dd90c3daf DM: Add F0141_DUNGEON_GetObjectInfoIndex, getType for Container 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
6b833550b0 DM: Add F0388_MENUS_ClearActingChampion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
cc6ff27dd3 DM: Move F0463_START_InitializeGame_CPSADEF, F0002_MAIN_GameLoop_CPSDF in DMEngine to private 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
bcf8e07f28 DM: Add IconIndex enum, F0278_CHAMPION_ResetDataToStartGame, related global variables 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
43cedc4c78 DM: Add F0003_MAIN_ProcessNewPartyMap_CPSE 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
78d8a8d3c8 DM: Add several global variables, add code to F0462_START_StartGame_CPSF 2016-08-26 23:02:22 +02:00
Strangerke
bcbb3e447f DM: Some more renaming 2016-08-26 23:02:22 +02:00
Strangerke
9ad057a486 DM: Some more renaming, remove extra semi-column 2016-08-26 23:02:22 +02:00
Strangerke
ea33eb8c87 DM: Some renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
7a25591999 DM: Rearrange main parts to better align with the original 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
a2328b9eb2 DM: Add G0508_B_RefreshActionArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
40e4cceb3f DM: Add F0368_COMMAND_SetLeader, G0411_i_LeaderIndex, G0299_ui_CandidateChampionOrdinal 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
d6e90e8a90 DM: Add F0140_DUNGEON_GetObjectWeight and types for Potions, Armour, Weapons and Junk 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
c96f24d8fe DM: Add G0241_auc_Graphic559_JunkInfo 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
5874a7fb56 DM: Add G0239_as_Graphic559_ArmourInfo 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
21be32bb17 DM: Add ArmourInfo and realted enums 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
ef95c50fbb DM: Add gWeaponInfo 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
793ebd32a3 DM: Add WEAPON_INFO and related enums 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
e744d8a427 DM: Add F0279_CHAMPION_GetDecodedValue, M27_PORTRAIT_X, M28_PORTRAIT_Y 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
332a515d2c DM: Add getIndexInCell function in ChampionMan 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
3ff3512c64 DM: Add initialization related to F0435_STARTEND_LoadGame_CPSF 2016-08-26 23:02:22 +02:00
Strangerke
59af06fd82 DM: Fix some CppCheck warnings 2016-08-26 23:02:22 +02:00
Strangerke
75db418e64 DM: Fix a couple of warnings 2016-08-26 23:02:22 +02:00
Strangerke
42567b744d DM: Fix compilation on MSVC9 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
9b57cdb8dd DM: Add champion POD and it's enums 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
98c79f89bf DM: Add mouse input processing and display for movement arrows 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
bcfe176df5 DM: Add mouseclick processing 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
6b31b1bbc3 DM: Add KeyboardInput struct 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
28874dee1f DM: Add global static MouseInput arrays 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
251768b883 DM: Add commands 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
de3bb231d7 DM: Add dummy cursor display 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
ad8fbaa118 DM: Add event manager 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
3ca7622a6c DM: Fix wrong MemoryReadStream size when loading dungeon.dat 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
6ffca3a7db DM: Forgot to commit these lines earlier 2016-08-26 23:02:22 +02:00
Strangerke
bdc57056cd DM: Move some structs to header in gfx 2016-08-26 23:02:22 +02:00
Strangerke
442d417140 DM: Fix some warnings 2016-08-26 23:02:22 +02:00
Strangerke
35677f1c82 DM: Fix Frame initializations 2016-08-26 23:02:22 +02:00
Strangerke
24c7c1e905 DM: Fix some compilation errors under MSVC9 2016-08-26 23:02:22 +02:00
WinterGrascph
b9935dfddc DM: Add blitToBitmapShrinkWithPalChange 2016-08-26 23:02:22 +02:00
WinterGrascph
ab1e17257c DM: Add isDrawnWallOrnAnAlcove function 2016-08-26 23:02:22 +02:00
WinterGrascph
02c0487b57 DM: Add decodeText function 2016-08-26 23:02:22 +02:00
WinterGrascph
3a85c56581 DM: Add decodeText dependencies 2016-08-26 23:02:22 +02:00
WinterGrascph
082e3fb37c DM: Add global variable dependencies for isDrawnWallOrnAnAlcove 2016-08-26 23:02:22 +02:00
WinterGrascph
3ada56f6b1 DM: Add stairs display 2016-08-26 23:02:22 +02:00