aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/menu.cpp
AgeCommit message (Collapse)Author
2007-09-23Moved most of inventory-related code inside classes Inventory and ↵Nicola Mettifogo
InventoryRenderer. Shift is not completed, as new code doesn't handle selections yet (falling back to existent code). svn-id: r29060
2007-09-22Refactored a lot of Character-related code and put it into the Character class.Nicola Mettifogo
svn-id: r29025
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features ↵Nicola Mettifogo
related to displaying text on screen. svn-id: r28530
2007-08-11Overhaul of background/mask/path handling:Nicola Mettifogo
- added new BackgroundInfo structure - added helper functions to aid management of BackgroundInfo. Engine is now responsible for allocation/deallocation. - simplified loading and handling of background resources. svn-id: r28524
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all ↵Nicola Mettifogo
relevant code. svn-id: r28484
2007-07-15Refactored selectCharacter so that menu code doesn't need auxiliary buffer ↵Nicola Mettifogo
kBit2 anymore. svn-id: r28106
2007-07-15Screen update is no more triggered automatically when performing full ↵Nicola Mettifogo
screen-size blits on Front buffer. Menu code has been changed accordingly to retain consistency. svn-id: r28097
2007-07-13Full screen updates aren't automatic after palette changes anymore now. ↵Nicola Mettifogo
Traded some code pollution with SPEED! svn-id: r28061
2007-07-02Removed special displayBalloonString routine.Nicola Mettifogo
svn-id: r27850
2007-06-16Silence MSVC8 warningFilippos Karapetis
svn-id: r27475
2007-06-16The codes difference when selecting character, only applies to the Amiga ↵Travis Howell
multi-lingual version. svn-id: r27464
2007-06-16Fixed - embarrassing - broken password check.Nicola Mettifogo
svn-id: r27463
2007-06-16Add code difference in Amiga versions, when selecting character.Travis Howell
svn-id: r27462
2007-06-16Made language selection screen policy clearer.Nicola Mettifogo
svn-id: r27461
2007-06-16Add GF_LANG_MULT game flag, for detecting differences between the two Amiga ↵Travis Howell
versions. svn-id: r27441
2007-06-15All known versions of Nippon Safes are now enabled with all features except ↵Nicola Mettifogo
for half-brite effects. Please keep an eye out for regression. svn-id: r27437
2007-06-15When selecting language, ignore request for language that doesn't exist.Travis Howell
svn-id: r27414
2007-06-15Another adjustment for Amiga version.Travis Howell
svn-id: r27413
2007-06-15Enable language screen in Amiga version.Travis Howell
svn-id: r27412
2007-06-15Add basic support for Amiga version.Travis Howell
svn-id: r27411
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-13cleanupNicola Mettifogo
svn-id: r26834
2007-05-13New debug messages.Nicola Mettifogo
svn-id: r26832
2007-05-06Menu handling simplification.Nicola Mettifogo
svn-id: r26760
2007-05-06Some cheap cleanup.Nicola Mettifogo
svn-id: r26757
2007-05-01Fix compilation (sigh).Nicola Mettifogo
svn-id: r26724
2007-04-27Refactored music code for dos version and added music to Amiga versions.Nicola Mettifogo
svn-id: r26619
2007-04-23Fonts have been taking care of them being proportional for some time now, so ↵Nicola Mettifogo
it's time to remove old flags. svn-id: r26585
2007-04-21- Implemented Amiga halfbrite mode in palette code, though usage is limited ↵Nicola Mettifogo
to displayItemComment() for the moment. - Some changes to palette routines to make them fit with the new scheme. svn-id: r26553
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been ↵Nicola Mettifogo
implemented for dialogues/descriptions, but not for labels yet. svn-id: r26530
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
- Replaced font string names with enums. - Some slight simplification to Disk. svn-id: r26518
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion ↵Nicola Mettifogo
as soon as List<>'s usage is implemented. svn-id: r26400
2007-04-01made Menu use _vm instead of _engineNicola Mettifogo
svn-id: r26336
2007-03-30made menu properly set languageNicola Mettifogo
svn-id: r26329
2007-03-28Overhaul of palette management to bring it back to its original form. Gfx ↵Nicola Mettifogo
palette code has been updated, and _c_endComment (callable from scripts) has been implemented. As a by-product, palette cycling now finally works! svn-id: r26314
2007-03-27engine can now handle amiga and dos splash screensNicola Mettifogo
svn-id: r26312
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
svn-id: r26216
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
svn-id: r26195
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx ↵Nicola Mettifogo
accordingly svn-id: r26145
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
svn-id: r26128
2007-03-13removed pointless dependenciesNicola Mettifogo
svn-id: r26124
2007-03-13cleanupNicola Mettifogo
svn-id: r26122
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to ↵Nicola Mettifogo
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111
2007-03-12got rid of remaining uses of kBit3 in MenuNicola Mettifogo
svn-id: r26108
2007-03-12overall revision of selectCharacter (protection code) to remove usage of ↵Nicola Mettifogo
StaticCnv::_data2 and some slight bug fixing svn-id: r26099
2007-03-11Disk is now completely responsible for retrieving localized location scriptsNicola Mettifogo
svn-id: r26094
2007-03-11wrapped active location data into a new structureNicola Mettifogo
svn-id: r26085
2007-03-11cleanupNicola Mettifogo
svn-id: r26077
2007-03-11more refactoringNicola Mettifogo
svn-id: r26076