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

Default data reflection #169

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2022

  1. Multi type libs default data

    Loading multiple type libraries with default data resulted in DL_ERROR_OUT_OF_DEFAULT_VALUE_SLOTS.
    Christian Nilsendahl committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    519d098 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Exposed default values through reflection

    Christian Nilsendahl committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f1eaddf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Merge remote-tracking branch 'origin/master' into default_data_reflec…

    …tion
    Christian Nilsendahl committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d241e20 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Still work left here

    Merge remote-tracking branch 'origin/master' into default_data_reflection
    Christian Nilsendahl committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    bab72e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Fixed so default values are functional through reflection

    Fixed pointer patching of default values
    Fixed merging of identical strings when packing json data
    Christian Nilsendahl committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1fef82f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'official_master' into default_data_reflection

    Christian Nilsendahl committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    80ec6f7 View commit details
    Browse the repository at this point in the history
  3. Removed pragma pack

    Christian Nilsendahl committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    15af0c8 View commit details
    Browse the repository at this point in the history
  4. Const correctness

    Christian Nilsendahl committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    39f4844 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Merge branch 'official_master' into default_data_reflection

    Christian Nilsendahl committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    c2b4407 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into default_data_reflection

    Christian Nilsendahl committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    4ac9af5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge branch 'Official_master' into default_data_reflection

    # Conflicts:
    #	src/dl_txt_pack.cpp
    #	tests/unittest2.tld
    Tisten committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4713f32 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    d1c5060 View commit details
    Browse the repository at this point in the history
  2. More warning fixes

    Tisten committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    13e60e4 View commit details
    Browse the repository at this point in the history