Age | Commit message (Expand) | Author |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Keep a single copy of the versionNames array; this fixes warning about i... | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting... | Max Horn |
2009-05-14 | Fixed regression in EGA games | Filippos Karapetis |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-14 | Added the EGA version of Longbow, and partially reverted my previous commit. ... | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-11 | SCI: Hacked stuff up so that debugger commands also print on the GUI console | Max Horn |
2009-05-11 | SCI: Replace global vars cmd_paramlength & cmd_params by Common::Array<cmd_pa... | Max Horn |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-07 | Print out the SCI interpreter version and not the resource version when sayin... | Matthew Hoops |
2009-04-02 | pic_port_bounds was only set from command-line parameters it seems, so it's s... | Filippos Karapetis |
2009-04-01 | - Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O... | Filippos Karapetis |
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis |
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-04 | SCI: cleanup | Max Horn |
2009-03-01 | SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ... | Max Horn |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow... | Max Horn |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-27 | SCI: Commited file handling revamp, work in progress | Max Horn |
2009-02-24 | not needed this includes anymore | Paweł Kołodziejski |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-23 | SCI: Don't chdir to the gamepath anymore | Max Horn |
2009-02-23 | SCI: Got rid of resource_dir & work_dir (temporarily disabled f_open_mirrored... | Max Horn |
2009-02-23 | Removed unused antialiasing code (plus, we do antialiasing at the OSystem gra... | Filippos Karapetis |
2009-02-22 | SCI: Rewrite the way file handles are managed | Max Horn |
2009-02-22 | Add resource version option to game detection table, for games version(s) wit... | Travis Howell |
2009-02-22 | - Made ResourceManager accessible from _vm | Filippos Karapetis |
2009-02-22 | Fixed compilation under Windows | Filippos Karapetis |
2009-02-21 | SCI: More cleanup | Max Horn |
2009-02-21 | Renamed SCI's console to sciconsole (MSVC has problems with files with the sa... | Filippos Karapetis |
2009-02-21 | formating | Paweł Kołodziejski |
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not return... | Willem Jan Palenstijn |
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat |
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag |
2009-02-20 | Converted SCI saving to use saveFileMan. Instead of a savegame being | Willem Jan Palenstijn |
2009-02-20 | Changed some SCIkdebug() calls to debugC() | Filippos Karapetis |
2009-02-20 | Some initial code for a debug console (still non-working) | Filippos Karapetis |