Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko | |
bugreport #2871990: "ITE: Italian FAN translation regression" svn-id: r46520 | |||
2009-12-23 | Sort list of new games in chronological order like everything else | Eugene Sandulenko | |
svn-id: r46519 | |||
2009-12-23 | mentioned teenagent/dragon historie in NEWS | Vladimir Menshakov | |
svn-id: r46518 | |||
2009-12-23 | Mention Sega CD passcodes in NEWS file. | Eugene Sandulenko | |
svn-id: r46517 | |||
2009-12-23 | Patch #2895458: "SCUMM: Add support for SEGA-CD MI Passcodes" | Eugene Sandulenko | |
svn-id: r46516 | |||
2009-12-23 | fixed invalid debug level | Vladimir Menshakov | |
svn-id: r46515 | |||
2009-12-23 | Mention MM NES save/load dialog in NEWS file. | Eugene Sandulenko | |
svn-id: r46514 | |||
2009-12-23 | Patch #2898445: "MM NES: Add support for original save/load dialog" | Eugene Sandulenko | |
svn-id: r46513 | |||
2009-12-23 | SCI/new music code: Song handles are now unique (as SCI0 relies on them, ↵ | Filippos Karapetis | |
rather than on nodePtr) svn-id: r46512 | |||
2009-12-23 | Fixed compilation | Filippos Karapetis | |
svn-id: r46511 | |||
2009-12-23 | SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enum | Filippos Karapetis | |
svn-id: r46510 | |||
2009-12-23 | SCI: Fix warning | Max Horn | |
svn-id: r46509 | |||
2009-12-23 | SCI: new music code / wip support for sci0 music | Martin Kiewitz | |
svn-id: r46507 | |||
2009-12-23 | SCI/new music code: Added a sanity check to avoid changing some selectors ↵ | Filippos Karapetis | |
that don't exist in SCI0 svn-id: r46505 | |||
2009-12-23 | SCI/new music code: Removed the checks for the nodePtr selector, as we ↵ | Filippos Karapetis | |
already have equivalent sanity checks (so that it's easier to add SCI0 functionality, which doesn't have a nodePtr selector) svn-id: r46504 | |||
2009-12-23 | SCI: new music code / removed unused sz from Track struct | Martin Kiewitz | |
svn-id: r46503 | |||
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz | |
svn-id: r46502 | |||
2009-12-23 | fix typo | Fabio Battaglia | |
svn-id: r46497 | |||
2009-12-23 | SCI/new music code: Do not cache the signal selector, as it needs to be ↵ | Filippos Karapetis | |
always updated, so that animations can be synced properly by the game scripts. Fixes KQ6 svn-id: r46496 | |||
2009-12-23 | SCI: sound resource added data format comments | Martin Kiewitz | |
svn-id: r46495 | |||
2009-12-23 | SCI: sound resource handling fixed (fixes lsl5 music w/ new music code) | Martin Kiewitz | |
svn-id: r46494 | |||
2009-12-23 | Some SCI32 (minor) String bug fixes and cleanup. | Matthew Hoops | |
svn-id: r46492 | |||
2009-12-22 | Patch #2896875: "dist update for linuxmoto-platform" | Eugene Sandulenko | |
svn-id: r46491 | |||
2009-12-22 | Specify file size for PC-Spiele German Indy3 as provided in bug#2916434 | Eugene Sandulenko | |
svn-id: r46489 | |||
2009-12-22 | Disabled some currently unused code | Filippos Karapetis | |
svn-id: r46488 | |||
2009-12-22 | SCI/new music code: | Filippos Karapetis | |
- Reverted the code to use local copies of certain sound object selectors, like what was done before - Simplified and fixed the SCI1.1 digital sound effect playing code - Removed some duplicate code - Renamed some sound commands svn-id: r46487 | |||
2009-12-22 | removed conflicting hotkeys. | Vladimir Menshakov | |
svn-id: r46483 | |||
2009-12-22 | Silenced some warnings to protect DrMcCoy from incoming Borg | Filippos Karapetis | |
svn-id: r46482 | |||
2009-12-22 | Initial implementation of music fading in the new music code. Added warnings ↵ | Filippos Karapetis | |
to all unimplemented/stub sound commands svn-id: r46481 | |||
2009-12-22 | Started implementing SCI1.1 digital sound effect playing in the new music code | Filippos Karapetis | |
svn-id: r46479 | |||
2009-12-22 | The detectMusicDriver() function returns MD_-something, not MDT_-something. | Torbjörn Andersson | |
svn-id: r46478 | |||
2009-12-22 | Fixed looping sounds in the new sound code | Filippos Karapetis | |
svn-id: r46477 | |||
2009-12-22 | SCI: Fix some warnings | Max Horn | |
svn-id: r46476 | |||
2009-12-22 | typo | Max Horn | |
svn-id: r46475 | |||
2009-12-22 | Some bugfixes to the new music code | Filippos Karapetis | |
svn-id: r46473 | |||
2009-12-21 | md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A" | Eugene Sandulenko | |
svn-id: r46472 | |||
2009-12-21 | Add indy3 md5 from bug #2916434: "New MD5 for Indy3 DOS-EGA, German" | Eugene Sandulenko | |
svn-id: r46470 | |||
2009-12-21 | Sorted game entries | Eugene Sandulenko | |
svn-id: r46469 | |||
2009-12-21 | Some updates to the new music code | Filippos Karapetis | |
svn-id: r46467 | |||
2009-12-21 | Restored sound volume functionality in the old music code | Filippos Karapetis | |
svn-id: r46466 | |||
2009-12-21 | Add a TODO for the SCI 2.1 message version (5). | Matthew Hoops | |
svn-id: r46465 | |||
2009-12-21 | Silenced some warnings to make DrMcCoy happier :) | Filippos Karapetis | |
svn-id: r46464 | |||
2009-12-21 | Update/add some comments/TODOs. | Matthew Hoops | |
svn-id: r46463 | |||
2009-12-21 | SCI32: | Matthew Hoops | |
- Fully implement kArray and kIsHiRes and mostly implement kString (printf and atoi subfunctions still missing). - Add a dummy SciGui class for SCI32 to bypass the views. Gabriel Knight 1 will now play the Sierra logo music and the main menu music. - Some other minor SCI32 changes. svn-id: r46462 | |||
2009-12-21 | Fixed text controls when subtitles are enabled in multilingual SCI01 games | Filippos Karapetis | |
svn-id: r46461 | |||
2009-12-21 | Fixed menus in multilingual SCI01 games | Filippos Karapetis | |
svn-id: r46460 | |||
2009-12-21 | Brought back the INCLUDE_OLDGFX define | Filippos Karapetis | |
svn-id: r46459 | |||
2009-12-20 | Update config.guess and config.sub to latest versions from upstream | Eugene Sandulenko | |
svn-id: r46450 | |||
2009-12-20 | Implemented cmdUpdateCues() in the new sound code and fixed a crash when ↵ | Filippos Karapetis | |
loading music with a resource number of zero svn-id: r46435 | |||
2009-12-20 | LOL: removed unused variable | Florian Kagerer | |
svn-id: r46434 |