Age | Commit message (Expand) | Author |
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 |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis |
2009-10-24 | SCI: Restore accumulator after executing send from debugger | Willem Jan Palenstijn |
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics b... | Matthew Hoops |
2009-10-17 | Added a new console command, "play_video", which can play a SEQ or AVI file | Filippos Karapetis |
2009-10-15 | SCI: Make send varselector reads more verbose. Add notes. | Willem Jan Palenstijn |
2009-10-15 | SCI: Fix send debugger command | Willem Jan Palenstijn |
2009-10-14 | SCI: Improve cmdSend slightly. It's still broken, though | Willem Jan Palenstijn |
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis |
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis |
2009-10-11 | Implemented some advanced savegame functionality - loading and deleting saveg... | Filippos Karapetis |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ... | Max Horn |
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI/newgui: implemented debug command show_map | Martin Kiewitz |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-10-03 | SCI: Fix parse error in parse_reg_t | Willem Jan Palenstijn |
2009-10-03 | SCI: Fix typo | Willem Jan Palenstijn |
2009-10-02 | SCI: Fix parse_reg_t, it no longer modified the const string passed to it | Max Horn |
2009-10-02 | SCI: Remove PRINT_STK macro; cleanup | Max Horn |
2009-10-01 | SCI: Add some fixmes noted by salty-horse. | Willem Jan Palenstijn |