Age | Commit message (Expand) | Author |
2009-05-29 | - Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy) | Filippos Karapetis |
2009-05-29 | Moved the "size" console debugger command to console.cpp and silenced a warning | Filippos Karapetis |
2009-05-29 | Cleanup | Filippos Karapetis |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-29 | Formatting. | Johannes Schickel |
2009-05-28 | LOL: - fix valgrind warning | Florian Kagerer |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | Clean up PC Speaker output implementation. (Stripping out unused code) | Johannes Schickel |
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn |
2009-05-28 | Updated the MSVC project files of the SCI engine | Filippos Karapetis |
2009-05-28 | Cleanup | Filippos Karapetis |
2009-05-28 | SCI: Merged NewPlayer and SfxPlayer | Max Horn |
2009-05-28 | Fix mismatching new/delete[] | Johannes Schickel |
2009-05-28 | oops | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | Tweak the hq2x/hq3x a little bit (interpolation code is little bit shorter, f... | Max Horn |
2009-05-28 | SCI: Fix potential dangling pointer after reallocation | Willem Jan Palenstijn |
2009-05-28 | Merged some of the SCI1 and SCI1.1 view and loop drawing functions | Filippos Karapetis |
2009-05-28 | Fix for pathfinding bug that could occasionally stop the player from moving | Paul Gilbert |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-28 | Added Audio::Timestamp::addMsecs method | Max Horn |
2009-05-28 | SCI: Some SFX player cleanup | Max Horn |
2009-05-28 | SCI: Turned vocab_version into a static var, and added several FIXMEs related... | Max Horn |
2009-05-28 | Replaced the original implementation of walk box handling with a cleaner, str... | Paul Gilbert |
2009-05-28 | Added new files to the MSVC Kyra project | Paul Gilbert |
2009-05-27 | SCI: Make standard EGA palette a part of gfx_sci0_pic_colors. | Willem Jan Palenstijn |
2009-05-27 | SCI: Fix crash in seginfo debug command. | Walter van Niftrik |
2009-05-27 | Changes for the latest libfat update. | Andre Heider |
2009-05-27 | Added a fix to get QFG3 working and changed an error to a warning to get EcoQ... | Filippos Karapetis |
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis |
2009-05-27 | Mention that RtZ, LGoP2, Manhole and Rodney are supported | Filippos Karapetis |
2009-05-27 | Mention KYRA PC Speaker support. | Johannes Schickel |
2009-05-27 | Prevent accidental MT-32 initialization for PC speaker output, when "native_m... | Johannes Schickel |
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel |
2009-05-27 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis |
2009-05-27 | sword2: base psx demo detection on screens.clu, and let the user decide betwe... | Fabio Battaglia |
2009-05-27 | - Renamed the Audio commands to kSci*, from kSci1* (since they're pretty much... | Filippos Karapetis |
2009-05-27 | Added a warning when kDoAudio is called with the new semantics (SQ4CD or newe... | Filippos Karapetis |
2009-05-27 | Typo. | Johannes Schickel |
2009-05-27 | Add include guard. | Johannes Schickel |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-26 | SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is | Walter van Niftrik |
2009-05-26 | Gob - Add detection strings for Lost In Time (Hebrew), Fascination (3 disks, ... | Arnaud Boutonné |
2009-05-26 | Fixed regression in Longbow | Filippos Karapetis |
2009-05-26 | Fixed regression of commit #40904, which caused the audio in KQ5CD to be play... | Filippos Karapetis |
2009-05-26 | Fixed a crash when exiting, a regression from the latest music driver changes | Filippos Karapetis |
2009-05-26 | SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again do... | Max Horn |
2009-05-26 | SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the se... | Max Horn |
2009-05-26 | Updated the MSVC project files of the SCI engine | Filippos Karapetis |