aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx
AgeCommit message (Collapse)Author
2009-02-25SCI: Removed code for software rendered mouse cursorMax Horn
svn-id: r38883
2009-02-25SCI: Added remark that we don't track capslock, numlock, scrlock properlyMax Horn
svn-id: r38882
2009-02-25SCI: Simplify event polling code a little bitMax Horn
svn-id: r38881
2009-02-25Interpret NONBLOCK as PEEK; poll while sleeping.Willem Jan Palenstijn
Also use Common::List for internal event queue. svn-id: r38880
2009-02-25Don't truncate keycode in queued events.Willem Jan Palenstijn
svn-id: r38878
2009-02-24fix warningMax Horn
svn-id: r38871
2009-02-24Replaced some of the internal SCI scan codes with the ones from ScummVMFilippos Karapetis
svn-id: r38870
2009-02-24Process modifier keys (capslock, numlock, scrollock)Filippos Karapetis
svn-id: r38868
2009-02-24not needed this includes anymorePaweł Kołodziejski
svn-id: r38857
2009-02-24SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of ↵Max Horn
microsecs) svn-id: r38854
2009-02-24SCI: 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-24SCI: 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-24substitute all time related functions, removing sci_gettime ↵Andre Heider
sci_get_current_time altogether. svn-id: r38845
2009-02-24Normalized guard #definesEugene Sandulenko
svn-id: r38842
2009-02-24SCI: call updateScreen after every copyRectToScreen; removed internal front ↵Walter van Niftrik
visual buffer svn-id: r38839
2009-02-24SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header ↵Max Horn
deps some more svn-id: r38833
2009-02-24SCI: 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-23SCI: translate cursor's palette to global paletteWillem Jan Palenstijn
svn-id: r38822
2009-02-23reinstate line drawing for xfact/yfact > 1Willem Jan Palenstijn
svn-id: r38821
2009-02-23SCI: reinstate pointer scaling for xfact/yfactWillem Jan Palenstijn
svn-id: r38820
2009-02-23Replaced lineColor2 with Graphics::drawLineFilippos Karapetis
svn-id: r38813
2009-02-23Replaced get_uint_16() with READ_LE_UINT16()Filippos Karapetis
svn-id: r38812
2009-02-23Updated commentFilippos Karapetis
svn-id: r38801
2009-02-23Removed unused antialiasing code (plus, we do antialiasing at the OSystem ↵Filippos Karapetis
graphics backend) svn-id: r38800
2009-02-22The 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-22SCI: 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-22Whitespace cleanupJordi Vilalta Prat
svn-id: r38783
2009-02-22replace sci_gettime in gfx/Andre Heider
svn-id: r38781
2009-02-21SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some moreMax Horn
svn-id: r38761
2009-02-21fix hang on 64bit platformsWillem Jan Palenstijn
svn-id: r38756
2009-02-21SCI: Changed typedef struct -> structMax Horn
svn-id: r38752
2009-02-21substituted some more sci_gettimeAndre Heider
svn-id: r38749
2009-02-21SCI: Got rid of include/scitypes.hMax Horn
svn-id: r38746
2009-02-21SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header filesMax Horn
svn-id: r38735
2009-02-21SCI: Changed decompressors to take advantage of ↵Max Horn
Common::ReadStream::readUint16LE; cleanup svn-id: r38733
2009-02-21replace sci_gettimeAndre Heider
svn-id: r38730
2009-02-21SCI: Got rid of sci_sched_yieldMax Horn
svn-id: r38719
2009-02-21Turned back all fprintf/exit(1) bits into error()Filippos Karapetis
svn-id: r38716
2009-02-21fix translation of shift-F-keys tooWillem Jan Palenstijn
svn-id: r38708
2009-02-21fix translation of F-keysWillem Jan Palenstijn
svn-id: r38707
2009-02-21GFX_ERROR messages need \nJoost Peters
svn-id: r38704
2009-02-21revert 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-21replace #ifdef WORDS_BIGENDIAN by SCUMM_BIG_ENDIANJoost Peters
svn-id: r38689
2009-02-21formatingPaweł Kołodziejski
svn-id: r38686
2009-02-21Replaced "typedef struct _state state_t" with "struct EngineState"Jordi Vilalta Prat
svn-id: r38678
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-21formatingPaweł Kołodziejski
svn-id: r38675
2009-02-21formatingPaweł Kołodziejski
svn-id: r38673
2009-02-21formatingPaweł Kołodziejski
svn-id: r38672
2009-02-21formatingPaweł Kołodziejski
svn-id: r38671