Age | Commit message (Expand) | Author |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Removed the gfxw_new_visual and gfxw_new_port wrappers, moved _kfuncTable ins... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | Typo. | Johannes Schickel |
2009-05-30 | SCI: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | - Moved the print_port, segment_info and segment_kill console commands to con... | Filippos Karapetis |
2009-05-30 | Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | 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-28 | Cleanup | Filippos Karapetis |
2009-05-28 | Merged some of the SCI1 and SCI1.1 view and loop drawing functions | Filippos Karapetis |
2009-05-28 | SCI: cleanup | Max Horn |
2009-05-27 | SCI: Make standard EGA palette a part of gfx_sci0_pic_colors. | Willem Jan Palenstijn |
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis |
2009-05-26 | SCI: Some small fixes for KQ6CD. | Walter van Niftrik |
2009-05-25 | SCI: Only let gfxop_set_color use priority/control if mask has their bits set. | Willem Jan Palenstijn |
2009-05-25 | Fixed a nasty bug in the GUI code, which caused the windows in PQ3 and SCI1.1... | Filippos Karapetis |
2009-05-24 | SCI: reset system palette when loading a new PIC. | Willem Jan Palenstijn |
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn |
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn |
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in th... | Filippos Karapetis |
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo... | Filippos Karapetis |
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-19 | Removed some redundant variables, and renamed some variables with strange nam... | Filippos Karapetis |
2009-05-19 | SCI: Cleanup/paranoia checks | Max Horn |
2009-05-17 | SCI: LSL6 invalid selector workaround is now always active, not just at | Walter van Niftrik |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | Reverted the SQ5 change introduced with commit #40574, as this makes the mous... | Filippos Karapetis |
2009-05-14 | Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ... | Filippos Karapetis |
2009-05-14 | Only load used palette entries with SCI1/11 | Willem Jan Palenstijn |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-13 | SCI: Fixes a crash when loading SCI1.1 views without palette. | Walter van Niftrik |
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-11 | SCI: Reduced header deps | Max Horn |
2009-05-10 | SCI: Fixed palette regression from rev 40388 | Max Horn |
2009-05-08 | SCI: Folded line.h and crossblit.h into gfx_support.cpp | Max Horn |
2009-05-08 | SCI: cleanup | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-08 | SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok... | Max Horn |
2009-05-05 | SCI: Work around an 'Array used after being disposed' bug that occurs when a ... | Max Horn |
2009-04-28 | SCI: Renamed text_fragment_t -> TextFragment and changed TextHandle to store ... | Max Horn |
2009-04-27 | SCI: renamed gfx_text_handle_t -> TextHandle; changed some string code to use... | Max Horn |