Age | Commit message (Expand) | Author |
2009-11-12 | SCI/newgui: SciGuiMenu now has said support (used in at least codename iceman) | Martin Kiewitz |
2009-11-12 | Some more tweaks for skipping the menu data in savegames, when INCLUDE_OLDGFX... | Filippos Karapetis |
2009-11-12 | fixed dialog positioning for mark | Vladimir Menshakov |
2009-11-12 | Added a staticres file with the MADS articles list, and added an article fiel... | Paul Gilbert |
2009-11-12 | Display/remove the inventory based on mouse "gestures" | Robert Špalek |
2009-11-12 | The menu bar code is no longer used in the new graphics code, and the menu st... | Filippos Karapetis |
2009-11-12 | SCI/newgui: changed behaviour of menu when left/right to follow sierra. Added... | Martin Kiewitz |
2009-11-12 | LOL: - cleanup | Florian Kagerer |
2009-11-12 | Removed 2 TODOs | Robert Špalek |
2009-11-12 | Fixed Script::icoStat() | Robert Špalek |
2009-11-12 | Subtitles are positioned correctly in the inventory | Robert Špalek |
2009-11-12 | Added runWrapper() calling run() and some actions around it. | Robert Špalek |
2009-11-11 | LOL: - fixed transparency tables in PC-98 16 color version | Florian Kagerer |
2009-11-11 | removed default args from pop/show, added showMark/showMono options for dialog. | Vladimir Menshakov |
2009-11-11 | SCI/newgui: inserted comment about not following sierra completely here in in... | Martin Kiewitz |
2009-11-11 | SCI/newgui: if left/right walks into a separator line, do down instead of rep... | Martin Kiewitz |
2009-11-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-11 | SCI/newgui: setting as default | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu done, separator line adjusted slightly, menu is now inverted... | Martin Kiewitz |
2009-11-11 | SCI/newgui: separator line support for menu, also fixed item adjustment | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu now only missing: menu invert, separators | Martin Kiewitz |
2009-11-11 | SCI/newgui: Almost done with menu support | Martin Kiewitz |
2009-11-11 | Comment out unused variable. | Johannes Schickel |
2009-11-11 | Beginnings of support for AA file animations. The mads_anim.cpp commit is par... | Paul Gilbert |
2009-11-11 | Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc... | Paul Gilbert |
2009-11-11 | Refactored draw() according to drawReScaled() | Robert Špalek |
2009-11-11 | Documented palette shift | Robert Špalek |
2009-11-11 | Cleaned up searching the closest point. | Robert Špalek |
2009-11-10 | Fixed walking to unreachable positions | Robert Špalek |
2009-11-10 | Fixed two bugs. | Robert Špalek |
2009-11-10 | Gob - Add detection for another win31 Lost in Time found on french ADI 2.6 Fr... | Arnaud Boutonné |
2009-11-10 | AGOS: cleanup | Max Horn |
2009-11-10 | Missing template argument for MIN (added <uint>) | Lars Persson |
2009-11-10 | more fixes for final part | Vladimir Menshakov |
2009-11-10 | added special animation 0 case | Vladimir Menshakov |
2009-11-10 | Huge refactoring of data structures. | Robert Špalek |
2009-11-09 | more fixes for chapter 3. | Vladimir Menshakov |
2009-11-09 | fixed rendering order again | Vladimir Menshakov |
2009-11-09 | TINSEL: cleanup | Max Horn |
2009-11-09 | SCI: Remove remarks about in-place loading, at least for now. | Max Horn |
2009-11-09 | TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p... | Max Horn |
2009-11-09 | TINSEL: Make some const tables static; move static int priorVolMusic into Set... | Max Horn |
2009-11-09 | TINSEL: Simplifying PolyTinselProcess | Max Horn |
2009-11-09 | TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP... | Max Horn |
2009-11-09 | chapter 2 completed | Vladimir Menshakov |
2009-11-09 | added special case of loadScene | Vladimir Menshakov |
2009-11-09 | more fixes | Vladimir Menshakov |
2009-11-09 | do not trigger examine object while inventory is inactive | Vladimir Menshakov |
2009-11-09 | added 'ignore' flag, ported guard and anchor challenges to it. minor fixes | Vladimir Menshakov |
2009-11-09 | GPL2 callbacks accept const Array& instead of Queue& | Robert Špalek |