Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-07 | LURE: Stop taking address of unaligned pointer | Colin Snover | |
While usage of these pointers was technically safe because they were read through an alignment-aware API, taking the address of an unaligned pointer was generating warnings in Clang, and is not strictly necessary here. This change solves the warning and also protects this code from any future change that might cause it to start reading unsafely. | |||
2015-11-16 | LURE: Fix spelling of Observar in Spanish version | Paul Gilbert | |
2014-02-18 | LURE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-03-13 | JANITORIAL: Simply use *x instead of *x.get() on smart pointers. | Christoph Mallon | |
2012-03-13 | JANITORIAL: Remove dead code. | Christoph Mallon | |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel | |
This makes the name match with the name of the STL function with the same behavior. | |||
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-11-01 | ENGINES: Remove some 'using' statements | Max Horn | |
svn-id: r54001 | |||
2010-10-05 | LURE: Bugfix for #3008511 - Goewin stuck at counter | Paul Gilbert | |
svn-id: r53029 | |||
2010-04-27 | Bugfix for making Goewin more smoothly follow player out of the caves | Paul Gilbert | |
svn-id: r48813 | |||
2009-11-29 | Bugfix for reactivating an NPC when it was previously deactivated at ↵ | Paul Gilbert | |
precisely the moment when it was about to do a pathfinding svn-id: r46189 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
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 | |||
2009-08-18 | Bugfix for Castle Skorl problem reported on the list | Paul Gilbert | |
svn-id: r43507 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-01-03 | Bugfix for #2480853 - Skorl doesn't follow Minnow into Cellar | Paul Gilbert | |
svn-id: r35695 | |||
2008-10-05 | Changed NPC schedules to be loaded when an NPC is activated - this avoids an ↵ | Paul Gilbert | |
issue with the Castle Skorl's pre-activation room number being invalid room #99 svn-id: r34748 | |||
2008-05-28 | LURE: Fixed some memory leaks when returning to the launcher from the LURE ↵ | Christopher Page | |
engine svn-id: r32357 | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2008-04-06 | Replaced ManagedList with Common::SharedPtr in the rest of the lure engine | Filippos Karapetis | |
svn-id: r31420 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-24 | Got rid of the experimental NPC Schedule store in favour of moving the NPC ↵ | Paul Gilbert | |
schedules from the active hotspot class back into the hotspot data class, similiar to how the original game implements them svn-id: r30629 | |||
2008-01-20 | Fixed bug with saving of cached actor schedules and added saving of talk ↵ | Paul Gilbert | |
data flags svn-id: r30582 | |||
2008-01-10 | Replaced the Blacksmith hack with an NPC Schedules list that stores the ↵ | Paul Gilbert | |
active schedule of an NPC when it's deactivated in case it's later reactivated again. svn-id: r30378 | |||
2008-01-10 | Added proper reset of barmen data when game is restarted, and added missing ↵ | Paul Gilbert | |
barman data to savegames svn-id: r30367 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2008-01-02 | Adjusted the colour of the EGA cursors to match the original game | Paul Gilbert | |
svn-id: r30146 | |||
2008-01-02 | Enhanced cursor code to handle cursors in EGA mode | Paul Gilbert | |
svn-id: r30143 | |||
2007-12-31 | Added extra palette handling for EGA palettes | Paul Gilbert | |
svn-id: r30097 | |||
2007-12-29 | Fix to ensure any active conversation data or selected hotspot is cleared ↵ | Paul Gilbert | |
when restoring or restarting a game svn-id: r30066 | |||
2007-12-23 | Bugfix for Town Hall room: Captive Goewin's bounds were frequently and ↵ | Paul Gilbert | |
incorrectly preventing the player from talking to the Skorl svn-id: r29957 | |||
2007-12-09 | Hack to workaround struct padding added by some compilers (mainly on PalmOS) | Chris Apers | |
svn-id: r29777 | |||
2007-12-09 | Added extra debug statements | Paul Gilbert | |
svn-id: r29773 | |||
2007-12-02 | Added some more code to the savegame load process to correctly handle ↵ | Paul Gilbert | |
previously saved savegames (from version 25) svn-id: r29693 | |||
2007-12-02 | Enhanced savegames to store any active dialog when the game was saved | Paul Gilbert | |
svn-id: r29689 | |||
2007-12-02 | Reworked the RoomResource structure to make the game easier to compile on PalmOS | Paul Gilbert | |
svn-id: r29687 | |||
2007-11-22 | Changed animation constants to clarify standard indexes versus custom voice ↵ | Paul Gilbert | |
bubble Ids svn-id: r29603 | |||
2007-11-17 | Identified some more Endian issues (thanks to Max) | Paul Gilbert | |
svn-id: r29533 | |||
2007-11-17 | Cleaned up the logic of the activateHotspot method | Paul Gilbert | |
svn-id: r29525 | |||
2007-11-16 | Bugfix for talk dialog not closing if the same character talks twice in ↵ | Paul Gilbert | |
immediate succession svn-id: r29515 | |||
2007-11-10 | Expanded talk routines so that characters now properly stand still only when ↵ | Paul Gilbert | |
they're meant to svn-id: r29471 | |||
2007-10-07 | Added loading of new give talk Id list | Paul Gilbert | |
svn-id: r29167 | |||
2007-09-23 | Converted fields in data that were originally offsets (such as tick proc ↵ | Paul Gilbert | |
offsets) to use indexes, allowing for more generic handling of different language versions svn-id: r29073 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-16 | Bugfix to keep language strings in memory across restarts | Paul Gilbert | |
svn-id: r28916 | |||
2007-09-10 | Lots of source code formatting corrections | Max Horn | |
svn-id: r28887 | |||
2007-08-25 | Completed the restart/restore dialog screen and functionality | Paul Gilbert | |
svn-id: r28714 | |||
2007-08-12 | Cleaned up structures for room exit joins | Paul Gilbert | |
svn-id: r28550 |