443 Commits

Author SHA1 Message Date
PSp..om
d1c8626419 Better address binding.
Deprecated the methods on the old Message class
that are truly dangerous in the new version since
they always return null.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7016 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 23:34:04 +00:00
PSp..om
24b65c4914 Added a form of client that allows delayed connection
using the standard network stack.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7015 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 22:01:48 +00:00
PSp..om
6718c7d892 Added the disconnect message which kicking a client
from the new server... haven't actually tested it.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7014 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 20:54:08 +00:00
PSp..om
5adecf2aa3 Centralize the logic for accumulating and converting
non-aligned ByteBuffers into messages and messages into
ByteBuffers.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 20:31:49 +00:00
PSp..om
b8788ad7e5 Update a javadoc for clarity.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 20:16:46 +00:00
PSp..om
8a3ae8ea04 My not cleaned up throughput test showing the basic
calling of the new SM API.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7011 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 18:01:32 +00:00
PSp..om
c551a29022 Still a work in progress. The new API and base implementations
of the new interfaces.  Still exists entirely in parallel with
the old code.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7010 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 17:57:07 +00:00
PSp..om
f18fb0b287 Still a work in progress. This is the new 'heart' of
the SM module that simply routes raw bytes over
transports, hiding the particular transport implementation 
and threading model.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7009 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 17:55:46 +00:00
rem..om
d9f39f6b0b SimpleApplication has now built in methods to display or not fps tex and stat view.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7008 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 17:27:07 +00:00
rem..om
6e76c602e4 SSAOFilter can now be multi sampled
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7007 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-17 16:52:12 +00:00
sha..rd
656783476e * Attempt to fix ATI native crash with particles
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7006 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 21:19:27 +00:00
PSp..om
212b5e243a Unwinding the ouroboros... modified these public API
classes to not expose their internals by implementing
listeners directly.  Moved the listeners inside.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 19:51:41 +00:00
PSp..om
e441958434 Removing deprecated methods. So long, and don't let the
door hit you on the way out...


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7004 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 19:37:27 +00:00
PSp..om
9bdaa48efa A tourniquet to steep the bleeding on the UDP side before
it gets replaced.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7003 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 19:30:45 +00:00
PSp..om
ef77186386 Just renaming some vars to be more inline with what
they are.  Makes it easier to find calls to Client.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7002 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 18:55:52 +00:00
rem..om
7c9d4f19e5 Added PosterizationFilter contribution by Roy Straver a.k.a. Baal Garnaal
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 17:17:12 +00:00
rem..om
f58ca40979 Added CrossHatchFilter contribution by Roy Straver a.k.a. Baal Garnaal
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 17:12:45 +00:00
PSp..om
88506617ce BitmapText.setColor(color) now behaves as expected and
sets the default color for all letters even after a
text change.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 15:23:26 +00:00
nor..67
7aa8f746db - improve ant task for fetching wiki pages, no build fail when data cannot be loaded
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6998 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 13:58:02 +00:00
nor..67
c0a4adc02e - update jmp build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6997 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 00:59:05 +00:00
nor..67
288451a010 Update sdk build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 00:58:30 +00:00
nor..67
4d3ebfdf14 - update build copy location
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-16 00:10:52 +00:00
rem..om
67a7c1cf22 Bone animation :
- Fixed squashing flickering when changing animation
- Fixed scale computation when blending
- Ogre loader can now properly load scales from ogre xml files

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6993 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-15 22:09:59 +00:00
nor..67
ba4265b77a - add DDS support to texture browser (thanks to @destroflyer!)
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6992 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-15 18:59:11 +00:00
nor..67
13cb24081f - enable stable update center
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-15 01:17:11 +00:00
nor..67
6b1d1d8e5c - add obfuscation support to build
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6988 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 23:58:06 +00:00
nor..67
927721259a - add obfuscation support to jMP via ProGuard
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6987 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 23:57:38 +00:00
PSp..om
3fe5911b66 Adding a comment hinting at maybe why jme nifty text
used to work better and then broke at some point.
The older previously commented out code provided a
better text width value than BitmapFont did before
the recent fixes.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6986 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 23:48:26 +00:00
PSp..om
596ed7578e Fixed a handful of bugs in the getLineWidth() method.
Essentially, it is doing a parallel and nearly completely
different calculation of line width than the one that
Letters/BitmapText does.  Consolidating this position
model would probably be a good idea someday.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6985 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 23:35:54 +00:00
PSp..om
654763d950 Fixed setText() to invalidate... otherwise,
getTotalWidth(), etc. continue to use the cached
sizes.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6984 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 22:08:14 +00:00
PSp..om
cfd031530a Modified to let clone work even with a null mesh.
Though if that is your problem it just moved...
hopefully closer to real life.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6983 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 20:13:34 +00:00
PSp..om
d159c5e8c3 Throw a more meaningful exception for a missing font
than the NPE that's about to happen otherwise.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6982 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:45:35 +00:00
nor..67
4fb8579206 - add init dependency to hudson target
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6981 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:33:39 +00:00
nor..67
000c30b6b7 break build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6980 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:26:21 +00:00
nor..67
dd68f0cc34 fix build script again
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6979 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:23:02 +00:00
nor..67
123b540f29 fix build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6978 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:14:08 +00:00
nor..67
1e92414492 fix build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6977 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:10:19 +00:00
nor..67
ea3ee755c1 update build script
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6976 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 19:02:06 +00:00
nor..67
79fea64239 add global build.xml
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6975 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 18:47:20 +00:00
nor..67
1e7c83d126 - change build.xml for engine and sdk to new folders
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6974 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 18:40:33 +00:00
rem..om
0dd27bda09 - Material does not check anymore if a param is defined when clearing it.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6973 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 17:44:45 +00:00
nor..67
6fd3bbedae move sdk to trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 12:55:55 +00:00
nor..67
9e53abbb7a move jme3 to trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6971 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 12:55:32 +00:00