Age | Commit message (Expand) | Author |
2019-05-27 | SCI: Fix MSVC warnings | Filippos Karapetis |
2019-01-14 | SCI32: Fix QFG4 forest 580 pathfinding | Vhati |
2019-01-06 | SCI32: Fix QFG4 forest pathfinding | Vhati |
2018-08-26 | SCI: Fix compilation when SCI32 is disabled | Filippos Karapetis |
2018-08-25 | SCI: Fix compilation when SCI32 is disabled | Filippos Karapetis |
2018-08-25 | SCI32: Adapt the pathfinding debug code to work woth SCI32 games | Filippos Karapetis |
2018-05-20 | SCI: Update rad2deg usage | David Fioramonti |
2016-10-09 | SCI32: Change storage type of int16 arrays to hold reg_ts instead | Colin Snover |
2016-09-29 | SCI32: Rewrite kArray & kString | Colin Snover |
2016-06-21 | SCI32: Implement line drawing (kAddLine/kUpdateLine/kRemoveLine) | Colin Snover |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
2016-01-07 | SCI32: Add initial support for palette cycling (kPalCycle) and fading (kPalFade) | Colin Snover |
2014-06-02 | SCI: Silence double to float conversion warning. | Johannes Schickel |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn |
2012-10-22 | SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in ... | Filippos Karapetis |
2012-10-01 | SCI: Fix compilation with MSVC (atan2() was ambiguous) | Filippos Karapetis |
2012-09-30 | SCI: Implement kMergePoly | Willem Jan Palenstijn |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-01-29 | SCI: Remove unnecessary break after return statement. | Johannes Schickel |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-31 | SCI: Fix up start/end points when pathfinding with opt == 0. | Walter van Niftrik |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-04 | SCI: Remove SCI version check from READ/WRITE_SCI1ENDIAN_UINT16. | Walter van Niftrik |
2011-03-03 | SCI: Fixed path finding in Amiga SCI1 games | md5 |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-11-13 | SCI: Fixup pathfinding start point when on polygon edge. | Walter van Niftrik |
2010-11-11 | SCI: Allow paths along the edge of the screen in kAvoidPath. | Walter van Niftrik |
2010-10-15 | SCI: Changed the check for vertex_min into an assert (thanks wjp) | Filippos Karapetis |
2010-10-15 | SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings" | Filippos Karapetis |
2010-08-27 | SCI: Fixed potential memory leak in convert_polygon() | Torbjörn Andersson |
2010-08-18 | SCI: Fixed bug #3041232 - "LB2Floppy: Crash at Museum" | Filippos Karapetis |
2010-08-17 | SCI: Refactored readPoint() to accept a segment reference to the polygon data... | Filippos Karapetis |
2010-08-17 | Limited the sanity check in rev #52174 to invalid segment types only (apparen... | Filippos Karapetis |
2010-08-17 | SCI: Fixed bug #3034501 - "LSL6: Segfault while leaving the penthouse" | Filippos Karapetis |
2010-08-07 | SCI: Turned a warning into an error | Filippos Karapetis |
2010-07-29 | SCI: also break in AvoidPath instead of continuing, when the start point is c... | Filippos Karapetis |
2010-07-28 | SCI: Break out instead of continuing when an end point is contained in multip... | Filippos Karapetis |
2010-07-28 | SCI: Changed another warning into debug output | Filippos Karapetis |
2010-07-28 | SCI: Changed a warning into a debug message | Filippos Karapetis |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-22 | Fixed kMergePoly after discussing with waltervn so that it correctly returns ... | Filippos Karapetis |
2010-06-18 | SCI: Doxygenify some comments | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-28 | Added comments to kMergePoly() | Filippos Karapetis |
2010-05-28 | Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon... | Filippos Karapetis |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |