Commit Graph
25 Commits
Author SHA1 Message Date
Strangerke 67f95ce50d DM: Some more renaming 2016-09-19 07:58:42 +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 878ae1a882 DM: More renaming and refactoring 2016-09-07 21:09:35 +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 5ca6975665 DM: Remove custom warning function 2016-08-27 11:07:49 +02:00
Strangerke 42fea91d5d DM: Finish the renaming of class members 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 ead63373ca DM: Add stub methods, clean up warnings and some comments 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
Strangerke ebd672770a DM: Properly stub f064_SOUND_RequestPlay_CPSD 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 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 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 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
Strangerke 0ad91dfe67 DM: Add missing explicit keyword 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 9538db0b61 Add: TextMan, font loading and basic text display 2016-08-26 23:02:22 +02:00