Commit a0dfbfa
committed
Update submodules
1 parent d981444 commit a0dfbfa
16 files changed
Lines changed: 79 additions & 25 deletions
File tree
- OverEditor/src
- UI/Panels
- OverEngine
- src
- OverEngine/Core
- Platform
- Linux
- OpenGL
- Windows
- vendor
- Sandbox
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
| |||
260 | 265 | | |
261 | 266 | | |
262 | 267 | | |
263 | | - | |
| 268 | + | |
264 | 269 | | |
265 | 270 | | |
266 | 271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
- .github/workflows/build.yml-78
- .gitignore+7-5
- .travis.yml+32
- README.md+7-1
- docs/Doxyfile.in+1
- docs/collision.md+2-2
- docs/dynamics.md+6-1
- docs/extra.css+7-6
- include/box2d/b2_body.h+9-13
- include/box2d/b2_collision.h+1-24
- include/box2d/b2_fixture.h-6
- include/box2d/b2_gear_joint.h-1
- include/box2d/b2_joint.h+1-6
- include/box2d/b2_math.h+6-8
- include/box2d/b2_polygon_shape.h+11-9
- include/box2d/b2_rope.h-2
- include/box2d/b2_weld_joint.h+1-1
- include/box2d/b2_world.h-3
- premake5.lua-42
- src/collision/b2_collision.cpp-322
- src/collision/b2_distance.cpp+17-15
- src/collision/b2_polygon_shape.cpp+128-35
- src/common/b2_settings.cpp+1-1
- src/dynamics/b2_body.cpp+2-7
- src/dynamics/b2_contact_solver.cpp+1-1
- src/dynamics/b2_distance_joint.cpp+1-1
- src/dynamics/b2_gear_joint.cpp+4-12
- src/dynamics/b2_island.cpp+1-1
- src/dynamics/b2_mouse_joint.cpp+3-1
- src/dynamics/b2_world.cpp+1-1
- src/rope/b2_rope.cpp+1-1
- testbed/draw.cpp-15
- testbed/draw.h+7-2
- testbed/main.cpp+22-16
- testbed/test.cpp+1-1
- testbed/tests/collision_processing.cpp+1-1
- testbed/tests/convex_hull.cpp+16-110
- testbed/tests/dump_loader.cpp+2-1
- testbed/tests/skier.cpp+3
- testbed/tests/web.cpp+1-1
- unit-test/doctest.h+1.5k-2.6k
- unit-test/joint_test.cpp+1-1
- unit-test/math_test.cpp+1-1
- unit-test/world_test.cpp+1-1
0 commit comments