summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-04 21:19:25 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-04 21:19:25 +0000
commit9eed8feb838c31368dba6cd9716f67d800bf6e3b (patch)
treebf7c9d1963a5d8ef031c6f04ef114722e299a7f0 /ChangeLog
parent2da65e2e57b664cc45c164f08ddae3597e51fcba (diff)
downloadmana-client-9eed8feb838c31368dba6cd9716f67d800bf6e3b.tar.gz
mana-client-9eed8feb838c31368dba6cd9716f67d800bf6e3b.tar.bz2
mana-client-9eed8feb838c31368dba6cd9716f67d800bf6e3b.tar.xz
mana-client-9eed8feb838c31368dba6cd9716f67d800bf6e3b.zip
Added a method to the resource mananger to determine the real path of a file in the search path. Added a first user of that function. Minor cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32230b5b..8f41d7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-08-04 Björn Steinbrink <B.Steinbrink@gmx.de>
+
+ * src/main.cpp: Use "true" instead of "1" as bool argument.
+ * src/resources/resourcemanager.cpp, src/resources/resourcemanager.h:
+ Added a method to determine the real path of a file in the PhysFS search
+ path.
+ * src/gui/browserbox.cpp: Make use of then new resource manager method to
+ determine the real path of a file.
+
2005-08-03 Andrej Sinicyn <andrej4000@gmail.com>
* src/game.cpp, src/game.h, src/gui/requesttrade.cpp,src/gui/requesttrade.h: