Age | Commit message (Expand) | Author |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-09-17 | SCI: Add CMS driver for SCI1-SCI1.1. | Johannes Schickel |
2010-08-08 | SCI: Remove the now useless Sci::VMDDecoder wrapper | Sven Hesse |
2010-08-06 | SCI: Split the new script patch code in a separate file | Filippos Karapetis |
2010-07-22 | SCI: Moved the actual workaround arrays inside a cpp file | Filippos Karapetis |
2010-07-21 | SCI: Moved all the video related functions in a separate file | Filippos Karapetis |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-07-18 | SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose. | Matthew Hoops |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-10 | Moved all of the game init/run/exit logic inside the SciEngine class | Filippos Karapetis |
2010-05-27 | Split all of the audio-related functions of the resource manager in a separat... | Filippos Karapetis |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and... | Martin Kiewitz |
2010-02-04 | SCI: moving paint32.o around... | Martin Kiewitz |
2010-02-04 | SCI: adding GfxPaint32 class, adding back support for planes, minor change in... | Martin Kiewitz |
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis |
2010-02-02 | Fix compile without SCI32 | Matthew Hoops |
2010-02-02 | SCI: some sort of priority support for sci32 (not working right, but at least... | Martin Kiewitz |
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz |
2010-01-31 | Sort order. | Travis Howell |
2010-01-31 | SCI: forgot the cache :P | Martin Kiewitz |
2010-01-31 | SCI: added new modules to module.mk | Martin Kiewitz |
2010-01-29 | Fix compile when ENABLE_SCI32 is not set. | Matthew Hoops |
2010-01-29 | Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined. | Matthew Hoops |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-23 | Fix build broken with r47480. | Johannes Schickel |
2010-01-23 | Separated the parser code | Filippos Karapetis |
2010-01-21 | SCI: Renamed softseq/ to drivers/ | Walter van Niftrik |
2010-01-21 | SCI: Removed seq/ directory | Walter van Niftrik |
2010-01-14 | SCI: Add MIDI support. Currently only the later MT-32/GM patch type works. | Walter van Niftrik |
2010-01-06 | add new robot.cpp file | Joost Peters |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Fix compile. | Matthew Hoops |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2009-12-30 | The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game... | Filippos Karapetis |
2009-12-27 | SCI/new music code: split the MidiParser class into a separate file | Filippos Karapetis |
2009-12-20 | Moved all of the sound iterator code in its own directory, and added a slight... | Filippos Karapetis |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis |
2009-11-14 | Removed more dead code | Filippos Karapetis |
2009-11-12 | Started objectifying kDoSound() | Filippos Karapetis |
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate c... | Filippos Karapetis |
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz |
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz |