comparison ChangeLog @ 340:9e5a7158fa80 trunk

[svn] - fix fprovide.[cxx,h] -- they were the wrong revision
author nenolod
date Wed, 06 Dec 2006 07:57:05 -0800
parents d19ac60697ec
children 986f098da058
comparison
equal deleted inserted replaced
339:d19ac60697ec 340:9e5a7158fa80
1 2006-12-06 15:37:05 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [742]
3 - implement virtual class to use VFS through binio
4 - update the places where binio is used directly to use vfs[io]stream instead of bin[io]stream, respectively
5 - make CFileProvider use vfsistream instead of binifstream.
6
7 trunk/src/adplug/core/Makefile | 4 -
8 trunk/src/adplug/core/binio_virtual.h | 102 ++++++++++++++++++++++++++++++++++
9 trunk/src/adplug/core/database.cxx | 7 +-
10 trunk/src/adplug/core/database.h | 3 -
11 trunk/src/adplug/core/fprovide.cxx | 7 +-
12 5 files changed, 112 insertions(+), 11 deletions(-)
13
14
1 2006-12-06 13:09:57 +0000 William Pitcock <nenolod@nenolod.net> 15 2006-12-06 13:09:57 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [740] 16 revision [740]
3 - some more presets 17 - some more presets
4 - add dynamic colourmap, a scripted colourmap basically. 18 - add dynamic colourmap, a scripted colourmap basically.
5 19