Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | SCUMM: Fix bug in V12 games causing chars to be lost when wrapping talk text | Max Horn | |
svn-id: r54729 | |||
2010-12-01 | SCUMM: Fix GM initialization when "enable_gs" is set. | Johannes Schickel | |
This is a regression from r25630, which caused the code to send some garbage data to the GS device, which resulted in some devices to fail with an "Address Error." (like the Roland SC-55). This might also fix bug #1927501 "GS option is broken". Even though actually the device there failed with another error it is likely to be caused by the same code. At least it is the only iMuse MIDI code change between 0.9.0 and 0.12.0, which might result in such a problem. svn-id: r54727 | |||
2010-12-01 | HUGO: Add Missing shutdown() Call - Currently Disabled. | David Turner | |
The engine shutdown() function is required to be called to clean up a number of allocated memory blocks. Unfortunately, this currently causes double free issues. This call is added, but commented out with a FIXME explaining this. svn-id: r54726 | |||
2010-12-01 | GOB: Add back 3 empty lines used by DrMcCoy | Arnaud Boutonné | |
svn-id: r54724 | |||
2010-12-01 | MOHAWK: Split makingof and preview opcodes into their own class (and now all ↵ | Matthew Hoops | |
are separate) svn-id: r54723 | |||
2010-12-01 | CONFIGURE: Fix OpenGL library detection on OS X in case MESA is installed. | Johannes Schickel | |
svn-id: r54722 | |||
2010-12-01 | CONFIGURE: Remove the duplicated --disable-opengl description. | Jordi Vilalta Prat | |
svn-id: r54721 | |||
2010-12-01 | MOHAWK: Implement maze runner backtrack button. Last part of Selenitic ↵ | Bastien Bouclet | |
completed ! svn-id: r54720 | |||
2010-12-01 | GOB: little clean-up | Arnaud Boutonné | |
Remove a useless include of cursorman.h and several superflous empty lines. svn-id: r54718 | |||
2010-12-01 | HUGO: Use cursorman, add a windows-looking cursor | Arnaud Boutonné | |
Cursor copied from Mohawk engine, thanks clone2727 svn-id: r54717 | |||
2010-12-01 | ALL: Fix a few typos | Jordi Vilalta Prat | |
svn-id: r54716 | |||
2010-12-01 | I18N: Improve the fallback language auto-detection. | Jordi Vilalta Prat | |
- Broaden the range of language tags that could be accepted as fallback in auto-detection. For example, for a system with locale 'pt_PT', all of these would be accepted as valid fallbacks: 'pt_PT_*', 'pt', 'pt_*' - Make language codes matching case-insensitive as specified in RFC 4647. - Add support language code blocks longer than 2 characters. svn-id: r54715 | |||
2010-12-01 | DC: Adapted CDDA interface to the new standard. | Marcus Comstedt | |
svn-id: r54714 | |||
2010-12-01 | WII: Let the base backend decide the default detected language. | Jordi Vilalta Prat | |
svn-id: r54713 | |||
2010-12-01 | MOHAWK: add stub implementations for more LB script opcodes | Alyssa Milburn | |
svn-id: r54712 | |||
2010-12-01 | MOHAWK: fix LBPaletteItem | Alyssa Milburn | |
svn-id: r54711 | |||
2010-12-01 | MOHAWK: document/handle more LB item data | Alyssa Milburn | |
svn-id: r54710 | |||
2010-12-01 | MOHAWK: fix LBLiveTextItem drawing for LB 2+ | Alyssa Milburn | |
svn-id: r54709 | |||
2010-12-01 | MOHAWK: rename DelayedEventType values | Alyssa Milburn | |
svn-id: r54708 | |||
2010-12-01 | MOHAWK: add LBGraphics::copyImageSectionToScreen | Alyssa Milburn | |
svn-id: r54707 | |||
2010-12-01 | MOHAWK: Split intro and demo opcodes into their own classes | Matthew Hoops | |
svn-id: r54706 | |||
2010-12-01 | MOHAWK: Split the demo slideshow opcodes into their own class | Matthew Hoops | |
svn-id: r54705 | |||
2010-12-01 | BACKENDS: Simplify the inclusion of gl.h. SDL has already simplified it for ↵ | Filippos Karapetis | |
us :) svn-id: r54704 | |||
2010-12-01 | TOOLS: Capitalization fix | Filippos Karapetis | |
svn-id: r54703 | |||
2010-12-01 | MOHAWK: Rename the Myst stack/card link maps | Matthew Hoops | |
svn-id: r54702 | |||
2010-12-01 | TOOLS: Added OpenGL support to Visual Studio project files | Filippos Karapetis | |
svn-id: r54701 | |||
2010-12-01 | BACKENDS: Use SDL_opengl.h instead of the nonstandard glext.h to ensure ↵ | Filippos Karapetis | |
OpenGL 1.2 compatibility in Windows systems svn-id: r54700 | |||
2010-12-01 | MOHAWK: Split d'ni opcodes into their own class | Matthew Hoops | |
svn-id: r54699 | |||
2010-12-01 | WII: Fix compilation | Jordi Vilalta Prat | |
svn-id: r54698 | |||
2010-12-01 | WII: Add system language auto-detection. | Jordi Vilalta Prat | |
svn-id: r54697 | |||
2010-12-01 | Fix mingw compile. | Travis Howell | |
svn-id: r54696 | |||
2010-12-01 | OpenGL: remove unnecessary glext.h include | Joost Peters | |
svn-id: r54695 | |||
2010-12-01 | MOHAWK: Downgrade the Myst unknown op error to a warning as new ones have ↵ | Matthew Hoops | |
been uncovered svn-id: r54694 | |||
2010-12-01 | MOHAWK: Cleanup Myst opcode handling and reduce code duplication | Matthew Hoops | |
svn-id: r54693 | |||
2010-12-01 | MOHAWK: Split mechanical opcodes into their own class | Matthew Hoops | |
svn-id: r54692 | |||
2010-12-01 | MOHAWK: Split channelwood opcodes into their own class | Matthew Hoops | |
svn-id: r54691 | |||
2010-12-01 | SCI: Fixed bugs #3041044, #3046543 and #3046513 | Filippos Karapetis | |
svn-id: r54690 | |||
2010-11-30 | MOHAWK: Split out stoneship opcodes into their own class | Matthew Hoops | |
svn-id: r54689 | |||
2010-11-30 | MOHAWK: add changePage Living Books debug command | Alyssa Milburn | |
svn-id: r54688 | |||
2010-11-30 | MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpers | Alyssa Milburn | |
svn-id: r54687 | |||
2010-11-30 | MOHAWK: Set the maze runner initial direction. Remove a hack that is not ↵ | Bastien Bouclet | |
needed anymore thanks to keeping the old stack when changing stack. svn-id: r54686 | |||
2010-11-30 | HUGO: Fix palette issue after restoring a game in H3 | Arnaud Boutonné | |
svn-id: r54685 | |||
2010-11-30 | I18N: Don't build TranslationManager when translation is disabled. | Jordi Vilalta Prat | |
svn-id: r54684 | |||
2010-11-30 | MOHAWK: Fix for Valgrind uninit reads in Myst Script Parser. | David Turner | |
svn-id: r54683 | |||
2010-11-30 | MOHAWK: Have the Myst book appear in the intro again | Matthew Hoops | |
svn-id: r54682 | |||
2010-11-30 | TOOLS: Fix regression in create_project MSVC9 project creation | Julien Templier | |
Debug build configurations were missing </Configuration> ending elements (see comments of bug #3121962) svn-id: r54681 | |||
2010-11-30 | MOHAWK: some LBSoundItem fixes | Alyssa Milburn | |
svn-id: r54680 | |||
2010-11-30 | MOHAWK: One last getRawData() to getResource() rename | Matthew Hoops | |
svn-id: r54679 | |||
2010-11-30 | MOHAWK: Fix the Myst fireplace | Matthew Hoops | |
svn-id: r54678 | |||
2010-11-30 | MOHAWK: Split Myst credits code into a separate class | Matthew Hoops | |
svn-id: r54677 |