Age | Commit message (Expand) | Author |
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 |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-26 | SCI/newgui: SciGuiText created | Martin Kiewitz |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | Moved the SEQ decoder outside the gfx directory, as it is completely stand al... | Filippos Karapetis |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | Removed the now unused code in gfx/res_cursor.cpp | Filippos Karapetis |
2009-10-13 | SCI/newgui: added new file to module.mk | Martin Kiewitz |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-07 | Updated the MSVC project files and module.mk for commit #r44730 | Filippos Karapetis |
2009-10-06 | Updated the SCI engine module.mk and MSVC project files for commit #44698 | Filippos Karapetis |
2009-10-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ... | Max Horn |
2009-10-04 | Replaced DblList with Common::List | Filippos Karapetis |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |