Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-27 | SCI: AvoidPath workaround for intersecting polygons in Longbow, room 210. | Walter van Niftrik | |
svn-id: r39714 | |||
2009-03-26 | Added a note about the potential invalid rectangles created when drawing lines | Filippos Karapetis | |
svn-id: r39704 | |||
2009-03-25 | Merged sciw_select_item() and sciw_unselect_item() | Filippos Karapetis | |
svn-id: r39689 | |||
2009-03-25 | - Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI ↵ | Filippos Karapetis | |
elements mostly, like windows and status bars - Moved kWindowAutoRestore from gfx_widgets.h to gfx_gui.h svn-id: r39687 | |||
2009-03-25 | Changed some flags to enums | Filippos Karapetis | |
svn-id: r39685 | |||
2009-03-25 | revert yesterday's change -- apparently this different behavior was intentional. | Joost Peters | |
svn-id: r39683 | |||
2009-03-25 | SCI: AvoidPath cleanup. | Walter van Niftrik | |
svn-id: r39680 | |||
2009-03-24 | SCI: build fix. | Walter van Niftrik | |
svn-id: r39675 | |||
2009-03-24 | SCI: Added workaround for broken polygon in LSL1 room 350. | Walter van Niftrik | |
svn-id: r39674 | |||
2009-03-24 | Fix smaller error introduced in r39671 refactoring (this check used to be ↵ | Joost Peters | |
"res == 0"). Thanks to syke for spotting it. svn-id: r39673 | |||
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn | |
svn-id: r39671 | |||
2009-03-24 | SCI: Changed vocab_tokenize_string to not 'return' the list it generates, ↵ | Max Horn | |
but rather pass a reference to an existing list to it (this is a bit more efficient, and allows us to return an error value) svn-id: r39670 | |||
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn | |
svn-id: r39669 | |||
2009-03-24 | SCI: Added workaround for duplicate polygons being passed to kAvoidPath. | Walter van Niftrik | |
svn-id: r39668 | |||
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn | |
svn-id: r39663 | |||
2009-03-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn | |
svn-id: r39662 | |||
2009-03-24 | SCI: C++ify menu code | Max Horn | |
svn-id: r39659 | |||
2009-03-23 | Cleanup | Filippos Karapetis | |
svn-id: r39633 | |||
2009-03-23 | SCI: some avoidpath cleanup | Walter van Niftrik | |
svn-id: r39630 | |||
2009-03-23 | - Moved palette initialization inside the graphics resource manager | Filippos Karapetis | |
- The static palette is no longer needlessly referenced directly outside the graphics resource manager - Moved the SCI interpreter version inside the graphics resource manager, instead of gfx_state_t svn-id: r39626 | |||
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39621 | |||
2009-03-22 | SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for ↵ | Max Horn | |
cle_prev. Replace code for reversing a circular list by a new method CircularVertexList::reverse() svn-id: r39613 | |||
2009-03-22 | SCI: Some cleanup; avoid taking square root unnecessarily | Max Horn | |
svn-id: r39612 | |||
2009-03-22 | SCI: Fix warnings | Max Horn | |
svn-id: r39606 | |||
2009-03-20 | SCI: cleanup | Max Horn | |
svn-id: r39578 | |||
2009-03-20 | silenced some warnings | Max Horn | |
svn-id: r39566 | |||
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik | |
svn-id: r39544 | |||
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis | |
svn-id: r39518 | |||
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39499 | |||
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis | |
svn-id: r39492 | |||
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn | |
svn-id: r39485 | |||
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn | |
svn-id: r39484 | |||
2009-03-17 | Renamed some defines: | Filippos Karapetis | |
- FREESCI_CURRENT_SAVEGAME_VERSION, FREESCI_MINIMUM_SAVEGAME_VERSION -> CURRENT_SAVEGAME_VERSION, MINIMUM_SAVEGAME_VERSION (saved games are not compatible with FreeSCI's ones anymore) - _K_VIEW_SIG_FLAG_FREESCI_STOPUPD -> _K_VIEW_SIG_FLAG_STOPUPD (like the rest of the flags) - Removed FREESCI_KFUNCT_GLUTTON (unused) svn-id: r39478 | |||
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the ↵ | Filippos Karapetis | |
FreeSCI contributors have been moved to the AUTHORS file svn-id: r39476 | |||
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ↵ | Filippos Karapetis | |
are used svn-id: r39435 | |||
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn | |
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430 | |||
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn | |
svn-id: r39429 | |||
2009-03-14 | cleaning up after myself again *sigh* | Max Horn | |
svn-id: r39382 | |||
2009-03-14 | SCI: Fixed warning | Max Horn | |
svn-id: r39381 | |||
2009-03-14 | SCI: Removed more dead code | Max Horn | |
svn-id: r39379 | |||
2009-03-14 | Removed two empty switch statements to silence an MSVC warning | Filippos Karapetis | |
svn-id: r39376 | |||
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause ↵ | Filippos Karapetis | |
that's what it is), and changed its type to int * to avoid unneeded casts svn-id: r39375 | |||
2009-03-13 | SCI: cleanup | Max Horn | |
svn-id: r39371 | |||
2009-03-13 | Changed the parameter passed to isprint() to be unsigned, according to MSDN ↵ | Filippos Karapetis | |
(thanks wjp) svn-id: r39370 | |||
2009-03-13 | Added an explanatory comment for commit #39368 | Filippos Karapetis | |
svn-id: r39369 | |||
2009-03-13 | LSL5 no longer throws an assertion after the intro | Filippos Karapetis | |
svn-id: r39368 | |||
2009-03-12 | EngineState is a struct, not a class | Filippos Karapetis | |
svn-id: r39355 | |||
2009-03-12 | SCI: cleanup | Max Horn | |
svn-id: r39353 | |||
2009-03-12 | SCI: Removed most uses of the 'inline' keyword. It is usually better to let ↵ | Max Horn | |
the compiler figure out what to inline. As it is, most of these looked as if they were randomly placed ;) svn-id: r39352 | |||
2009-03-12 | SCI: Moved savegame specific stuff from state.h to a new header savegame.h | Max Horn | |
svn-id: r39351 |