Age | Commit message (Collapse) | 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 | |
Fixes bug #3539031 - "LURE: Crash at Copy Protection Screen". This reverts the previous fix which only worked for QWERTY keyboards and made the issue worse for AZERTY keyboards. It now uses the ASCII code instead of the keycode for the sanity check. | |||
2012-06-29 | LURE: Fix engine crash in copy protection screen. | D G Turner | |
Fixes bug #3539031 - "LURE: Crash at Copy Protection Screen". Previously, the code didn't prevent keyboard events with modifiers being used. Since the ascii values for these were outside the 0-9 numeric range, this resulted in an invalid frame number being used and thus the engine aborted at an asertion. | |||
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 ↵ | David Turner | |
(Temptress over Castle). This screen is displayed if you lose the fight with the Skorl in the Dragon Caves etc. This fix should be reviewed and then backported to v1.1.0 branch. svn-id: r48421 | |||
2010-01-19 | LURE: Remove evil 'using namespace' from header files | Max Horn | |
svn-id: r47396 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-24 | Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hack | Filippos Karapetis | |
svn-id: r44311 | |||
2009-09-24 | Changed some references from LureEngine to the global g_engine (e.g. calls ↵ | Filippos Karapetis | |
to shouldQuit()), to minimize places where LureEngine is referenced svn-id: r44290 | |||
2009-08-24 | Switched LURE to use a single central RandomSource instance, instead of ↵ | Johannes Schickel | |
(sometimes) creating a new RandomSource every function call. svn-id: r43715 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-07-10 | Lure works with the new GMM implementation | Christopher Page | |
svn-id: r32996 | |||
2008-06-25 | Kyra and Lure are now using the new _quit flag | Christopher Page | |
svn-id: r32772 | |||
2008-04-06 | Replaced ManagedList with Common::SharedPtr in the rest of the lure engine | Filippos Karapetis | |
svn-id: r31420 | |||
2008-04-02 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r31362 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-19 | fixed potential unitialized variable | Paweł Kołodziejski | |
svn-id: r30574 | |||
2008-01-18 | Enhanced Surface::writeSubstring to crop any string that exceeds the width ↵ | Paul Gilbert | |
of the surface - this fixes a visual glitch in the German version where some lines were so long they were exceeding the size of the screen svn-id: r30547 | |||
2008-01-17 | Bugfix for the position and size of the copy protection dialog instructions ↵ | Paul Gilbert | |
in the German version svn-id: r30524 | |||
2008-01-06 | Fix to show talk dialogs in EGA mode using the EGA palette | Paul Gilbert | |
svn-id: r30286 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2008-01-05 | Made standard EGA background colour a constant | Paul Gilbert | |
svn-id: r30233 | |||
2008-01-05 | Added extra handling for EGA dialogs, and added formalised ↵ | Paul Gilbert | |
parameters/methods for text positioning svn-id: r30226 | |||
2008-01-02 | Room backgrounds now display in EGA mode | Paul Gilbert | |
svn-id: r30138 | |||
2007-12-29 | Added support for using scroll wheel for making selections in the ↵ | Paul Gilbert | |
Save/Restore dialog and action lists svn-id: r30070 | |||
2007-12-29 | Added mouse scrolling support to action menus and the save/restore dialog | Paul Gilbert | |
svn-id: r30065 | |||
2007-12-28 | Bugfix for string decoding to use the article of the destination character ↵ | Paul Gilbert | |
rather than the talking character svn-id: r30036 | |||
2007-12-19 | Bugfix for correctly handling \n characters in WordWrap method | Paul Gilbert | |
svn-id: r29903 | |||
2007-12-18 | Bugfix for font sizes indexing - dereferencing a character > 128 was giving ↵ | Paul Gilbert | |
a negative index svn-id: r29900 | |||
2007-12-17 | Added extra debug statements to the talk dialog display process | Paul Gilbert | |
svn-id: r29894 | |||
2007-12-16 | use the virtual keyboard facilities if available, when needed | Kostas Nakos | |
svn-id: r29882 | |||
2007-12-12 | Dynamic fix for several incorrect accented characters in the Italian version | Paul Gilbert | |
svn-id: r29836 | |||
2007-12-12 | Bugfix to return correct article indexes | Paul Gilbert | |
svn-id: r29835 | |||
2007-12-12 | Redeveloped the processing of language item article prefixes to match how ↵ | Paul Gilbert | |
the original handles the various languages svn-id: r29833 | |||
2007-12-10 | Changed over warning messages for save/load errors from the debug console to ↵ | Paul Gilbert | |
their own dialog svn-id: r29814 | |||
2007-12-09 | Added extra debug statements | Paul Gilbert | |
svn-id: r29774 | |||
2007-12-09 | Added new debug category for string handling | Paul Gilbert | |
svn-id: r29772 | |||
2007-12-08 | Added some missing deletes of temporary objects | Paul Gilbert | |
svn-id: r29762 | |||
2007-12-02 | Modified the loadScreen method to accommodate some screens decoding to a ↵ | Paul Gilbert | |
single byte more than the actual screen size svn-id: r29691 | |||
2007-12-02 | Enhanced savegames to store any active dialog when the game was saved | Paul Gilbert | |
svn-id: r29689 | |||
2007-12-01 | Fixed Valgrind warning by freeing _lines with Memory::dealloc() insead of | Torbjörn Andersson | |
delete. svn-id: r29680 | |||
2007-11-22 | Bugfix for the Escape key to close the Save/Restore dialog | Paul Gilbert | |
svn-id: r29609 | |||
2007-11-20 | Added a check to keep the cursor active when entering a savegame name on ↵ | Paul Gilbert | |
backends that provide a virtual keyboard svn-id: r29578 | |||
2007-11-20 | Changed the copy protection dialog event loop so the fourth digit pressed ↵ | Paul Gilbert | |
will be briefly displayed svn-id: r29577 | |||
2007-11-20 | Changed calls to pollEvent to be in while loops to ensure all pending events ↵ | Paul Gilbert | |
get processed svn-id: r29576 | |||
2007-11-18 | Fixed sluggish mouse cursor on restart/restore screen. | Torbjörn Andersson | |
svn-id: r29555 |