Commit 165969f
committed
Squashed commit of the following:
commit b3c946c
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 21:18:38 2026 -0500
Change int to long in LwjglPlatform.java
commit d311b8d
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 21:13:44 2026 -0500
Replace switch with if statements
commit 4b30bee
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 20:57:09 2026 -0500
Change int to long for LWJGL 3.4.0 compatibility
commit 128d179
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 20:48:12 2026 -0500
Remove OpenVR References from BulletDebugAppState.java
commit ba331a8
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 20:13:06 2026 -0500
Delete jme3-vr directory
commit a0c5063
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 15:38:45 2026 -0500
Remove OpenVr
commit b61d9e6
Author: Ryan McDonough <peanut64646@gmail.com>
Date: Sun Jan 18 14:56:37 2026 -0500
LWJGL 3.4.0 and Remove OpenVR
@stephengold notified me that LWJGL 3.4 has been released and has also done some testing in their non jME projects with this new version already. (big thanks for keeping a tab on this area)
I still have most of my own jME projects running lwjgl2 ('ve been procrastinating upgrading to LWJGL3 for quite a while now, long overdue), so I will finally do so in my own projects so I can help test as well.
OpenVR is also no longer supported in LWJGL 3.4.0 so it appears it needed removed, but (unless I'm mistaken) this should not be an issue since the Tamarin VR library is using the newer openXR, and openVR is considered outdated and deprecated. Any jME apps still relying on openVR can still use v3.9 or earlier without issue (@richardTingle correct me if I'm incorrect on any of this)
commit 77fdf95
Author: Wyatt Gillette <jefferydeaver2010@gmail.com>
Date: Sat Jan 17 11:22:46 2026 +0100
Remove GL_FRAMEBUFFER_SRGB_CAPABLE_EXT check to fix error 1280 (invalid enum) in some platforms (jMonkeyEngine#2461)
commit 0a84a08
Author: Riccardo Balbo <riccardo0blb@gmail.com>
Date: Sat Jan 17 11:21:04 2026 +0100
make tempvars closeable (jMonkeyEngine#2580)1 parent 3401e1b commit 165969f
238 files changed
Lines changed: 31 additions & 25052 deletions
File tree
- gradle
- jme3-core/src/main/java/com/jme3
- renderer/opengl
- util
- jme3-jbullet/src/main/java/com/jme3/bullet/debug
- jme3-lwjgl3/src/main/java/com/jme3/opencl/lwjgl
- jme3-vr
- src/main
- java
- com/jme3
- app
- input
- lwjgl
- vr
- lwjgl_openvr
- oculus
- openvr
- post
- scene
- shadow
- system
- jopenvr
- lwjgl
- util
- test
- resources
- Common
- MatDefs/VR
- ShaderLib
- Util
- darwin
- libopenvr_api.dylib.dSYM/Contents
- Resources/DWARF
- linux-x86-64
- linux-x86
- win32-x86-64
- win32-x86
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
Lines changed: 3 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
3492 | 3492 | | |
3493 | 3493 | | |
3494 | 3494 | | |
3495 | | - | |
3496 | | - | |
3497 | | - | |
3498 | | - | |
3499 | | - | |
3500 | | - | |
3501 | | - | |
3502 | | - | |
3503 | 3495 | | |
3504 | | - | |
3505 | | - | |
| 3496 | + | |
3506 | 3497 | | |
3507 | 3498 | | |
| 3499 | + | |
3508 | 3500 | | |
3509 | 3501 | | |
3510 | 3502 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
229 | 235 | | |
Lines changed: 8 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
187 | 180 | | |
188 | 181 | | |
189 | 182 | | |
| |||
193 | 186 | | |
194 | 187 | | |
195 | 188 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 189 | + | |
| 190 | + | |
205 | 191 | | |
206 | 192 | | |
207 | 193 | | |
| |||
436 | 422 | | |
437 | 423 | | |
438 | 424 | | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
| 425 | + | |
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
This file was deleted.
0 commit comments