Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-24 | objects now work in Winnie C64 | Matthew Hoops | |
svn-id: r29095 | |||
2007-09-24 | allow Winnie Apple II to start up, however room images are slightly ↵ | Matthew Hoops | |
distorted and the intro is not shown; other cleanup svn-id: r29090 | |||
2007-09-24 | fix regression in the inventory from r28995 | Matthew Hoops | |
svn-id: r29084 | |||
2007-09-24 | ok, really get rid of "object 41" now -- didn't realize that the rnd ↵ | Matthew Hoops | |
function in preagi already adds 1... (DrMcCoy: I guess there was an object 42 before as well) svn-id: r29083 | |||
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 | 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 | 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 | 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 | 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 | 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 | 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 | |||
2007-09-21 | Cleanup | Filippos Karapetis | |
svn-id: r29009 | |||
2007-09-21 | Simplified Mickey::randomize() | Filippos Karapetis | |
svn-id: r29008 | |||
2007-09-21 | Several bug fixes for Mickey's Space Adventure: | Filippos Karapetis | |
- Fixed a logic bug, where it was possible that the planets were not initialized properly when flipping XL30's switch without holding any crystal. Note that this breaks older Mickey saved games - Fixed a bug with the initialization of the planet data, where the random number assigned to each planet could go out of logical bounds - Save games are saved with the correct extension now (e.g. mickey.s01 instead of mickey.s 1) - Some save game messages which were not shown are shown now - Disabled two problematic objects (the scale in Mickey's house and the rock in Jupiter) so they are not shown for now, as our current picture showing algorithm crashes when trying to display them svn-id: r29007 | |||
2007-09-21 | Removed an unnecessary picture update when drawing crystal objects in Mickey | Filippos Karapetis | |
svn-id: r29004 | |||
2007-09-21 | The animation of the crystals in Mickey is shown correctly now | Filippos Karapetis | |
svn-id: r29003 | |||
2007-09-21 | Minimize changes to the mouse cursor's palette | Filippos Karapetis | |
svn-id: r29002 | |||
2007-09-20 | allow for using up/down in menus | Matthew Hoops | |
svn-id: r28996 | |||
2007-09-20 | cleanup with updating the screen; mostly moved to gameLoop | Matthew Hoops | |
svn-id: r28995 | |||
2007-09-20 | add stub for playSound in Winnie | Matthew Hoops | |
svn-id: r28994 | |||
2007-09-20 | cleanup to readObj and readRoom | Matthew Hoops | |
svn-id: r28993 | |||
2007-09-20 | Last pieces of Troll's Tale. Only missing thing is sound | Eugene Sandulenko | |
svn-id: r28992 | |||
2007-09-20 | Implement inventory in Troll's Tale | Eugene Sandulenko | |
svn-id: r28987 | |||
2007-09-20 | Some updates to Mickey's BCG logo drawing function | Filippos Karapetis | |
svn-id: r28977 | |||
2007-09-19 | some cleanup using malloc and with readObj | Matthew Hoops | |
svn-id: r28975 | |||
2007-09-19 | show the cursor in Troll after the first intro screen | Matthew Hoops | |
svn-id: r28974 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merge several choice-related functions | Eugene Sandulenko | |
svn-id: r28967 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 |