| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ↵ | Max Horn | |
| the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) svn-id: r39352 | |||
| 2009-03-09 | Fix uninitialized color meta-values. | Willem Jan Palenstijn | |
| This fixes holes in text boxes in Iceman, among other things. svn-id: r39274 | |||
| 2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn | |
| There are some remaining regressions with text colour in SCI1 games, but overall it should fix more than it breaks. svn-id: r39242 | |||
| 2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn | |
| svn-id: r39202 | |||
| 2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with ↵ | Greg Frieger | |
| transparent background now displays correctly. svn-id: r39089 | |||
| 2009-03-01 | Fixed windows and text drawing problem in SCI1 | Greg Frieger | |
| svn-id: r39000 | |||
| 2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var ↵ | Max Horn | |
| shadowing warnings; some other tweaks svn-id: r38984 | |||
| 2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat | |
| svn-id: r38961 | |||
| 2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp ↵ | Max Horn | |
| file with the EngineState constructor svn-id: r38921 | |||
| 2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only ↵ | Max Horn | |
| include/engine.h remains svn-id: r38920 | |||
| 2009-02-26 | cleanup | Max Horn | |
| svn-id: r38891 | |||
| 2009-02-25 | Reverted my wrong commit #38870. Most of the key codes are handled by the ↵ | Filippos Karapetis | |
| engine itself, however there are cases where they are handled by the game scripts, e.g. in save/load dialogs. The arrow keys in the save/load dialogs should work properly again. The numpad keys still look to be broken by some other commit svn-id: r38886 | |||
| 2009-02-24 | Replaced some of the internal SCI scan codes with the ones from ScummVM | Filippos Karapetis | |
| svn-id: r38870 | |||
| 2009-02-24 | SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of ↵ | Max Horn | |
| microsecs) svn-id: r38854 | |||
| 2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source ↵ | Max Horn | |
| file); moved include/sci_widgets.h to gfx/ (matching location of source file); renamed gfx/widgets.cpp to gfx/gfx_widgets.cpp (matching the header) svn-id: r38852 | |||
| 2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header ↵ | Max Horn | |
| deps some more svn-id: r38833 | |||
| 2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
| svn-id: r38783 | |||
| 2009-02-21 | SCI: Convert the segment manager into a class | Jordi Vilalta Prat | |
| svn-id: r38767 | |||
| 2009-02-21 | multiply before dividing to improve timer resolution | Willem Jan Palenstijn | |
| svn-id: r38765 | |||
| 2009-02-21 | SCI: Got rid of include/scitypes.h | Max Horn | |
| svn-id: r38746 | |||
| 2009-02-21 | SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files | Max Horn | |
| svn-id: r38735 | |||
| 2009-02-21 | use OSystem::getMillis() for last_wait_time and get rid of game_start_time | Andre Heider | |
| svn-id: r38701 | |||
| 2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
| return. warning() is not for debugging status messages. svn-id: r38696 | |||
| 2009-02-21 | Remove excess \n. | Travis Howell | |
| svn-id: r38695 | |||
| 2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat | |
| svn-id: r38678 | |||
| 2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
| svn-id: r38676 | |||
| 2009-02-21 | SCI: Fixed tons of bugs in error/warning format strings | Max Horn | |
| svn-id: r38655 | |||
| 2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
| svn-id: r38621 | |||
| 2009-02-20 | Started conversion of debug messages and debug levels to the ScummVM ↵ | Filippos Karapetis | |
| equivalents. Removed the "stubs" and "warnings" debug levels and replaced such kinds of messages with normal warnings svn-id: r38617 | |||
| 2009-02-19 | formating | Paweł Kołodziejski | |
| svn-id: r38564 | |||
| 2009-02-17 | point_t -> Common::Point | Filippos Karapetis | |
| svn-id: r38437 | |||
| 2009-02-17 | Update headers. engine/ | Eugene Sandulenko | |
| svn-id: r38408 | |||
| 2009-02-15 | Fixed more warnings | Max Horn | |
| svn-id: r38332 | |||
| 2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
| Guidelines: engine dir svn-id: r38317 | |||
| 2009-02-15 | SCI: Got rid of a nasty hack where class, delete, new were re#defined ↵ | Max Horn | |
| because FreeSCI used these C++ keywords for variable names svn-id: r38312 | |||
| 2009-02-15 | Compile fix for OS X | Oystein Eftevaag | |
| svn-id: r38309 | |||
| 2009-02-15 | Fixed more warnings. | Johannes Schickel | |
| svn-id: r38251 | |||
| 2009-02-15 | - Remove some unneeded files | Eugene Sandulenko | |
| - Mass rename .c to .cpp svn-id: r38227 | |||
