mitm001
4a37ec467c
Update AbstractAppState.java
8 years ago
Paul Speed
d8875a7898
Convert Skeleton and Bone over to use the JME cloner system for cloning...
...
this should do automatic fix-up and hopefully make bones attachments work
properly again in clones.
8 years ago
Ev1lbl0w
9455f51c93
Update TestColoredTexture.java
8 years ago
Ev1lbl0w
df240b6837
Update TestSceneWater.java
8 years ago
Ev1lbl0w
9bd3256c78
Update TerrainGridTest.java
8 years ago
Ev1lbl0w
70bccb1048
Update TerrainGridAlphaMapTest.java
8 years ago
Ev1lbl0w
990e6dd593
Update TestOnlineJar.java
8 years ago
Ev1lbl0w
1cf65d0d21
Update TestUrlLoading.java
8 years ago
Ev1lbl0w
5ed3292678
Update TestSceneLoading.java
8 years ago
appveyor
07e233647c
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
17d7134e2d
bullet: enable upload for linux/mac
8 years ago
appveyor
2ec444f94e
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
1e15fe0f44
bullet: test mac native upload
8 years ago
empirephoenix
de1acb6a9b
Merge pull request #576 from Fadorico/upstream
...
Write/read the width and height of a quad
8 years ago
empirephoenix
4663258904
Merge pull request #535 from papaspace/custom-blend-func
...
Added RenderState.BlendMode.Custom
8 years ago
empirephoenix
c5a24eb5f0
Merge pull request #559 from JavaSaBr/master-original
...
added supporting window icons ans OffscreenSurface context for LWJGL3
8 years ago
empirephoenix
2d6bfc3853
Merge pull request #571 from grizeldi/patch-1
...
Added cleanup for ChaseCamera
8 years ago
empirephoenix
0664e1d1b8
Merge pull request #567 from MeFisto94/FixDOMOutput
...
Fixes #566 - XML Serialization handles empty buffers properly now.
8 years ago
empirephoenix
63b0600b81
Merge pull request #572 from jMonkeyEngine/define_list_fix
...
Fix DefineList regression
8 years ago
Paul Speed
c7c239a56f
Modified BitmapTextPage to always deep clone its mesh since otherwise
...
BitmapText objects end up sharing them and that's bad.
8 years ago
Paul Speed
4b78f099ca
Broke out the Serializer's static initializer into a separate initialize()
...
static method. This allows servers to completely reset the Serializer's
registry when restarting the server in the same JVM instance.
8 years ago
Paul Speed
f81c14de7c
Another bitmap text clone fix. The text pages array (the list of the actual geometry of
...
the bitmap text) wasn't really being cloned... only the elements were. This meant that
that a cloned BitmapText object would continue to share the meshes from the original.
8 years ago
Paul Speed
dbb1f14471
Another fix for BitmapText cloning where the regular clone() was
...
completely bypassing the JME cloner framework... and making a bad
clone.
8 years ago
Paul Speed
440096441d
Fixed the cloned Letters to use the cloned StringBlock instead of the
...
original reference.
8 years ago
Paul Speed
157af24419
Added a test for cloning BitmapText.
8 years ago
Paul Speed
9fda417a66
Fix for issue #577 StringBlock cannot be cloned with the cloner because
...
it is package private and the cloner cannot instantiate one directly.
Since it is extremely unlikely (read: impossible) that there would ever
be shared StringBlock references between BitmapText objects then it is safe
to just clone it directly.
It is important to note that BitmapText never really did support clone
before and only pretended to... so this wasn't really a regression.
8 years ago
javasabr
1f9a5cd028
for prev commit
8 years ago
javasabr
544d94aed7
implemented supporting the OffscreenSurface context.
8 years ago
javasabr
13eec17ddd
Merge remote-tracking branch 'github/master' into master-original
8 years ago
javasabr
911b99330b
Merge remote-tracking branch 'github/master' into master-original
8 years ago
javasabr
06258a6ddc
fixed crashes
8 years ago
Kirill Vainer
f38ddadc5b
upload_native: debugging on master branch
8 years ago
Kirill Vainer
da8b53d0a2
upload_native: always assemble native
8 years ago
travis-ci
f7c161562a
[ci skip] bullet: update linux natives
8 years ago
appveyor
247bdf853e
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
1e06ad091a
upload_native: final check
8 years ago
travis-ci
e557fb3fb0
[ci skip] bullet: update linux natives
8 years ago
Kirill Vainer
f60ffcc967
upload_native: final check
8 years ago
Kirill Vainer
dd812b17c5
upload_native: uncomment lines
8 years ago
travis-ci
e268c3b9fe
upload_native: more debugging
8 years ago
appveyor
1fd9797007
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
3cdb7fd928
bullet-native: move generate headers task
8 years ago
travis-ci
2e8d69f809
[ci skip] bullet: update osx natives
8 years ago
appveyor
ba0185c7bd
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
16695d444f
travis: fix duplicate yml addons
8 years ago
appveyor
7fd022d06f
[ci skip] bullet: update windows natives
8 years ago
Kirill Vainer
47c2396093
travis/appveyor: final test for auto-building
8 years ago
Kirill Vainer
f58242f285
Revert "travis: test mac native upload"
...
This reverts commit f5dbafe013
.
8 years ago
Kirill Vainer
0cfb97359f
Revert "travis: test mac native upload (2)"
...
This reverts commit 6e352bbf8a
.
8 years ago
Kirill Vainer
3acee58f73
travis: add github as known ssh host
8 years ago