aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/text.cpp
AgeCommit message (Expand)Author
2016-08-26DM: Remove default parameters from blitToBitmapBendegúz Nagy
2016-08-26DM: Add TextMan::f43_messageAreaClearAllRows()Bendegúz Nagy
2016-08-26DM: Fix broken spell symbolsBendegúz Nagy
2016-08-26DM: Add stub methods, clean up warnings and some commentsBendegúz Nagy
2016-08-26DM: Remove unnecessary redirection through DMEngine membersBendegúz Nagy
2016-08-26DM: Add f444_endGame and checks for Common::EVENT_QUITBendegúz Nagy
2016-08-26DM: Fix missing messages at the bottom of the screenBendegúz Nagy
2016-08-26DM: Add warning with repeat parameterBendegúz Nagy
2016-08-26DM: Replace ChampionMan::f292_drawChampionState with originalBendegúz Nagy
2016-08-26DM: Clean up some initializationBendegúz Nagy
2016-08-26DM: Add some missing codeBendegúz Nagy
2016-08-26DM: Revert to using byteWidths where the original does so as wellBendegúz Nagy
2016-08-26DM: Reorder blitting method parametersBendegúz Nagy
2016-08-26DM: Rename functionsBendegúz Nagy
2016-08-26DM: Remove blitToScreen overloadsBendegúz Nagy
2016-08-26DM: Remove several blitting overloadsBendegúz Nagy
2016-08-26DM: Add F0097_DUNGEONVIEW_DrawViewportBendegúz Nagy
2016-08-26DM: More constant and global variable renamingBendegúz Nagy
2016-08-26DM: Massive renameing in gfx.cppBendegúz Nagy
2016-08-26DM: Massive renaming in gfx.hBendegúz Nagy
2016-08-26DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLineBendegúz Nagy
2016-08-26DM: Add F0387_MENUS_DrawActionAreaBendegúz Nagy
2016-08-26DM: Add standard GPLv2 headerBendegúz Nagy
2016-08-26DM: Add several functions realted to text displayBendegúz Nagy
2016-08-26DM: Add color setting to TextMan::printTextToBitmapBendegúz Nagy
2016-08-26Add: TextMan, font loading and basic text displayBendegúz Nagy