Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2007-09-19 | Moved some keyboard code from Winnie together with the other keyboard functions | Filippos Karapetis | |
svn-id: r28965 | |||
2007-09-19 | Don't free the picture buffer inside decodePicture(). The buffer should (and ↵ | Filippos Karapetis | |
is) freed from the functions that decodePicture() is being called from svn-id: r28964 | |||
2007-09-18 | Fix picture drawing in Troll's Tale. Implement room navigation. | Eugene Sandulenko | |
svn-id: r28946 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-09-18 | Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵ | Max Horn | |
compilation on some ports) svn-id: r28944 | |||
2007-09-18 | Fix compiler warning | Max Horn | |
svn-id: r28943 | |||
2007-09-18 | First room is shown. | Eugene Sandulenko | |
svn-id: r28942 | |||
2007-09-18 | Fix menu and tutorial it Troll's Tale | Eugene Sandulenko | |
svn-id: r28941 | |||
2007-09-18 | WIP for Troll's Tale | Eugene Sandulenko | |
svn-id: r28939 | |||
2007-09-12 | cleanup the intro of Winnie | Matthew Hoops | |
svn-id: r28896 | |||
2007-09-11 | remove the rest of the PreAGI loader | Matthew Hoops | |
svn-id: r28895 | |||
2007-09-11 | fix regression: free the picture data after decoding a PreAGI picture | Matthew Hoops | |
svn-id: r28894 | |||
2007-09-11 | PreAGI does not need an AGI resource loader, as it only needs to load ↵ | Matthew Hoops | |
pictures and doesn't use directories. So, this allows Winnie to decode pictures without using the loader svn-id: r28893 | |||
2007-09-11 | Remove/clarify several FIXMEs | Eugene Sandulenko | |
svn-id: r28892 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-09-10 | Fix compilation / warnings | Max Horn | |
svn-id: r28885 | |||
2007-09-09 | Some updates for the BCG Disney logo in Mickey | Filippos Karapetis | |
svn-id: r28884 | |||
2007-09-09 | It's now possible to move around in Winnie using the mouse, by clicking on ↵ | Filippos Karapetis | |
the appropriate direction (north, south, east or west) svn-id: r28883 | |||
2007-09-09 | Mouse is working now in Winnie. Click to move functionality still not ↵ | Filippos Karapetis | |
completed, though svn-id: r28882 | |||
2007-09-09 | Silence some MSVC8 warnings | Filippos Karapetis | |
svn-id: r28881 | |||
2007-09-08 | Fixed various warnings | Max Horn | |
svn-id: r28879 | |||
2007-09-07 | wind and owl's help works in Winnie | Matthew Hoops | |
svn-id: r28876 | |||
2007-09-07 | saving and loading games now works in Winnie | Matthew Hoops | |
svn-id: r28875 | |||
2007-09-07 | objects now work in Winnie | Matthew Hoops | |
svn-id: r28874 | |||
2007-09-07 | Some updates on the mouse cursor in Winnie: the mouse cursor is shown now, ↵ | Filippos Karapetis | |
and it changes when it hovers over the screen edges, but mouse clicking is still not functioning correctly svn-id: r28873 | |||
2007-09-06 | enable inventory in Winnie | Matthew Hoops | |
svn-id: r28872 | |||
2007-09-06 | This fixes images in Winnie (for me at least) | Matthew Hoops | |
svn-id: r28871 | |||
2007-09-06 | Temporary workaround for crashes occurring in Winnie when a room's picture ↵ | Filippos Karapetis | |
resource is unloaded svn-id: r28870 | |||
2007-09-06 | Some updates for decoding Disney's BCG logo in Mickey | Filippos Karapetis | |
svn-id: r28869 |