Age | Commit message (Expand) | Author |
2009-10-28 | Changed some of the menu code to use new graphics functions | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops |
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1... | Filippos Karapetis |
2009-10-26 | Cleanup | Filippos Karapetis |
2009-10-26 | Removed unused variable. | Torbjörn Andersson |
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-22 | Cleanup | Filippos Karapetis |
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
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 |