Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | NEWS: Mention MI2 Mac and Indy4 m68k Mac sound support. | Johannes Schickel | |
2012-09-20 | NEWS: Mention improved FW Amiga/AtariST sound support. | Johannes Schickel | |
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 | Merge pull request #279 from lordhoto/mi2-mac-sound | Johannes Schickel | |
Add support for Monkey Island 2 Mac sound. | |||
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 | GRAPHICS: Update YUV410 conversion docs | Matthew Hoops | |
2012-09-19 | VIDEO: Fix SVQ1 color on right/bottom borders | Matthew Hoops | |
2012-09-19 | SCUMM: Enable CMS for the MI1 demo | Matthew Hoops | |
2012-09-19 | VIDEO: Fix getTime() after a stop() call | Matthew Hoops | |
2012-09-18 | GRAPHICS: Implement different luminance ranges | Matthew Hoops | |
Bink and Theora are now much improved | |||
2012-09-17 | MACOSX: Make failing to load a soundfont in CoreAudio fatal | Matthew Hoops | |
If we don't bail out, CoreAudio will explode. | |||
2012-09-17 | GRAPHICS: Rework YUV->RGB code a bit | Matthew Hoops | |
2012-09-18 | BASE: Close possible EngineManager memory leak. | D G Turner | |
This singleton was omitted from fuzzie's memory leak fixes in 6bff611. Thanks to Tomaz^ for spotting this. | |||
2012-09-17 | SCALER: Neon code for aspect correction for OpenPandora | Bertrand Augereau | |
It gains 35% on the first function of the profiling on Indy IV It is now nearly memory-bound (~10%) so it might not be needed to schedule the code better than this | |||
2012-09-17 | GRAPHICS: Fix BMP palette color count with bpp != 8 | Matthew Hoops | |
2012-09-16 | Merge pull request #278 from bluegr/pcxdecoder | Filippos Karapetis | |
GRAPHICS: Add a PCX decoder | |||
2012-09-16 | VIDEO: Indent with tab, not spaces. | Torbjörn Andersson | |
2012-09-15 | GRAPHICS: Reinsert attributeBits as a comment to the TGA-decoder | Einar Johan Trøan Sømåen | |
2012-09-15 | WINTERMUTE: Disable aspect-ratio correction for now. | Einar Johan Trøan Sømåen | |
2012-09-15 | GRAPHICS: Force alphaBits to 8 for 32bpp TGAs for now | Einar Johan Trøan Sømåen | |
2012-09-15 | TSAGE: Add missing motorcycle sound arriving at police station in Blue Force | 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 | MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS X | Matthew Hoops | |
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 | CONFIGURE: Update add_engine comment | Willem Jan Palenstijn | |
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-13 | GRAPHICS: Add a common PCX image decoder | Filippos Karapetis | |
2012-09-11 | VIDEO: Do not close/rewind videos after a stop() | Matthew Hoops | |
It makes more sense to do this more like a hard "pause" and let the caller stop()/rewind() if they want | |||
2012-09-11 | PEGASUS: Fix minor filling station glitch | Matthew Hoops | |
2012-09-11 | CINE: Implement music fade out for Amiga/AtariST music. | Johannes Schickel | |
2012-09-11 | CONFIGURE: Clarify all-games status output checks | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Clean up subengine string generation | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Move engine base support strings to configure.engines | Willem Jan Palenstijn | |