Mike Lilligreen
|
f597e8ad88
Fixed compile errors and warnings resulting from the Xcode 5.1 update
|
11 years ago |
James Urquhart
|
a472594c08
Make dStrlen return a U32 instead of a dsize_t. Also explicitly cast some string pointer operations.
|
11 years ago |
MelvMay-GG
|
61544fec27
- Completely rewritten the Taml visitor/parser set-up this morning. Now TAML can perform parsing requests for visitors for potentially any format i.e. you can write a visitor without having knowledge of the format being read. Only an XML parser is currently present but I'm now writing JSON and BINARY parsers. With a JSON and BINARY parser in place you will be able to define things like asset-definitions and module-definitions in any TAML format (any that has a parser).
|
12 years ago |
MelvMay-GG
|
d098ff5e57
- Removed redundant "AssetSnapshot" code.
|
12 years ago |
MelvMay-GG
|
6e16b3773b
- Added the ability to acquire a public asset as a private asset. This would allow you to acquire an asset, assign it to anything that can consume it and tweak the asset in realtime.
|
12 years ago |
MelvMay-GG
|
51853a67eb
- Renamed the module declared assets method:
|
12 years ago |
MelvMay-GG
|
a9d0fde2fe
- Reduced the verbosiry of a few asset manager methods:
|
12 years ago |
MelvMay-GG
|
f784d57b7f
- Minor renaming of the preprocessor definition for the asset-scope token.
|
12 years ago |
MelvMay-GG
|
264fb1ab6c
- Added missing "isAssetPrivate()" script-binding.
|
12 years ago |
MelvMay-GG
|
dbb80421f4
- The asset manager now tracks overall reference counts. The SceneWindow now reports this in the metrics overlay.
|
12 years ago |
Mich
|
a20f2864a1
- First push of Torque 2D 2.0 (MIT)
|
12 years ago |