swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

fopen should probably be replaced by engine configurable callbacks/functions #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In some of the debug code you use fopen (and related functions)...this has 
issues on PS3 and Xbox360. There are some compiler issues (fopen is 
deprecated in some cases), but also because you have to change the filepath 
to work on Xbox360.

Could you change this code to use user configurable callbacks/functions? 
This'll be far more flexible...it will give the client much more control over 
where the data is stored etc and help to make code conform to engine 
requirements when accessing system resources.

Original issue reported on code.google.com by armstron...@gmail.com on 6 May 2010 at 10:40

GoogleCodeExporter commented 9 years ago
Fixed in 164. Added duFileIO interface which has simple read/write functions.

Original comment by memono...@gmail.com on 7 May 2010 at 7:16

GoogleCodeExporter commented 9 years ago
Awesome - thanks!

Original comment by armstron...@gmail.com on 7 May 2010 at 9:13