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

Flatbuffers #30

Open
wants to merge 65 commits into
base: main
Choose a base branch
from
Open

Flatbuffers #30

wants to merge 65 commits into from

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    26d2531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ecbdd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. I think we need to embed flatcc headers in our release

    at least if we expose flatbuffers in our api. otherwise others can't use it
    nevyn committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3d790be View commit details
    Browse the repository at this point in the history
  2. flatbuffer binary schema

    nevyn committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    804ab56 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    9a87274 View commit details
    Browse the repository at this point in the history
  2. reflection schema

    nevyn committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    14bac7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7fd53d View commit details
    Browse the repository at this point in the history
  4. some cleanup of HEAD~1

    nevyn committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bc9113d View commit details
    Browse the repository at this point in the history
  5. giving up on this approach

    nevyn committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c17cc25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e572c47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cf50ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c64fc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Add C++ flatbuffers

    nevyn committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    ae5a79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b5c43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6260b0e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    146b9cf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. flatify allocate_track

    nevyn committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ec5df2c View commit details
    Browse the repository at this point in the history
  2. WIP

    nevyn committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    451ffb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f0e6ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e2d96c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc27095 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f21d1eb View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. flat setServerTime()

    nevyn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    dc59766 View commit details
    Browse the repository at this point in the history
  2. flatify simulation.c

    nevyn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    6f01c9b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. simulation > cpp

    nevyn committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    fef37b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

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

Commits on Mar 3, 2022

  1. flatify pose_movement

    nevyn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5dd96ad View commit details
    Browse the repository at this point in the history
  2. WIP flatifying animation by adding simulation cache

    tired of recomputing all this crap
    nevyn committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    cae98ae View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

Commits on Mar 7, 2022

  1. WIP flatify animation prop

    nevyn committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    22a1f24 View commit details
    Browse the repository at this point in the history
  2. more wip animation

    nevyn committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    2bdfc87 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

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

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    2219fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2ec12 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    0ed56ce View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Remove Lua API

    We're going to use luajit ffi instead.
    nevyn committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    1cdb699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7fc15 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Make state_diff duplicatable

    nevyn committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f13a04c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a3119b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a36e485 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5405b7 View commit details
    Browse the repository at this point in the history
  5. mock out add/change

    nevyn committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    74fe495 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Cmake: pretty please give me debug symbols in xcode.

    <redacts swear words>
    nevyn committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f94af33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f338e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2be7792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    527ecda View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. remove flex from components for now

    wait until we know how to implement it
    nevyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6f91dbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe75f8f View commit details
    Browse the repository at this point in the history
  3. WIP removeEntities

    nevyn committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    ec80a75 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Merge remote-tracking branch 'origin/main' into flatbuffers

    Lots of conflicts; build fixes upcoming
    nevyn committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    35c8b23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c808db View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    5b0a304 View commit details
    Browse the repository at this point in the history
  2. make diff.cpp compile

    nevyn committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e6e767d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed756ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    005c620 View commit details
    Browse the repository at this point in the history
  5. diff: deleted_entities

    nevyn committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b131a05 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. hexdump text version of schema

    Voxar committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2aa707c View commit details
    Browse the repository at this point in the history
  2. server: assert flatbuffer ops

    Voxar committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    11464e2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. fix alloverse_schema_text_size

    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    73ba69f View commit details
    Browse the repository at this point in the history
  2. Add comps: geometry, ui, collider, grabbable

    had to remove nested lists in geometry because
    flatbuffers don't support them
    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    7583dc0 View commit details
    Browse the repository at this point in the history
  3. typo in pose_movement

    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d4d0b55 View commit details
    Browse the repository at this point in the history
  4. less shouting

    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2d2c221 View commit details
    Browse the repository at this point in the history
  5. don't reuse flat between buffers

    because we sometimes need both the old and new
    state, so they can't share memory
    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    264e8ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13f2e67 View commit details
    Browse the repository at this point in the history
  7. actually compute diff

    nevyn committed May 5, 2022
    Configuration menu
    Copy the full SHA
    bf7743b View commit details
    Browse the repository at this point in the history