Age | Commit message (Expand) | Author |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
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 debug_mode from the engine state | Filippos Karapetis |
2009-05-27 | SCI: Cleanup. | Walter van Niftrik |
2009-05-26 | Turned some static tables into static const tables; added some FIXME comments... | Max Horn |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-18 | Removed the unused file and line parameters from the list and list node looku... | 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-10 | Moved the code which retrieves the current room number in a separate function... | Filippos Karapetis |
2009-05-09 | SCI: AvoidPath: Got rid of a warning. | Walter van Niftrik |
2009-05-09 | SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, as | Walter van Niftrik |
2009-05-09 | SCI: AvoidPath: another workaround for ECO. | Walter van Niftrik |
2009-05-08 | SCI: AvoidPath: another workaround for ECO | Walter van Niftrik |
2009-05-08 | SCI: AvoidPath: Fixed a regression caused by previous commit, and added a | Walter van Niftrik |
2009-05-08 | SCI: AvoidPath: added support for multiple contained-access polygons (ECO1). | Walter van Niftrik |
2009-04-24 | SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual | Max Horn |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | 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-05 | SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when | Walter van Niftrik |
2009-04-03 | SCI: Fix warning on OSX | Max Horn |
2009-04-02 | Applied fingolfin's suggestion to remove the roundf() implementation and make... | Filippos Karapetis |
2009-04-02 | pic_port_bounds was only set from command-line parameters it seems, so it's s... | Filippos Karapetis |
2009-04-02 | Fixed compilation under MSVC by implementing roundf() | Filippos Karapetis |
2009-04-02 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-04-02 | SCI: Avoidpath cleanup. | Walter van Niftrik |
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik |
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik |
2009-03-24 | SCI: build fix. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik |
2009-03-24 | SCI: Added workaround for duplicate polygons being passed to kAvoidPath. | Walter van Niftrik |
2009-03-23 | SCI: some avoidpath cleanup | Walter van Niftrik |
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev.... | Max Horn |
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn |
2009-03-20 | SCI: cleanup | Max Horn |
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header d... | Max Horn |
2009-02-24 | SCI: Last batch of pathfinding cleanup | Max Horn |