index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
dm
/
text.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
DM: Rename GraphicIndice members
Strangerke
2016-09-19
DM: Some more renaming
Strangerke
2016-09-16
DM: Clarify some assignments
Strangerke
2016-09-16
DM: Refactor Box()
Strangerke
2016-09-16
DM: More renaming in gfx enums
Strangerke
2016-09-12
DM: Fix a couple of string manipulations into fix-sized buffer
Strangerke
2016-09-07
DM: Finish the renaming and first refactoring pass in TextMan
Strangerke
2016-09-07
DM: More renaming and refactoring
Strangerke
2016-09-03
DM: Replace _vm->_system with g_system
Bendegúz Nagy
2016-09-03
DM: Clean up includes
Bendegúz Nagy
2016-08-30
DM: Add message area scroller
Bendegúz Nagy
2016-08-26
DM: Finish the renaming of class members
Strangerke
2016-08-26
DM: Rename variables and functions of DisplayMan
Strangerke
2016-08-26
DM: Rename functions of DMEngine and DialogMan
Strangerke
2016-08-26
DM: Some more work on GCC warnings
Strangerke
2016-08-26
DM: Remove default parameters from blitToBitmap
Bendegúz Nagy
2016-08-26
DM: Add TextMan::f43_messageAreaClearAllRows()
Bendegúz Nagy
2016-08-26
DM: Fix broken spell symbols
Bendegúz Nagy
2016-08-26
DM: Add stub methods, clean up warnings and some comments
Bendegúz Nagy
2016-08-26
DM: Remove unnecessary redirection through DMEngine members
Bendegúz Nagy
2016-08-26
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Bendegúz Nagy
2016-08-26
DM: Fix missing messages at the bottom of the screen
Bendegúz Nagy
2016-08-26
DM: Add warning with repeat parameter
Bendegúz Nagy
2016-08-26
DM: Replace ChampionMan::f292_drawChampionState with original
Bendegúz Nagy
2016-08-26
DM: Clean up some initialization
Bendegúz Nagy
2016-08-26
DM: Add some missing code
Bendegúz Nagy
2016-08-26
DM: Revert to using byteWidths where the original does so as well
Bendegúz Nagy
2016-08-26
DM: Reorder blitting method parameters
Bendegúz Nagy
2016-08-26
DM: Rename functions
Bendegúz Nagy
2016-08-26
DM: Remove blitToScreen overloads
Bendegúz Nagy
2016-08-26
DM: Remove several blitting overloads
Bendegúz Nagy
2016-08-26
DM: Add F0097_DUNGEONVIEW_DrawViewport
Bendegúz Nagy
2016-08-26
DM: More constant and global variable renaming
Bendegúz Nagy
2016-08-26
DM: Massive renameing in gfx.cpp
Bendegúz Nagy
2016-08-26
DM: Massive renaming in gfx.h
Bendegúz Nagy
2016-08-26
DM: Add F0340_INVENTORY_DrawPanel_ScrollTextLine
Bendegúz Nagy
2016-08-26
DM: Add F0387_MENUS_DrawActionArea
Bendegúz Nagy
2016-08-26
DM: Add standard GPLv2 header
Bendegúz Nagy
2016-08-26
DM: Add several functions realted to text display
Bendegúz Nagy
2016-08-26
DM: Add color setting to TextMan::printTextToBitmap
Bendegúz Nagy
2016-08-26
Add: TextMan, font loading and basic text display
Bendegúz Nagy