Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-23 | Fix for kyra3 crashes while playing WSA files. | Johannes Schickel | |
svn-id: r29075 | |||
2007-09-23 | Init _screen for kyra3. Menu + Intro should be working again. | Johannes Schickel | |
svn-id: r29074 | |||
2007-09-23 | Converted fields in data that were originally offsets (such as tick proc ↵ | Paul Gilbert | |
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073 | |||
2007-09-23 | Added vaildation of new lure.dat file, and added MD5 for Italian version of game | Paul Gilbert | |
svn-id: r29072 | |||
2007-09-23 | Added support for the lure.dat file now containing multiple language versions | Paul Gilbert | |
svn-id: r29071 | |||
2007-09-23 | Split up the interruptableDelay method into two methods, making the version ↵ | Paul Gilbert | |
in events.cpp more generic svn-id: r29070 | |||
2007-09-23 | Removed some old redundant code and moved some string constants to the ↵ | Paul Gilbert | |
resource file svn-id: r29069 | |||
2007-09-23 | Tweaked the colour fading code so that room 4 will display correctly | Paul Gilbert | |
svn-id: r29068 | |||
2007-09-23 | Added support for original copy protection, in any anyone ever wants to see it | Paul Gilbert | |
svn-id: r29067 | |||
2007-09-23 | Shifted string decoder list to a resource, since it varies from language to ↵ | Paul Gilbert | |
language svn-id: r29066 | |||
2007-09-23 | Added support for original copy protection, in any anyone ever wants to see it | Paul Gilbert | |
svn-id: r29065 | |||
2007-09-23 | Oops. Some debug code was committed. | Nicola Mettifogo | |
svn-id: r29061 | |||
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-23 | Rename class variables to conform our coding guidelines. | Eugene Sandulenko | |
svn-id: r29059 | |||
2007-09-23 | Rename class variables to conform our code conventions | Eugene Sandulenko | |
svn-id: r29058 | |||
2007-09-23 | Indentation. | Torbjörn Andersson | |
svn-id: r29057 | |||
2007-09-23 | Add support for Russian versions of AGI games | Eugene Sandulenko | |
svn-id: r29056 | |||
2007-09-23 | Cleanup. Also, changed isBigEndian to be a boolean | Filippos Karapetis | |
svn-id: r29054 | |||
2007-09-23 | remove _saveMarks from SAGA load and save implementation | Andrew Kurushin | |
svn-id: r29053 | |||
2007-09-23 | Add Tigger and Mist events implementation | Eugene Sandulenko | |
svn-id: r29052 | |||
2007-09-23 | objects now work in Winnie Amiga | Matthew Hoops | |
svn-id: r29051 | |||
2007-09-23 | Fix regression | Eugene Sandulenko | |
svn-id: r29050 | |||
2007-09-23 | changes for Winnie Amiga (now playable) and C64 | Matthew Hoops | |
svn-id: r29049 | |||
2007-09-23 | More endianness and alignment fixes | Eugene Sandulenko | |
svn-id: r29048 | |||
2007-09-23 | Fix endian bug | Max Horn | |
svn-id: r29047 | |||
2007-09-23 | Make readRoom() truly alignment- and endian-safe | Eugene Sandulenko | |
svn-id: r29046 | |||
2007-09-23 | Portability fix | Eugene Sandulenko | |
svn-id: r29045 | |||
2007-09-23 | Fixed some platform checks | Filippos Karapetis | |
svn-id: r29044 | |||
2007-09-23 | Fix 64 bit issue | Max Horn | |
svn-id: r29042 | |||
2007-09-23 | Moved MemoryStreamEndian from Saga to Common. | Eugene Sandulenko | |
svn-id: r29038 | |||
2007-09-23 | allow Winnie C64 to start, although there are problems with the images ↵ | Matthew Hoops | |
(probably wrong offset) and logo.pic/intro.pic are not working, so the intro is skipped svn-id: r29037 | |||
2007-09-23 | randomize() can no longer create "object 41" -- there is no object 41, and ↵ | Matthew Hoops | |
when we attempt to draw it, it can cause crashes svn-id: r29036 | |||
2007-09-23 | readRoom is now Endian-safe | Matthew Hoops | |
svn-id: r29035 | |||
2007-09-22 | Make sure that picture fill doesn't go out of the picture's bounds, since ↵ | Filippos Karapetis | |
pre-AGI pictures have different dimensions svn-id: r29034 | |||
2007-09-22 | fix possible Endian issue | Matthew Hoops | |
svn-id: r29033 | |||
2007-09-22 | allow Winnie Amiga to show room images, still not playable | Matthew Hoops | |
svn-id: r29032 | |||
2007-09-22 | Fix for bug #1800276 - "IHNM: Problem in saving". A bug in the logic of the ↵ | Filippos Karapetis | |
save slot allocation algorithm became apparent with the FS node merge. It should be working correctly now svn-id: r29031 | |||
2007-09-22 | Switch Troll's Tale to booter image | Eugene Sandulenko | |
svn-id: r29028 | |||
2007-09-22 | some cleanup involving Winnie Amiga, however it still only shows the intro | Matthew Hoops | |
svn-id: r29027 | |||
2007-09-22 | Fixed broken compile on MSVC. | Nicola Mettifogo | |
svn-id: r29026 | |||
2007-09-22 | Refactored a lot of Character-related code and put it into the Character class. | Nicola Mettifogo | |
svn-id: r29025 | |||
2007-09-22 | Added a workaround for a bug with Gorrister's heart, which exists in the ↵ | Filippos Karapetis | |
original game scripts of IHNM svn-id: r29024 | |||
2007-09-22 | allow Winnie Amiga to show the intro | Matthew Hoops | |
svn-id: r29023 | |||
2007-09-22 | Code cleanup and simplification | Filippos Karapetis | |
svn-id: r29022 | |||
2007-09-22 | Code simplification | Filippos Karapetis | |
svn-id: r29020 | |||
2007-09-22 | Simplified item handling code in Mickey | Filippos Karapetis | |
svn-id: r29019 | |||
2007-09-22 | Replaced room indexes with their corresponding enums | Filippos Karapetis | |
svn-id: r29018 | |||
2007-09-22 | Code simplification. Removed IDI_MSA_MAX_STR and fRmTxt - oRmTxt is used ↵ | Filippos Karapetis | |
instead, as the two arrays contained non-null values for the same rooms. Also, room object indices are no longer read from the original executable svn-id: r29016 | |||
2007-09-21 | Fix regression caused by the latest cleanups | Filippos Karapetis | |
svn-id: r29011 | |||
2007-09-21 | Oops | Filippos Karapetis | |
svn-id: r29010 |