Age | Commit message (Expand) | Author |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. Wo... | 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: Changed GFXERROR to be fatal | Max Horn |
2009-04-24 | SCI: Some const corrections, removed dead stuff, cleanup | Max Horn |
2009-04-24 | SCI: Store parse_tree_branch_t in a Common::Arraay | Max Horn |
2009-04-24 | Minor cleanup. | Travis Howell |
2009-04-24 | Fix pausing during video play back. | Travis Howell |
2009-04-23 | Fixed a very stupid error in the RLE decoding function of the VMD frame decoder | Sven Hesse |
2009-04-23 | Changed the "Intersections" opcode to "MoveCursor", after verifying it with G... | Filippos Karapetis |
2009-04-23 | The mouse cursor is now working in Eco Quest 1, though the hotspot is still w... | Filippos Karapetis |
2009-04-23 | Removed a FIXME concerning CanBeHere and CantBeHere and added an explanation.... | Filippos Karapetis |
2009-04-23 | Fixed the GetMessage kernel opcode. Eco Quest 1 text is showing up correctly now | Filippos Karapetis |
2009-04-23 | WIP code for kGetMessage (tested with Eco Quest 1). Currently, it doesn't alw... | Filippos Karapetis |
2009-04-23 | tinsel: start wiring some Discworld PSX graphical functions into engine | Fabio Battaglia |
2009-04-23 | tinsel: Enable Discworld PSX detection and begin adding some function to supp... | Fabio Battaglia |
2009-04-22 | Fix typo in special case gcc version detection | Willem Jan Palenstijn |
2009-04-22 | Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist... | Johannes Schickel |
2009-04-22 | Renamed some variables and parameters to match their real use. | Johannes Schickel |
2009-04-22 | Cleanup | Filippos Karapetis |
2009-04-22 | SCI: Slim down struct SciKernelFunction | Max Horn |
2009-04-22 | SCI: Changed kfunct_table to a Common::Array | Max Horn |
2009-04-22 | SCI: getInt -> READ_LE_UINT16 | Max Horn |
2009-04-22 | SCI: Changed knames (kernel function name table) to Common::StringList | Max Horn |
2009-04-22 | COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar... | Max Horn |
2009-04-22 | AGOS: Merged timerCallback and timerProc; removed checkTimerCallback declarat... | Max Horn |
2009-04-22 | Sync. | Travis Howell |
2009-04-22 | Fix crash that occurs when OmniTV video is played completely, in The Feeble F... | Travis Howell |
2009-04-22 | Fixed compilation. | Torbjörn Andersson |
2009-04-21 | Updated the MSVC project files of the gob engine | Filippos Karapetis |
2009-04-21 | Updated some of the detector entries for KQ5 | Filippos Karapetis |
2009-04-21 | Patch #2725859 : Added some MD5 to the gob engine, modified the way the first... | Arnaud Boutonné |
2009-04-21 | - Fixed some of the GUI graphical glitches in SCI1 games (e.g. the inventory ... | Filippos Karapetis |
2009-04-21 | Restored the ability to change the active port bound, by moving it inside gfx... | Filippos Karapetis |
2009-04-21 | - Typo fixes | Johannes Schickel |
2009-04-21 | Removed per-picture port bounds, which were set to the global port bounds | Filippos Karapetis |
2009-04-21 | Fix warnings (patch for array.h was supplied via salty-horse on IRC). | Johannes Schickel |
2009-04-21 | Patch #2709976: GSOC09: README fix | Max Horn |
2009-04-21 | Patch #2737410: GSOC09: Punctuation fix | Max Horn |
2009-04-21 | COMMON: Removed copy constructors / assignment operators in cases where they ... | Max Horn |
2009-04-21 | Add work around for bug in English 4CD version of The Feeble Files. | Travis Howell |
2009-04-21 | Patch #2776913: Fix MSVC dists to include new necessary files | Max Horn |
2009-04-21 | Remove ADGF_CD flag from Towns detection entries. | Johannes Schickel |
2009-04-21 | Mark PC98 CD version as CD version (like it is already done with FM-Towns). | Johannes Schickel |
2009-04-21 | Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect l... | Johannes Schickel |
2009-04-21 | run psp-fixup-imports after linking | Joost Peters |
2009-04-21 | Ooops, keep that comment. | Travis Howell |
2009-04-21 | Fix regression in SCUMM0, by calling ScummEngine::fetchScriptWord() directly.... | Travis Howell |
2009-04-20 | SCI: Replaced memory ref counting code in the SongIterator code by a simple C... | Max Horn |