Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-17 | fix some demo-related bugs : | Gregory Montoir | |
- lola disappearing under the shower - wrong frame used when Joe uses the sheet rope (changed some conditions to match the ones in the original source) the english demo versions (PCGames & normal) seem now to be completable without any graphical glitches ; only the sound/music and 'end message' are missing svn-id: r11325 | |||
2003-11-17 | restart person animations at the end of a cutaway (this enables Sparky to ↵ | Gregory Montoir | |
animate again after giving Joe his file) svn-id: r11322 | |||
2003-11-17 | fix 'chasing car disappearing for a frame' issue | Gregory Montoir | |
svn-id: r11320 | |||
2003-11-16 | Apparently, my previous fix (joe position when switching room) causes ↵ | Gregory Montoir | |
trouble when returning from a cutaway with initialRoom != currentRoom. I added a condition, but that's not exactly like the original. Maybe one effect of the missing SETUP_ROOM call in cutaway code. svn-id: r11314 | |||
2003-11-16 | fix 'wrong Joe position when switching from hotel basement to lobby' issue | Gregory Montoir | |
svn-id: r11313 | |||
2003-11-16 | fixed warning | Paweł Kołodziejski | |
svn-id: r11311 | |||
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 | Play correct sound for initial talk second time we talk to someone. | David Eriksson | |
svn-id: r11304 | |||
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 | - Talk clean-up | David Eriksson | |
- Make it possible to quit a dialogue svn-id: r11302 | |||
2003-11-15 | Correctly set hasTalkedTo. | David Eriksson | |
svn-id: r11301 | |||
2003-11-15 | forget to update this | Gregory Montoir | |
svn-id: r11300 | |||
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-14 | fix 'wrong background when talking to Faye inside the plane' issue | Gregory Montoir | |
svn-id: r11297 | |||
2003-11-14 | rewitten fullscreen/panel switching code | Gregory Montoir | |
svn-id: r11296 | |||
2003-11-14 | Play all sfx now, instead of only amiga ones + some music preparation | Joost Peters | |
svn-id: r11288 | |||
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 'Skip handing over the comic to Joe' issue | Gregory Montoir | |
svn-id: r11286 | |||
2003-11-13 | According to the original source code, the journal has a different ID in | David Eriksson | |
the demos, but when actually running the demos I get a banana instead of a journal... so let's use the same ID as in the real game. svn-id: r11285 | |||
2003-11-13 | Fix needed for demos too. | David Eriksson | |
svn-id: r11284 | |||
2003-11-13 | Fix crashing demos: the demos have no song parameter in cutaway animations. | David Eriksson | |
svn-id: r11283 | |||
2003-11-13 | Just debug messages and comment stuff | David Eriksson | |
svn-id: r11282 | |||
2003-11-13 | fix amazon/shower issue outside temple | Gregory Montoir | |
svn-id: r11280 | |||
2003-11-13 | Small talk fixes. | David Eriksson | |
There is some bug with the body action. svn-id: r11279 | |||
2003-11-13 | update | Gregory Montoir | |
svn-id: r11278 | |||
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 | Use constant for pinnacle room number. | David Eriksson | |
svn-id: r11276 | |||
2003-11-13 | Added another variable. | David Eriksson | |
svn-id: r11275 | |||
2003-11-13 | Clear command text before talking. | David Eriksson | |
svn-id: r11274 | |||
2003-11-12 | fix the skipped initial talk to floda receptionist | Gregory Montoir | |
svn-id: r11270 | |||
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-10 | hack for special french character | Gregory Montoir | |
svn-id: r11250 | |||
2003-11-10 | fix some bugs : | Gregory Montoir | |
- bettle not disappearing when caught - wrong Joe position when switching rooms - bellboy dispappearing after spoken to him (partially fixed) svn-id: r11249 | |||
2003-11-10 | Make the fix like the original game instead. | David Eriksson | |
svn-id: r11248 | |||
2003-11-10 | Return mouse cursor and panel after cutaway. | David Eriksson | |
svn-id: r11247 | |||
2003-11-10 | Forgot to commit this | Joost Peters | |
svn-id: r11246 | |||
2003-11-10 | Fix warning | Torbjörn Andersson | |
svn-id: r11240 | |||
2003-11-10 | cut down on unnecessary GameDetector references | Max Horn | |
svn-id: r11239 | |||
2003-11-09 | Enable intro again | Joost Peters | |
svn-id: r11234 | |||
2003-11-09 | update | Joost Peters | |
svn-id: r11233 | |||
2003-11-09 | fix small leak | Joost Peters | |
svn-id: r11231 | |||
2003-11-09 | Added (quick-)Saving/Loading | Joost Peters | |
svn-id: r11230 | |||
2003-11-09 | forgot to update comment | Gregory Montoir | |
svn-id: r11229 | |||
2003-11-09 | fix flipped faye issue in c3a.cut | Gregory Montoir | |
svn-id: r11228 | |||
2003-11-09 | enable (some of) the original debug passwords | Gregory Montoir | |
svn-id: r11227 | |||
2003-11-09 | Moved _talkSelected to Logic. | David Eriksson | |
svn-id: r11226 | |||
2003-11-09 | - Fix cutaway bug that made Joe end up in the wrong location when the | David Eriksson | |
cutaway was cancelled. - Fix cutaway bugs that made it very bad to cancel the cutaway where Joe looks out from the hotel window. svn-id: r11225 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11224 |