Age | Commit message (Expand) | Author |
2009-11-12 | Started objectifying kDoSound() | Filippos Karapetis |
2009-11-11 | SCI/newgui: setting as default | Martin Kiewitz |
2009-11-04 | Cleanup | Filippos Karapetis |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis |
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus t... | Filippos Karapetis |
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate c... | Filippos Karapetis |
2009-10-31 | Added some default directories | Filippos Karapetis |
2009-10-31 | SCI: accidentally set newgui to default, reverting | Martin Kiewitz |
2009-10-31 | SCI/newgui: UpscaledHires implemented including undithering support, cleanup | Martin Kiewitz |
2009-10-31 | Some more work on KQ6 hi res version - screen scaling should be done now, but... | Filippos Karapetis |
2009-10-30 | Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s... | Filippos Karapetis |
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. A... | Martin Kiewitz |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-18 | Removed unused references to operations.h | Filippos Karapetis |
2009-10-16 | Reverted an accidental change in the last commit | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-15 | Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S... | Filippos Karapetis |
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis |
2009-10-11 | Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load... | Filippos Karapetis |
2009-10-10 | Introduced a new debug level, kDebugLevelResMan, and reduced some of the mess... | Filippos Karapetis |
2009-10-09 | Removed the unused _flags variable from EngineState | Filippos Karapetis |
2009-10-09 | Removed the now unused GF_SCI0_OLDGETTIME flag and simplified all of the game... | Filippos Karapetis |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-08 | Don't store the engine state in the SciGuiPalette class. The palette timestam... | Filippos Karapetis |
2009-10-07 | SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ... | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: removed OSystem from SciGuiScreen | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp... | Martin Kiewitz |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-09-30 | - Removed some leftover 16/32bpp color code, as we're always using palette mo... | Filippos Karapetis |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-25 | Reverted commit #44316, as colors show up correctly now without dithering. Di... | Filippos Karapetis |
2009-09-24 | Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as d... | Filippos Karapetis |
2009-09-23 | SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.... | Max Horn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn |
2009-09-06 | Removed some leftover debug code, and turned p0printf messages into debug mes... | Filippos Karapetis |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-09-04 | Removed the animation_granularity variable from the engine state (it never ch... | Filippos Karapetis |
2009-09-03 | - Re-added the SCI0 dithering code. Dithering is disabled by default. Added t... | Filippos Karapetis |