Age | Commit message (Expand) | Author |
2007-09-23 | Moved most of inventory-related code inside classes Inventory and InventoryRe... | Nicola Mettifogo |
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features rel... | Nicola Mettifogo |
2007-08-11 | Overhaul of background/mask/path handling: | Nicola Mettifogo |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-07-15 | Refactored selectCharacter so that menu code doesn't need auxiliary buffer kB... | Nicola Mettifogo |
2007-07-15 | Screen update is no more triggered automatically when performing full screen-... | Nicola Mettifogo |
2007-07-13 | Full screen updates aren't automatic after palette changes anymore now. Trade... | Nicola Mettifogo |
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo |
2007-06-16 | Silence MSVC8 warning | Filippos Karapetis |
2007-06-16 | The codes difference when selecting character, only applies to the Amiga mult... | Travis Howell |
2007-06-16 | Fixed - embarrassing - broken password check. | Nicola Mettifogo |
2007-06-16 | Add code difference in Amiga versions, when selecting character. | Travis Howell |
2007-06-16 | Made language selection screen policy clearer. | Nicola Mettifogo |
2007-06-16 | Add GF_LANG_MULT game flag, for detecting differences between the two Amiga v... | Travis Howell |
2007-06-15 | All known versions of Nippon Safes are now enabled with all features except f... | Nicola Mettifogo |
2007-06-15 | When selecting language, ignore request for language that doesn't exist. | Travis Howell |
2007-06-15 | Another adjustment for Amiga version. | Travis Howell |
2007-06-15 | Enable language screen in Amiga version. | Travis Howell |
2007-06-15 | Add basic support for Amiga version. | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-05-13 | New debug messages. | Nicola Mettifogo |
2007-05-06 | Menu handling simplification. | Nicola Mettifogo |
2007-05-06 | Some cheap cleanup. | Nicola Mettifogo |
2007-05-01 | Fix compilation (sigh). | Nicola Mettifogo |
2007-04-27 | Refactored music code for dos version and added music to Amiga versions. | Nicola Mettifogo |
2007-04-23 | Fonts have been taking care of them being proportional for some time now, so ... | Nicola Mettifogo |
2007-04-21 | - Implemented Amiga halfbrite mode in palette code, though usage is limited t... | Nicola Mettifogo |
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been implem... | Nicola Mettifogo |
2007-04-15 | - Fonts are now preloaded at start. | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-01 | made Menu use _vm instead of _engine | Nicola Mettifogo |
2007-03-30 | made menu properly set language | Nicola Mettifogo |
2007-03-28 | Overhaul of palette management to bring it back to its original form. Gfx pal... | Nicola Mettifogo |
2007-03-27 | engine can now handle amiga and dos splash screens | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx acc... | Nicola Mettifogo |
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo |
2007-03-13 | removed pointless dependencies | Nicola Mettifogo |
2007-03-13 | cleanup | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | Nicola Mettifogo |
2007-03-12 | got rid of remaining uses of kBit3 in Menu | Nicola Mettifogo |
2007-03-12 | overall revision of selectCharacter (protection code) to remove usage of Stat... | Nicola Mettifogo |
2007-03-11 | Disk is now completely responsible for retrieving localized location scripts | Nicola Mettifogo |
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo |
2007-03-11 | cleanup | Nicola Mettifogo |
2007-03-11 | more refactoring | Nicola Mettifogo |