aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2010-01-31SCI: fix printObject, so it does not output some spaces to terminal in case i...Martin Kiewitz
2010-01-31SCI: added additional decimal output for "vo" commandMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this cl...Martin Kiewitz
2010-01-31Removed duplicate code. Some cleanupFilippos Karapetis
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29Added static selectors for SCI2-SCI2.1 games (fixes the demo of Torin's Passage)Filippos Karapetis
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28SCI: some progress on REing robot files (99% comments only)Martin Kiewitz
2010-01-28Don't attempt to pause/resume sounds when the debug console opens if the soun...Filippos Karapetis
2010-01-28Improved the diskdump command so that it also writes the resource header, if ...Filippos Karapetis
2010-01-28Introduced a new console command, diskdump, which is able to dump files from ...Filippos Karapetis
2010-01-27SCI: also change exit to quit in helpMartin Kiewitz
2010-01-27SCI: renamed exit console command to quit, so that systemwide "exit" works (e...Martin Kiewitz
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Added missing documentation for the new music related commands introduced in ...Filippos Karapetis
2010-01-23Separated the parser codeFilippos Karapetis
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-13SCI: Use prefix increment instead of postfix on iterators (more efficient); a...Max Horn
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-06Fix warnings.Eugene Sandulenko
2010-01-06SCI: added a new class for robot resourcesMartin Kiewitz
2010-01-05SCI: implemented debug command "set_palette"Martin Kiewitz
2010-01-05SCI: implemented new debug command "draw_cel"Martin Kiewitz
2010-01-05SCI: fix debug command draw_pic to accept higher resourceIdsMartin Kiewitz
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-03Made the "version" command more verbose, listing all the automatically detect...Filippos Karapetis
2010-01-03The backtrace command now outputs to the graphical consoleFilippos Karapetis
2010-01-03The "room" command can now set the current room number, too (more straightfor...Filippos Karapetis
2010-01-02SCI: listsaves is now "list_saves", also included entry in helpMartin Kiewitz
2010-01-02SCI: implemented new console command "listsaves"Martin Kiewitz
2010-01-02SCI: console behaviour changed for vmvars command, now allows entering decima...Martin Kiewitz
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-28SCI/new sound code:Filippos Karapetis
2009-12-28SCI/new music code: Implemented the "songlib" debug commandFilippos Karapetis
2009-12-26SCI/newgui: Added support for draw_pic commandMartin Kiewitz
2009-12-22SCI: Fix some warningsMax Horn
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-30Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s...Filippos Karapetis
2009-10-28Rewrote kBaseSetter() to use new graphics functions and behave like the origi...Filippos Karapetis