aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.cpp
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-31added some comments and re-indented some parts of codeGregory Montoir
2004-11-30enabled savegame loading on startupGregory Montoir
2004-11-23cleanup, follow code conventionsGregory Montoir
2004-11-15change engine initialization as suggested on -develGregory Montoir
2004-11-09CleanupChris Apers
2004-10-06Updated commentChris Apers
2004-08-24Rewrote the way strings are extracting from the datafiles, now it should be '...Gregory Montoir
2004-08-06cleanup and simplify Resource class a bit moreGregory Montoir
2004-08-06minor cleanupGregory Montoir
2004-08-05simplified some codeGregory Montoir
2004-08-05not needed anymore, as File::open() handles the current directoryGregory Montoir
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-03-17Added PalmOS supportChris Apers
2004-02-11add support for the hebrew talkie version and warn the user if s/he's using a...Joost Peters
2004-01-23change sscanf() calls to atoi() to please PalmOS :)Gregory Montoir
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty str...Gregory Montoir
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
2004-01-06updated copyright noticeMax Horn
2004-01-05At last - credits!David Eriksson
2003-12-31use compressed data file instead of original one if both are availableGregory Montoir
2003-12-30interview mini-game supportGregory Montoir
2003-12-29- hack to read patched .dog files (french & italian versions) from game data ...Gregory Montoir
2003-12-28cleanup Resource class a bit :Gregory Montoir
2003-12-26cleanupGregory Montoir
2003-12-12get rid of queencomp target (rather simply always check for both queen.1 and ...Max Horn
2003-12-11cleanupGregory Montoir
2003-12-01cleanup header includesGregory Montoir
2003-11-15- Enabled missing calls to _sound->playSong, now it should *really* play all SFXJoost Peters
2003-11-10Forgot to commit thisJoost Peters
2003-11-10Fix warningTorbjörn Andersson
2003-11-09Added (quick-)Saving/LoadingJoost Peters
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
2003-10-30add support for spanish cd versionJoost Peters
2003-10-28add OGG playback to queenJoost Peters
2003-10-28cleanupJoost Peters
2003-10-28added loadFileMalloc() methodJoost Peters
2003-10-25whateverJoost Peters
2003-10-21forgot to commit thisJoost Peters
2003-10-20allow loading of rebuilt/compressed datafileJoost Peters
2003-10-17also look for TBL file in current directory (useful when running the game fro...Joost Peters
2003-10-16Play all intro cutaways (some better than others... :-)David Eriksson
2003-10-14Fixed warningTorbjörn Andersson
2003-10-13dynalum implementationGregory Montoir
2003-10-12don't use strstr(), as there is no terminating '\0' at the end of the fileJoost Peters
2003-10-12added missing INITIATE() code, added language detection to Resource class, etc.Joost Peters
2003-10-10some cleanupMax Horn
2003-10-10constnessMax Horn
2003-10-06added resource-table loading from external fileJoost Peters