Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve cinterface #2366

Open
wants to merge 25 commits into
base: development
Choose a base branch
from

Commits on Aug 2, 2019

  1. Copy the full SHA
    ed1052b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. Copy the full SHA
    391f772 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff9e6ad View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce87bb2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d4457ea View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    62c9f0a View commit details
    Browse the repository at this point in the history
  6. GuiFilterCtrl: Rename identity function to resetFiltering to avoid clash

    The field "identity" previously clashed with the method "identity"
    lukaspj committed Aug 3, 2019
    Copy the full SHA
    59218f7 View commit details
    Browse the repository at this point in the history
  7. Update EngineAPI, use fixed_tuple as main underlying data structure

    This also fixes a few issues related to type conversions before data is sent to the engine function.
    Squash
    lukaspj committed Aug 3, 2019
    Copy the full SHA
    42403fb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2eb6620 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    14342a5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e5a0075 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    33acca2 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    96c23b7 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    440da9c View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    e588bd7 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    c13ae22 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    9d0739b View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    b21f898 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    36a5912 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. CInterface integration in CodeInterpreter null ptr fix

    mNSEntry can be null if there is no TorqueScript defintion, but there could still be a result from an externally defined source.
    ´
    Furthermore fixes an issue where StringStackConsoleWrapper would die before the value was read.
    lukaspj committed Aug 4, 2019
    Copy the full SHA
    c17152c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Copy the full SHA
    017d545 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a88c86a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0a6beb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Copy the full SHA
    27867d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Copy the full SHA
    6a0ec74 View commit details
    Browse the repository at this point in the history