Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir | |
svn-id: r16394 | |||
2004-11-30 | enabled savegame loading on startup | Gregory Montoir | |
svn-id: r15964 | |||
2004-11-23 | cleanup, follow code conventions | Gregory Montoir | |
svn-id: r15872 | |||
2004-11-15 | change engine initialization as suggested on -devel | Gregory Montoir | |
svn-id: r15822 | |||
2004-11-09 | Cleanup | Chris Apers | |
svn-id: r15739 | |||
2004-10-06 | Updated comment | Chris Apers | |
svn-id: r15434 | |||
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-06 | cleanup and simplify Resource class a bit more | Gregory Montoir | |
svn-id: r14488 | |||
2004-08-06 | minor cleanup | Gregory Montoir | |
svn-id: r14484 | |||
2004-08-05 | simplified some code | Gregory Montoir | |
svn-id: r14472 | |||
2004-08-05 | not needed anymore, as File::open() handles the current directory | Gregory Montoir | |
svn-id: r14471 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-03-17 | Added PalmOS support | Chris Apers | |
svn-id: r13336 | |||
2004-02-11 | add support for the hebrew talkie version and warn the user if s/he's using ↵ | Joost Peters | |
an old version of the tbl file svn-id: r12826 | |||
2004-01-23 | change sscanf() calls to atoi() to please PalmOS :) | Gregory Montoir | |
svn-id: r12582 | |||
2004-01-19 | *temporary* fix for LineReader to handle files not terminated by an empty ↵ | Gregory Montoir | |
string (*.crd) svn-id: r12527 | |||
2004-01-12 | New save/load code, this *breaks* compatiblity with the previous | Gregory Montoir | |
savefile format. Use the 'qsc' tool to convert your old files (http://0x.7fc1.org/fotaq/qsc.[cpp|exe]). svn-id: r12339 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-05 | At last - credits! | David Eriksson | |
svn-id: r12155 | |||
2003-12-31 | use compressed data file instead of original one if both are available | Gregory Montoir | |
svn-id: r12059 | |||
2003-12-30 | interview mini-game support | Gregory Montoir | |
svn-id: r12037 | |||
2003-12-29 | - hack to read patched .dog files (french & italian versions) from game data ↵ | Gregory Montoir | |
path instead of data file - cleanup Resource a bit (add an accessor for ResourceEntry in order to avoid multiple calls to resourceIndex) svn-id: r12006 | |||
2003-12-28 | cleanup Resource class a bit : | Gregory Montoir | |
- re-use some methods to read the resource table (normal / compressed) - removed _gameVersion member as we can do without it (and is mostly useless in case of a compressed data file) ; now, we use the 'JAS version string' as it is sufficient to detect if the game is a floppy version / demo etc. - const'ness - tweaked checkJASVersion() for interview mini game removed (useless) dirty hack in Logic::changeRoom() to setup initial scene in demos (pclogo.cut doesn't exist at all !) svn-id: r11998 | |||
2003-12-26 | cleanup | Gregory Montoir | |
svn-id: r11946 | |||
2003-12-12 | get rid of queencomp target (rather simply always check for both queen.1 and ↵ | Max Horn | |
queen.1c); this allows some code simplification and gets rid of the last access to detector->_game in queen svn-id: r11599 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11588 | |||
2003-12-01 | cleanup header includes | Gregory Montoir | |
svn-id: r11449 | |||
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-10 | Forgot to commit this | Joost Peters | |
svn-id: r11246 | |||
2003-11-10 | Fix warning | Torbjörn Andersson | |
svn-id: r11240 | |||
2003-11-09 | Added (quick-)Saving/Loading | Joost Peters | |
svn-id: r11230 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11224 | |||
2003-11-03 | stdafx.h needs to be included first. | Marcus Comstedt | |
svn-id: r11117 | |||
2003-10-30 | add support for spanish cd version | Joost Peters | |
svn-id: r11013 | |||
2003-10-28 | add OGG playback to queen | Joost Peters | |
svn-id: r10993 | |||
2003-10-28 | cleanup | Joost Peters | |
svn-id: r10989 | |||
2003-10-28 | added loadFileMalloc() method | Joost Peters | |
svn-id: r10988 | |||
2003-10-25 | whatever | Joost Peters | |
svn-id: r10959 | |||
2003-10-21 | forgot to commit this | Joost Peters | |
svn-id: r10934 | |||
2003-10-20 | allow loading of rebuilt/compressed datafile | Joost Peters | |
svn-id: r10917 | |||
2003-10-17 | also look for TBL file in current directory (useful when running the game ↵ | Joost Peters | |
from CD) svn-id: r10861 | |||
2003-10-16 | Play all intro cutaways (some better than others... :-) | David Eriksson | |
svn-id: r10833 | |||
2003-10-14 | Fixed warning | Torbjörn Andersson | |
svn-id: r10793 | |||
2003-10-13 | dynalum implementation | Gregory Montoir | |
svn-id: r10781 | |||
2003-10-12 | don't use strstr(), as there is no terminating '\0' at the end of the file | Joost Peters | |
svn-id: r10772 | |||
2003-10-12 | added missing INITIATE() code, added language detection to Resource class, etc. | Joost Peters | |
svn-id: r10767 | |||
2003-10-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-10 | constness | Max Horn | |
svn-id: r10714 | |||
2003-10-06 | added resource-table loading from external file | Joost Peters | |
svn-id: r10647 |