Commit Graph

41 Commits

Author SHA1 Message Date
Strangerke
4133ea66c1 DM: Rename GraphicIndice members 2016-09-21 07:54:58 +02:00
Strangerke
67f95ce50d DM: Some more renaming 2016-09-19 07:58:42 +02:00
Strangerke
93109b77ff DM: Clarify some assignments 2016-09-16 22:06:01 +02:00
Strangerke
f6039153ec DM: Refactor Box() 2016-09-16 22:05:59 +02:00
Strangerke
952abc3243 DM: More renaming in gfx enums 2016-09-16 07:46:10 +02:00
Strangerke
3be1c24af8 DM: Fix a couple of string manipulations into fix-sized buffer 2016-09-12 20:52:04 +02:00
Strangerke
53a8bda124 DM: Finish the renaming and first refactoring pass in TextMan 2016-09-07 21:28:25 +02:00
Strangerke
878ae1a882 DM: More renaming and refactoring 2016-09-07 21:09:35 +02:00
Bendegúz Nagy
d0bae5b805 DM: Replace _vm->_system with g_system 2016-09-03 15:52:59 +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
Bendegúz Nagy
dc40f028af DM: Add message area scroller 2016-08-30 21:09:33 +02:00
Strangerke
42fea91d5d DM: Finish the renaming of class members 2016-08-26 23:02:22 +02:00
Strangerke
6a02a571cd DM: Rename variables and functions of DisplayMan 2016-08-26 23:02:22 +02:00
Strangerke
e728cb706e DM: Rename functions of DMEngine and DialogMan 2016-08-26 23:02:22 +02:00
Strangerke
0233b503f1 DM: Some more work on GCC warnings 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
52f76a5d74 DM: Remove default parameters from blitToBitmap 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
f5646efa44 DM: Add TextMan::f43_messageAreaClearAllRows() 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
6885cf6e59 DM: Fix broken spell symbols 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
ead63373ca DM: Add stub methods, clean up warnings and some comments 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
774ae8e821 DM: Remove unnecessary redirection through DMEngine members 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
78cf0030e3 DM: Fix missing messages at the bottom of the screen 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
14bef5326a DM: Add warning with repeat parameter 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
0d4b09980e DM: Replace ChampionMan::f292_drawChampionState with original 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
723c96fffe DM: Clean up some initialization 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
ec0b26ce79 DM: Reorder blitting method parameters 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
ce1c52bceb DM: Remove blitToScreen overloads 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
883370eb7d DM: Remove several blitting overloads 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
8c06b0afd0 DM: Add F0097_DUNGEONVIEW_DrawViewport 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
63ff1666d6 DM: More constant and global variable renaming 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
da317f14be DM: Massive renameing in gfx.cpp 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
e2300bd04c DM: Massive renaming in gfx.h 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
652b2c6f98 DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLine 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
12d359166c DM: Add F0387_MENUS_DrawActionArea 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
Bendegúz Nagy
9d7cfe5cd8 DM: Add several functions realted to text display
Add F0290_CHAMPION_DrawHealthStaminaManaValues, F0289_CHAMPION_DrawHealthOrStaminaOrManaValue,
F0288_CHAMPION_GetStringFromInteger, F0052_TEXT_PrintToViewport, swap warning for real code, expand viewport fields with width, height, remove self-inclusion
in dungeonman.h, remove extra black line when loading fonts, fix alignment error in TextMan::printTextToBitmap
2016-08-26 23:02:22 +02:00
Bendegúz Nagy
45419f971a DM: Add color setting to TextMan::printTextToBitmap 2016-08-26 23:02:22 +02:00
Bendegúz Nagy
9538db0b61 Add: TextMan, font loading and basic text display 2016-08-26 23:02:22 +02:00