Age | Commit message (Expand) | Author |
2009-05-23 | Fixed clipping code for texts which do not fit on screen, and added a warning... | Filippos Karapetis |
2009-05-23 | Fixed the incorrect placement of the copyright message in KQ6 on screen | Filippos Karapetis |
2009-05-23 | The third and fourth parameter in changePortBounds() are x2 and y2, not width... | 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-21 | SCI: Removed the 'save_dir' gui hack | Max Horn |
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-18 | SCI: Added a FIXME to graph_save_box | Max Horn |
2009-05-18 | Oops didn't mean to remove new line from this format string. | Johannes Schickel |
2009-05-18 | Fix some error/warning calls. (might need some review, from someone familiar ... | Johannes Schickel |
2009-05-18 | Fixed incorrect order of parameters in the workaround debug message shown for... | Filippos Karapetis |
2009-05-18 | Added a workaround for LSL6, thanks to waltervn's comments | Filippos Karapetis |
2009-05-18 | Removed the unused file and line parameters from the list and list node looku... | Filippos Karapetis |
2009-05-18 | Changed errors to be fatal, as most of them are fatal conditions. Some of the... | Filippos Karapetis |
2009-05-17 | SCI: LSL6 invalid selector workaround is now always active, not just at | Walter van Niftrik |
2009-05-16 | SCI: Turned some relatively harmless yet frequently occurring warnings into d... | Walter van Niftrik |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-14 | Added the EGA version of Longbow, and partially reverted my previous commit. ... | Filippos Karapetis |
2009-05-14 | - Added a new game flag to distinguish SCI1 EGA versions | Filippos Karapetis |
2009-05-14 | Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5... | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-14 | - Enabled the code which puts the text inside the screen if it doesn't fit fo... | Filippos Karapetis |
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-12 | Performed some cleanup on the different version checks | Filippos Karapetis |
2009-05-10 | SCI: Changed EngineState::pics to a Common::Array | Max Horn |
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn |
2009-04-24 | Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer kSet... | Filippos Karapetis |
2009-04-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::tag function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo... | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |
2009-04-23 | Changed the "Intersections" opcode to "MoveCursor", after verifying it with G... | Filippos Karapetis |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-21 | - Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory ... | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-09 | SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel | Max Horn |
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik |
2009-04-03 | Removed leftover chrono-related code (refer to commit #37721 for the changes ... | Filippos Karapetis |
2009-04-03 | Removed the non-working Chrono port code, after discussing with Lars | Filippos Karapetis |
2009-04-02 | pic_port_bounds was only set from command-line parameters it seems, so it's s... | Filippos Karapetis |