Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-20 | PEGASUS: Fix avoiding Mars robot scoring | Matthew Hoops | |
Thanks to Keith Kaisershot (blitter) for spotting | |||
2012-09-21 | TOLTECS: Replace ceil with integer maths. | Johannes Schickel | |
This removes an unnecessary use of floating point maths. | |||
2012-09-21 | PEGASUS: "Fix" segmentation fault for DC toolchain when compiling ↵ | Johannes Schickel | |
shuttlehud.cpp. It seems the explicit destructor of ShuttleHUD is problematic. When I move it's implementation to shuttlehud.cpp it does not segfault. Removing it on the other hand also does not cause it to segfault. So I chose the latter, since it has no special implementation anyway. | |||
2012-09-21 | PEGASUS: Replace FunctionPtr by our Functor code in Common. | Johannes Schickel | |
This "fixes" a segmentation fault in our buildbot's toolchain for DC. The segmentation fault occured while compiling engines/pegasus/ai/ai_condition.cpp. Thanks to clone2727 for looking over this and testing it. | |||
2012-09-20 | PEGASUS: Prevent recalling from Prehistoric without the historical log | Matthew Hoops | |
Fixes an original game bug | |||
2012-09-20 | Merge pull request #275 from clone2727/pegasus | clone2727 | |
Pegasus engine (The Journeyman Project: Pegasus Prime) | |||
2012-09-20 | SCUMM: Update comments | Matthew Hoops | |
2012-09-20 | SCUMM: Restrict the Mac m68k v5 driver to MI2/Indy4 | Matthew Hoops | |
Shouldn't be used with MI1 | |||
2012-09-20 | SCUMM: Add support for Indy4 Mac 68k sound | Matthew Hoops | |
2012-09-20 | HOPKINS: Implemented Affiche_Segment_Vesa and support methods | Paul Gilbert | |
2012-09-20 | HOPKINS: Implemented some more blitting methods | Paul Gilbert | |
2012-09-20 | HOPKINS: Implemented some BOB methods | Paul Gilbert | |
2012-09-20 | HOPKINS: Implemented more blitting/display methods | Paul Gilbert | |
2012-09-20 | SCUMM: Always use the Mac sound output for MI2 Mac. | Johannes Schickel | |
Formerly it wasn't used when the user selected a MIDI output in the options. Thanks to clone2727 for noticing. | |||
2012-09-20 | SCUMM: Implement support for special sfx in MI2 Mac. | Johannes Schickel | |
This also increases the savegame version, since it introduces a new Instrument subclass. | |||
2012-09-20 | SCUMM: Implement support for Monkey Island 2 Mac music. | Johannes Schickel | |
This is a initial RE of the audio output Monkey Island 2 Mac uses. Support for special sound effects is not in there yet. | |||
2012-09-20 | SCUMM: Extend comment about SysEx manufacturer 0x97. | Johannes Schickel | |
2012-09-20 | SCUMM: Don't play SBL effects in MI2 mac. | Johannes Schickel | |
The original does not do this either. | |||
2012-09-19 | SCUMM: Enable CMS for the MI1 demo | Matthew Hoops | |
2012-09-19 | HOPKINS: Initial implementation of some code that will be needed for cursor ↵ | Paul Gilbert | |
display | |||
2012-09-17 | HOPKINS: Bugfixes to the display of the starting menu | Paul Gilbert | |
2012-09-17 | HOPKINS: Initial implementation of main menu method | Paul Gilbert | |
2012-09-17 | HOPKINS: Implemented rest of main method, with stubs for sub-method calls | Paul Gilbert | |
2012-09-16 | Merge pull request #278 from bluegr/pcxdecoder | Filippos Karapetis | |
GRAPHICS: Add a PCX decoder | |||
2012-09-16 | TEENAGENT: Minor cleanups to Animation Class. | D G Turner | |
Renaming to remove underscores in member variables and minor method reordering for readability. | |||
2012-09-16 | HOPKINS: Implemented BOB_ANIM_ON and BOB_ANIM_OFF | Paul Gilbert | |
2012-09-16 | HOPKINS: Implementing code for CHARGE_ANIM and dependent methods | Paul Gilbert | |
2012-09-15 | WINTERMUTE: Disable aspect-ratio correction for now. | Einar Johan Trøan Sømåen | |
2012-09-15 | HOPKINS: Implemented Vbe decoding so introduction now runs | Paul Gilbert | |
2012-09-15 | TSAGE: Add missing motorcycle sound arriving at police station in Blue Force | Paul Gilbert | |
2012-09-15 | HOPKINS: initial implementation of INTORUN method | Paul Gilbert | |
2012-09-15 | HOPKINS: Fix loading images other than the first item in a picture index | Paul Gilbert | |
2012-09-15 | HOPKINS: Cleanup and refactoring of frame counting and delays | Paul Gilbert | |
2012-09-15 | HOPKINS: Initial implementation of main animation player method | Paul Gilbert | |
2012-09-14 | DREAMWEB: Increase _operand1 buffer size | Torbjörn Andersson | |
Theoretically, it should be almost as big as _inputLine, so let's make them the exact same size just for simplicity. This fixes crashes for me when trying to use very long parameters to the monitor's READ command, and could possibly fix a bug reported in the German version where you supposedly have to read "kurzmitteilung". | |||
2012-09-14 | TOLTECS: Adapt the movie chunk buffer allocation code | Filippos Karapetis | |
Thanks to wjp and LordHoto for their feedback | |||
2012-09-14 | HUGO: Use surface width instead of its pitch when copying to raw memory blobs | Filippos Karapetis | |
This is according to wjp's suggestion - the pitch didn't make sense there | |||
2012-09-13 | TEENAGENT: Cleanup Actor class. | D G Turner | |
This fixes a mismatched function prototype wrt. the definition and removes the underscores in various variables as per project coding standard. | |||
2012-09-13 | HOPKINS: Fix blitting 8-bit images to the screen | Paul Gilbert | |
2012-09-13 | HOPKINS: Further work and bugfixes on palette processing | Paul Gilbert | |
2012-09-13 | TEENAGENT: Clean up SurfaceList Class. | D G Turner | |
This removes an unecessary type and unused parameter from the load method and renames to remove underscores from variable names as per the project coding conventions. | |||
2012-09-12 | PEGASUS: Disable save compression by default | Matthew Hoops | |
So they can be used by the original interpreter more easily (the type/creator codes still need to be set, though -- pegasus_save_types can handle that) | |||
2012-09-12 | Revert "PEGASUS: Make setting the start time of a movie also seek" | Matthew Hoops | |
This reverts commit b8bcbb46b47b30c87a0267211ae4aae4c61c4c78. 8808393b3a3428df2946d7967e52aba084c8ffe5 was the proper fix for the issue | |||
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-13 | HUGO: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | DREAMWEB: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | TUCKER: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | QUEEN: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-12 | TEENAGENT: Add missing (disabled?) callback implementation. | D G Turner | |
2012-09-12 | TEENAGENT: Annotate Symbols for Inventory Object Callback Table. | D G Turner | |