Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-19 | Fixed regression in queen floppy version. Before doing any speech/texts ↵ | Gregory Montoir | |
synchronization, we check the voice sfx exists. See also patch #1087870 svn-id: r16131 | |||
2004-12-06 | Cutaway code also handles some talking stuff... Updated this part too, to ↵ | Gregory Montoir | |
fix 'bug' #1034715 svn-id: r15996 | |||
2004-12-03 | Minor cleanup, one more time. | Gregory Montoir | |
Fixed a crash when returning to the launcher at the end of the game. I played FOTAQ (french) from the beginning to the end some hours ago, I haven't encountered any special problems/glitches (except the one mentionned above). svn-id: r15979 | |||
2004-11-23 | cleanup, follow code conventions | Gregory Montoir | |
svn-id: r15872 | |||
2004-11-22 | possible fix for 'bug' #1034715 | Gregory Montoir | |
svn-id: r15861 | |||
2004-10-08 | cleanup ; follow the code conventions | Gregory Montoir | |
svn-id: r15476 | |||
2004-10-03 | merged FRAMES_JOE and FRAMES_JOE_XTRA | Gregory Montoir | |
svn-id: r15398 | |||
2004-10-03 | cleanup | Gregory Montoir | |
svn-id: r15396 | |||
2004-09-12 | Fixed some other cases where the number of parameters to our message- | Torbjörn Andersson | |
printing functions didn't agree with the format strings. GCC will find a couple of other things to warn about if these functions are labelled as printf()-style functions, but those were less important, I think. svn-id: r15081 | |||
2004-08-24 | Rewrote the way strings are extracting from the datafiles, now it should be ↵ | Gregory Montoir | |
'alignment safe'. Maybe it will fix bugs #923570 and #1013886, too. svn-id: r14734 | |||
2004-08-17 | remove some debug information and fix bug #1010929 | Gregory Montoir | |
svn-id: r14639 | |||
2004-08-14 | minor cleanp | Gregory Montoir | |
svn-id: r14616 | |||
2004-08-14 | fixed warnings | Paweł Kołodziejski | |
svn-id: r14603 | |||
2004-08-06 | minor cleanup | Gregory Montoir | |
svn-id: r14484 | |||
2004-08-05 | simplified some code | Gregory Montoir | |
svn-id: r14472 | |||
2004-06-27 | Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵ | Max Horn | |
to pass getGameDataPath() on to File::open() svn-id: r14087 | |||
2004-04-03 | patch #910779 (with minor tweaks), fotaq hebrew support : | Gregory Montoir | |
- reversed button captions in journal - reversed command text in pinnacle room - reverse order of lines in dialogue chooser thanks Ori Avtalion ! svn-id: r13447 | |||
2004-03-23 | Fix #922003 - FOTAQ crash on PocketPC | Nicolas Bacca | |
svn-id: r13372 | |||
2004-03-19 | Fixed | Chris Apers | |
svn-id: r13342 | |||
2004-03-17 | Added PalmOS support | Chris Apers | |
svn-id: r13336 | |||
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir | |
svn-id: r13214 | |||
2004-02-21 | I am an idiot. | Joost Peters | |
Better fix for bug #899881 (Sounds played when sound turned off) - I forgot I added the isSpeech flag a while back. :) svn-id: r12976 | |||
2004-02-21 | Fix for bug #899881 (Sounds played when sound turned off) | Joost Peters | |
svn-id: r12975 | |||
2004-02-21 | Fixed arrow dialogue glitches (partial display) in non-english versions. ↵ | Gregory Montoir | |
This was due to a (wrong) blitting order of the bobs, arrows are now the last ones. svn-id: r12959 | |||
2004-01-28 | remove outdated TODOs | Joost Peters | |
svn-id: r12658 | |||
2004-01-25 | Seperate SFX and Speech. | Joost Peters | |
this fixes the 'pauses' in the car-chase scene and other scene which use speech and sfx simultaneously. svn-id: r12599 | |||
2004-01-23 | change sscanf() calls to atoi() to please PalmOS :) | Gregory Montoir | |
svn-id: r12582 | |||
2004-01-22 | (slightly) less hackish bounding box code | Gregory Montoir | |
svn-id: r12576 | |||
2004-01-20 | fix 'conversation options still displayed after hitting esc' bug (noticeable ↵ | Gregory Montoir | |
in plane when speaking to Sparky) svn-id: r12565 | |||
2004-01-16 | - removed noisy warning in talk code | Gregory Montoir | |
- set _entryObj only if verb is WALK_TO - changed setConditions code in Command::openOrCloseAssociatedObject to be consistent with Command::setConditions ; this isn't like the original, but more logical to me. svn-id: r12441 | |||
2004-01-16 | some assert() calls | Gregory Montoir | |
svn-id: r12435 | |||
2004-01-14 | - tweaked a bit walking functions to make persons stop walking when a ↵ | Gregory Montoir | |
cutaway is canceled - removed unpack to bob frame 2 (as it is never used) - changed some error() calls to assert() - minor cleanups svn-id: r12385 | |||
2004-01-11 | - stop voice when skipping dialogue | Joost Peters | |
- scroll 4 inventory items when right-clicking svn-id: r12314 | |||
2004-01-10 | new Talk::splitOption() code (same value for text margins, word width is ↵ | Gregory Montoir | |
computed without the ending space char) svn-id: r12310 | |||
2004-01-10 | removed old hack to prevent speaking sentence 0 | Gregory Montoir | |
svn-id: r12308 | |||
2004-01-10 | removed some debug() calls | Gregory Montoir | |
svn-id: r12307 | |||
2004-01-10 | enabled arrows in dialogue (non english versions) | Gregory Montoir | |
svn-id: r12306 | |||
2004-01-10 | Text position for talking heads. | David Eriksson | |
svn-id: r12300 | |||
2004-01-10 | Honor speech and subtitle toggles | David Eriksson | |
svn-id: r12298 | |||
2004-01-09 | renamed some methods and moved some code to Display | Gregory Montoir | |
svn-id: r12276 | |||
2004-01-08 | moved the remaining 'graphics' stuff from Logic to Graphics | Gregory Montoir | |
svn-id: r12266 | |||
2004-01-08 | - new Grid class to handle all zones / areas stuff | Gregory Montoir | |
- adapted Logic/Walk code to use it svn-id: r12250 | |||
2004-01-08 | mostly cleanup : | Gregory Montoir | |
- moved main update() method to QueenEngine - merged update() & checkPlayer() - added a method in Logic class to handle the CUTAWAY_SPECIAL stuff - Journal remembers last seen page - no need to call loadPanel() to restore panel palette, use palSetPanel() instead svn-id: r12240 | |||
2004-01-07 | - moved some Person/Anim code to Graphics | Gregory Montoir | |
- some renaming svn-id: r12218 | |||
2004-01-06 | moved animation stuff to Graphics class | Gregory Montoir | |
svn-id: r12182 |