Age | Commit message (Expand) | Author |
2009-05-10 | SCI: Changed EngineState::pics to a Common::Array | Max Horn |
2009-05-10 | SCI: Replaced Cplain odeBlock array in class Script by a Common::Array<CodeBl... | Max Horn |
2009-05-10 | SCI: Fixed palette regression from rev 40388 | Max Horn |
2009-05-10 | SCI: Changed object list in Script instances to use Common:::Array | Max Horn |
2009-05-10 | Changed Common::Array::resize() to default init new array elements | Max Horn |
2009-05-10 | Actually save keymap after remapping | Eugene Sandulenko |
2009-05-10 | Oops typo. | Johannes Schickel |
2009-05-10 | Store global keymaps into a separate section | Eugene Sandulenko |
2009-05-10 | Cleanup. | Johannes Schickel |
2009-05-10 | Fix accidental assignment in if condition. | Johannes Schickel |
2009-05-10 | whitespaces | Eugene Sandulenko |
2009-05-10 | Cleanup | Filippos Karapetis |
2009-05-10 | Cleanup | Filippos Karapetis |
2009-05-10 | Applied patch by waltervn to remove the length parameter from getText() and f... | Filippos Karapetis |
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer |
2009-05-10 | Objectified and cleaned up the MessageState class | Filippos Karapetis |
2009-05-10 | Updated xcode project and did some minor iphone optimizations | Oystein Eftevaag |
2009-05-10 | Add detection for newly discovered AGI demo | Eugene Sandulenko |
2009-05-10 | Reverted commit #40413 | Filippos Karapetis |
2009-05-10 | Patch #2789608: "recognition of os2-emx in configure" | Eugene Sandulenko |
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-10 | Disabled some unused code | Filippos Karapetis |
2009-05-10 | Fix regression that caused F1 to trigger the original load/save menu in COMI. | Travis Howell |
2009-05-10 | Update comment. | Travis Howell |
2009-05-10 | Change the work around for sq3.san, so it doesn't alter global smush frame ra... | Travis Howell |
2009-05-10 | Correct and move initial SMUSH frame rate value, for the demo version of The ... | Travis Howell |
2009-05-10 | Set the initial SMUSH frame rate, since variable doesn't change and isn't saved. | Travis Howell |
2009-05-09 | Fix GUI keymap. | Eugene Sandulenko |
2009-05-09 | Original GSoC'08 keymapper now works. | Eugene Sandulenko |
2009-05-09 | Converted the iPhone backend to use OpenGL ES instead of CoreSurface for grap... | Oystein Eftevaag |
2009-05-09 | Synced all the MSVC project files of the SCI engine | Filippos Karapetis |
2009-05-09 | remove temporary files on mac os x | Paweł Kołodziejski |
2009-05-09 | Added file gfx\gfx_pixmap_scale.cpp | Paul Gilbert |
2009-05-09 | SCI: AvoidPath: Got rid of a warning. | Walter van Niftrik |
2009-05-09 | SCI: AvoidPath: No longer excludes edges on screen borders for pathfinding, as | Walter van Niftrik |
2009-05-09 | SCI: AvoidPath: another workaround for ECO. | Walter van Niftrik |
2009-05-08 | SCI: Set signature for GetMessage. | Walter van Niftrik |
2009-05-08 | Add detection for Adibù 2 Ambiente et pour Adibù prima elementare : Imparo ... | Arnaud Boutonné |
2009-05-08 | SCI: Fix return value of GetMessage. | Walter van Niftrik |
2009-05-08 | Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK) | Arnaud Boutonné |
2009-05-08 | "??)" is the trigraph for "]". That isn't what we want. | Torbjörn Andersson |
2009-05-08 | Added detection string for 'Adibou présente la Magie' (STK2.1), 'Adi França... | Arnaud Boutonné |
2009-05-08 | SCI: GetMessage: lock resource. | Walter van Niftrik |
2009-05-08 | SCI: Folded line.h and crossblit.h into gfx_support.cpp | Max Horn |
2009-05-08 | SCI: cleanup | Max Horn |
2009-05-08 | SCI: Got rid of code for endian adjusting pixmaps | Max Horn |
2009-05-08 | SCI: turn the various gfx filters from #define hacks into template funcs | Max Horn |
2009-05-08 | SCI: Replaced gfx_driver_t::set_palette and install_palette by directly invok... | Max Horn |
2009-05-08 | SCI: AvoidPath: another workaround for ECO | Walter van Niftrik |