aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/menu.cpp
AgeCommit message (Collapse)Author
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
2007-03-10some refactoringNicola Mettifogo
svn-id: r26072
2007-03-10fixed old reimplementation bugNicola Mettifogo
svn-id: r26070
2007-03-04wrapped loader routines into a new class named Disk. The new class is also ↵Nicola Mettifogo
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972
2007-03-04no more overloading for loadBackgroundNicola Mettifogo
svn-id: r25971
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
svn-id: r25969
2007-03-04moved background loading into disk.cppNicola Mettifogo
svn-id: r25968
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
svn-id: r25962
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
svn-id: r25935
2007-02-27changed font handling:Nicola Mettifogo
- engine doesn't see font as a low-level Cnv anymore - the Graphics class takes care of freeing memory on font changes svn-id: r25900
2007-02-25wrapped archive routines into a new class named Archive. File-level static ↵Nicola Mettifogo
variables have been made members of the new class. svn-id: r25866
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
there are no instrument assignments yet. svn-id: r25774
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
svn-id: r25654
2007-02-11added load/save supportNicola Mettifogo
svn-id: r25496
2007-01-14Initial import of Parallaction engineEugene Sandulenko
svn-id: r25083