Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-09 | Some updates for the BCG Disney logo in Mickey | Filippos Karapetis | |
svn-id: r28884 | |||
2007-09-08 | Fixed various warnings | Max Horn | |
svn-id: r28879 | |||
2007-09-06 | Some updates for decoding Disney's BCG logo in Mickey | Filippos Karapetis | |
svn-id: r28869 | |||
2007-09-06 | Objects in Mickey are shown correctly now. Also, reduced the places where ↵ | Filippos Karapetis | |
the screen gets updated svn-id: r28862 | |||
2007-09-05 | Changed several #ifdef _DEBUG code parts in Mickey with #if 0 (and commented ↵ | Filippos Karapetis | |
them as debug). For some reason, _DEBUG seems to be set, causing all those code parts to be ran (which lead to all sorts of unexpected behavior) svn-id: r28861 | |||
2007-09-05 | Only change the cursor palette when the mouse hovers over a hotspot in ↵ | Filippos Karapetis | |
Mickey, not the whole cursor. This is a much faster operation, which also gives better results svn-id: r28860 | |||
2007-09-05 | clear the screen after using printStory() so the text does not remain on in ↵ | Matthew Hoops | |
the background svn-id: r28857 | |||
2007-09-05 | Make blinking lights work | Eugene Sandulenko | |
svn-id: r28856 | |||
2007-09-05 | Some updates for Mickey: | Filippos Karapetis | |
- Click to move functionality (improvement over the original game). It's now possible to navigate around using the mouse as well, together with the menu commands. The mouse cursor changes when the player hovers it at the picture's edges, towards a direction where Mickey is able to move to (north, south, east or west) - waitAnyKey has been moved into Mickey's code (because of the animation part) - Implemented the circle flag for AGI picture decoding svn-id: r28853 | |||
2007-09-04 | The mouse cursor is now visible in Mickey. Also, the enter key on the keypad ↵ | Filippos Karapetis | |
works now. Some cleanup svn-id: r28849 | |||
2007-09-03 | Some updates for Mickey: objects are shown now (though still incorrectly), ↵ | Filippos Karapetis | |
implemented some incomplete code for the ship's blinking lights, implemented the scene animation function svn-id: r28848 | |||
2007-09-03 | Some more updates to Mickey's sound system | Filippos Karapetis | |
svn-id: r28845 | |||
2007-09-03 | Some updates to preagi's sound system and code cleanup | Filippos Karapetis | |
svn-id: r28844 | |||
2007-09-03 | make Mickey use the SaveFileManager for saving/loading | Matthew Hoops | |
svn-id: r28843 | |||
2007-09-03 | fix warning | Matthew Hoops | |
svn-id: r28841 | |||
2007-09-03 | Some updates to Mickey's sound system and code cleanup | Filippos Karapetis | |
svn-id: r28840 | |||
2007-09-03 | fix flashScreen | Matthew Hoops | |
svn-id: r28839 | |||
2007-09-03 | Implemented clearRow for preagi games. Mickey save games should work now. ↵ | Filippos Karapetis | |
Some code cleanup svn-id: r28838 | |||
2007-09-02 | Implemented clearScreen() for preagi games | Filippos Karapetis | |
svn-id: r28837 | |||
2007-09-02 | fix more warnings | Matthew Hoops | |
svn-id: r28822 | |||
2007-09-02 | Slight update on Mickey's drawPic | Filippos Karapetis | |
svn-id: r28821 | |||
2007-09-02 | The dimensions of the picture resources in preagi games is different for ↵ | Filippos Karapetis | |
each game. Mickey's pictures are shown correctly now svn-id: r28819 | |||
2007-09-02 | The picture files in Mickey have a different width | Filippos Karapetis | |
svn-id: r28818 | |||
2007-09-02 | Some more updates to preagi string drawing function | Filippos Karapetis | |
svn-id: r28813 | |||
2007-09-02 | Initial implementation of preagi string drawing functions. They still need ↵ | Filippos Karapetis | |
work, though svn-id: r28812 | |||
2007-09-01 | Implemented the rnd() function. Some cleanup to remove unneeded functionality | Filippos Karapetis | |
svn-id: r28810 | |||
2007-09-01 | Fix compilation and warnings. | Eugene Sandulenko | |
svn-id: r28801 | |||
2007-09-01 | Added WIP logic code for Mickey's Space Adventure | Filippos Karapetis | |
svn-id: r28800 | |||
2007-09-01 | An early WIP of PreAGI (TrollVM) support | Eugene Sandulenko | |
svn-id: r28787 |