aboutsummaryrefslogtreecommitdiff
path: root/sword1/resman.cpp
AgeCommit message (Collapse)Author
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-04-27fixed filehandling bugRobert Göffringmann
svn-id: r17830
2005-02-21Fixed warning.Torbjörn Andersson
svn-id: r16847
2005-02-20cache datafile handles instead of opening and closing all files hundreds of ↵Robert Göffringmann
times per second. I noticed that behaviour on the PS2. The cd/dvd drive was waaaay too slow for it. ;) svn-id: r16830
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-27Don't use directory param of File::open unless you have toMax Horn
svn-id: r15904
2004-11-19a little cleanupRobert Göffringmann
svn-id: r15832
2004-11-09free memory on quit.Robert Göffringmann
Still leaks some, though svn-id: r15735
2004-10-21OoopsChris Apers
svn-id: r15633
2004-10-21Fixed alignment problem with BS1 demoChris Apers
svn-id: r15631
2004-08-19No need to manually check inside extrapath -- this is done automatically anywayMax Horn
svn-id: r14644
2004-08-05Enhanced extrapath supportMax Horn
svn-id: r14470
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to ↵James Brown
go with the forthcoming new manual. Sword1 CD swapping doesn't work as expected HERE, either :) svn-id: r14188
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-01-11Changed dumpRes() to use the File class. (Untested.)Torbjörn Andersson
svn-id: r12321
2004-01-11Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes inTorbjörn Andersson
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-30removed old, useless stuffRobert Göffringmann
svn-id: r12045
2003-12-29another reference fix for soldout versionRobert Göffringmann
svn-id: r12014
2003-12-29fix resource references for soldout versionRobert Göffringmann
svn-id: r12012
2003-12-29made control panel use the correct fontsRobert Göffringmann
svn-id: r12010
2003-12-28Indentation fixes: changed spaces to tabs. (These tend to really stick outTorbjörn Andersson
in my editor, since it shows tabs as eight spaces, not four.) svn-id: r12002
2003-12-20I hope this fixes the control panel for other BS1 versions.Robert Göffringmann
svn-id: r11785
2003-12-20added SwordControl (the control panel). Not yet finished.Robert Göffringmann
svn-id: r11775
2003-12-19Whitespace changesTorbjörn Andersson
svn-id: r11760
2003-12-18changed endian conversion for compact dataRobert Göffringmann
svn-id: r11728
2003-12-17big endian fixRobert Göffringmann
svn-id: r11708
2003-12-17fixed resMan bug about closing of sections and started adding menu supportRobert Göffringmann
svn-id: r11695
2003-12-16compilation fixesJonathan Gray
svn-id: r11679
2003-12-16Broken Sword 1: initial importRobert Göffringmann
svn-id: r11664