aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.cpp
AgeCommit message (Collapse)Author
2004-11-30enabled savegame loading on startupGregory Montoir
svn-id: r15964
2004-11-23cleanup, follow code conventionsGregory Montoir
svn-id: r15872
2004-11-15change engine initialization as suggested on -develGregory Montoir
svn-id: r15822
2004-11-09CleanupChris Apers
svn-id: r15739
2004-10-06Updated commentChris Apers
svn-id: r15434
2004-08-24Rewrote 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-06cleanup and simplify Resource class a bit moreGregory Montoir
svn-id: r14488
2004-08-06minor cleanupGregory Montoir
svn-id: r14484
2004-08-05simplified some codeGregory Montoir
svn-id: r14472
2004-08-05not needed anymore, as File::open() handles the current directoryGregory Montoir
svn-id: r14471
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few ↵Max Horn
more getGameDataPath() calls svn-id: r14090
2004-03-17Added PalmOS supportChris Apers
svn-id: r13336
2004-02-11add 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-23change 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-12New save/load code, this *breaks* compatiblity with the previousGregory 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-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-05At last - credits!David Eriksson
svn-id: r12155
2003-12-31use compressed data file instead of original one if both are availableGregory Montoir
svn-id: r12059
2003-12-30interview mini-game supportGregory 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-28cleanup 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-26cleanupGregory Montoir
svn-id: r11946
2003-12-12get 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-11cleanupGregory Montoir
svn-id: r11588
2003-12-01cleanup header includesGregory Montoir
svn-id: r11449
2003-11-15- Enabled missing calls to _sound->playSong, now it should *really* play all SFXJoost Peters
- Moved sound/music related toggle variables to Sound class - Changed "Couldn't find file.." warning() to debug(7, ..) svn-id: r11303
2003-11-10Forgot to commit thisJoost Peters
svn-id: r11246
2003-11-10Fix warningTorbjörn Andersson
svn-id: r11240
2003-11-09Added (quick-)Saving/LoadingJoost Peters
svn-id: r11230
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11224
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-10-30add support for spanish cd versionJoost Peters
svn-id: r11013
2003-10-28add OGG playback to queenJoost Peters
svn-id: r10993
2003-10-28cleanupJoost Peters
svn-id: r10989
2003-10-28added loadFileMalloc() methodJoost Peters
svn-id: r10988
2003-10-25whateverJoost Peters
svn-id: r10959
2003-10-21forgot to commit thisJoost Peters
svn-id: r10934
2003-10-20allow loading of rebuilt/compressed datafileJoost Peters
svn-id: r10917
2003-10-17also look for TBL file in current directory (useful when running the game ↵Joost Peters
from CD) svn-id: r10861
2003-10-16Play all intro cutaways (some better than others... :-)David Eriksson
svn-id: r10833
2003-10-14Fixed warningTorbjörn Andersson
svn-id: r10793
2003-10-13dynalum implementationGregory Montoir
svn-id: r10781
2003-10-12don't use strstr(), as there is no terminating '\0' at the end of the fileJoost Peters
svn-id: r10772
2003-10-12added missing INITIATE() code, added language detection to Resource class, etc.Joost Peters
svn-id: r10767
2003-10-10some cleanupMax Horn
svn-id: r10720
2003-10-10constnessMax Horn
svn-id: r10714
2003-10-06added resource-table loading from external fileJoost Peters
svn-id: r10647
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
svn-id: r10618
2003-10-03namespace QueenMax Horn
svn-id: r10575