Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | SCI: Changed decompressors to take advantage of ↵ | Max Horn | |
Common::ReadStream::readUint16LE; cleanup svn-id: r38733 | |||
2009-02-21 | replace sci_gettime | Andre Heider | |
svn-id: r38730 | |||
2009-02-21 | SCI: Got rid of sci_sched_yield | Max Horn | |
svn-id: r38719 | |||
2009-02-21 | Turned back all fprintf/exit(1) bits into error() | Filippos Karapetis | |
svn-id: r38716 | |||
2009-02-21 | fix translation of shift-F-keys too | Willem Jan Palenstijn | |
svn-id: r38708 | |||
2009-02-21 | fix translation of F-keys | Willem Jan Palenstijn | |
svn-id: r38707 | |||
2009-02-21 | GFX_ERROR messages need \n | Joost Peters | |
svn-id: r38704 | |||
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 | replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIAN | Joost Peters | |
svn-id: r38689 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38686 | |||
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 | formating | Paweł Kołodziejski | |
svn-id: r38675 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38673 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38672 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38671 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38670 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38669 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38668 | |||
2009-02-21 | formating | Paweł Kołodziejski | |
svn-id: r38666 | |||
2009-02-21 | SCI: Use GCC_PRINTF hint to the compiler for _SCIkprintf and sciprintf; ↵ | Max Horn | |
fixed tons of bad format strings svn-id: r38660 | |||
2009-02-21 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38658 | |||
2009-02-20 | Reverted #38631 and readded gfxr_interpreter_needs_multicolored_pointers - ↵ | Filippos Karapetis | |
apparently, it's needed for SCI1.1 support svn-id: r38641 | |||
2009-02-20 | Remove unused code (gfxr_interpreter_needs_multicolored_pointers) | Filippos Karapetis | |
svn-id: r38631 | |||
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-20 | SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other ↵ | Max Horn | |
resource manager' that it should be renamed to GraphicsManager or so svn-id: r38592 | |||
2009-02-18 | missed to remove code from latest removal | Paweł Kołodziejski | |
svn-id: r38496 | |||
2009-02-18 | remove not used code | Paweł Kołodziejski | |
svn-id: r38495 | |||
2009-02-18 | Removed some unused GFX driver capability code and flags | Filippos Karapetis | |
svn-id: r38473 | |||
2009-02-17 | Cleanup | Filippos Karapetis | |
svn-id: r38452 | |||
2009-02-17 | Removed already implemented graphic capability flags, and used CLIP inside ↵ | Filippos Karapetis | |
scummvm_draw_line() to clean up the code a bit svn-id: r38451 | |||
2009-02-17 | point_t -> Common::Point | Filippos Karapetis | |
svn-id: r38437 | |||
2009-02-17 | SCI: ran astyle | Walter van Niftrik | |
svn-id: r38419 | |||
2009-02-17 | Update headers. gfx/ | Eugene Sandulenko | |
svn-id: r38412 | |||
2009-02-17 | SCI: Added a bounds check on the index when setting palette. | Walter van Niftrik | |
svn-id: r38407 | |||
2009-02-17 | Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵ | Filippos Karapetis | |
checking that sci_free() performed is not necessary svn-id: r38406 | |||
2009-02-17 | Removed unused code | Filippos Karapetis | |
svn-id: r38394 | |||
2009-02-17 | Remove functions not used, and thus the dependency on isblank. | Lars Persson | |
svn-id: r38393 | |||
2009-02-16 | isblank is not available on all platforms. Needs to be handled in a ↵ | Lars Persson | |
different way. svn-id: r38376 | |||
2009-02-16 | SCI: cleanup | Max Horn | |
svn-id: r38336 | |||
2009-02-15 | Fixed more warnings | Max Horn | |
svn-id: r38332 | |||
2009-02-15 | Fixed more warnings (and at least one case of uninited data) | Max Horn | |
svn-id: r38331 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: gfx dir svn-id: r38321 | |||
2009-02-15 | SCI: Changed _WIN32 -> WIN32; _DREAMCAST -> __DC__; removed _DOS stuff | Max Horn | |
svn-id: r38305 | |||
2009-02-15 | SCI: Fixed more warnings | Max Horn | |
svn-id: r38303 | |||
2009-02-15 | retreive->retrieve | Willem Jan Palenstijn | |
svn-id: r38296 | |||
2009-02-15 | fixed compilation with msvc | Paweł Kołodziejski | |
svn-id: r38285 | |||
2009-02-15 | cleanup, fixed warnings | Max Horn | |
svn-id: r38282 |