Age | Commit message (Expand) | Author |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-26 | SCI/new music code: Fixed a bug where music was stopped when saving. Some cle... | Filippos Karapetis |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-25 | - Introduced a new version in the sound version detection routine, as SCI0 ea... | Filippos Karapetis |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Properly initialize the audio stream part of each music slot when loading | Filippos Karapetis |
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis |
2009-12-25 | Fix gcc warning (and along with it make the code a little bit easier to read). | Johannes Schickel |
2009-12-24 | Silenced some MSVC warnings | Filippos Karapetis |
2009-12-24 | Stub SCI32's kOnMe to give better debugging info (used when clicking in the G... | Matthew Hoops |
2009-12-24 | Updated comments in kListEachElementDo() to show how it's called, with the he... | Filippos Karapetis |
2009-12-24 | SCI32: Added some more stubs for picture manipulation, screen update and anim... | Filippos Karapetis |
2009-12-24 | Added a hack in kAddScreenItem to display the view in question on screen. Som... | Filippos Karapetis |
2009-12-24 | SCI32: The view related functions pass a view object as parameter, and the en... | Filippos Karapetis |
2009-12-24 | SCI32: | Matthew Hoops |
2009-12-23 | Some SCI32 (minor) String bug fixes and cleanup. | Matthew Hoops |
2009-12-21 | Add a TODO for the SCI 2.1 message version (5). | Matthew Hoops |
2009-12-21 | Update/add some comments/TODOs. | Matthew Hoops |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-21 | Fixed text controls when subtitles are enabled in multilingual SCI01 games | Filippos Karapetis |
2009-12-21 | Fixed menus in multilingual SCI01 games | Filippos Karapetis |
2009-12-20 | Moved all of the sound iterator code in its own directory, and added a slight... | Filippos Karapetis |
2009-12-20 | Wrapped some more sound code around appropriate defines | Filippos Karapetis |
2009-12-20 | Removed dead code | Filippos Karapetis |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-12-19 | Fix segfault when quitting. static const Common::String's shouldn't be used. | Matthew Hoops |
2009-12-09 | SCI: Paranoia tweak for EngineState::autoDetectFeature | Max Horn |
2009-12-09 | SCI: Save/LoadGame Common::Rect saving now portable | Martin Kiewitz |
2009-12-08 | SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde... | Martin Kiewitz |
2009-12-08 | SCI: SciGui::getPortPic now uses byref | Martin Kiewitz |
2009-12-08 | SCI: Saving picPort now (fixes loading saved games in castle of dr. brain) | Martin Kiewitz |
2009-12-08 | SCI: Cleanup DirSeeker a little bit | Max Horn |
2009-12-04 | SCI: Renamed "buckybits" to "modifiers" in SciEvent | Martin Kiewitz |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: Recreate SciEvent on loading saves | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-12-04 | SCI: Alt translation. Currently handles Ctrl-X as Ctrl-Alt-X so that bypassin... | Martin Kiewitz |
2009-12-04 | SCI: Convert characters to scancode, when Ctrl is pressed (fixes key-shortcut... | Martin Kiewitz |
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s... | Martin Kiewitz |
2009-11-29 | Properly update the sound state in the sound command parser when loading a game | Filippos Karapetis |
2009-11-23 | SCI: Reduce header interdependency | Max Horn |
2009-11-22 | Added a sanity check to the setCursor detection | Filippos Karapetis |
2009-11-22 | Check which DoSound method is actually invoked from Sound::play, to remove a ... | Filippos Karapetis |
2009-11-21 | Removed duplicate code and simplified some feature detection | Filippos Karapetis |
2009-11-20 | Fixed sound detection for Jones CD | Filippos Karapetis |
2009-11-20 | Changed some comments back to DOxygen (inline) style and removed some more de... | Filippos Karapetis |
2009-11-20 | Simplified the doSound detection a bit | Filippos Karapetis |
2009-11-20 | Fixed game restarting regression | Filippos Karapetis |
2009-11-20 | Removed the syncTime and syncCue selectors from the list of static selectors,... | Filippos Karapetis |
2009-11-20 | Added a FIXME for the syncTime and syncCue selectors, for games which don't h... | Filippos Karapetis |