Age | Commit message (Expand) | Author |
2009-10-19 | Changed mapPointer() to accept a Common::Rect, thus removing the reference to... | Filippos Karapetis |
2009-10-17 | Removed the obsolete and bitrotted testing code for the old SCI GUI | Filippos Karapetis |
2009-10-17 | Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems. | Matthew Hoops |
2009-10-17 | Started moving some of the old GUI code inside /gui32 | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | Moved the SEQ decoder outside the gfx directory, as it is completely stand al... | Filippos Karapetis |
2009-10-16 | Fixed an assert in the introduction of the CD version of KQ6 | Filippos Karapetis |
2009-10-15 | Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S... | Filippos Karapetis |
2009-10-14 | Fixed the palette in the SEQ decoder again | Filippos Karapetis |
2009-10-14 | Started rewriting the SEQ decoder to use the new GUI functions | Filippos Karapetis |
2009-10-13 | Removed the now unused code in gfx/res_cursor.cpp | Filippos Karapetis |
2009-10-13 | Removed some leftover cursor code | Filippos Karapetis |
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis |
2009-10-13 | Merged the cursor manipulation code - cursor views are still not done | Filippos Karapetis |
2009-10-09 | don't discard const qualifier needlessly | Max Horn |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-09 | SCI: resmanager / include order change | Martin Kiewitz |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-07 | SCI: Change more stuff to be CFG compliant | Max Horn |
2009-10-07 | SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ... | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | Implemented the SciGuiView destructor and plugged a memory leak in the curren... | Filippos Karapetis |
2009-10-07 | Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f... | Filippos Karapetis |
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ... | Filippos Karapetis |
2009-10-07 | More work on the view code wrapper. Now all SCI0-SCI11 views should be displa... | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | Reverted the priority line drawing code in the current GUI (with some cleanup... | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Removed dead code | Filippos Karapetis |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-03 | fixed addMenu isspace() issue on umlauts | Martin Kiewitz |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-30 | - Removed some leftover 16/32bpp color code, as we're always using palette mo... | Filippos Karapetis |
2009-09-30 | oops | Max Horn |
2009-09-30 | SCI: Some palette code cleanup | Max Horn |
2009-09-30 | Converted _color_equals() into respective equality operators within the gfx_c... | Filippos Karapetis |
2009-09-28 | SCI: When merging palettes, map all unused colours to index 0. | Willem Jan Palenstijn |
2009-09-27 | SCI: Fix crash when opening menu's | Willem Jan Palenstijn |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-25 | Create a define for the special "signal" offset used throughout the engine, a... | Filippos Karapetis |
2009-09-24 | SCI: When setting global palette, map all unused colours to index 0. | Willem Jan Palenstijn |
2009-09-24 | SCI: Delete unused function declaration | Willem Jan Palenstijn |
2009-09-24 | SCI: Fix flat dithering by permuting the blended palette so that the EGA colo... | Willem Jan Palenstijn |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | Simplified the code which creates the mouse cursor | Filippos Karapetis |