Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-10 | Bugfix to clipping so player's feet aren't visible in the corner of the ↵ | Paul Gilbert | |
screen as the chute is exited svn-id: r25455 | |||
2007-02-09 | Turned two comments into doxygen comments | Max Horn | |
svn-id: r25451 | |||
2007-02-09 | fix warning | Max Horn | |
svn-id: r25450 | |||
2007-02-09 | Removed redundant line used during testing | Paul Gilbert | |
svn-id: r25443 | |||
2007-02-09 | Added 'room' command to show room information | Paul Gilbert | |
svn-id: r25442 | |||
2007-02-09 | Added new flag for blocked characters and extra checking of dynamic support ↵ | Paul Gilbert | |
records versus static schedule entry records svn-id: r25441 | |||
2007-02-09 | Improved character blocked/bumped handling | Paul Gilbert | |
svn-id: r25440 | |||
2007-02-09 | Removed use of static support data record for player to simplify save process | Paul Gilbert | |
svn-id: r25439 | |||
2007-02-09 | Removed use of static support data record for player to simplify save process | Paul Gilbert | |
svn-id: r25438 | |||
2007-02-02 | Bugfix to fix crash when Ratpouch chooses an in-room random destination | Paul Gilbert | |
svn-id: r25333 | |||
2007-02-01 | Used Fingolfin's workaround for a bogus (?) warning produced by some versions | Torbjörn Andersson | |
of GCC. (Not the one he's using, though, which is why I'm doing this instead.) svn-id: r25327 | |||
2007-02-01 | Added custom load code for room #20 Notice | Paul Gilbert | |
svn-id: r25317 | |||
2007-01-31 | Expanded the chute animation to display the full sequence as the player ↵ | Paul Gilbert | |
leaves the dungeon svn-id: r25302 | |||
2007-01-31 | Added animation handler for the player exiting the sewer, and some bugfixes ↵ | Paul Gilbert | |
to allow Ratpouch to correctly open up the dungeon exit svn-id: r25301 | |||
2007-01-31 | Added constants for the dungeon bricks and chute animation resources | Paul Gilbert | |
svn-id: r25300 | |||
2007-01-31 | Changed the coveredFlag to have an initial state distinct from true or false | Paul Gilbert | |
svn-id: r25299 | |||
2007-01-31 | Added check to skip drawing hotspots in layer 1 if their skip flag is set | Paul Gilbert | |
svn-id: r25298 | |||
2007-01-31 | Added script methods needed for leaving the dungeon | Paul Gilbert | |
svn-id: r25297 | |||
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko | |
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134 | |||
2006-11-12 | Bugfix to prevent player freezing in place after bumping into another character | Paul Gilbert | |
svn-id: r24688 | |||
2006-11-12 | Bugfix to prevent pathfinder failure after making a small step | Paul Gilbert | |
svn-id: r24687 | |||
2006-11-05 | Set ROOM_EXIT_ANIMATION constant, to fix compile for now. Not sure if value ↵ | Travis Howell | |
is correct svn-id: r24625 | |||
2006-11-05 | Added display of the two special between room animations: falling down the ↵ | Paul Gilbert | |
chute and hiding in the barrel svn-id: r24623 | |||
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 |