Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | SCI/new music code: Slight cleanup | Filippos Karapetis | |
svn-id: r46791 | |||
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal ↵ | Matthew Hoops | |
sibling. The restore menu is now slightly navigatable. svn-id: r46790 | |||
2009-12-31 | Overload the = operator for SciArray which fixes the setType errors in GK1. ↵ | Matthew Hoops | |
Some other cleanup too. GK1 can now access the restore menu and get a bit further in the game (until a segfault in the Decompressor code). svn-id: r46789 | |||
2009-12-31 | Add the Mohawk crew to the credits. | Matthew Hoops | |
svn-id: r46787 | |||
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and ↵ | Matthew Hoops | |
introduce QTPlayer::setChunkBeginOffset() to allow specifying what offset to use. svn-id: r46786 | |||
2009-12-31 | Make sure that enough data is read out of the script | Sven Hesse | |
svn-id: r46785 | |||
2009-12-30 | Fixing an out of array bounds read | Sven Hesse | |
svn-id: r46784 | |||
2009-12-30 | SCI/newmusic: cmdSendMidi / removed weird midiCmd code - fixes lsl5 des ↵ | Martin Kiewitz | |
revers records piano session svn-id: r46783 | |||
2009-12-30 | MOHAWK: Reduce header interdependencies | Max Horn | |
svn-id: r46782 | |||
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific ↵ | Max Horn | |
hackery (getting rid of certain global C++ objs) svn-id: r46781 | |||
2009-12-30 | MOHAWK: Stop using String::emptyString | Max Horn | |
svn-id: r46780 | |||
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn | |
svn-id: r46779 | |||
2009-12-30 | spelling | Max Horn | |
svn-id: r46778 | |||
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using ↵ | Fabio Battaglia | |
a custom Stream subclass svn-id: r46777 | |||
2009-12-30 | SCI: palette merging / comment addition | Martin Kiewitz | |
svn-id: r46776 | |||
2009-12-30 | SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 ↵ | Martin Kiewitz | |
wilco on title screen) svn-id: r46775 | |||
2009-12-30 | SCI/newmusic: fix loop logic | Martin Kiewitz | |
svn-id: r46774 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-12-30 | Mention Sega CD in NEWS file | Eugene Sandulenko | |
svn-id: r46772 | |||
2009-12-30 | Patch #2923628: "SOMI: Kanji support for japanese MegaCD version" | Eugene Sandulenko | |
svn-id: r46771 | |||
2009-12-30 | SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ↵ | Martin Kiewitz | |
letting one save the character data for qfg2) svn-id: r46769 | |||
2009-12-30 | Corrected an old comment. | Torbjörn Andersson | |
svn-id: r46768 | |||
2009-12-30 | SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that ↵ | Filippos Karapetis | |
they don't try and draw cels outside the screen svn-id: r46767 | |||
2009-12-30 | SCI/new sound code: | Filippos Karapetis | |
- call cmdDisposeHandle() instead of soundKill when a track is being replaced - Added information about cmdReverb svn-id: r46766 | |||
2009-12-30 | Now it says "libraries" again joostp. | Johannes Schickel | |
svn-id: r46765 | |||
2009-12-30 | Mark MSVC 2010 as experimental in the tool's help output too. | Johannes Schickel | |
svn-id: r46764 | |||
2009-12-30 | Commit of modified patch 7 "Mention 2010 version in tools README" from fr ↵ | Johannes Schickel | |
#2891357 "create_msvc: Add support for MSVC10". Most important modification is that MSVC 2010 support is still marked as WIP, since MSVC 2010 isn't released yet. svn-id: r46763 | |||
2009-12-30 | Commit of patch 6 "Add MSVC10 dists folder (batch file and readme)" from fr ↵ | Johannes Schickel | |
#2891357 "create_msvc: Add support for MSVC10". svn-id: r46762 | |||
2009-12-30 | Commit of patch 5 "Add MSVC10 project & solution" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46761 | |||
2009-12-30 | Commit of slightly modified (formatting only) patch 4 "Add MSVC10 support" ↵ | Johannes Schickel | |
from fr #2891357 "create_msvc: Add support for MSVC10". svn-id: r46760 | |||
2009-12-30 | Commit patch 3 "Silence warnings (in project files)" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46759 | |||
2009-12-30 | Commit patch 2 "Simplify createBuildProp code" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46758 | |||
2009-12-30 | Commit patch 1 "Extract version specific code" from fr #2891357 ↵ | Johannes Schickel | |
"create_msvc: Add support for MSVC10". svn-id: r46757 | |||
2009-12-30 | SCI32: | Matthew Hoops | |
- Set signature for Array/String - Add the kernel table differences for the GK2 demo - Implement kMessage changes in SCI32 - Use an empty string as the default path for all games now (and modify kValidPath to accept that only as valid) - Add dereferencing for Arrays svn-id: r46756 | |||
2009-12-30 | Formatting. | Johannes Schickel | |
svn-id: r46755 | |||
2009-12-30 | Fix bug #2923380 (AMIGAOS4: Compiler error) | Jordi Vilalta Prat | |
svn-id: r46753 | |||
2009-12-30 | Switched to the new pathfinding code, after talking with waltervn | Filippos Karapetis | |
svn-id: r46752 | |||
2009-12-30 | Use the special Cinepak YUV2RGB function in the Cinepak decoder. This makes ↵ | Matthew Hoops | |
the Riven videos match up with the backgrounds better. Thanks, Torbjorn\! svn-id: r46750 | |||
2009-12-30 | Wrapped some IHNM-specific code around appropriate ifdef's | Filippos Karapetis | |
svn-id: r46749 | |||
2009-12-30 | Fixed warnings | Filippos Karapetis | |
svn-id: r46747 | |||
2009-12-30 | Update comments to reflect the changes used for Mohawk. | Matthew Hoops | |
svn-id: r46746 | |||
2009-12-30 | Whitespace fixes | Matthew Hoops | |
svn-id: r46745 | |||
2009-12-30 | Initial implementation of the SCI21 kList kernel function (which calls all ↵ | Filippos Karapetis | |
the other list-related functions), thanks to the help of waltervn svn-id: r46744 | |||
2009-12-30 | SCI: support for uncompressed sci1 views (fixes qfg3 demo) | Martin Kiewitz | |
svn-id: r46743 | |||
2009-12-30 | SCI32: Moved all the list related kernel functions inside klists.cpp, and ↵ | Filippos Karapetis | |
implemented kListAllTrue with the help of waltervn svn-id: r46742 | |||
2009-12-30 | Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons ↵ | Filippos Karapetis | |
can be highlighted and clicked when the control panel is shown in GK1, and the options dialog pops up when the options button is selected svn-id: r46741 | |||
2009-12-30 | SCI32: added handling of variable selectors in kListEachElementDo() and ↵ | Filippos Karapetis | |
silenced some annoying warnings svn-id: r46740 | |||
2009-12-30 | SCI32: added some of clone2727's changes to kArray and kString, and ↵ | Filippos Karapetis | |
implemented kListIndexOf svn-id: r46739 | |||
2009-12-30 | Updated documentation of the VMD decoder to indicate which SCI32 games used ↵ | Filippos Karapetis | |
VMD videos svn-id: r46738 | |||
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 ↵ | Filippos Karapetis | |
games, so moved it inside the engine, instead of common code. Added support for VMD video playing from the "play_video" console command svn-id: r46737 |