Re: [Warzone-dev] Fixing directories

2008-09-08 Thread Dennis Schridde
On Monday 08 September 2008 06:03:08 bugs buggy wrote: If you want to add all the files/directories in base, one by one, then remove them one by one, checking no file handle is open, that seems to be a overly complex way to handle this. I just assumed PhysFS could tell us... I didnt try to

[Warzone-dev] Fixing directories

2008-09-07 Thread bugs buggy
Ok, the issue is, that we open the music file. (in base/music). Then we want to remove base, since we are going to play a MP game. But we can't since we still have a open file handle. This leaves it in the physfs search path, and causes us issues. fix 1) move music out of base, and stick it

Re: [Warzone-dev] Fixing directories

2008-09-07 Thread Dennis Schridde
On Sunday 07 September 2008 23:01:08 bugs buggy wrote: Ok, the issue is, that we open the music file. (in base/music). Then we want to remove base, since we are going to play a MP game. But we can't since we still have a open file handle. This leaves it in the physfs search path, and causes

Re: [Warzone-dev] Fixing directories

2008-09-07 Thread bugs buggy
On 9/7/08, Dennis Schridde [EMAIL PROTECTED] wrote: On Sunday 07 September 2008 23:01:08 bugs buggy wrote: Ok, the issue is, that we open the music file. (in base/music). Then we want to remove base, since we are going to play a MP game. But we can't since we still have a open file