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