Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-04 | next part of merge | Paweł Kołodziejski | |
svn-id: r28851 | |||
2007-09-04 | - Replace plotPattern() function with one based on specs. | Eugene Sandulenko | |
- Add PreAGI differences to plotPattern function. - This effectively fixes Mickey title. svn-id: r28850 | |||
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 | Fix warning about unused static function | Max Horn | |
svn-id: r28847 | |||
2007-09-03 | Make static data tables const (helps the optimizer a bit) | Max Horn | |
svn-id: r28846 | |||
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 | Cleanup | Filippos Karapetis | |
svn-id: r28842 | |||
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 | Text in Mickey is shown correctly now. Also, removed an obsolete function ↵ | Filippos Karapetis | |
declaration of PutPixel() svn-id: r28835 | |||
2007-09-02 | Image placement in Mickey is correct now | Filippos Karapetis | |
svn-id: r28834 | |||
2007-09-02 | I believe this fixes part of the music fading glitch in IHNM, but there's still | Torbjörn Andersson | |
a slight problem when the intro fades the music down. Just before starting the new music, the old music is briefly set back to normal volume again. This could be a script bug, but I haven't investigated it any further. svn-id: r28833 | |||
2007-09-02 | Renamed preagi_input.cpp to preagi_common.cpp, as it now contains the code ↵ | Filippos Karapetis | |
that all preagi games share (commit 2 of 2) svn-id: r28832 | |||
2007-09-02 | Moved preagi common code to a more appropriate place (commit 1 of 2) | Filippos Karapetis | |
svn-id: r28831 | |||
2007-09-02 | patch #1779606 (README: more fixes) | Matthew Hoops | |
svn-id: r28830 | |||
2007-09-02 | More support for subtitles in BRA. | Nicola Mettifogo | |
svn-id: r28829 | |||
2007-09-02 | Simplified global label management and added subtitles for BRA. | Nicola Mettifogo | |
svn-id: r28828 | |||
2007-09-02 | fixed some warnings | Max Horn | |
svn-id: r28827 | |||
2007-09-02 | Cleanup: removed unneeded references to engine (_vm). | Nicola Mettifogo | |
svn-id: r28826 | |||
2007-09-02 | Removed rand() and substituted it with Common::RandomSource | Filippos Karapetis | |
svn-id: r28825 | |||
2007-09-02 | Jobs are now members of the engine and are handled with a table, instead of ↵ | Nicola Mettifogo | |
being external functions. svn-id: r28824 | |||
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 | fix a warning and some code formatting | Matthew Hoops | |
svn-id: r28820 | |||
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 | Fix compile. | Travis Howell | |
svn-id: r28814 | |||
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-02 | Merged all the different picture decoding functions | Filippos Karapetis | |
svn-id: r28811 | |||
2007-09-01 | Implemented the rnd() function. Some cleanup to remove unneeded functionality | Filippos Karapetis | |
svn-id: r28810 | |||
2007-09-01 | Fix regression | Eugene Sandulenko | |
svn-id: r28809 | |||
2007-09-01 | Fix fallback detector | Eugene Sandulenko | |
svn-id: r28808 | |||
2007-09-01 | Updated project files: added Drascula, ASM object files, ... | Chris Apers | |
svn-id: r28807 | |||
2007-09-01 | CW doesn't support ASM source file, this bat is required to execute an ↵ | Chris Apers | |
external compiler and add object code to CW project svn-id: r28806 | |||
2007-09-01 | Cleanup: more 68K related files | Chris Apers | |
svn-id: r28805 | |||
2007-09-01 | Cleanup: remove obsolete files related to old 68k version not supported anymore | Chris Apers | |
svn-id: r28804 | |||
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers | |
svn-id: r28803 | |||
2007-09-01 | Cleanup:remove obsolete files related to old 68k version not supported anymore | Chris Apers | |
svn-id: r28802 | |||
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 | Prepare Drascula support | Chris Apers | |
svn-id: r28799 | |||
2007-09-01 | Added ARM optimzed code | Chris Apers | |
svn-id: r28798 | |||
2007-09-01 | Prepare Drascula support | Chris Apers | |
svn-id: r28797 |