Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Relative paths #2070

Closed
wants to merge 10 commits into from
Closed

Relative paths #2070

wants to merge 10 commits into from

Commits on Jul 11, 2017

  1. Added relative path support to the resource cache.

    UIElements and Nodes store the paths of the files they were loaded from.
    LoadJSON presently cannot do that, as it does not have access to its path.
    Handling with scripting still has some things that need to be decided.
    Should Node.CreateScriptObject be relative to the Node's path or to the Script's?
    Likewise, how to handle ScriptInstance's loading of a ResourceRef attribute?
    SirNate0 authored and SirNate0 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    1b50728 View commit details
    Browse the repository at this point in the history
  2. Reverted unnecessary changes in AssetImporter

    SirNate0 authored and SirNate0 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    447d111 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Fixed the tolua binding for GetResource.

    SirNate0 authored and SirNate0 committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    ef7203d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Fixed GetTempResource and BackgroundLoadResource to use basePath

    SirNate0 authored and SirNate0 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    baf3017 View commit details
    Browse the repository at this point in the history
  2. Added relative paths to Exists, added default EMPTY parameters for ba…

    …sePath
    SirNate0 authored and SirNate0 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    dcb1d86 View commit details
    Browse the repository at this point in the history
  3. Fixed some calls that were initializing the base path from a boolean

    SirNate0 authored and SirNate0 committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    b44a374 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Fixed Localization LoadJSONFile script bindings.

    SirNate0 authored and SirNate0 committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    840a9d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Cleaned up a couple of todos.

    Still remaining: LoadJSON base path handling, deciding what to do with scripts for the base path
    SirNate0 authored and SirNate0 committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    45128dc View commit details
    Browse the repository at this point in the history
  2. Fixed some tabs, converted back to spaces

    SirNate0 authored and SirNate0 committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    0e5d5c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Merge branch 'master' into relative-paths

    SirNate0 authored and SirNate0 committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    f764aca View commit details
    Browse the repository at this point in the history