rem..om
80df839071
refactored TestCinematic to use spatial animation with AnimationHelper instead of deprecated position, scale and rotation tracks
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8956 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
7de07d056c
Created an AnimationHelper to ease the creation process of a spatial animation, based on key frames interpolation.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8955 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
1b1bad7da5
Fixed MotionTrack setEnabled method
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8954 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
9232c71cd7
Added a Transform(Vector3f translation,Quaternion rotation,Vector3f scale) constructor
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8953 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
5d6fa1fc0b
fixed a normal seaming artifact in terrain
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8952 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
2ac215f477
Fix a bug with bad bones placing.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8951 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
e4c4380ab5
Fixing a bug with cloning SkeletonControl for Spatial. The anim control will always be added if the object has an armature, even if it has no animations.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8950 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
4c3b866e85
The files: .classpath and .project added to svn:ignore list (these are eclipse files that should never be commited by mistake).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8949 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
f74d0311ae
Bugfix: LocLimitConstraint erased other tracks except the one it was supposed to alter.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8947 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
8297877114
Armature bugfix: bones had constraints applied before they were loaded (skeleton loading moved to ObjectHelper).
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8946 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
Kae..pl
f232b11318
Material name added.
...
Reading material's name from blender added.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8945 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
5ed66f47e7
Redoing some of the isConnected checking and connection
...
close logging to be less verbose... and to not print out
logged infos that look like warnings about "connections
already being closed."
While I was at it, I added so FINE logging about the
sizes of the maps when the elements are removed to make
sure everything is being cleaned up properly.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8944 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
010b9e0670
Until I can hook up proper error handlers, at least close
...
the connection so the clients don't hang around in an errored
state.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8943 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
dc46e28eb9
Added a big honking warning after learning something in
...
hindsight about the removal of RenderingHints. :P
Seemed simple enough... but now I have to watch people
get connection errors to my server instead of getting
a nice kick.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8942 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
d1576a3580
Added a proper toString() to SerializerRegistration.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8941 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
4c2ccc66e0
Added a toString method similar to AbstractCollection's.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8940 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
817591076e
removed the remaining awt dependencies from terrain grid and its utils
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8939 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
e84d8300dd
Modified Client/Server to support alternate channels. The
...
server can configure additional ports that will be sent to
the client upon connection. These channels can be used to
send messages in parallel to the normal messages. This is
useful to keeping several separate command pathways flowing
smoothly despite potentially large messages on one channel.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8938 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
665a7c8851
A small formatting change.
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8937 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
c686efc3a7
DefaultClient now also deals with connectors more
...
generically as channels.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8936 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
fe1bd03c51
Unified how UDP and TCP kernels are handled into a
...
more general "channel" list. This is to pave the way
for additional channels.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8935 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
2d0def329d
Made the UDP disconnect events more timely by including
...
the same bump logic that the NIO kernel has.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8934 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
5cb7e21157
Modified KernelAdapter to be a more self-sufficient adapter
...
to better support having multiple channels.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8933 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
PSp..om
48db901b5b
Added a method for easily determining if there are active
...
connections.
Early-return in the broadcast method if there are no connections.
This prevents allocation of a message if it's just going to get
dropped on the floor anyway.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8932 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
11e23de0ec
SDK:
...
- update some help files from wiki
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8931 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
356c3b55cc
deprecating and removing most AWT dependencies from heightmaps and TerrainGrid, still some more to do
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8930 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
598e8a73c5
SDK:
...
- use new Nifty ResourceLocators
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8929 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
voi..om
fe521c76ea
update to latest Nifty 1.3.1-SNAPSHOT build especially because of consolidation of resource loading (the ResourceLoader inside of Nifty is now a part of the Nifty instance and not static anymore, see 1001faad0c
for details)
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8928 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
d829bcddc3
bullet native build:
...
- update bullet native jar files
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8927 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
eff7e0f660
update bullet native binaries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8926 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
05c2505363
bullet native build:
...
- fix native bullet build targets
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8925 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
87fc78df3f
update bullet native binaries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8924 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
62a3bc2705
fixed bug in terrain editor, submitting new texture before scale causing error in shader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8923 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
09458328c7
update bullet native binaries
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8922 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
f6ccfa79bb
- fix non-UTF8 characters in bullet importer
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8921 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
24d4b84b10
bullet native build script:
...
- add fix for win32 native build to (not yet working) win64 build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8920 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
c42b1e9490
bullet native build script:
...
- fix win32 native build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8919 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sky..ok
459f3ba4dd
Fixed link to missing model in TestTransparentCartoonEdge and TestTransparentSSAO
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8918 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
sky..ok
ef083e477f
Fixed link to missing model in TestTransparentShadow
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8917 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
bre..ns
7d2d0bdc75
fixed arraycopy buffer overflow error for Shorts in AWTLoader
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8916 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
1a11f697cf
build script:
...
- remove tests from default ant target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8915 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
477f8b526b
Adding bullet natives for linux 64/32bit and mingw-built win32
...
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8914 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
rem..om
08af19ec5b
Cinematics :
...
- One can now shift time forward an backward in a cinematic with the setTime(float) method, all sub cinematic events support it except soundtrack (has to be implemented)
- Enhanced MotionPath calculation to allow time shifting, and made speed more constant
- changed test cases accordingly
- some more javadoc
- fixed some problems in GUITrack
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8913 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
6152155c61
native bullet build:
...
- use build folder for windows build products
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8912 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
33a8268586
native bullet build:
...
- avoid cleaning android build products when not cleaning project
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8911 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
987e55606a
native bullet build:
...
- change <not>istrue -> isfalse
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8910 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
0ba9fc4638
native bullet build:
...
- remove cmake clean, fix cross-compile
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8909 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
068d626e6b
native bullet build:
...
- clean up targets, add better condition checks for building and cross-building
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8908 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
2571157073
native bullet build:
...
- delete toolchain files for cmake
- add working cross-compile target for windows 32bit (WIP)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8907 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago
nor..67
7a12880413
build:
...
- add toolchain files for cmake
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
13 years ago