Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-20 | Patch #1947288: "AmigaOS4: small changes (Makefile, configure)" | Eugene Sandulenko | |
svn-id: r31628 | |||
2008-04-20 | Made the sound less choppy. Though we may have to do some kind of double | Torbjörn Andersson | |
buffering here to completely fix the problem. svn-id: r31627 | |||
2008-04-20 | Cleanup. | Johannes Schickel | |
svn-id: r31626 | |||
2008-04-20 | Fixed comments. | Torbjörn Andersson | |
svn-id: r31625 | |||
2008-04-20 | Forgot to include two libs. | Lars Persson | |
svn-id: r31624 | |||
2008-04-20 | Implicit casts are causing problems for CodeWarrior compilers, added C casts. | Lars Persson | |
svn-id: r31623 | |||
2008-04-20 | unlink function name causing conflicts. Renaming to unlinkItem. | Lars Persson | |
svn-id: r31622 | |||
2008-04-20 | More compilation fixes by lordhoto | Filippos Karapetis | |
svn-id: r31621 | |||
2008-04-20 | Updated kyra MSVC project files | Filippos Karapetis | |
svn-id: r31620 | |||
2008-04-20 | Compilation fixes by lordhoto | Filippos Karapetis | |
svn-id: r31619 | |||
2008-04-20 | Forgot to disable engines in special build | Lars Persson | |
svn-id: r31618 | |||
2008-04-20 | Catch EVENT_QUIT events, too. I realize that g_system->quit() isn't the nicest | Torbjörn Andersson | |
way to quit a game, but it beats not being able to quit at all. svn-id: r31617 | |||
2008-04-20 | Updated SYMBIAN buildsystem to build M4 and MADE engines | Lars Persson | |
svn-id: r31616 | |||
2008-04-20 | Initial support for M4 and MADE engines | Lars Persson | |
svn-id: r31615 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-20 | Credits update for the M4 and MADE engines (3/3) | Filippos Karapetis | |
svn-id: r31613 | |||
2008-04-20 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r31610 | |||
2008-04-20 | Further updates to the MSVC files for the M4 and MADE engines | Filippos Karapetis | |
svn-id: r31609 | |||
2008-04-20 | Removed unused variables. | Torbjörn Andersson | |
svn-id: r31608 | |||
2008-04-20 | Fixed bad usage of functor objects. | Johannes Schickel | |
svn-id: r31607 | |||
2008-04-20 | Added the M4 and MADE engines | Filippos Karapetis | |
svn-id: r31605 | |||
2008-04-20 | Added MSVC project files for the M4 and MADE engines | Filippos Karapetis | |
svn-id: r31604 | |||
2008-04-20 | Added the M4 and MADE engines to configure (disabled by default) | Filippos Karapetis | |
svn-id: r31603 | |||
2008-04-20 | Added the m4 and made plugins | Filippos Karapetis | |
svn-id: r31602 | |||
2008-04-20 | Added m4.dat, needed for Orion Burger | Filippos Karapetis | |
svn-id: r31601 | |||
2008-04-20 | Initial import of the work in progress M4 engine | Filippos Karapetis | |
svn-id: r31600 | |||
2008-04-20 | Initial import of the work in progress MADE engine | Filippos Karapetis | |
svn-id: r31599 | |||
2008-04-20 | Improved sound priority handling. | Johannes Schickel | |
svn-id: r31598 | |||
2008-04-20 | Implemented sound priority handling. | Johannes Schickel | |
svn-id: r31597 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 6: o3_getCharacterFacing - 7: o3_getCharacterScene - 13: o3_trySceneChange - 32: o3_checkForItem - 46: o3_addSpecialExit - 63: o3_drawSceneShape - 75: o3_update - 80: o3_enterNewScene - 86: o3_setMalcolmPos - 154: o3_setupSceneAnimObject svn-id: r31596 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 64: o3_checkInRect - 87: o3_stopMusic - 88: o3_playMusicTrack svn-id: r31595 | |||
2008-04-20 | Fixed bug in getCharLength. | Johannes Schickel | |
svn-id: r31594 | |||
2008-04-20 | Fixed long standing bug in encodeShape. | Johannes Schickel | |
svn-id: r31593 | |||
2008-04-20 | Updated kyra MSVC project files | Filippos Karapetis | |
svn-id: r31592 | |||
2008-04-20 | - Fixed some valgrind warnings. | Johannes Schickel | |
- Little bugfix for scene shape loading. svn-id: r31591 | |||
2008-04-20 | Use correct (I hope) size when loading TLK files. The size field in the AUD | Torbjörn Andersson | |
header does not count the size of the header itself. (This fixes a failed assertion when entering the Pegasus Landing in Kyrandia 3.) svn-id: r31590 | |||
2008-04-20 | Added some more opcodes. | Johannes Schickel | |
svn-id: r31589 | |||
2008-04-20 | - fixed various glitches | Johannes Schickel | |
- implemented some input code for kyra3 svn-id: r31588 | |||
2008-04-20 | Added missing file sequences_v3.cpp. | Johannes Schickel | |
svn-id: r31587 | |||
2008-04-20 | Fixed bug in playStudioSFX. | Johannes Schickel | |
svn-id: r31586 | |||
2008-04-20 | Implemented opcode 49: o3_badConscienceChat. | Johannes Schickel | |
svn-id: r31585 | |||
2008-04-20 | Implemented opcodes: | Johannes Schickel | |
- 21: o3_showBadConscience - 23: o3_hideBadConscience svn-id: r31584 | |||
2008-04-19 | Oops forgot to update assert last commit. | Johannes Schickel | |
svn-id: r31583 | |||
2008-04-19 | Fixed Zanthia chat script selection. | Johannes Schickel | |
svn-id: r31582 | |||
2008-04-19 | Implemented some kyra opcodes and some chat handling code, now Malcolm ↵ | Johannes Schickel | |
should say something after crawling out of the dump. svn-id: r31581 | |||
2008-04-19 | One more valgrind warning fix. | Johannes Schickel | |
svn-id: r31580 | |||
2008-04-19 | Added some comment about palette setting in KyraEngine_v3::playVQA. | Johannes Schickel | |
svn-id: r31579 | |||
2008-04-19 | Added fade to black/music fadeout when starting kyra3. | Johannes Schickel | |
svn-id: r31578 | |||
2008-04-19 | Fixed formatting. | Johannes Schickel | |
svn-id: r31577 | |||
2008-04-19 | fix detection for playable Hof demo | Florian Kagerer | |
svn-id: r31576 |