Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-02 | Added a save/restore game dialog class | Paul Gilbert | |
svn-id: r24071 | |||
2006-10-02 | Added functionality to allow saving/loading the game state | Paul Gilbert | |
svn-id: r24070 | |||
2006-10-02 | Added methods for push/pop cursors | Paul Gilbert | |
svn-id: r24069 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-16 | Overhaul of the debugger code | Max Horn | |
* Moved Common::Debuggger to GUI::Debugger (mainly to satisfy linker restrictions) * Change the base Debugger class to *not* be a template class anymore; instead, a thin (template based) wrapper class is used to hook up debugger commands * Removed duplicate Cmd_Exit and Cmd_Help methods in favor of a single version of each in GUI::Debugger * New Cmd_Help doesn't word wrap after 39/78 chars, but rather queries the console to determine when to wrap * Debugger::preEnter and postEnter aren't pure virtual anymore svn-id: r23890 | |||
2006-09-16 | Reduce code duplication | Max Horn | |
svn-id: r23888 | |||
2006-09-10 | Make Lure run again on PalmOS fixing unaligned read | Chris Apers | |
svn-id: r23865 | |||
2006-09-10 | Makes lure compile with msvc8 again. | Johannes Schickel | |
svn-id: r23861 | |||
2006-09-09 | Fixed compilation | Chris Apers | |
svn-id: r23836 | |||
2006-09-07 | Transferred all previously hard-coded English in-game text to a resource | Paul Gilbert | |
svn-id: r23831 | |||
2006-09-05 | Fixed error message that still referred to disk0.vga | Paul Gilbert | |
svn-id: r23829 | |||
2006-09-03 | Fixed handling of player occupied areas during room changes | Paul Gilbert | |
svn-id: r23826 | |||
2006-09-03 | Bugfix to only list rooms that have been found in the Tell action 'Go To' ↵ | Paul Gilbert | |
command svn-id: r23825 | |||
2006-09-03 | Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's ↵ | Paul Gilbert | |
use clearer svn-id: r23824 | |||
2006-09-03 | Changed name of HOTSPOTFLAG_HIGHLIGHTED to HOTSPOTFLAG_FOUND to make it's ↵ | Paul Gilbert | |
use clearer svn-id: r23823 | |||
2006-09-03 | Added code fragment to mark a room as found when the player enters it | Paul Gilbert | |
svn-id: r23822 | |||
2006-08-30 | Implemented the Tell action handling, and added support for current actions ↵ | Paul Gilbert | |
with dynamic support data svn-id: r23810 | |||
2006-08-30 | Added word wrapping to the status line (necessary when giving long sets of ↵ | Paul Gilbert | |
Tell instructions) svn-id: r23809 | |||
2006-08-27 | Committed recent disassembly efforts | Paul Gilbert | |
svn-id: r23788 | |||
2006-08-27 | In progress work on tell command handling | Paul Gilbert | |
svn-id: r23787 | |||
2006-08-27 | Added support for selecting a sequence of commands in response to the Tell ↵ | Paul Gilbert | |
action svn-id: r23786 | |||
2006-08-27 | Incremented version number | Paul Gilbert | |
svn-id: r23785 | |||
2006-08-27 | Made the Memory::dealloc take a void * to make it easier to free any memory ↵ | Paul Gilbert | |
block type svn-id: r23784 | |||
2006-08-27 | Added support for rooms in the ShowItems method, and adding alphabetic ↵ | Paul Gilbert | |
sorting of entries in action selection svn-id: r23783 | |||
2006-08-27 | Added missing initialiser for current talking character | Paul Gilbert | |
svn-id: r23782 | |||
2006-08-27 | Added data for room header flags and actions | Paul Gilbert | |
svn-id: r23781 | |||
2006-08-27 | Added comments | Paul Gilbert | |
svn-id: r23780 | |||
2006-08-07 | changed references to StringData::getString to use two parameter version ↵ | Paul Gilbert | |
rather than passing NULL values svn-id: r23697 | |||
2006-08-07 | Incremented required data file version | Paul Gilbert | |
svn-id: r23696 | |||
2006-08-07 | Renamed hotspot talking destination character field to make it's use clearer | Paul Gilbert | |
svn-id: r23695 | |||
2006-08-07 | Reworked the talk dialog system to properly handle destination character and ↵ | Paul Gilbert | |
active item Id. Also completed ASK action handler svn-id: r23694 | |||
2006-08-07 | Fixed item overwriting destination character in ASK action | Paul Gilbert | |
svn-id: r23693 | |||
2006-08-07 | Enhanced Room::setTalkDialog to be passed the destination character and ↵ | Paul Gilbert | |
active item hotspot Id svn-id: r23692 | |||
2006-08-07 | Fixed displayMessage script method to use the new Hotspot::showMessage | Paul Gilbert | |
svn-id: r23691 | |||
2006-08-07 | Dialog::showMessage transferred over to the Hotspot class. Also enhanced ↵ | Paul Gilbert | |
TalkDialog to handle being passed a destination character and active item svn-id: r23690 | |||
2006-08-07 | Fixed signature of GetString method - it is a destination character passed, ↵ | Paul Gilbert | |
not the current action. Also added a new method to return a decoded string with the correct definite article prefix (a/an/the) svn-id: r23689 | |||
2006-08-06 | Reduced MD5 checking to 1Kb, and recalculated MD5 strings | Paul Gilbert | |
svn-id: r23686 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-07-30 | Added proper item selection handling for the ASK action | Paul Gilbert | |
svn-id: r23632 | |||
2006-07-30 | Added a popup menu method for listing the items presented in response to an ↵ | Paul Gilbert | |
ASK action svn-id: r23631 | |||
2006-07-30 | Added constants for known hotspot flags, and added line to flag hotspots ↵ | Paul Gilbert | |
that have been highlighted with the cursor svn-id: r23630 | |||
2006-07-30 | Added script method for changing the current hotspot header flags mask byte | Paul Gilbert | |
svn-id: r23629 | |||
2006-07-30 | Added a field value for the current hotspot header flags mask byte | Paul Gilbert | |
svn-id: r23628 | |||
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson | |
for consistency with other #includes. svn-id: r23585 | |||
2006-07-23 | Changed __lure_res_h__ to LURE_RES_H etc for consistency. | Torbjörn Andersson | |
svn-id: r23584 | |||
2006-07-23 | Removed GCC_PACK that must have been re-added by accident. | Torbjörn Andersson | |
svn-id: r23581 | |||
2006-07-23 | Added extra hotspot flags bytes needed for asking Ratpouch for an object, ↵ | Paul Gilbert | |
and changed differing word read macros to use a single standard svn-id: r23579 | |||
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at ↵ | Max Horn | |
least for GCC) svn-id: r23569 | |||
2006-07-22 | - let md5_file accept a FilesystemNode too | Johannes Schickel | |
- changes some engine detectors to use it svn-id: r23559 | |||
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all ↵ | Johannes Schickel | |
game detectors. svn-id: r23558 |