Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-20 | SCI: Renamed global array 'formats' to the slightly more descriptive ↵ | Max Horn | |
g_opcode_formats svn-id: r40031 | |||
2009-04-20 | SCI: Moved list of kernel func declarations to header file, where it belongs | Max Horn | |
svn-id: r40030 | |||
2009-04-18 | Disable MSVC warning in autogenerated code | Willem Jan Palenstijn | |
svn-id: r40005 | |||
2009-04-18 | Retreive -> retrieve | Willem Jan Palenstijn | |
svn-id: r39996 | |||
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ↵ | Max Horn | |
& send_calls vars by a local Common::Stack instance svn-id: r39930 | |||
2009-04-09 | SCI: Clarify hack in kgraphics.cpp based on what lars wrote on scummvm-devel | Max Horn | |
svn-id: r39905 | |||
2009-04-07 | SCI: Swapped x and y parameters of IsItSkip. Added IsItSkip to kernel table. | Walter van Niftrik | |
svn-id: r39894 | |||
2009-04-06 | Fixed an issue with the password screen in LSL5 and kStrAt(). The game ↵ | Filippos Karapetis | |
password, saved in file memory.drv (which can either exist in the game directory, or is created in the saves folder by ScummVM) is now working correctly, and the game can be started. Note that it's NOT currently possible not to set a password (you'll get the password screen anyway the next time, and it won't work). svn-id: r39876 | |||
2009-04-06 | SCI: Made said_parse_spec static, regenerated said.cpp from said.y | Max Horn | |
svn-id: r39870 | |||
2009-04-05 | SCI: Replaced AATree by Common::List in AvoidPath. AATree does not help when | Walter van Niftrik | |
the input size is this small. svn-id: r39855 | |||
2009-04-03 | Removed leftover chrono-related code (refer to commit #37721 for the changes ↵ | Filippos Karapetis | |
to kgraphics.cpp) svn-id: r39820 | |||
2009-04-03 | Removed the non-working Chrono port code, after discussing with Lars | Filippos Karapetis | |
svn-id: r39819 | |||
2009-04-03 | SCI: Fix warning on OSX | Max Horn | |
svn-id: r39810 | |||
2009-04-03 | Some more FreeSCI <-> SCI changes | Filippos Karapetis | |
svn-id: r39808 | |||
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | Filippos Karapetis | |
svn-id: r39807 | |||
2009-04-02 | Applied fingolfin's suggestion to remove the roundf() implementation and ↵ | Filippos Karapetis | |
make the code in that bit simpler and more readable (since points are always positive) svn-id: r39802 | |||
2009-04-02 | Disable some (quite chatty) debug output - the savegme system looks stable ↵ | Filippos Karapetis | |
enough svn-id: r39801 | |||
2009-04-02 | pic_port_bounds was only set from command-line parameters it seems, so it's ↵ | Filippos Karapetis | |
safe to put it together with the rest of the options svn-id: r39800 | |||
2009-04-02 | Fixed compilation under MSVC by implementing roundf() | Filippos Karapetis | |
svn-id: r39799 | |||
2009-04-02 | SCI: AvoidPath cleanup. | Walter van Niftrik | |
svn-id: r39798 | |||
2009-04-02 | SCI: Avoidpath cleanup. | Walter van Niftrik | |
svn-id: r39797 | |||
2009-04-01 | - Wrapped all the code for custom graphics options around a ↵ | Filippos Karapetis | |
CUSTOM_GRAPHICS_OPTIONS define. Most of these options don't work in 256-color mode, plus there is currently no way to actually set/change them somehow (other than modifying the code) - Added a FIXME for the abuse of the pic_port_bounds graphics option - it's actually set by the game itself in kSetPort() - Added some test code for setting palette intensity in KPalette() (currently disabled) svn-id: r39794 | |||
2009-03-30 | Disabled some unused code | Filippos Karapetis | |
svn-id: r39765 | |||
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef ↵ | Filippos Karapetis | |
blocks. SCI32 has fundamental differences from previous SCI versions (e.g. direct point addressing is no longer possible), most of SCI32 games use SVGA resolutions and currently a lot of SCI32 specific code is missing (like, for example, the newer string and array handling functions, the widget system etc). This has been done in the same manner as in the SCUMM and SAGA engines. svn-id: r39750 | |||
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn | |
svn-id: r39747 | |||
2009-03-29 | Added stubs for the missing palette effects in kPalette() | Filippos Karapetis | |
svn-id: r39744 | |||
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ↵ | Filippos Karapetis | |
currently missing svn-id: r39743 | |||
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis | |
svn-id: r39737 | |||
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis | |
svn-id: r39734 | |||
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis | |
svn-id: r39731 | |||
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 |