OSDN Git Service

mikumikustudio/MikuMikuStudio.git
13 years agoFix to bezier curve length computation.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 11:41:50 +0000 (11:41 +0000)]
Fix to bezier curve length computation.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7100 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBugfix: missing break might have caused problems with curves interpolations.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 10:32:09 +0000 (10:32 +0000)]
Bugfix: missing break might have caused problems with curves interpolations.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7099 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSmall fixes and support for closed NURBS surfaces.
Kaelthas_Spellsinger@o2.pl [Thu, 24 Mar 2011 10:08:06 +0000 (10:08 +0000)]
Small fixes and support for closed NURBS surfaces.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7098 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/missing...
mulova [Thu, 24 Mar 2011 10:02:25 +0000 (10:02 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/missing-mouseevent-settime/
Set event time for MouseEvent

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7097 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoChanged alpha value of output color to 1 to avoid problems with screenshots
remy.bouquet@gmail.com [Thu, 24 Mar 2011 09:42:57 +0000 (09:42 +0000)]
Changed alpha value of output color to 1 to avoid problems with screenshots

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7096 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agojME3
shadowislord [Thu, 24 Mar 2011 04:17:16 +0000 (04:17 +0000)]
jME3
 * RenderManager will reload "shader" boolean on each invocation of render(), since Renderer might not have proper capabilities set before canvas has been attached

jMP
 * Fixed some illegal calls in SceneApplication

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7095 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- windows had another one up the sleeve..
normen667 [Wed, 23 Mar 2011 23:51:23 +0000 (23:51 +0000)]
- windows had another one up the sleeve..

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7094 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- another hopefully final windows fix
normen667 [Wed, 23 Mar 2011 23:33:32 +0000 (23:33 +0000)]
- another hopefully final windows fix

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7093 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix windows newline to \r\n
normen667 [Wed, 23 Mar 2011 23:18:55 +0000 (23:18 +0000)]
- fix windows newline to \r\n

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7092 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add windows \n\r to properties file during build
normen667 [Wed, 23 Mar 2011 22:47:43 +0000 (22:47 +0000)]
- add windows \n\r to properties file during build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7091 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- create properties folder in build script before writing properties
normen667 [Wed, 23 Mar 2011 22:34:07 +0000 (22:34 +0000)]
- create properties folder in build script before writing properties

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7090 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBasic support for NURBS curves and surfaces added.
Kaelthas_Spellsinger@o2.pl [Wed, 23 Mar 2011 20:03:17 +0000 (20:03 +0000)]
Basic support for NURBS curves and surfaces added.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7089 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed stupid buffer copy bug partially caused by some
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:45:35 +0000 (17:45 +0000)]
Fixed stupid buffer copy bug partially caused by some
last minute shifts in APIs.  Anyway, outbound TCP
broadcasts work again and are more efficient since the
Kernel callers can better control when their message
buffers are copied (in this case it isn't necessary so
we save a buffer copy).

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7088 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixes for the now gone local UDP port.
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:25:56 +0000 (17:25 +0000)]
Fixes for the now gone local UDP port.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7087 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoPull the local UDP port from the ethereal set. The previous
PSpeed42@gmail.com [Wed, 23 Mar 2011 17:25:12 +0000 (17:25 +0000)]
Pull the local UDP port from the ethereal set.  The previous
way made the caller specify a local port due to an unusually
persistent bit of ancient lore lodged in my brain.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7086 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- commit ideal version of window handling (not working atm)
normen667 [Wed, 23 Mar 2011 11:34:39 +0000 (11:34 +0000)]
- commit ideal version of window handling (not working atm)
- Application calls createCanvas() and startCanvas(true)
- SceneViewer window calls panel.add(getCanvas())

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7085 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- commit closeable sceneviewer
normen667 [Wed, 23 Mar 2011 10:21:11 +0000 (10:21 +0000)]
- commit closeable sceneviewer

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7084 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoA crude but working chat client and server using swing
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:52:43 +0000 (07:52 +0000)]
A crude but working chat client and server using swing
on the client (could be converted to nifty someday).
Simple but lets users test UDP or TCP messaging.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7083 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoHostedConnection can now supply the Server instance
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:35:21 +0000 (07:35 +0000)]
HostedConnection can now supply the Server instance
that is hosting it.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7082 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoApplied the null filter fix to the UDP kernel that
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:34:56 +0000 (07:34 +0000)]
Applied the null filter fix to the UDP kernel that
has already been applied to the TCP kernel.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7081 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoPass the server name and version on through to the overloaded method.
PSpeed42@gmail.com [Wed, 23 Mar 2011 07:04:56 +0000 (07:04 +0000)]
Pass the server name and version on through to the overloaded method.
Cut-paste typo.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7080 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdd missing copyright paraphrase of Curve class
mulova [Wed, 23 Mar 2011 04:58:34 +0000 (04:58 +0000)]
Add missing copyright paraphrase of Curve class

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7079 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Big refactoring of LWJGL display system, mainly to support updating the main loop...
shadowislord [Wed, 23 Mar 2011 03:48:37 +0000 (03:48 +0000)]
 * Big refactoring of LWJGL display system, mainly to support updating the main loop without a render context or input devices being available.
 * Added test that demonstrates above functionality, by starting Application without attaching the canvas, and then constantly attaching and detaching canvas from a frame.
 * Deleted deprecated methods in JmeContext
 * Deleted deprecated class LwjglJoyInput
 * Audio renderer will not attempt to initialize OpenAL twice if already initialized

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7078 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add message when assetpack was downloaded
normen667 [Wed, 23 Mar 2011 00:24:40 +0000 (00:24 +0000)]
- add message when assetpack was downloaded

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7077 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Created test for (non-existent) safe canvas
shadowislord [Wed, 23 Mar 2011 00:16:11 +0000 (00:16 +0000)]
 * Created test for (non-existent) safe canvas

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7076 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add user check before upload to AssetPacks upload
normen667 [Tue, 22 Mar 2011 22:11:35 +0000 (22:11 +0000)]
- add user check before upload to AssetPacks upload

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7075 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add android build to main build file
normen667 [Tue, 22 Mar 2011 02:08:39 +0000 (02:08 +0000)]
- add android build to main build file

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7074 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- remove defect golem game
normen667 [Tue, 22 Mar 2011 01:28:48 +0000 (01:28 +0000)]
- remove defect golem game

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7073 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add NetBeans Freeform project to build SDK
normen667 [Tue, 22 Mar 2011 01:27:23 +0000 (01:27 +0000)]
- add NetBeans Freeform project to build SDK

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7072 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add new wiki page
normen667 [Mon, 21 Mar 2011 23:46:42 +0000 (23:46 +0000)]
- add new wiki page

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7071 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUnwinding a bit of the Message vs. Message conundrum
PSpeed42@gmail.com [Mon, 21 Mar 2011 23:34:48 +0000 (23:34 +0000)]
Unwinding a bit of the Message vs. Message conundrum
to give new API users a proper extension point for their
own messages. (forgot this file in the last commit)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7070 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUnwinding a bit of the Message vs. Message conundrum
PSpeed42@gmail.com [Mon, 21 Mar 2011 23:34:13 +0000 (23:34 +0000)]
Unwinding a bit of the Message vs. Message conundrum
to give new API users a proper extension point for their
own messages.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7069 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoReceived messages now have their reliability flag
PSpeed42@gmail.com [Mon, 21 Mar 2011 23:25:19 +0000 (23:25 +0000)]
Received messages now have their reliability flag
set properly based on how the message was received.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7068 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFix client message listeners threading. They may be
PSpeed42@gmail.com [Mon, 21 Mar 2011 23:06:27 +0000 (23:06 +0000)]
Fix client message listeners threading.  They may be
called by either the UDP or TCP thread but it will
not be at the same time.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7067 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- remove folder
normen667 [Mon, 21 Mar 2011 13:13:31 +0000 (13:13 +0000)]
- remove folder

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7066 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add some bullet javadoc
normen667 [Mon, 21 Mar 2011 13:12:33 +0000 (13:12 +0000)]
- add some bullet javadoc
- remove deprecated bullet classes

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoCalculation of Bezier curve's length added.
Kaelthas_Spellsinger@o2.pl [Mon, 21 Mar 2011 13:07:55 +0000 (13:07 +0000)]
Calculation of Bezier curve's length added.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7064 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoA method that returns the length added to curve.
Kaelthas_Spellsinger@o2.pl [Mon, 21 Mar 2011 11:45:00 +0000 (11:45 +0000)]
A method that returns the length added to curve.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7063 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoThe light's name added.
Kaelthas_Spellsinger@o2.pl [Mon, 21 Mar 2011 11:44:33 +0000 (11:44 +0000)]
The light's name added.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7062 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add BrickTower test
normen667 [Mon, 21 Mar 2011 03:21:20 +0000 (03:21 +0000)]
- add BrickTower test

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7061 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- fix physics debug view rogue meshes by adding mesh.getFloatBuffer(Type.Position...
normen667 [Mon, 21 Mar 2011 01:48:19 +0000 (01:48 +0000)]
- fix physics debug view rogue meshes by adding mesh.getFloatBuffer(Type.Position).clear()
- make CollisionShapeFactory use not world translation but translation relative to given parent
- add CollisionShapeFactory test

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7060 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/posterizatio...
mulova [Sun, 20 Mar 2011 12:13:49 +0000 (12:13 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/posterizationfilter-shader-fix-for-mac/
PosterizationFilter compilation error fix for Mac

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7058 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoURL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/crosspatchfi...
mulova [Sun, 20 Mar 2011 12:10:39 +0000 (12:10 +0000)]
URL: jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/crosspatchfilter-fails-on-mac/
CrossHatchFilter uniform types from int to float

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7057 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMeshLoader catch AssetNotFoundException when trying to locate the .material of a...
remy.bouquet@gmail.com [Sun, 20 Mar 2011 08:55:42 +0000 (08:55 +0000)]
MeshLoader catch AssetNotFoundException when trying to locate the .material of a model

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7056 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- sont use nightly jme3 target for stable build
normen667 [Sun, 20 Mar 2011 04:48:28 +0000 (04:48 +0000)]
- sont use nightly jme3 target for stable build

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7055 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Ported TestMessages to new SM
shadowislord [Sat, 19 Mar 2011 22:47:35 +0000 (22:47 +0000)]
 * Ported TestMessages to new SM
 * Mesh.deepClone() will no longer keep old collision tree

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7050 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUpdated the Endpoint interface to define a close() method
PSpeed42@gmail.com [Sat, 19 Mar 2011 22:07:19 +0000 (22:07 +0000)]
Updated the Endpoint interface to define a close() method
that can optionally flush the queued messages.  Modified
DefaultServer to close-with-flush when kicking a client
so that the disconnect message actually gets to them.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7049 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMore comments on restrictions to future thread pooling
PSpeed42@gmail.com [Sat, 19 Mar 2011 21:46:52 +0000 (21:46 +0000)]
More comments on restrictions to future thread pooling
implementations.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7048 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoModified the default server implementation to enforce my
PSpeed42@gmail.com [Sat, 19 Mar 2011 21:37:02 +0000 (21:37 +0000)]
Modified the default server implementation to enforce my
own threading rules... it's sort of heavy-handed but
given the separation of the reliable and unreliable
implementations (and the inability to really know how
they are threading from here) this is the safest way and
doesn't seem to really affect throughput.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7047 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded some comments about the multi-threaded nature
PSpeed42@gmail.com [Sat, 19 Mar 2011 21:21:06 +0000 (21:21 +0000)]
Added some comments about the multi-threaded nature
of message event dispatch.  This is one of the reasons
I thought the existing services need to be checked for
'correctness' re: multithreading.  Even in the current
implementations, a message listener may be called by
different threads.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7046 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add wiki page to manual
normen667 [Sat, 19 Mar 2011 20:26:46 +0000 (20:26 +0000)]
- add wiki page to manual

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7045 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded a count-down latch to keep track of the connecting
PSpeed42@gmail.com [Sat, 19 Mar 2011 17:26:08 +0000 (17:26 +0000)]
Added a count-down latch to keep track of the connecting
state so that if a caller creates a client then immediately
starts sending message, we can block until the connection
is really established.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7044 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoadded disconnect information to the client state listener
PSpeed42@gmail.com [Sat, 19 Mar 2011 17:13:58 +0000 (17:13 +0000)]
added disconnect information to the client state listener
so that clients that care can know why they were booted, etc.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7043 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed a port typo after all the cutting pasting and
PSpeed42@gmail.com [Sat, 19 Mar 2011 15:44:42 +0000 (15:44 +0000)]
Fixed a port typo after all the cutting pasting and
fixing last night.  UDP connection now setup with
the proper remote UDP port.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7042 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSend the version information with the client registration
PSpeed42@gmail.com [Sat, 19 Mar 2011 07:31:58 +0000 (07:31 +0000)]
Send the version information with the client registration
and kick the client if they don't match.  Need to fix some
other things before the reason actually makes it to the
client before the socket is closed... but at least they'll
know something is wrong.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7041 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * RMI system much more tolerant of bad data now (will display warning in log instead...
shadowislord [Sat, 19 Mar 2011 07:16:21 +0000 (07:16 +0000)]
 * RMI system much more tolerant of bad data now (will display warning in log instead of crashing)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7040 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded the rest of the game name and version stuff... still
PSpeed42@gmail.com [Sat, 19 Mar 2011 07:08:34 +0000 (07:08 +0000)]
Added the rest of the game name and version stuff... still
doesn't validate with it but at least the client and server
can be setup now.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7039 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoReal fix for the client UDP problems and removed my long
PSpeed42@gmail.com [Sat, 19 Mar 2011 06:47:46 +0000 (06:47 +0000)]
Real fix for the client UDP problems and removed my long
winded and erroneous comment now that we have point-to-point
connections again.
Also committing the other classes to which I started adding
game name and version... unfinished but needed for the other
fix.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7038 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoCommitting something for testing... may revert.
PSpeed42@gmail.com [Sat, 19 Mar 2011 06:42:33 +0000 (06:42 +0000)]
Committing something for testing... may revert.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7037 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUpdated to use localhost instead of my hard-coded host
PSpeed42@gmail.com [Sat, 19 Mar 2011 06:31:37 +0000 (06:31 +0000)]
Updated to use localhost instead of my hard-coded host
and modified to be able to test unreliable throughput.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7036 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoLeave the client UDP connection 'connectionless' and
PSpeed42@gmail.com [Sat, 19 Mar 2011 06:24:28 +0000 (06:24 +0000)]
Leave the client UDP connection 'connectionless' and
left a really big comment as to why.  It's sort of
too bad but not that big of a deal.

Now clients can connect to 'localhost' and still
receive UDP packets.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7035 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded a comment about the "magic number" used in the
PSpeed42@gmail.com [Sat, 19 Mar 2011 05:22:47 +0000 (05:22 +0000)]
Added a comment about the "magic number" used in the
connect message from the client.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7034 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMore graceful shutdown of client-initiated close of
PSpeed42@gmail.com [Sat, 19 Mar 2011 03:21:24 +0000 (03:21 +0000)]
More graceful shutdown of client-initiated close of
the Client.  Way easier to take care of this stuff with
working code... thanks, MonkeyZone.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7033 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed an NPE in the filter code... oops. A null filter
PSpeed42@gmail.com [Sat, 19 Mar 2011 03:04:30 +0000 (03:04 +0000)]
Fixed an NPE in the filter code... oops.  A null filter
is the same as always true.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7032 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBasic useful filter implementations.
PSpeed42@gmail.com [Sat, 19 Mar 2011 03:00:06 +0000 (03:00 +0000)]
Basic useful filter implementations.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7031 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded a String getAddress() to the server-side connection
PSpeed42@gmail.com [Sat, 19 Mar 2011 02:34:48 +0000 (02:34 +0000)]
Added a String getAddress() to the server-side connection
stuff... this will be useful for certain types of filtering
and is good for informational logging.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7030 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBasic connection filtering support. Standard filter implementations
PSpeed42@gmail.com [Sat, 19 Mar 2011 02:22:26 +0000 (02:22 +0000)]
Basic connection filtering support.  Standard filter implementations
to come next.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7029 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoFixed some more cases where I missed the long -> int
PSpeed42@gmail.com [Sat, 19 Mar 2011 01:17:26 +0000 (01:17 +0000)]
Fixed some more cases where I missed the long -> int
client id conversion.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7028 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * AssetManager will now throw an exception when there are issues with loading/locati...
shadowislord [Sat, 19 Mar 2011 00:56:41 +0000 (00:56 +0000)]
 * AssetManager will now throw an exception when there are issues with loading/locating an asset

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7027 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Fix Lighting.frag compile error
shadowislord [Fri, 18 Mar 2011 23:54:06 +0000 (23:54 +0000)]
 * Fix Lighting.frag compile error
 * Replaced nondescript NullPointerException in OBJLoader with proper exception for missing material in MTL

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7026 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoClient ID is now just an int. If users connect once
PSpeed42@gmail.com [Fri, 18 Mar 2011 19:36:29 +0000 (19:36 +0000)]
Client ID is now just an int.  If users connect once
a millisecond for almost 25 days straight then it will
eventually wrap.  I think that's ok.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7025 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- up the version of the jme3 libraries in trunk to avoid a higher stable version...
normen667 [Fri, 18 Mar 2011 16:54:44 +0000 (16:54 +0000)]
- up the version of the jme3 libraries in trunk to avoid a higher stable version number

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7022 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoLog the client registration steps.
PSpeed42@gmail.com [Fri, 18 Mar 2011 04:12:19 +0000 (04:12 +0000)]
Log the client registration steps.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7020 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded some logging for when the kernels are actually
PSpeed42@gmail.com [Fri, 18 Mar 2011 04:04:51 +0000 (04:04 +0000)]
Added some logging for when the kernels are actually
hosting.  The old SM did similar and it's useful.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7019 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded server-side client-specific session attributes
PSpeed42@gmail.com [Fri, 18 Mar 2011 02:10:45 +0000 (02:10 +0000)]
Added server-side client-specific session attributes
for tucking player data, etc..

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7018 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoDeprecated some more things, fixed some javadoc links,
PSpeed42@gmail.com [Fri, 18 Mar 2011 00:21:45 +0000 (00:21 +0000)]
Deprecated some more things, fixed some javadoc links,
and added some more package.html files.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7017 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBetter address binding.
PSpeed42@gmail.com [Thu, 17 Mar 2011 23:34:04 +0000 (23:34 +0000)]
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: http://jmonkeyengine.googlecode.com/svn/trunk@7016 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded a form of client that allows delayed connection
PSpeed42@gmail.com [Thu, 17 Mar 2011 22:01:48 +0000 (22:01 +0000)]
Added a form of client that allows delayed connection
using the standard network stack.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7015 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded the disconnect message which kicking a client
PSpeed42@gmail.com [Thu, 17 Mar 2011 20:54:08 +0000 (20:54 +0000)]
Added the disconnect message which kicking a client
from the new server... haven't actually tested it.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7014 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoCentralize the logic for accumulating and converting
PSpeed42@gmail.com [Thu, 17 Mar 2011 20:31:49 +0000 (20:31 +0000)]
Centralize the logic for accumulating and converting
non-aligned ByteBuffers into messages and messages into
ByteBuffers.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7013 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUpdate a javadoc for clarity.
PSpeed42@gmail.com [Thu, 17 Mar 2011 20:16:46 +0000 (20:16 +0000)]
Update a javadoc for clarity.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7012 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoMy not cleaned up throughput test showing the basic
PSpeed42@gmail.com [Thu, 17 Mar 2011 18:01:32 +0000 (18:01 +0000)]
My not cleaned up throughput test showing the basic
calling of the new SM API.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7011 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoStill a work in progress. The new API and base implementations
PSpeed42@gmail.com [Thu, 17 Mar 2011 17:57:07 +0000 (17:57 +0000)]
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: http://jmonkeyengine.googlecode.com/svn/trunk@7010 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoStill a work in progress. This is the new 'heart' of
PSpeed42@gmail.com [Thu, 17 Mar 2011 17:55:46 +0000 (17:55 +0000)]
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: http://jmonkeyengine.googlecode.com/svn/trunk@7009 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSimpleApplication has now built in methods to display or not fps tex and stat view.
remy.bouquet@gmail.com [Thu, 17 Mar 2011 17:27:07 +0000 (17:27 +0000)]
SimpleApplication has now built in methods to display or not fps tex and stat view.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7008 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoSSAOFilter can now be multi sampled
remy.bouquet@gmail.com [Thu, 17 Mar 2011 16:52:12 +0000 (16:52 +0000)]
SSAOFilter can now be multi sampled

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7007 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago * Attempt to fix ATI native crash with particles
shadowislord [Wed, 16 Mar 2011 21:19:27 +0000 (21:19 +0000)]
 * Attempt to fix ATI native crash with particles

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7006 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUnwinding the ouroboros... modified these public API
PSpeed42@gmail.com [Wed, 16 Mar 2011 19:51:41 +0000 (19:51 +0000)]
Unwinding the ouroboros... modified these public API
classes to not expose their internals by implementing
listeners directly.  Moved the listeners inside.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7005 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoRemoving deprecated methods. So long, and don't let the
PSpeed42@gmail.com [Wed, 16 Mar 2011 19:37:27 +0000 (19:37 +0000)]
Removing deprecated methods.  So long, and don't let the
door hit you on the way out...

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7004 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoA tourniquet to steep the bleeding on the UDP side before
PSpeed42@gmail.com [Wed, 16 Mar 2011 19:30:45 +0000 (19:30 +0000)]
A tourniquet to steep the bleeding on the UDP side before
it gets replaced.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7003 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoJust renaming some vars to be more inline with what
PSpeed42@gmail.com [Wed, 16 Mar 2011 18:55:52 +0000 (18:55 +0000)]
Just renaming some vars to be more inline with what
they are.  Makes it easier to find calls to Client.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7002 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded PosterizationFilter contribution by Roy Straver a.k.a. Baal Garnaal
remy.bouquet@gmail.com [Wed, 16 Mar 2011 17:17:12 +0000 (17:17 +0000)]
Added PosterizationFilter contribution by Roy Straver a.k.a. Baal Garnaal

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7001 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoAdded CrossHatchFilter contribution by Roy Straver a.k.a. Baal Garnaal
remy.bouquet@gmail.com [Wed, 16 Mar 2011 17:12:45 +0000 (17:12 +0000)]
Added CrossHatchFilter contribution by Roy Straver a.k.a. Baal Garnaal

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7000 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBitmapText.setColor(color) now behaves as expected and
PSpeed42@gmail.com [Wed, 16 Mar 2011 15:23:26 +0000 (15:23 +0000)]
BitmapText.setColor(color) now behaves as expected and
sets the default color for all letters even after a
text change.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6999 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- improve ant task for fetching wiki pages, no build fail when data cannot be loaded
normen667 [Wed, 16 Mar 2011 13:58:02 +0000 (13:58 +0000)]
- improve ant task for fetching wiki pages, no build fail when data cannot be loaded

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6998 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- update jmp build script
normen667 [Wed, 16 Mar 2011 00:59:05 +0000 (00:59 +0000)]
- update jmp build script

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6997 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoUpdate sdk build script
normen667 [Wed, 16 Mar 2011 00:58:30 +0000 (00:58 +0000)]
Update sdk build script

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6996 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- update build copy location
normen667 [Wed, 16 Mar 2011 00:10:52 +0000 (00:10 +0000)]
- update build copy location

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years agoBone animation :
remy.bouquet@gmail.com [Tue, 15 Mar 2011 22:09:59 +0000 (22:09 +0000)]
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: http://jmonkeyengine.googlecode.com/svn/trunk@6993 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

13 years ago- add DDS support to texture browser (thanks to @destroflyer!)
normen667 [Tue, 15 Mar 2011 18:59:11 +0000 (18:59 +0000)]
- add DDS support to texture browser (thanks to @destroflyer!)

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@6992 75d07b2b-3a1a-0410-a2c5-0572b91ccdca