OgreScriptEditor.ui: fix duplicate object names. |
|
More...
|
over 11 years ago
|
OgreScriptEditor.ui: fix duplicate object names. |
|
More...
|
over 11 years ago
|
OgreScriptEditor.ui: fix duplicate object names. |
|
More...
|
over 11 years ago
|
Removed binary AppleScript files and added a text AppleScript that can be compiled for the bundled application |
|
More...
|
over 11 years ago
|
Removed binary AppleScript files and added a text AppleScript that can be compiled for the bundled application |
|
More...
|
over 11 years ago
|
Now that the xml configs are gone, make the QtXml test script use scenes/Avatar/scene.txml. |
|
More...
|
over 11 years ago
|
Now that the xml configs are gone, make the QtXml test script use scenes/Avatar/scene.txml. |
|
More...
|
over 11 years ago
|
Config XML->JSON conversion in tools\Windows\Installer. |
|
More...
|
over 11 years ago
|
Config XML->JSON conversion in tools\Windows\Installer. |
|
More...
|
over 11 years ago
|
Change viewer.xml to tundra-client.json and plugins.xml to tundra.json in AppleScript main.scpt |
|
More...
|
over 11 years ago
|
Change viewer.xml to tundra-client.json and plugins.xml to tundra.json in AppleScript main.scpt |
|
More...
|
over 11 years ago
|
Fix left viewer.xml refs in code/readme. |
|
More...
|
over 11 years ago
|
Fix left viewer.xml refs in code/readme. |
|
More...
|
over 11 years ago
|
LoadFileToVector: Fix a bug that empty file size was an error case. If the file is found but the contents is empty we return true but log a warning as this is a unusual situation. Add a single space to data/assets/dummy.txt so it wont spam these warnings on the local storage roaming step when tundra is ran. |
|
More...
|
over 11 years ago
|
LoadFileToVector: Fix a bug that empty file size was an error case. If the file is found but the contents is empty we return true but log a warning as this is a unusual situation. Add a single space to data/assets/dummy.txt so it wont spam these warnings on the local storage roaming step when tundra is ran. |
|
More...
|
over 11 years ago
|
Remove Framework.h inclusions from StableHeaders.h's as Framework.h is a subject for changes and causing somewhat heavy PCH recreation. |
|
More...
|
over 11 years ago
|
Remove Framework.h inclusions from StableHeaders.h's as Framework.h is a subject for changes and causing somewhat heavy PCH recreation. |
|
More...
|
over 11 years ago
|
Add Framework.h inclusions. |
|
More...
|
over 11 years ago
|
Add Framework.h inclusions. |
|
More...
|
over 11 years ago
|
JSON plugin loading: Support 'exclude' rules for configuration where the plugin should not be loaded. You can give one rule as a map or a list of rule maps. You can define 'platform' and 'arch' for exclude rules. If you leave out one of these it will defaul to the current value from Application. Eg. only defining 'arch' and 'x64' will not load the plugin on all operating systems if the build is x64. |
|
More...
|
over 11 years ago
|
JSON plugin loading: Support 'exclude' rules for configuration where the plugin should not be loaded. You can give one rule as a map or a list of rule maps. You can define 'platform' and 'arch' for exclude rules. If you leave out one of these it will defaul to the current value from Application. Eg. only defining 'arch' and 'x64' will not load the plugin on all operating systems if the build is x64. |
|
More...
|
over 11 years ago
|
CoreJsonUtils: Add a function to get a value from a QVariantMap by giving multiple accepted keys. Very handly if you want to accept eg. both 'Name' and 'Name' from the json data. |
|
More...
|
over 11 years ago
|
CoreJsonUtils: Add a function to get a value from a QVariantMap by giving multiple accepted keys. Very handly if you want to accept eg. both 'Name' and 'Name' from the json data. |
|
More...
|
over 11 years ago
|
Merge remote-tracking branch 'remotes/adminotundra/admino_core_pullrequest' into incoming |
|
More...
|
over 11 years ago
|
Merge remote-tracking branch 'remotes/adminotundra/admino_core_pullrequest' into incoming |
|
More...
|
over 11 years ago
|
Merge branch 'tundra2' into incoming |
|
More...
|
over 11 years ago
|
Merge branch 'tundra2' into incoming |
|
More...
|
over 11 years ago
|
JSON config: Add 'platform' directive to be validated on --plugin and --jsplugin. This can be used to do selective platform loading with 'win', 'mac', 'x11' and 'android'. The value can be a single platform string or a list of platform strings that should load the plugin. |
|
More...
|
over 11 years ago
|
JSON config: Add 'platform' directive to be validated on --plugin and --jsplugin. This can be used to do selective platform loading with 'win', 'mac', 'x11' and 'android'. The value can be a single platform string or a list of platform strings that should load the plugin. |
|
More...
|
over 11 years ago
|
Removes plugins.xml and viewer.xml and moves the Tundra core to default to the new JSON configs. (Change approved by lord rex :) |
|
More...
|
over 11 years ago
|