scummvm/engines/ultima/shared/gfx
2020-05-09 22:02:27 +09:00
..
bitmap.cpp ULTIMA1: Rendering VGA background without U6 scroll area 2020-02-01 13:13:51 -08:00
bitmap.h ULTIMA1: Rendering VGA background without U6 scroll area 2020-02-01 13:13:51 -08:00
character_input.cpp ULTIMA1: Added direction selection for spell casting 2020-02-01 13:13:51 -08:00
character_input.h ULTIMA1: Simplify how Info area determines when to show command/action prompt 2020-02-01 13:13:51 -08:00
dungeon_surface.cpp ULTIMA1: Splitting up classes into separate files, widget hierarchy improvements 2020-02-01 13:13:51 -08:00
dungeon_surface.h ULTIMA1: Fix namespace comments 2020-02-01 13:13:51 -08:00
font.cpp ULTIMA1: Initial display of character generation view 2020-02-01 13:13:51 -08:00
font.h ULTIMA1: Initial display of character generation view 2020-02-01 13:13:51 -08:00
info.cpp ULTIMA1: Change Drop dialog to use updated info writing 2020-02-01 13:13:51 -08:00
info.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
popup.cpp ULTIMA: Add missing initializers for coverity 2020-05-09 22:02:27 +09:00
popup.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
screen.cpp ULTIMA1: Refactor the text cursor to be drawn directly to the screen 2020-02-01 13:13:51 -08:00
screen.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
sprites.cpp ULTIMA1: Implement other tile animations 2020-02-01 13:13:51 -08:00
sprites.h ULTIMA1: Further split up castle and city map classes 2020-02-01 13:13:51 -08:00
text_cursor.cpp ULTIMA1: Refactor the text cursor to be drawn directly to the screen 2020-02-01 13:13:51 -08:00
text_cursor.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
text_input.cpp ULTIMA1: Fix gcc warnings 2020-02-01 13:13:51 -08:00
text_input.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
viewport_dungeon.cpp ULTIMA1: Clarify map tile _tileNum as _tileDisplayNum 2020-02-01 13:13:51 -08:00
viewport_dungeon.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
viewport_map.cpp ULTIMA1: Add an array for multiple widgets on the same tile 2020-02-01 13:13:51 -08:00
viewport_map.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
visual_container.cpp ULTIMA1: Improved dirty handling, beginnings of drop action 2020-02-01 13:13:51 -08:00
visual_container.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
visual_item.cpp ULTIMA1: Converting VisualSurface to keep a copy of the text color 2020-02-01 13:13:51 -08:00
visual_item.h ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
visual_surface.cpp ULTIMA1: Converting VisualSurface to keep a copy of the text color 2020-02-01 13:13:51 -08:00
visual_surface.h ULTIMA1: Converting VisualSurface to keep a copy of the text color 2020-02-01 13:13:51 -08:00