Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-24 | SCI: Removed usec_sleep from gfx_driver_t (call OSystem::delayMillis ↵ | Max Horn | |
directly instead); added remarks that busy-waiting like this with delayMillis is maybe not the best way, and that gfx_driver_t should be either removed or turned into a class svn-id: r38851 | |||
2009-02-24 | substitute all time related functions, removing sci_gettime ↵ | Andre Heider | |
sci_get_current_time altogether. svn-id: r38845 | |||
2009-02-24 | Normalized guard #defines | Eugene Sandulenko | |
svn-id: r38842 | |||
2009-02-24 | SCI: call updateScreen after every copyRectToScreen; removed internal front ↵ | Walter van Niftrik | |
visual buffer svn-id: r38839 | |||
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-24 | SCI: Moved engines/sci/include/sci_memory.h and ↵ | Max Horn | |
engines/sci/scicore/sci_memory.cpp into engines/sci/; moved macros from the header into the source file svn-id: r38832 | |||
2009-02-23 | SCI: translate cursor's palette to global palette | Willem Jan Palenstijn | |
svn-id: r38822 | |||
2009-02-23 | reinstate line drawing for xfact/yfact > 1 | Willem Jan Palenstijn | |
svn-id: r38821 | |||
2009-02-23 | SCI: reinstate pointer scaling for xfact/yfact | Willem Jan Palenstijn | |
svn-id: r38820 | |||
2009-02-23 | Replaced lineColor2 with Graphics::drawLine | Filippos Karapetis | |
svn-id: r38813 | |||
2009-02-23 | Replaced get_uint_16() with READ_LE_UINT16() | Filippos Karapetis | |
svn-id: r38812 | |||
2009-02-23 | Updated comment | Filippos Karapetis | |
svn-id: r38801 | |||
2009-02-23 | Removed unused antialiasing code (plus, we do antialiasing at the OSystem ↵ | Filippos Karapetis | |
graphics backend) svn-id: r38800 | |||
2009-02-22 | The two hardcoded fonts, 5x8 and 6x10 were used for FreeSCI's debugger and ↵ | Filippos Karapetis | |
game menu, so they can be safely removed now svn-id: r38792 | |||
2009-02-22 | SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ↵ | Max Horn | |
the only spot it is used svn-id: r38791 | |||
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
svn-id: r38783 | |||
2009-02-22 | replace sci_gettime in gfx/ | Andre Heider | |
svn-id: r38781 | |||
2009-02-21 | SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more | Max Horn | |
svn-id: r38761 | |||
2009-02-21 | fix hang on 64bit platforms | Willem Jan Palenstijn | |
svn-id: r38756 | |||
2009-02-21 | SCI: Changed typedef struct -> struct | Max Horn | |
svn-id: r38752 | |||
2009-02-21 | substituted some more sci_gettime | Andre Heider | |
svn-id: r38749 | |||
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 | 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 |