50 Commits

Author SHA1 Message Date
Strangerke
fd8082593e DM: Janitorial - remove trailing spaces 2016-09-20 22:31:28 +02:00
Strangerke
952abc3243 DM: More renaming in gfx enums 2016-09-16 07:46:10 +02:00
Strangerke
a0e9dedfa1 DM: Rename enum values in EventMan 2016-09-13 23:00:03 +02:00
Strangerke
fbe9c92ce1 DM: Fix the style used for some pointers and casts 2016-09-03 14:20:13 +02:00
Bendegúz Nagy
cd3b485952 DM: Clean up includes
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
2016-09-03 10:38:43 +02:00
Strangerke
5ca6975665 DM: Remove custom warning function 2016-08-27 11:07:49 +02:00
Strangerke
0d5f9a762e DM: Rename class members in EventManager 2016-08-26 23:02:22 +02:00
Strangerke
e26a655e67 DM: Finish moving globals to EventMan 2016-08-26 23:02:22 +02:00
Strangerke
901ba6f132 DM: Move more globals to EventMan 2016-08-26 23:02:22 +02:00
Strangerke
d90f365728 DM: Work on eventman globals, renaming and apply some coding conventions 2016-08-26 23:02:22 +02:00
Strangerke
c469c72824 DM: Move some more globals 2016-08-26 23:02:22 +02:00
Strangerke
92c9c54481 DM: Start refactoring of eventMan 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
80f2199151 DM: Clear check some warnings, complete minor functions 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
0f9995851b DM: Add stub method f6_highlightScreenBox 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
fd775be377 DM: Swap warnings to stub method f363_highlightBoxDisable 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
233f93fefe DM: Swap some warnings to stub methods
Stub methods: f362_commandHighlightBoxEnable, f442_SARTEND_processCommand202_entranceDrawCredits, f437_STARTEND_drawTittle
2016-08-26 23:02:22 +02:00
Bendegúz Nagy
da7c739d71 DM: Fix cursor data decoding 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
2b2a028332 DM: Add f444_endGame and checks for Common::EVENT_QUIT 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
6e9fbffce3 DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements now prevents mouse movement 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
e9622e27b1 DM: Add f349_processCommand70_clickOnMouth 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
040a02003b DM: Complete ChampionMan::f281_renameChampion 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
3a654ff91e DM: Add ChampionMan::f320_applyAndDrawPendingDamageAndWounds() 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
b4bebaa845 DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependencies 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
1e8dfd7bb6 DM: Add f370_commandProcessType100_clickInSpellArea 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
0f107cead2 DM: Add f70_mouseProcessCommands125To128_clickOnChampionIcon 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
4d3c9d99f1 DM: Add f367_commandProcessTypes12to27_clickInChampionStatusBox 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
9c79d02a1f DM: Add missing code to command move party 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
1f73323113 DM: Add proper keyboard input handling 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
c95b23317c DM: Add some missing code 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
816319c659 DM: Revert to using byteWidths where the original does so as well 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
d69236e674 DM: Rename functions 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
ce45a71ba0 DM: More renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
9c544a44f2 DM: Add renameChampion stub, fix wrong inputArray EventManager::commandProcess81ClickInPanel 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
b820a36d3a DM: Add F0378_COMMAND_ProcessType81_ClickInPanel 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
eddf2f494d DM: Add F0282_CHAMPION_ProcessCommands160To162_ClickInResurrectReincarnatePanel 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
4044dfa364 DM: Add F0157_DUNGEON_GetSquareFirstThingData, F0377_COMMAND_ProcessType80_ClickInDungeonView
Also add ElementType enum and G0462_as_Graphic561_Box_ObjectPiles, refactor DungeonMan::_dungeonViewClickableBoxes into Box type
2016-08-26 23:02:22 +02:00
Bendegúz Nagy
d40e328e51 DM: Add F0372_COMMAND_ProcessType80_ClickInDungeonView_TouchFrontWall 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
23e0dfcc28 DM: Add standard GPLv2 header 2016-08-26 23:02:22 +02:00
Strangerke
75f9721e1d DM: Silent some CppCheck warnings 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
e64e352815 DM: Add G0326_B_RefreshMousePointerInMainLoop, G0598_B_MousePointerBitmapUpdated 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
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
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