Age | Commit message (Expand) | Author |
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 |
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array Script::_objects... | Max Horn |
2009-09-17 | SCI: Move some selector related function into a new file selector.cpp | Max Horn |
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn |
2009-08-25 | - Finished automatic detection of the game platform in the fallback detector | Filippos Karapetis |
2009-08-25 | - Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3... | Matthew Hoops |
2009-07-11 | Applied a slightly modified patch from clone2727 which adds static selector n... | Filippos Karapetis |
2009-06-04 | SCI: Moved MemObject code into a separate source file | Max Horn |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into consol... | Filippos Karapetis |
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | Filippos Karapetis |
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-26 | SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup | Max Horn |
2009-05-26 | SCI: Removing obsolete soft sequencer files | Max Horn |
2009-05-26 | SCI: removed realtime and polled player, as well as the sfx/device dir, after... | Max Horn |
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p... | Max Horn |
2009-05-26 | SCI: Preparing to transform sfx_player_t into a class | Max Horn |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file kmi... | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-13 | Simplified and re-enabled the debug code that shows pixmaps on screen and mov... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-06 | Sync with adlib.cpp rename | Eugene Sandulenko |