realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Move LocalAssetStorage and LocalAssetProvider classes to TundraCore #774

Open Stinkfist0 opened 9 years ago

Stinkfist0 commented 9 years ago

Tundra is unusable without these classes. No need to have them in a runtime-loaded plug-in. After moving the files around, AssetModule could be renamed to HttpAssetProvider.

jonnenauha commented 9 years ago

+1 and at the same time local:// should be made a strict relative path instaed of "a file name that gets recursively searched from all known local storages".

We had a discussion about this with @cadaver and he seemed to agree. This would be a good place to do that change.

jonnenauha commented 9 years ago

So src/Core/TundraCore/Asset would probably be the logical place? I recon there is no need to make TundraCore/LocalAssetProvider

Stinkfist0 commented 9 years ago

Yupyup.