Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-11 | centralize all State related stuff | Gregory Montoir | |
svn-id: r11577 | |||
2003-12-06 | minor cleanup, reuse some data from intervie.exe | Gregory Montoir | |
svn-id: r11519 | |||
2003-12-03 | fix problem in opening/closing doors | Gregory Montoir | |
svn-id: r11485 | |||
2003-12-02 | fix a potiental journal issue | Gregory Montoir | |
svn-id: r11478 | |||
2003-12-02 | - some Command code refactoring (removed unused code, splitted some methods) | Gregory Montoir | |
- game is now playable up to floda basement (at least) svn-id: r11477 | |||
2003-12-01 | fix bug in command code, letting a failed command being executed | Gregory Montoir | |
svn-id: r11452 | |||
2003-11-30 | cleanup | Gregory Montoir | |
svn-id: r11438 | |||
2003-11-27 | - speak correct sentence when object is not usable | Gregory Montoir | |
- some hardcoded stuff for rooms 69 & 108 - handle CUTJOEF svn-id: r11383 | |||
2003-11-26 | fix some animation issues | Gregory Montoir | |
svn-id: r11380 | |||
2003-11-26 | add a wrapper for Talk::speak in Logic that clears current command | Gregory Montoir | |
svn-id: r11379 | |||
2003-11-26 | clear current command *in* Command class (not logic) | Gregory Montoir | |
svn-id: r11376 | |||
2003-11-26 | rename some methods (purely cosmetic) and fix some walking problems when ↵ | Gregory Montoir | |
closing Journal screen svn-id: r11373 | |||
2003-11-26 | preliminary journal implementation ; this should allow to save/load game ↵ | Gregory Montoir | |
state and somewhat configure sound/speech stuff svn-id: r11370 | |||
2003-11-20 | fix 'gorilla becoming invisible' issue (this was due to the missing ↵ | Gregory Montoir | |
CLEAR_COMMAND call in SPEAK/TALK ; for now, added a Command::clear before each 'sensible' Talk::* call) svn-id: r11352 | |||
2003-11-16 | Fixed warning | Torbjörn Andersson | |
svn-id: r11308 | |||
2003-11-16 | fix song playafter/playbefore type issue | Gregory Montoir | |
svn-id: r11307 | |||
2003-11-16 | fix some bugs : | Gregory Montoir | |
- Joe being unable to grab oil during carbam scene (walking bug, when dest_pt == orig_pt) - wrong Joe facing direction when opening plane door updated handlePinnacleRoom() comment svn-id: r11306 | |||
2003-11-15 | - Enabled missing calls to _sound->playSong, now it should *really* play all SFX | Joost Peters | |
- Moved sound/music related toggle variables to Sound class - Changed "Couldn't find file.." warning() to debug(7, ..) svn-id: r11303 | |||
2003-11-15 | fix some bugs : | Gregory Montoir | |
- right-clicking on inventory item doesn't execute default action - unapplied room light level when Joe enters a room - updated comment in roomDisplay on palette fading problem - during dialogue, invalid mouse-overs (added enum for joeWalk flag too) preparing Journal stuff : - add a (almost useless) useJournal method to Logic - removed useless code in Graphics, as it should (and could) be easily re-written in a more OO way svn-id: r11299 | |||
2003-11-13 | fix a problem in talk/command interaction (maybe that also fix the floda ↵ | Gregory Montoir | |
receptionist crash...) svn-id: r11287 | |||
2003-11-13 | fix some bugs : | Gregory Montoir | |
- grayed panel disappearing during cutaway - canceling joe walk before switching to another room svn-id: r11277 | |||
2003-11-13 | Clear command text before talking. | David Eriksson | |
svn-id: r11274 | |||
2003-11-12 | fix some bugs : | Gregory Montoir | |
- panel not grayed when playing a cutaway - command text still displayed when playing a cutaway - panel drawing glitch on pinnacle room exit - text color on the dialogue choices not updated svn-id: r11267 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11224 | |||
2003-11-08 | fix dufflebag problem | Gregory Montoir | |
svn-id: r11208 | |||
2003-11-06 | - Improved talking | David Eriksson | |
- Lots of small fixes svn-id: r11165 | |||
2003-11-06 | Clean-up | David Eriksson | |
svn-id: r11161 | |||
2003-11-06 | The more I implement, the more I need to implement. | David Eriksson | |
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160 | |||
2003-11-05 | minor changes | Gregory Montoir | |
svn-id: r11147 | |||
2003-11-04 | preliminary R_MAP implementation | Gregory Montoir | |
svn-id: r11125 | |||
2003-11-03 | oops | Gregory Montoir | |
svn-id: r11111 | |||
2003-11-03 | cleanup | Gregory Montoir | |
svn-id: r11108 | |||
2003-11-03 | cleanup / enable cutaway calls | Gregory Montoir | |
svn-id: r11090 | |||
2003-11-02 | fix locking verb crash | Gregory Montoir | |
svn-id: r11054 | |||
2003-10-31 | initial version of Command class | Gregory Montoir | |
svn-id: r11016 |