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

Add a 3D physics behavior #7149

Draft
wants to merge 59 commits into
base: master
Choose a base branch
from
Draft

Add a 3D physics behavior #7149

wants to merge 59 commits into from

Commits on Dec 2, 2024

  1. Add skeletons.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    96b053f View commit details
    Browse the repository at this point in the history
  2. Synchronize positions.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5decafa View commit details
    Browse the repository at this point in the history
  3. Add gravity and forces.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b3febdc View commit details
    Browse the repository at this point in the history
  4. Avoid allocations.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7426973 View commit details
    Browse the repository at this point in the history
  5. Add some properties.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    38df693 View commit details
    Browse the repository at this point in the history
  6. Update object size.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a3428e9 View commit details
    Browse the repository at this point in the history
  7. Add bodyType property.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    259b8ee View commit details
    Browse the repository at this point in the history
  8. Fix size changes.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a9fe0bb View commit details
    Browse the repository at this point in the history
  9. Add density property.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    582371f View commit details
    Browse the repository at this point in the history
  10. Handle some shapes.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    91fdf70 View commit details
    Browse the repository at this point in the history
  11. Handle object deletion.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    540b507 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9742310 View commit details
    Browse the repository at this point in the history
  13. Add collision conditions.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bf3c4ba View commit details
    Browse the repository at this point in the history
  14. Fix a memory leak.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e7fddec View commit details
    Browse the repository at this point in the history
  15. Put back the convex radius.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    68b45e3 View commit details
    Browse the repository at this point in the history
  16. Add the bullet property.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4230ef7 View commit details
    Browse the repository at this point in the history
  17. Handle collision layers.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    acaee8e View commit details
    Browse the repository at this point in the history
  18. Fix library loading in browsers.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    fb299d4 View commit details
    Browse the repository at this point in the history
  19. Add torque actions.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    775c02a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6113769 View commit details
    Browse the repository at this point in the history
  21. Handle hot-reload.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    9a301b4 View commit details
    Browse the repository at this point in the history
  22. Add getters and setters.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bdbf6a1 View commit details
    Browse the repository at this point in the history
  23. Use a new icon.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a8ed839 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ae32d09 View commit details
    Browse the repository at this point in the history
  25. Fix description.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    cdc9e0b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    af0779d View commit details
    Browse the repository at this point in the history
  27. WIP character

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8bff97c View commit details
    Browse the repository at this point in the history
  28. WIP walk

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    dfb98df View commit details
    Browse the repository at this point in the history
  29. WIP Jump

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2a556c9 View commit details
    Browse the repository at this point in the history
  30. Fix character up axis.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    79e868f View commit details
    Browse the repository at this point in the history
  31. Fix zone that can land.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d68920e View commit details
    Browse the repository at this point in the history
  32. Fix position round trip.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c1fe0a4 View commit details
    Browse the repository at this point in the history
  33. Fix floor following

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0677644 View commit details
    Browse the repository at this point in the history
  34. Fix collision.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    79b331d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    18c7eef View commit details
    Browse the repository at this point in the history
  36. Clean up layer setup.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    63f637c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    772a698 View commit details
    Browse the repository at this point in the history
  38. Add some getters and setters.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    72cb5a7 View commit details
    Browse the repository at this point in the history
  39. Fix bunny jumping.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c77ac93 View commit details
    Browse the repository at this point in the history
  40. Declare character properties.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    bd47302 View commit details
    Browse the repository at this point in the history
  41. Fix jump sustain time.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b5f5bfa View commit details
    Browse the repository at this point in the history
  42. Handle sideways speed.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ccf5859 View commit details
    Browse the repository at this point in the history
  43. Handle stick.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c15aeb6 View commit details
    Browse the repository at this point in the history
  44. Declare some instructions.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ac4172e View commit details
    Browse the repository at this point in the history
  45. Handle hot-reload.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6a109a7 View commit details
    Browse the repository at this point in the history
  46. Fix jump state.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    df54f30 View commit details
    Browse the repository at this point in the history
  47. Move the icon.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    58fa205 View commit details
    Browse the repository at this point in the history
  48. Add an icon for the character.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    32d70ff View commit details
    Browse the repository at this point in the history
  49. Remove dead code.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5ce9ec2 View commit details
    Browse the repository at this point in the history
  50. Improve multiplayer sync

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    76f70df View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b3675cd View commit details
    Browse the repository at this point in the history
  52. Extract a BodyUpdater.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6c3ff25 View commit details
    Browse the repository at this point in the history
  53. Clean up character code.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    ec37b03 View commit details
    Browse the repository at this point in the history
  54. Fix the floor following.

    D8H committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1ebab8b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    e8a4be3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Fix the floor following.

    D8H committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    6edb7aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b35f427 View commit details
    Browse the repository at this point in the history
  3. Use the object custom center.

    D8H committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    289b001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7828970 View commit details
    Browse the repository at this point in the history