Age | Commit message (Expand) | Author |
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-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just rem... | Max Horn |
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod... | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
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 | Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe... | Filippos Karapetis |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
2009-05-14 | - Removed SCI_VERSION_FTU_NEW_GETTIME | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
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-05-10 | Reverted commit #40413 | Filippos Karapetis |
2009-05-10 | Oops | Filippos Karapetis |
2009-05-10 | Moved the code which retrieves the current room number in a separate function... | Filippos Karapetis |
2009-05-08 | SCI: Renamed dstack_t -> DataStack; removed obsolete KF_OLD constant | Max Horn |
2009-05-05 | SCI: Actually, it turns out the SystemString is more messed up than I thought... | Max Horn |
2009-05-03 | SCI: Added SegManager::getScript method and modified code to make use of it; ... | Max Horn |
2009-04-28 | SCI: Renamed execution_stack -> _executionStack and turned it into a Common::... | Max Horn |
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | 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-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-11 | SCI: Renamed bp_flag -> breakpointFlag; replaced global send_calls_allocated ... | Max Horn |
2009-04-03 | Changed some references from "FreeSCI" to "SCI" or "ScummVM" | 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-01 | - Wrapped all the code for custom graphics options around a CUSTOM_GRAPHICS_O... | Filippos Karapetis |
2009-03-30 | Disabled some unused code | Filippos Karapetis |
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn |
2009-03-24 | SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord> | Max Horn |
2009-03-24 | SCI: Turned synonyms list into a Common::List | Max Horn |
2009-03-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-23 | Cleanup | Filippos Karapetis |
2009-03-22 | Further objectification of the graphics resource manager | Filippos Karapetis |
2009-03-11 | Fix heap corruption when assigning the save game directory | Filippos Karapetis |
2009-03-10 | String fragments support | Lars Skovlund |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |