Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn | |
svn-id: r39212 | |||
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn | |
svn-id: r39211 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn | |
svn-id: r39202 | |||
2009-03-07 | SCI: Moved scummvm_get_event to operations.cpp (the only place where it is ↵ | Max Horn | |
used), to ease future refactoring of the event handling code svn-id: r39201 | |||
2009-03-07 | The ScummVM debug console is now working (though only the "version" command ↵ | Filippos Karapetis | |
is assigned, for now) svn-id: r39195 | |||
2009-03-07 | Merged all the different cursor drawing functions inside ↵ | Filippos Karapetis | |
gfxr_interpreter_get_cursor() svn-id: r39192 | |||
2009-03-07 | Replaced gfxprintf | Filippos Karapetis | |
svn-id: r39190 | |||
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis | |
svn-id: r39189 | |||
2009-03-04 | SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks | Max Horn | |
svn-id: r39105 | |||
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-02 | Cleanup | Filippos Karapetis | |
svn-id: r39081 | |||
2009-03-01 | Text/window color matching improved by using an existing gfxop_set_color() ↵ | Greg Frieger | |
instead of mine _gfxop_matchColor() svn-id: r39004 | |||
2009-03-01 | SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a ↵ | Max Horn | |
bit easier to read :) svn-id: r39001 | |||
2009-03-01 | Fixed windows and text drawing problem in SCI1 | Greg Frieger | |
svn-id: r39000 | |||
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat | |
svn-id: r38988 | |||
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ↵ | Greg Frieger | |
Also the crash when exiting SCI1 games was fixed svn-id: r38982 | |||
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger | |
svn-id: r38978 | |||
2009-02-28 | Fix warnings. | Johannes Schickel | |
svn-id: r38975 | |||
2009-02-28 | Increase colour refcount when allocating colour | Willem Jan Palenstijn | |
svn-id: r38974 | |||
2009-02-28 | Disable xfact/yfact scaling in embedded views. | Willem Jan Palenstijn | |
This inadvertently broke colours in KQ5 as a side effect. svn-id: r38973 | |||
2009-02-28 | Fix warnings. | Johannes Schickel | |
svn-id: r38972 | |||
2009-02-27 | Fix code formatting | Eugene Sandulenko | |
svn-id: r38930 | |||
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 | fix graphics regression in Iceman caused by r38909 | Willem Jan Palenstijn | |
svn-id: r38914 | |||
2009-02-26 | SCI: Modified gfx_new_mode to take a Graphics::PixelFormat | Max Horn | |
svn-id: r38909 | |||
2009-02-26 | SCI: Changed 'typedef enum { } NAME' into C++-style 'enum NAME { }' | Max Horn | |
svn-id: r38908 | |||
2009-02-26 | SCI: Turned the crossblit code into a template | Max Horn | |
svn-id: r38907 | |||
2009-02-26 | SCI: Moved gfx_line.cpp to line.h and turned _gfx_draw_line_buffer into a ↵ | Max Horn | |
template svn-id: r38905 | |||
2009-02-26 | SCI: Replaced #define hack to fake subclassing in C by regular C++ subclassing | Max Horn | |
svn-id: r38904 | |||
2009-02-26 | Clarify behaviour of gfxop_get_event(). | Willem Jan Palenstijn | |
svn-id: r38900 | |||
2009-02-26 | Cleanup | Filippos Karapetis | |
svn-id: r38898 | |||
2009-02-26 | Cleanup | Filippos Karapetis | |
svn-id: r38896 | |||
2009-02-26 | Cleanup. Readded FIXME | Filippos Karapetis | |
svn-id: r38895 | |||
2009-02-25 | Initial fix for the keypad keys. We still don't know the initial state of ↵ | Filippos Karapetis | |
the caps lock etc keys, so an appropriate method will need to be added to OSystem svn-id: r38887 | |||
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-25 | cleanup | Max Horn | |
svn-id: r38885 | |||
2009-02-25 | SCI: Restored ability to warp the mouse cursor | Max Horn | |
svn-id: r38884 | |||
2009-02-25 | SCI: Removed code for software rendered mouse cursor | Max Horn | |
svn-id: r38883 | |||
2009-02-25 | SCI: Added remark that we don't track capslock, numlock, scrlock properly | Max Horn | |
svn-id: r38882 | |||
2009-02-25 | SCI: Simplify event polling code a little bit | Max Horn | |
svn-id: r38881 | |||
2009-02-25 | Interpret NONBLOCK as PEEK; poll while sleeping. | Willem Jan Palenstijn | |
Also use Common::List for internal event queue. svn-id: r38880 | |||
2009-02-25 | Don't truncate keycode in queued events. | Willem Jan Palenstijn | |
svn-id: r38878 | |||
2009-02-24 | fix warning | Max Horn | |
svn-id: r38871 | |||
2009-02-24 | Replaced some of the internal SCI scan codes with the ones from ScummVM | Filippos Karapetis | |
svn-id: r38870 | |||
2009-02-24 | Process modifier keys (capslock, numlock, scrollock) | Filippos Karapetis | |
svn-id: r38868 | |||
2009-02-24 | not needed this includes anymore | Paweł Kołodziejski | |
svn-id: r38857 | |||
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 |