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

Robot Overlord 3 (alpha 2.90) #185

Merged
merged 123 commits into from
Dec 23, 2023
Merged

Robot Overlord 3 (alpha 2.90) #185

merged 123 commits into from
Dec 23, 2023

Commits on Dec 5, 2023

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    4eaccbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7289a3d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Dec 14, 2023

  1. better look & feel

    i-make-robots committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f0bd6e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f98940 View commit details
    Browse the repository at this point in the history
  3. better look & feel

    i-make-robots committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    184b9df View commit details
    Browse the repository at this point in the history
  4. cleaning

    i-make-robots committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5e8a7d1 View commit details
    Browse the repository at this point in the history
  5. call onReady()

    i-make-robots committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8909e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da25ce1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b54446 View commit details
    Browse the repository at this point in the history
  8. Factory can now scan for classes that derive from T

    produces messages to logger like this:
    14:13:42.835 [main] INFO  org.reflections.Reflections - Reflections took 97 ms to scan 1 urls, producing 17 keys and 25 values
    com.marginallyclever.ro3.nodes.Pose
    com.marginallyclever.ro3.nodes.MeshInstance
    com.marginallyclever.ro3.nodes.Camera
    i-make-robots committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8f8784e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    305e445 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    baf1688 View commit details
    Browse the repository at this point in the history
  2. add NodeDetailView

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    05fd315 View commit details
    Browse the repository at this point in the history
  3. add initial panels

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    76fc56f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d971bb View commit details
    Browse the repository at this point in the history
  5. consolidate nodes

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ab969c2 View commit details
    Browse the repository at this point in the history
  6. add MeshFactoryPanel

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    54cb8b0 View commit details
    Browse the repository at this point in the history
  7. clean look and feel

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1c4c956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2c2116 View commit details
    Browse the repository at this point in the history
  9. separate listeners

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    01f66bb View commit details
    Browse the repository at this point in the history
  10. added setPosition

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2a4eab7 View commit details
    Browse the repository at this point in the history
  11. added locale report

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    cf2b502 View commit details
    Browse the repository at this point in the history
  12. added rotation control

    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f8614ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7deca63 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6a7a91 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1626625 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8caffcc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ab17a05 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    92116bf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    44cdb32 View commit details
    Browse the repository at this point in the history
  20. renamed NodeTreeNode to NodeTreeBranch

    renamed NodeTreeNode to NodeTreeBranch
    i-make-robots committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b0aadeb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e7bb058 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    03a892e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Dec 17, 2023

  1. Added status button

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    de5d8c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6d4cc1 View commit details
    Browse the repository at this point in the history
  3. renamed nodetreepanel to nodetreeview

    renamed nodetreepanel to nodetreeview
    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3ff0a2f View commit details
    Browse the repository at this point in the history
  4. fix initial matrix

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d1fb8df View commit details
    Browse the repository at this point in the history
  5. added DHParameter

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ac3cc7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a8068c View commit details
    Browse the repository at this point in the history
  7. draw poses

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0e3b1b9 View commit details
    Browse the repository at this point in the history
  8. document

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5a82fb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8450394 View commit details
    Browse the repository at this point in the history
  10. adjustable color

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    980510f View commit details
    Browse the repository at this point in the history
  11. Update DrawPose.java

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a0a68a9 View commit details
    Browse the repository at this point in the history
  12. added mesh smoothing

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    2d0f7ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    df50f84 View commit details
    Browse the repository at this point in the history
  14. added Mesh smoothing

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f2f83d9 View commit details
    Browse the repository at this point in the history
  15. change main entry point

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9474318 View commit details
    Browse the repository at this point in the history
  16. added DrawCameras

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    d3e49de View commit details
    Browse the repository at this point in the history
  17. discontiguous selection

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    e025c8a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1ad1ea2 View commit details
    Browse the repository at this point in the history
  19. document

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    79b793b View commit details
    Browse the repository at this point in the history
  20. document

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7ff0eef View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aab16dd View commit details
    Browse the repository at this point in the history
  22. illustrate cameras

    i-make-robots committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ca6f536 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7547e4a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    add61ac View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dd20241 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Create LoadScene.java

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    48c9ea0 View commit details
    Browse the repository at this point in the history
  2. Create NewScene.java

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    887aa0f View commit details
    Browse the repository at this point in the history
  3. Create SaveScene.java

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5ea68f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9484ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69e8d53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc5b821 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    084bf55 View commit details
    Browse the repository at this point in the history
  8. Update ImportScene.java

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2bea29d View commit details
    Browse the repository at this point in the history
  9. added recent files menu

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6e59507 View commit details
    Browse the repository at this point in the history
  10. added mouse listener

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2ff4b89 View commit details
    Browse the repository at this point in the history
  11. added DrawDHParameters

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a8c1cad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4fc3f34 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    406acc3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aae46a9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f116a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a3041a View commit details
    Browse the repository at this point in the history
  17. Update LogPanel.java

    i-make-robots committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    951c687 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1c0ca4c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    60a2c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6e933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    becbad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90a0de6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c93b21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75045ee View commit details
    Browse the repository at this point in the history
  7. remove RenderPassPanel

    i-make-robots committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e417c8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8157a82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    993073c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0ae41f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a92114 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5886d6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3751b0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    163783c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. better from euler

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ad64765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    484e323 View commit details
    Browse the repository at this point in the history
  3. load correct shader

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    02668c2 View commit details
    Browse the repository at this point in the history
  4. draw DH Parameters

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3e202e2 View commit details
    Browse the repository at this point in the history
  5. draw bounding boxes

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    832a024 View commit details
    Browse the repository at this point in the history
  6. added HingeJoint

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7435c14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21f8bfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65dd5c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18f3e1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    444eb86 View commit details
    Browse the repository at this point in the history
  11. disable test for github

    i-make-robots committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    98d429b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    2bb35a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d267ae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ba58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cbf0ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df81258 View commit details
    Browse the repository at this point in the history
  6. MarlinRobotArm supports G1 linear moves

    MarlinRobotArm supports G1 linear moves
    i-make-robots committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1a81d31 View commit details
    Browse the repository at this point in the history
  7. added skybox background

    i-make-robots committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6d65dcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47f9b5c View commit details
    Browse the repository at this point in the history
  9. documenting

    i-make-robots committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4c40314 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3748777 View commit details
    Browse the repository at this point in the history
  11. better layout

    i-make-robots committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    e7c87f6 View commit details
    Browse the repository at this point in the history
  12. added Test All Panels

    i-make-robots committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    32081a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Added EditorPanel

    i-make-robots committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    bb1824e View commit details
    Browse the repository at this point in the history
  2. added about dialog

    i-make-robots committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    42bfb24 View commit details
    Browse the repository at this point in the history
  3. fixed meshes reloading

    i-make-robots committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e4c118b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    c916313 View commit details
    Browse the repository at this point in the history
  2. added RigidBody3D

    i-make-robots committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a07d3ea View commit details
    Browse the repository at this point in the history
  3. added feedrate

    i-make-robots committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    907f95d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d897d4 View commit details
    Browse the repository at this point in the history