Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 amazon/shower issue outside temple | Gregory Montoir | |
svn-id: r11280 | |||
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-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 | 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 | Return mouse cursor and panel after cutaway. | David Eriksson | |
svn-id: r11247 | |||
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 | 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-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11224 | |||
2003-11-08 | fix bad animation string at amazon entrance room | Gregory Montoir | |
svn-id: r11222 | |||
2003-11-08 | fix dufflebag problem | Gregory Montoir | |
svn-id: r11208 | |||
2003-11-08 | Start/stop scenes - fixes missing panel. | David Eriksson | |
svn-id: r11205 | |||
2003-11-07 | Small fixes. | David Eriksson | |
svn-id: r11189 | |||
2003-11-07 | Minor fixes. | David Eriksson | |
svn-id: r11185 | |||
2003-11-07 | Added partial playSong() implementation | Joost Peters | |
svn-id: r11179 | |||
2003-11-06 | - Improved talking | David Eriksson | |
- Lots of small fixes svn-id: r11165 | |||
2003-11-06 | more enum stuff | Joost Peters | |
svn-id: r11163 | |||
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-04 | fix demo crash after introduction | Gregory Montoir | |
svn-id: r11131 | |||
2003-11-04 | preliminary R_MAP implementation | Gregory Montoir | |
svn-id: r11125 | |||
2003-11-03 | cleanup | Gregory Montoir | |
svn-id: r11108 | |||
2003-11-03 | enable room switching | Gregory Montoir | |
svn-id: r11089 | |||
2003-11-02 | Remove old FIXME | Joost Peters | |
svn-id: r11067 | |||
2003-11-02 | change inventory browsing to match original | Joost Peters | |
svn-id: r11065 | |||
2003-11-02 | cleanup/remaining Walk cutaway calls | Gregory Montoir | |
svn-id: r11056 | |||
2003-11-02 | add missing inventory functions | Joost Peters | |
svn-id: r11051 | |||
2003-10-31 | use Command class | Gregory Montoir | |
svn-id: r11017 | |||
2003-10-30 | new Verb class | Gregory Montoir | |
svn-id: r11010 | |||
2003-10-29 | only one RandomSource for the engine | Gregory Montoir | |
svn-id: r11004 | |||
2003-10-28 | added loadFileMalloc() method | Joost Peters | |
svn-id: r10988 | |||
2003-10-27 | more stuff for future Command class | Gregory Montoir | |
svn-id: r10987 | |||
2003-10-26 | cleanup, add comments | Gregory Montoir | |
svn-id: r10977 | |||
2003-10-25 | add some methods to Logic for future Command class | Gregory Montoir | |
svn-id: r10965 | |||
2003-10-25 | added GameSettings class + FIND_VERB implementation | Gregory Montoir | |
svn-id: r10960 | |||
2003-10-25 | whatever | Joost Peters | |
svn-id: r10959 | |||
2003-10-24 | misc fixes/tweaks | Gregory Montoir | |
svn-id: r10954 | |||
2003-10-23 | move state related methods to specific class + minor changes | Gregory Montoir | |
svn-id: r10951 | |||
2003-10-23 | minor changes for future Command class | Gregory Montoir | |
svn-id: r10949 | |||
2003-10-23 | Initial version of the Input class. Some things still missing. | David Eriksson | |
svn-id: r10944 | |||
2003-10-21 | add Sound class + call it from Talk::speakSegment | Joost Peters | |
svn-id: r10933 | |||
2003-10-21 | WALK, GRAB_JOE, GRAB_DIR, USE_UNDERWEAR, USE_DRESS and USE_CLOTHES ↵ | Gregory Montoir | |
implementations svn-id: r10924 | |||
2003-10-20 | real Logic::anim cleanup | Gregory Montoir | |
svn-id: r10910 | |||
2003-10-20 | Logic::anim / BobSlot cleanup | Gregory Montoir | |
svn-id: r10909 | |||
2003-10-19 | minor cleanup / comments update | Gregory Montoir | |
svn-id: r10908 | |||
2003-10-18 | fix bad access on areas | Gregory Montoir | |
svn-id: r10900 |