Age | Commit message (Expand) | Author |
2014-02-18 | LURE: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-06-30 | LURE: Fix engine crash in copy protection screen with AZERTY keyboard | Thierry Crozat |
2012-06-29 | LURE: Fix engine crash in copy protection screen. | D G Turner |
2012-03-13 | JANITORIAL: Simply use *x instead of *x.get() on smart pointers. | Christoph Mallon |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-14 | ALL: colour -> color | Max Horn |
2010-03-30 | Fix for Lure memory error indicated by Valgrind on Restart/Restore Screen (Te... | David Turner |
2010-01-19 | LURE: Remove evil 'using namespace' from header files | Max Horn |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-24 | Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hack | Filippos Karapetis |
2009-09-24 | Changed some references from LureEngine to the global g_engine (e.g. calls to... | Filippos Karapetis |
2009-08-24 | Switched LURE to use a single central RandomSource instance, instead of (some... | Johannes Schickel |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-07-10 | Lure works with the new GMM implementation | Christopher Page |
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page |
2008-04-06 | Replaced ManagedList with Common::SharedPtr in the rest of the lure engine | Filippos Karapetis |
2008-04-02 | Changed spaces to tabs. | Torbjörn Andersson |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-19 | fixed potential unitialized variable | Paweł Kołodziejski |
2008-01-18 | Enhanced Surface::writeSubstring to crop any string that exceeds the width of... | Paul Gilbert |
2008-01-17 | Bugfix for the position and size of the copy protection dialog instructions i... | Paul Gilbert |
2008-01-06 | Fix to show talk dialogs in EGA mode using the EGA palette | Paul Gilbert |
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert |
2008-01-05 | Made standard EGA background colour a constant | Paul Gilbert |
2008-01-05 | Added extra handling for EGA dialogs, and added formalised parameters/methods... | Paul Gilbert |
2008-01-02 | Room backgrounds now display in EGA mode | Paul Gilbert |
2007-12-29 | Added support for using scroll wheel for making selections in the Save/Restor... | Paul Gilbert |
2007-12-29 | Added mouse scrolling support to action menus and the save/restore dialog | Paul Gilbert |
2007-12-28 | Bugfix for string decoding to use the article of the destination character ra... | Paul Gilbert |
2007-12-19 | Bugfix for correctly handling \n characters in WordWrap method | Paul Gilbert |
2007-12-18 | Bugfix for font sizes indexing - dereferencing a character > 128 was giving a... | Paul Gilbert |
2007-12-17 | Added extra debug statements to the talk dialog display process | Paul Gilbert |
2007-12-16 | use the virtual keyboard facilities if available, when needed | Kostas Nakos |
2007-12-12 | Dynamic fix for several incorrect accented characters in the Italian version | Paul Gilbert |
2007-12-12 | Bugfix to return correct article indexes | Paul Gilbert |
2007-12-12 | Redeveloped the processing of language item article prefixes to match how the... | Paul Gilbert |
2007-12-10 | Changed over warning messages for save/load errors from the debug console to ... | Paul Gilbert |
2007-12-09 | Added extra debug statements | Paul Gilbert |
2007-12-09 | Added new debug category for string handling | Paul Gilbert |
2007-12-08 | Added some missing deletes of temporary objects | Paul Gilbert |
2007-12-02 | Modified the loadScreen method to accommodate some screens decoding to a sing... | Paul Gilbert |
2007-12-02 | Enhanced savegames to store any active dialog when the game was saved | Paul Gilbert |
2007-12-01 | Fixed Valgrind warning by freeing _lines with Memory::dealloc() insead of | Torbjörn Andersson |
2007-11-22 | Bugfix for the Escape key to close the Save/Restore dialog | Paul Gilbert |
2007-11-20 | Added a check to keep the cursor active when entering a savegame name on back... | Paul Gilbert |
2007-11-20 | Changed the copy protection dialog event loop so the fourth digit pressed wil... | Paul Gilbert |
2007-11-20 | Changed calls to pollEvent to be in while loops to ensure all pending events ... | Paul Gilbert |
2007-11-18 | Fixed sluggish mouse cursor on restart/restore screen. | Torbjörn Andersson |