[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Tuesday 27 July 2004 00:16, Chris wrote:
> It
> also removes some undocumented functionality, most noteably that
> datafile objectnames were treated as seperate filenames,
What do you mean? I have code in place that loads "midi.dat#midifile.mid",
where midifile.mid is the name of some object in the datafile. As far as I
know, this is well documented...?
Or is that not what you meant?
> Also, removing that functionality was the only way I could fix it so
> files and directories with # could be handled properly.
I've only taken a very quick glance at your code. In what order does it try
to load a file? Datafile element first or regular file first?
Otherwise, good work!
Evert