aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/menu.cpp
AgeCommit message (Collapse)Author
2011-02-18HUGO: Remove extra spaces at end of linesstrangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
svn-id: r55897
2011-02-04HUGO: Fix menu icon order (bug reported by D. Gray)Arnaud Boutonné
svn-id: r55774
2011-02-01HUGO: in the menu, show modified button before closing the menu, with a ↵Arnaud Boutonné
short delay. Thanks _sev for the help! svn-id: r55710
2011-01-23HUGO: CleanupArnaud Boutonné
Suppress almost all defines, rename constants svn-id: r55451
2011-01-20HUGO: Close Memory Leak in TopMenu Surfaces.David Turner
svn-id: r55363
2011-01-05HUGO: Use Win2 fonts in intro. Arnaud Boutonné
Win1 font is loaded too, but fails as it's not yet supported svn-id: r55126
2011-01-04HUGO: Proper implementation for menu closing when clicked outside of itEugene Sandulenko
svn-id: r55121
2011-01-04HUGO: Use several 'off' buttons in the menuArnaud Boutonné
svn-id: r55117
2011-01-04HUGO: Implement menu commandsArnaud Boutonné
Also did some cleanup, and had to comment out handleMouseUp() as it's currently not working really well svn-id: r55114
2011-01-03HUGO: Renamed the "cmd" parameter to "command", as "cmd" is a struct in game.hFilippos Karapetis
svn-id: r55108
2011-01-03HUGO: Added stub for menu commands and implemented menu closingEugene Sandulenko
svn-id: r55107
2011-01-03HUGO: Implement top menu autoscalingEugene Sandulenko
svn-id: r55105
2011-01-03HUGO: Load bitmaps from hugo.datArnaud Boutonné
- set menu bitmaps to 'on' buttons by default - rename menu entries to match a bit better the original svn-id: r55103
2011-01-03HUGO: Show bitmap on first button in menu as a proof of conceptEugene Sandulenko
svn-id: r55101
2011-01-03HUGO: Stub for the top menuEugene Sandulenko
svn-id: r55100