1813 Commits

Author SHA1 Message Date
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
2011-12-17 07:07:15 +00:00
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
2011-12-16 17:29:15 +00:00
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
2011-12-16 10:28:50 +00:00
PSp..om
665a7c8851 A small formatting change.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8937 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-16 10:27:26 +00:00
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
2011-12-16 09:19:17 +00:00
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
2011-12-16 08:43:33 +00:00
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
2011-12-16 08:30:42 +00:00
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
2011-12-16 07:14:47 +00:00
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
2011-12-16 00:31:40 +00:00
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
2011-12-15 00:57:14 +00:00
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
2011-12-14 20:56:28 +00:00
nor..67
598e8a73c5 SDK:
- use new Nifty ResourceLocators

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8929 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-14 14:09:15 +00:00
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
2011-12-14 13:26:52 +00:00
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
2011-12-14 01:23:12 +00:00
nor..67
eff7e0f660 update bullet native binaries
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8926 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-14 01:00:32 +00:00
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
2011-12-14 00:57:33 +00:00
nor..67
87fc78df3f update bullet native binaries
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8924 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-14 00:54:38 +00:00
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
2011-12-14 00:30:34 +00:00
nor..67
09458328c7 update bullet native binaries
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8922 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-13 22:54:09 +00:00
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
2011-12-13 22:52:14 +00:00
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
2011-12-13 22:41:42 +00:00
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
2011-12-13 22:39:42 +00:00
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
2011-12-13 19:12:23 +00:00
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
2011-12-13 19:10:33 +00:00
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
2011-12-13 17:51:09 +00:00
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
2011-12-10 18:04:54 +00:00
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
2011-12-09 23:14:17 +00:00
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
2011-12-09 21:23:35 +00:00
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
2011-12-09 19:33:53 +00:00
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
2011-12-09 19:00:13 +00:00
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
2011-12-09 18:55:31 +00:00
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
2011-12-09 18:26:59 +00:00
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
2011-12-09 17:34:38 +00:00
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
2011-12-09 15:16:33 +00:00
nor..67
7a12880413 build:
- add toolchain files for cmake

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8906 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-09 03:56:20 +00:00
Sha..rd
7b907b002d * javadoc fix for mesh
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-09 02:24:58 +00:00
nor..67
82a6aa1ddb build:
- add cpptasks hack for mingw to linker as well

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8904 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-09 00:16:44 +00:00
nor..67
77eb211c42 build:
- add fix in hacked cpptasks.jar

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8903 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-09 00:12:05 +00:00
nor..67
e259d6eb6f build:
- add differently hacked cpptasks.jar

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8902 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-09 00:08:25 +00:00
nor..67
3556e670c6 build:
- add hacked cpptasks.jar

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8901 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 23:52:11 +00:00
Kae..pl
0e4f115e84 FIXED: Issue 430: Blender loader sets blend mode = alpha on material that is not really transparent
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8900 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 17:37:58 +00:00
Kae..pl
4b55383ba0 FIXED: Issue 427: Blender loader writes BindPose buffers without BoneIndex or BoneWeight data
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8899 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 12:38:19 +00:00
Kae..pl
7e3e35c7f2 FIXED: Issue 428: Blender loader doesn't compress index buffers
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8898 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 12:06:25 +00:00
Kae..pl
7f694b3ba0 BUGFIX: Issue 434: Blender loader loads model with incorrect Y-up transform
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8897 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 11:44:23 +00:00
nor..67
ef5555c018 bullet build script:
- remove compiler option for mingw build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8896 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 05:20:37 +00:00
nor..67
2fc48043c2 bullet build script:
- add test for win64 cross-compilation

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8895 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 05:11:37 +00:00
nor..67
d10b8e94c7 bullet build script:
- fix in win64 cross-compile target option

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8894 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 04:54:00 +00:00
nor..67
474687f7aa bullet build script:
- better separation between 32 and 64bit cross-compile windows binaries in config script fix

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8893 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 03:58:06 +00:00
nor..67
939ef5f730 bullet build script:
- fix native windows cmake build target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8892 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 03:39:43 +00:00
nor..67
8cff873de4 bullet build script:
- add mingw config script fix to linux mingw target

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8891 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-12-08 03:17:10 +00:00