Age | Commit message (Expand) | Author |
2009-09-12 | Removed the INST_LOOKUP_CLASS define | Filippos Karapetis |
2009-09-12 | Made is_object() a method of the segment manager | Filippos Karapetis |
2009-09-12 | Removed the unused ASSERT()-related code and changed a warning where BREAKPOI... | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |
2009-09-09 | Removed/replaced the gfx_pixmap_color struct | Filippos Karapetis |
2009-09-08 | Fixed some (pedantic) warnings | Max Horn |
2009-09-07 | Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul... | Filippos Karapetis |
2009-09-07 | Fixed a regression from commit #43999 (segment ID 1 is valid) | Filippos Karapetis |
2009-09-07 | SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methods | Max Horn |
2009-09-06 | Removed some unused variables | Filippos Karapetis |
2009-09-06 | Cleanup | Filippos Karapetis |
2009-09-06 | Fixed compilation on BE systems | Filippos Karapetis |
2009-09-06 | Removed the hi-color code (16bpp & 24bpp). All SCI games use up to 256 colors... | Filippos Karapetis |
2009-09-06 | Removed some leftover debug code, and turned p0printf messages into debug mes... | Filippos Karapetis |
2009-09-06 | SCI: Rename SegManager::exports_wide to _exportsAreWide and changed it to a b... | Max Horn |
2009-09-06 | SCI: Script::obj_indices is now protected | Max Horn |
2009-09-06 | SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int... | Max Horn |
2009-09-06 | SCI: Convert saveload code to use the versioning feature of Common::Serializer | Max Horn |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: cleanup | Max Horn |
2009-09-06 | SCI: Cleanup for some SegManager internals | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-06 | SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ... | Max Horn |
2009-09-06 | SCI: Change script_lookup_export to use SegManager::validateExportFunc | Max Horn |
2009-09-04 | Oops | Filippos Karapetis |
2009-09-04 | - Allow SCI games to set the cursor position when it's hidden once again | Filippos Karapetis |
2009-09-04 | - Removed the gfx error defines. When resources are not found, or are corrupt... | Filippos Karapetis |
2009-09-04 | SCI: Reset signal before playing song. | Walter van Niftrik |
2009-09-04 | Removed the "reverse alpha" flag from the graphics driver code. Alpha values ... | Filippos Karapetis |
2009-09-04 | Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte... | Filippos Karapetis |
2009-09-04 | Fixing signed/unsigned comparison warning | Sven Hesse |
2009-09-04 | Removed the animation_granularity variable from the engine state (it never ch... | Filippos Karapetis |
2009-09-04 | Moved some functions inside the SegManager class, and renamed alloc_clone() t... | Filippos Karapetis |
2009-09-03 | SCI: Relocate export table when restoring SCI1.1 savegames | Walter van Niftrik |
2009-09-03 | - Re-added the SCI0 dithering code. Dithering is disabled by default. Added t... | Filippos Karapetis |
2009-09-02 | Fixed loading again (broken accidentally in rev. 43504 | Filippos Karapetis |
2009-09-02 | Removed the dirty rectangle option of updating one huge rectangle, and only l... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-01 | Added checksums for KQ5 EGA (bug report #2829470) | Filippos Karapetis |
2009-09-01 | Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ... | Filippos Karapetis |
2009-09-01 | Disabled dithering by default, in order to get the graphics filters working (... | Filippos Karapetis |
2009-09-01 | Re-enabled custom graphics options, and read the cursor, view, pic and text f... | Filippos Karapetis |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis |
2009-09-01 | SCI: Fix message property of mouse event. This fixes mouse handling in the | Walter van Niftrik |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-09-01 | Fixed incorrect usage of ARRAYSIZE (thanks fingolfin) | Filippos Karapetis |