Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
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-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-03-17 | Added PalmOS support | Chris Apers | |
svn-id: r13336 | |||
2004-02-28 | simplified alt_intro check | Gregory Montoir | |
svn-id: r13082 | |||
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-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-10 | Never mind. | David Eriksson | |
svn-id: r12304 | |||
2004-01-10 | Add test for CD-ROM version | David Eriksson | |
svn-id: r12295 | |||
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 | Gregory Montoir | |
svn-id: r12003 | |||
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-09 | Added (quick-)Saving/Loading | Joost Peters | |
svn-id: r11230 | |||
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 | added loadFileMalloc() method | Joost Peters | |
svn-id: r10988 | |||
2003-10-20 | allow loading of rebuilt/compressed datafile | Joost Peters | |
svn-id: r10917 | |||
2003-10-14 | rewritten Logic::initialise(), making use of 'unserializing' functions | Gregory Montoir | |
svn-id: r10799 | |||
2003-10-13 | dynalum implementation | Gregory Montoir | |
svn-id: r10781 | |||
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-09 | added walking functions | Gregory Montoir | |
svn-id: r10695 | |||
2003-10-06 | added resource-table loading from external file | Joost Peters | |
svn-id: r10647 | |||
2003-10-05 | renamed classes (we have our own namespace now) + fixed segfault in logic | Joost Peters | |
svn-id: r10618 | |||
2003-10-03 | namespace Queen | Max Horn | |
svn-id: r10575 | |||
2003-10-02 | Handle _sfxName table properly | David Eriksson | |
svn-id: r10539 | |||
2003-09-29 | consistency (must've overlooked these) | Joost Peters | |
svn-id: r10493 | |||
2003-09-29 | added BANK code from Gregory + minor change to loadFile() | Joost Peters | |
svn-id: r10491 | |||
2003-09-28 | use new operator instead of malloc() and added generic file loading function | Joost Peters | |
svn-id: r10470 | |||
2003-09-28 | queen initial import | Joost Peters | |
svn-id: r10462 |