aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-12-30SCI32: added handling of variable selectors in kListEachElementDo() and silen...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-29SCI: returning back raw == 0, when script trying to access invalid memoryMartin Kiewitz
2009-12-29SCI: dont crash when scripts are trying to access invalid memory (fixes intro...Martin Kiewitz
2009-12-29Removed leftover debug outputFilippos Karapetis
2009-12-28SCI: Start objectifying MusicEntryMax Horn
2009-12-28SCI/new sound code:Filippos Karapetis
2009-12-28Moved the OLD_PATHFINDING define inside sci.h, together with the othersFilippos Karapetis
2009-12-28Added a workaround for an off-by-one invalid species access bug in the LSL2 d...Filippos Karapetis
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Implement kPlatform subfunctions 0 and 2, and stub 1 and 3 (CD speed and CD c...Matthew Hoops
2009-12-27SCI/new music code:Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-27Really fixed compilationFilippos Karapetis
2009-12-27Hopefully fixed compilationFilippos Karapetis
2009-12-27SCI/new music code: Filippos Karapetis
2009-12-27SCI32: Partially implemented kOnMe. Now the main menu in GK1 worksFilippos Karapetis
2009-12-27Turned some unimplemented debug related kernel functions into dummy functionsFilippos Karapetis
2009-12-27Now using m_kiewitz's picture code to show pictures in SCI32. Also took some ...Filippos Karapetis
2009-12-26Throw a warning when we're trying to invoke a variable selector, instead of s...Filippos Karapetis
2009-12-26SCI2: Figured out the screen coordinates of views. Now, part of the interface...Filippos Karapetis
2009-12-26SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat...Filippos Karapetis
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-12-26Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra...Filippos Karapetis
2009-12-26Case kSciAudioLanguage in kDoAudio always checks for audio capability in SCI1...Filippos Karapetis
2009-12-26Fixed graphics functions detection in an old version of SQ3 - my initial thou...Filippos Karapetis
2009-12-26Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and...Filippos Karapetis
2009-12-26- Made the music playlist privateFilippos Karapetis
2009-12-26Some more work on the new music codeFilippos Karapetis
2009-12-26SCI/new music code: Fixed a bug where music was stopped when saving. Some cle...Filippos Karapetis
2009-12-25SCI/newmusic: added filter support for kq4early and adlibMartin Kiewitz
2009-12-25- Introduced a new version in the sound version detection routine, as SCI0 ea...Filippos Karapetis
2009-12-25Fixed variable capitalizationFilippos Karapetis
2009-12-25Properly initialize the audio stream part of each music slot when loadingFilippos Karapetis
2009-12-25SCI/new music code: Some initial code for saving/loading the sound stateFilippos Karapetis
2009-12-25Fix gcc warning (and along with it make the code a little bit easier to read).Johannes Schickel
2009-12-24Silenced some MSVC warningsFilippos Karapetis
2009-12-24Stub SCI32's kOnMe to give better debugging info (used when clicking in the G...Matthew Hoops
2009-12-24Updated comments in kListEachElementDo() to show how it's called, with the he...Filippos Karapetis
2009-12-24SCI32: Added some more stubs for picture manipulation, screen update and anim...Filippos Karapetis
2009-12-24Added a hack in kAddScreenItem to display the view in question on screen. Som...Filippos Karapetis
2009-12-24SCI32: The view related functions pass a view object as parameter, and the en...Filippos Karapetis
2009-12-24SCI32:Matthew Hoops
2009-12-23Some SCI32 (minor) String bug fixes and cleanup.Matthew Hoops
2009-12-21Add a TODO for the SCI 2.1 message version (5).Matthew Hoops
2009-12-21Update/add some comments/TODOs.Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-21Fixed text controls when subtitles are enabled in multilingual SCI01 gamesFilippos Karapetis
2009-12-21Fixed menus in multilingual SCI01 gamesFilippos Karapetis