Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-23 | Moved 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-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo | |
svn-id: r29025 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features ↵ | Nicola Mettifogo | |
related to displaying text on screen. svn-id: r28530 | |||
2007-08-11 | Overhaul 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-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all ↵ | Nicola Mettifogo | |
relevant code. svn-id: r28484 | |||
2007-07-15 | Refactored selectCharacter so that menu code doesn't need auxiliary buffer ↵ | Nicola Mettifogo | |
kBit2 anymore. svn-id: r28106 | |||
2007-07-15 | Screen 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-13 | Full screen updates aren't automatic after palette changes anymore now. ↵ | Nicola Mettifogo | |
Traded some code pollution with SPEED! svn-id: r28061 | |||
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo | |
svn-id: r27850 | |||
2007-06-16 | Silence MSVC8 warning | Filippos Karapetis | |
svn-id: r27475 | |||
2007-06-16 | The codes difference when selecting character, only applies to the Amiga ↵ | Travis Howell | |
multi-lingual version. svn-id: r27464 | |||
2007-06-16 | Fixed - embarrassing - broken password check. | Nicola Mettifogo | |
svn-id: r27463 | |||
2007-06-16 | Add code difference in Amiga versions, when selecting character. | Travis Howell | |
svn-id: r27462 | |||
2007-06-16 | Made language selection screen policy clearer. | Nicola Mettifogo | |
svn-id: r27461 | |||
2007-06-16 | Add GF_LANG_MULT game flag, for detecting differences between the two Amiga ↵ | Travis Howell | |
versions. svn-id: r27441 | |||
2007-06-15 | All 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-15 | When selecting language, ignore request for language that doesn't exist. | Travis Howell | |
svn-id: r27414 | |||
2007-06-15 | Another adjustment for Amiga version. | Travis Howell | |
svn-id: r27413 | |||
2007-06-15 | Enable language screen in Amiga version. | Travis Howell | |
svn-id: r27412 | |||
2007-06-15 | Add basic support for Amiga version. | Travis Howell | |
svn-id: r27411 | |||
2007-05-30 | Updated 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-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-05-13 | New debug messages. | Nicola Mettifogo | |
svn-id: r26832 | |||
2007-05-06 | Menu handling simplification. | Nicola Mettifogo | |
svn-id: r26760 | |||
2007-05-06 | Some cheap cleanup. | Nicola Mettifogo | |
svn-id: r26757 | |||
2007-05-01 | Fix compilation (sigh). | Nicola Mettifogo | |
svn-id: r26724 | |||
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo | |
svn-id: r26619 | |||
2007-04-23 | Fonts 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-16 | Now 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-07 | Reduced 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-01 | made Menu use _vm instead of _engine | Nicola Mettifogo | |
svn-id: r26336 | |||
2007-03-30 | made menu properly set language | Nicola Mettifogo | |
svn-id: r26329 | |||
2007-03-28 | Overhaul 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-27 | engine can now handle amiga and dos splash screens | Nicola Mettifogo | |
svn-id: r26312 | |||
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx ↵ | Nicola Mettifogo | |
accordingly svn-id: r26145 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | removed pointless dependencies | Nicola Mettifogo | |
svn-id: r26124 | |||
2007-03-13 | cleanup | Nicola Mettifogo | |
svn-id: r26122 | |||
2007-03-12 | renamed 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-12 | got rid of remaining uses of kBit3 in Menu | Nicola Mettifogo | |
svn-id: r26108 | |||
2007-03-12 | overall revision of selectCharacter (protection code) to remove usage of ↵ | Nicola Mettifogo | |
StaticCnv::_data2 and some slight bug fixing svn-id: r26099 | |||
2007-03-11 | Disk is now completely responsible for retrieving localized location scripts | Nicola Mettifogo | |
svn-id: r26094 | |||
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo | |
svn-id: r26085 | |||
2007-03-11 | cleanup | Nicola Mettifogo | |
svn-id: r26077 | |||
2007-03-11 | more refactoring | Nicola Mettifogo | |
svn-id: r26076 |