Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

jMonkeyEngine

jMonkeyEngine is a modern developer-friendly game engine written primarily in Java. Its minimalistic and code first approach makes it perfect for developers who want the support of a game engine while retaining full control over their code
Collective - Host: opensource - https://opencollective.com/jmonkeyengine - Website: https://jmonkeyengine.org/ - Code: https://github.com/jMonkeyEngine

- fix typo "padding" in fnt file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7128 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - cecf9fba0faa901e10d461349fbbcfb1de04e526 authored over 13 years ago by nor..67 <[email protected]>
- FontCreator creates working AngelFonts now

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7127 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 7cffe5cafbcef2681b648606a4f92c2cab3c7678 authored over 13 years ago by nor..67 <[email protected]>
- FontCreator creates working AngelFonts now

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7127 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 59ad3b71b9de23701362027b9d421b47299115d6 authored over 13 years ago by nor..67 <[email protected]>
- fix Nifty compile

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7126 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 2fc2623e9744eecf7cba5aecb940599daca3a97b authored over 13 years ago by nor..67 <[email protected]>
- fix Nifty compile

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7126 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 53a47622de79df0544bc997d74a5e088cb7825a4 authored over 13 years ago by nor..67 <[email protected]>
Modified to log and continue when the message/event

dispatch throws exceptions. This protects the server
from dying just because of a bad listener.
...

github.com/jMonkeyEngine/jmonkeyengine - f7f47a13e4656191a6526563fdbeca97a69525b0 authored over 13 years ago by PSp..om <[email protected]>
Removing an errant println.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7124 75d07b2b-3a1a-0410-a2c5-0572b91...

github.com/jMonkeyEngine/jmonkeyengine - 6465dbd516722576d723b2c87c3d67160532ceea authored over 13 years ago by PSp..om <[email protected]>
Added code that will wake up the blocked kernel-caller

if there are events to deal with. This wasn't a big
deal for connects because there's always an ...

github.com/jMonkeyEngine/jmonkeyengine - e58ec4b8a0fbce0dc10421557bdc82ba90efa4fe authored over 13 years ago by PSp..om <[email protected]>
Added some info logging for connection close events...

we log connect, might as well log disconnect.

git-svn-id: https://jmonkeyengine.googlecode.com/...

github.com/jMonkeyEngine/jmonkeyengine - 3fc0d506f411c439c2c16c4a9a8337fdc06b24a0 authored over 13 years ago by PSp..om <[email protected]>
This would have saved me soooo much time. Serializer's

single-arg registerClass() method now throws an exception
if the object is not marked Serializabl...

github.com/jMonkeyEngine/jmonkeyengine - 99a21a8c1d467e35599788c85e9a39eb95e92658 authored over 13 years ago by PSp..om <[email protected]>
- add check for negative force to BombControl

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7120 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 0a369b96d863ed0515c663f7fdb7ab811b4f46ab authored over 13 years ago by nor..67 <[email protected]>
Use an extra byte per final-typed field to handle

the case of nulls. Note: this is specific to
serialized objects and is therefore not adding
a by...

github.com/jMonkeyEngine/jmonkeyengine - 5012b2d3ddebcd9b8dfd30c6c21e94c69c07fda9 authored over 13 years ago by PSp..om <[email protected]>
A better exception for errors that really should have a root

cause. It's possible to set it right on IOException but not
at all convenient.

git-svn-id: htt...

github.com/jMonkeyEngine/jmonkeyengine - 3e5973793effe2b4cc50d764efd85bc1f07a600e authored over 13 years ago by PSp..om <[email protected]>
Turns out I did things a bit wrong with respect to the new nifty mouse even queue....

I called stuff that was meant to be internal to nifty. That's fixed now. Also had to replace the ...

github.com/jMonkeyEngine/jmonkeyengine - 5ae44319eae36fb7f46a7343bfd8bf75f928009e authored over 13 years ago by rac..om <[email protected]>
- return null for OptimizeGeometry (no undo atm)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7116 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 55d75c7b684bae70c549b9fac5a334058e4a9b1e authored over 13 years ago by nor..67 <[email protected]>
- return null for OptimizeGeometry (no undo atm)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7116 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 01d708a25bbeea1eb5a8fa48a81af7ba723b6b32 authored over 13 years ago by nor..67 <[email protected]>
Mouse wheel and the other two mouse buttons should now also be fixed. Since this is not tested in the NiftyGUI test there's no real of know till a test has been created though. To fix it I just tweaked the appropriate if statements a bit.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7115 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 76ff6bb99f58066bf8e2179a437f95a925d5b7b7 authored over 13 years ago by rac..om <[email protected]>
upgraded nifty and nifty-default-controls to nightly build of 2011-03-24. Also fixed the AwtMouseInput and removed some ununsed imports. The com.jme3.niftygui.InputSystem has been changed as well to correspond with the new Nifty way of working with mouse events. It now uses the new MouseInputEventQueue and the new NiftyMouseInputEvent.

There is still an issue with the mouse buttons besides the first mouse button. These should be pi...

github.com/jMonkeyEngine/jmonkeyengine - 8cdef21af631aa35bdb772dc88c524d194d3a909 authored over 13 years ago by rac..om <[email protected]>
- add undoObject to AbstractToolAction

- add Optimize Geometry tool
- fix Tool list generation

git-svn-id: https://jmonkeyengine.google...

github.com/jMonkeyEngine/jmonkeyengine - 8348011344a1c5f219c5a366d9a0d0ef44c902ea authored over 13 years ago by nor..67 <[email protected]>
- add undoObject to AbstractToolAction

- add Optimize Geometry tool
- fix Tool list generation

git-svn-id: https://jmonkeyengine.google...

github.com/jMonkeyEngine/sdk - 6f9352faea103b0e5986c8046c70fed1ee48cb49 authored over 13 years ago by nor..67 <[email protected]>
- remove spaces from font names

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7112 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - e1fda2290735cefca0a45e16aadaf2b29e282c58 authored over 13 years ago by nor..67 <[email protected]>
- remove spaces from font names

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7112 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 64f3a1005dc0b6d194957f8a668b4cfbef7211cb authored over 13 years ago by nor..67 <[email protected]>
- fix FontCreator version

- fix font name passing

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7111 75d07b2b...

github.com/jMonkeyEngine/jmonkeyengine - 2617a973d58c3d51cb63b901b8fc76d6e5c27b93 authored over 13 years ago by nor..67 <[email protected]>
- fix FontCreator version

- fix font name passing

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7111 75d07b2b...

github.com/jMonkeyEngine/sdk - 7cde22d1fa48704125e6d37b66080b8c4e54f573 authored over 13 years ago by nor..67 <[email protected]>
- add Font Creator to build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7110 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 3f6ccc70e12fb7b2fc92e9f741286bc6a66a807a authored over 13 years ago by nor..67 <[email protected]>
- add Font Creator to build

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7110 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 8fd6581fded9f2fb66a71f542adc9c0a963d6d6b authored over 13 years ago by nor..67 <[email protected]>
- add first version of font creator (use via New File..)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7109 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 3ba00cce25f257575feb86455c5d39ecea3d7945 authored over 13 years ago by nor..67 <[email protected]>
- add first version of font creator (use via New File..)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7109 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - 9749fd9f3db1dbd54cf083f93fb450f5b95a30d6 authored over 13 years ago by nor..67 <[email protected]>
Made the UDP port constant separate from TCP to allow

for more interesting testing with fewer code changes.

git-svn-id: https://jmonkeyengine.googlec...

github.com/jMonkeyEngine/jmonkeyengine - 5439dbc2a9fd6113885a30b0972138df6f442566 authored over 13 years ago by PSp..om <[email protected]>
Forgot to actually check the udp port for server

creation... now it properly disables UDP for -1.

git-svn-id: https://jmonkeyengine.googlecode.c...

github.com/jMonkeyEngine/jmonkeyengine - 7e3020fd071a711c57f4d4cd10e0c3689d5f4f00 authored over 13 years ago by PSp..om <[email protected]>
Modified so that a -1 UDP port completely disables UDP.

Client and server should match or bad things happen and it
might be worth adding this to the conn...

github.com/jMonkeyEngine/jmonkeyengine - 73305755bc69531d254970855a827be0a69af051 authored over 13 years ago by PSp..om <[email protected]>
- update build.xml names

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7104 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 1a878a7ef7c7f0f185afea028f290e1f914a23a2 authored over 13 years ago by nor..67 <[email protected]>
- close SceneViewer when scene is closed

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7103 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - c87cbc864d35653997122b0f7eda8668732e4a90 authored over 13 years ago by nor..67 <[email protected]>
- close SceneViewer when scene is closed

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7103 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/sdk - f11e050ddf973cb349abaaf89640f843d283fdbd authored over 13 years ago by nor..67 <[email protected]>
- change hudson build target names so they dont appear in the NB project

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7101 75d07b2b-3a1a-0410-a2c5-0572b91c...

github.com/jMonkeyEngine/jmonkeyengine - 13cb55d28a9519f2e2c90d86ebdfe60c771482aa authored over 13 years ago by nor..67 <[email protected]>
Fix to bezier curve length computation.

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

github.com/jMonkeyEngine/jmonkeyengine - a343fef6eae9f014db20f36f67b028a59bb06ad0 authored over 13 years ago by Kae..pl <[email protected]>
Bugfix: missing break might have caused problems with curves interpolations.

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

github.com/jMonkeyEngine/jmonkeyengine - b17d5d370659ae1666355cc54c0f7ac8b69e47be authored over 13 years ago by Kae..pl <[email protected]>
Small fixes and support for closed NURBS surfaces.

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

github.com/jMonkeyEngine/jmonkeyengine - 46785739a4f869ea67d511fe2150d88b0dac1872 authored over 13 years ago by Kae..pl <[email protected]>
URL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/missing-mouseevent-settime/

Set event time for MouseEvent

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7097 75...

github.com/jMonkeyEngine/jmonkeyengine - 66f5e2c1b67bac608f5222dcc91901a2fec522d3 authored over 13 years ago by mul..va <[email protected]>
Changed alpha value of output color to 1 to avoid problems with screenshots

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

github.com/jMonkeyEngine/jmonkeyengine - 1906af7d3e21c6f97d97a971bdeab57beb654a00 authored over 13 years ago by rem..om <[email protected]>
jME3

* RenderManager will reload "shader" boolean on each invocation of render(), since Renderer migh...

github.com/jMonkeyEngine/jmonkeyengine - 9b84a79811fa6da7e25c3fbdb5b0e1b022bc863e authored almost 14 years ago by sha..rd <[email protected]>
jME3

* RenderManager will reload "shader" boolean on each invocation of render(), since Renderer migh...

github.com/jMonkeyEngine/sdk - bb74d3918520501d36c8d5fafe2ebb77c7a52238 authored almost 14 years ago by sha..rd <[email protected]>
- windows had another one up the sleeve..

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

github.com/jMonkeyEngine/jmonkeyengine - 4cc44936c482014e27a0d875a6cb425328fc9fd5 authored almost 14 years ago by nor..67 <[email protected]>
- another hopefully final windows fix

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

github.com/jMonkeyEngine/jmonkeyengine - 863791c3fb82186aee6a19c548c33d64888d3ba7 authored almost 14 years ago by nor..67 <[email protected]>
- fix windows newline to \r\n

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

github.com/jMonkeyEngine/jmonkeyengine - 14e9bb9984f9e93294e776944355a8d46152377d authored almost 14 years ago by nor..67 <[email protected]>
- add windows \n\r to properties file during build

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

github.com/jMonkeyEngine/jmonkeyengine - 55d2c34bbe1d1f89bc64f710f62b50962a8695d5 authored almost 14 years ago by nor..67 <[email protected]>
- create properties folder in build script before writing properties

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

github.com/jMonkeyEngine/jmonkeyengine - adda460d647adbd0108f849550f26aa111e72c06 authored almost 14 years ago by nor..67 <[email protected]>
Basic support for NURBS curves and surfaces added.

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

github.com/jMonkeyEngine/jmonkeyengine - a9a7d2d4defb47cd68dee3f03dae6029c4b77340 authored almost 14 years ago by Kae..pl <[email protected]>
Fixing the compile after I 'fixed' the API.

github.com/jMonkeyEngine/monkeyzone - 6a50627de5f098bb0859b65a13e83514199240c6 authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
Fixed stupid buffer copy bug partially caused by some

last minute shifts in APIs. Anyway, outbound TCP
broadcasts work again and are more efficient si...

github.com/jMonkeyEngine/jmonkeyengine - b641b5670c06a09536a52c216522aa70abb40460 authored almost 14 years ago by PSp..om <[email protected]>
Fixes for the now gone local UDP port.

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

github.com/jMonkeyEngine/jmonkeyengine - c5520800307720583ecd204f59026aebeabc7063 authored almost 14 years ago by PSp..om <[email protected]>
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 lodge...

github.com/jMonkeyEngine/jmonkeyengine - 862d2729f8ba0787b767702f2a46a1eb7727a661 authored almost 14 years ago by PSp..om <[email protected]>
- commit ideal version of window handling (not working atm)

- Application calls createCanvas() and startCanvas(true)
- SceneViewer window calls panel.add(get...

github.com/jMonkeyEngine/jmonkeyengine - 14bde37391fcd1bfa8fc6a0f92256879452eb77d authored almost 14 years ago by nor..67 <[email protected]>
- commit ideal version of window handling (not working atm)

- Application calls createCanvas() and startCanvas(true)
- SceneViewer window calls panel.add(get...

github.com/jMonkeyEngine/sdk - 8710db14f1e8b3842fece49b18fd6a4a39f8e491 authored almost 14 years ago by nor..67 <[email protected]>
- commit closeable sceneviewer

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

github.com/jMonkeyEngine/sdk - 2caf6facfb7fdd73e010d56300b12f321f5107be authored almost 14 years ago by nor..67 <[email protected]>
- commit closeable sceneviewer

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

github.com/jMonkeyEngine/jmonkeyengine - beeb32c9d44830623e81bea539681588a5436759 authored almost 14 years ago by nor..67 <[email protected]>
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 messag...

github.com/jMonkeyEngine/jmonkeyengine - f6d070afe65e5153ce2a8fee2304c40b13c000b0 authored almost 14 years ago by PSp..om <[email protected]>
HostedConnection can now supply the Server instance

that is hosting it.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7082 75d07b2b-3a...

github.com/jMonkeyEngine/jmonkeyengine - 6ee8fb646c1bf8bd33732366cd0e58a3092fb259 authored almost 14 years ago by PSp..om <[email protected]>
Applied the null filter fix to the UDP kernel that

has already been applied to the TCP kernel.

git-svn-id: https://jmonkeyengine.googlecode.com/sv...

github.com/jMonkeyEngine/jmonkeyengine - 35e19c1667455bc0b58a11f85cddc0bfecb3512e authored almost 14 years ago by PSp..om <[email protected]>
Pass the server name and version on through to the overloaded method.

Cut-paste typo.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7080 75d07b2b-3a1a-0...

github.com/jMonkeyEngine/jmonkeyengine - 6895e1e709a41df813c79160704f8b27033e9b9e authored almost 14 years ago by PSp..om <[email protected]>
Add missing copyright paraphrase of Curve class

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

github.com/jMonkeyEngine/jmonkeyengine - 26adc4f4870d43a1cc5c03e6db482ff615e336de authored almost 14 years ago by mul..va <[email protected]>
* 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 th...

github.com/jMonkeyEngine/jmonkeyengine - 61aea1e2c5f7f44b12456a9933547a7b909de403 authored almost 14 years ago by sha..rd <[email protected]>
- add message when assetpack was downloaded

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

github.com/jMonkeyEngine/jmonkeyengine - eaeb1de4367b0a05a8d25fe4152b0fe8273ad896 authored almost 14 years ago by nor..67 <[email protected]>
- add message when assetpack was downloaded

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

github.com/jMonkeyEngine/sdk - ac852487bd4940fd543be27a38839178886ed6da authored almost 14 years ago by nor..67 <[email protected]>
* Created test for (non-existent) safe canvas

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

github.com/jMonkeyEngine/jmonkeyengine - d9822dd92e9827e87ce8a61237867aad57cfc868 authored almost 14 years ago by sha..rd <[email protected]>
- add user check before upload to AssetPacks upload

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

github.com/jMonkeyEngine/jmonkeyengine - f13e778cd652af5105ee925de5e5e4126ab4b237 authored almost 14 years ago by nor..67 <[email protected]>
- add user check before upload to AssetPacks upload

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

github.com/jMonkeyEngine/sdk - 724e18da8c451b7a4aa7e6cfe14cb3b545d4d618 authored almost 14 years ago by nor..67 <[email protected]>
- add android build to main build file

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

github.com/jMonkeyEngine/jmonkeyengine - 0925a6ca514a92e5e7be55005e57825388b0f593 authored almost 14 years ago by nor..67 <[email protected]>
- remove defect golem game

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

github.com/jMonkeyEngine/jmonkeyengine - b2e0ae582c000de16aa9d44f4447dad1c8bb56aa authored almost 14 years ago by nor..67 <[email protected]>
- add NetBeans Freeform project to build SDK

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

github.com/jMonkeyEngine/jmonkeyengine - 0ef9a6b1524a80fd86110593789521736f9a2264 authored almost 14 years ago by nor..67 <[email protected]>
- add new wiki page

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

github.com/jMonkeyEngine/jmonkeyengine - 65cb511ee431a79b8dae3297f937e50475d39ef8 authored almost 14 years ago by nor..67 <[email protected]>
- add new wiki page

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

github.com/jMonkeyEngine/sdk - e91168d97fa813a8019afeb6b8a6523e0e9501d9 authored almost 14 years ago by nor..67 <[email protected]>
Fixed the build by extending the new abstract message

class. This will sheild MZ a little from future interface
changes, too.

github.com/jMonkeyEngine/monkeyzone - 7273c3064d1499bbded8581eed227c560b70d378 authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
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 l...

github.com/jMonkeyEngine/jmonkeyengine - 82b8cebc16cf808e6ef183b0a0ba9d486149c43e authored almost 14 years ago by PSp..om <[email protected]>
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: https://jmon...

github.com/jMonkeyEngine/jmonkeyengine - 0fecd032df36f401e475a6d8e8e3911374a73e04 authored almost 14 years ago by PSp..om <[email protected]>
Received messages now have their reliability flag

set properly based on how the message was received.

git-svn-id: https://jmonkeyengine.googlecod...

github.com/jMonkeyEngine/jmonkeyengine - ec7431e0f146ca14de6c164f6fcead8eb15a019f authored almost 14 years ago by PSp..om <[email protected]>
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: https:/...

github.com/jMonkeyEngine/jmonkeyengine - 16c6b1356439f41d895a736869174fd09e8283de authored almost 14 years ago by PSp..om <[email protected]>
- remove folder

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

github.com/jMonkeyEngine/jmonkeyengine - 76d0d9ef5dae1e7f7571726392adc0a909de3fd2 authored almost 14 years ago by nor..67 <[email protected]>
- add some bullet javadoc

- remove deprecated bullet classes

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@70...

github.com/jMonkeyEngine/jmonkeyengine - 34863f926ede5c585f3c6421e5e62298acf8211b authored almost 14 years ago by nor..67 <[email protected]>
Calculation of Bezier curve's length added.

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

github.com/jMonkeyEngine/jmonkeyengine - 7aae9615ca6a2ebdb78d7098dfcb736c7c841929 authored almost 14 years ago by Kae..pl <[email protected]>
A method that returns the length added to curve.

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

github.com/jMonkeyEngine/jmonkeyengine - ff5db41a0e7443c9972e7edea911493ff5694cd5 authored almost 14 years ago by Kae..pl <[email protected]>
The light's name added.

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

github.com/jMonkeyEngine/jmonkeyengine - 4c1fd5ddbfd197d90f5de7148d63b26c4d66c5d2 authored almost 14 years ago by Kae..pl <[email protected]>
- add BrickTower test

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

github.com/jMonkeyEngine/jmonkeyengine - 974f48a92abbd4b9520cbf323bff68bfa63fad49 authored almost 14 years ago by nor..67 <[email protected]>
- 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
-...

github.com/jMonkeyEngine/jmonkeyengine - e0e539c8bd0b2e69e4efac069e2d76e202582dbb authored almost 14 years ago by nor..67 <[email protected]>
- small fix to adapt new SM API

github.com/jMonkeyEngine/monkeyzone - b6e7cc7aeb2888c1bf2edc0f86f18fcec7271f73 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
URL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/posterizationfilter-shader-fix-for-mac/

PosterizationFilter compilation error fix for Mac

git-svn-id: https://jmonkeyengine.googlecode.c...

github.com/jMonkeyEngine/jmonkeyengine - d758929f150ae0f50a3134817270301bf09e7741 authored almost 14 years ago by mul..va <[email protected]>
URL: http://jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/crosspatchfilter-fails-on-mac/

CrossHatchFilter uniform types from int to float

git-svn-id: https://jmonkeyengine.googlecode.co...

github.com/jMonkeyEngine/jmonkeyengine - 64a404a9396b9996246170e4436ea33029f58bcc authored almost 14 years ago by mul..va <[email protected]>
MeshLoader catch AssetNotFoundException when trying to locate the .material of a model

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

github.com/jMonkeyEngine/jmonkeyengine - b68e56c5bfed0e28ddd7b6bf70cbb83579026884 authored almost 14 years ago by rem..om <[email protected]>
- sont use nightly jme3 target for stable build

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

github.com/jMonkeyEngine/jmonkeyengine - dbc5e11de84961a7d08a1a1371e5cd5247ac9cdf authored almost 14 years ago by nor..67 <[email protected]>
* Ported TestMessages to new SM

* Mesh.deepClone() will no longer keep old collision tree

git-svn-id: https://jmonkeyengine.goo...

github.com/jMonkeyEngine/jmonkeyengine - de14f87e8b139ac64501fe897882b55d1416da99 authored almost 14 years ago by sha..rd <[email protected]>
Updated the Endpoint interface to define a close() method

that can optionally flush the queued messages. Modified
DefaultServer to close-with-flush when k...

github.com/jMonkeyEngine/jmonkeyengine - b46a09066da5e80fda8cb718022b11a44701c5d9 authored almost 14 years ago by PSp..om <[email protected]>
More comments on restrictions to future thread pooling

implementations.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7048 75d07b2b-3a1a-...

github.com/jMonkeyEngine/jmonkeyengine - 0d23903830ed7f01cd3791e4d3590e0189020565 authored almost 14 years ago by PSp..om <[email protected]>
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 unr...

github.com/jMonkeyEngine/jmonkeyengine - 4091a01c91addb5515671b3a0691c3e44614f493 authored almost 14 years ago by PSp..om <[email protected]>
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...

github.com/jMonkeyEngine/jmonkeyengine - b1e52b865a765b16c89df765654862d7d0e67304 authored almost 14 years ago by PSp..om <[email protected]>
- add wiki page to manual

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

github.com/jMonkeyEngine/jmonkeyengine - 0b481135e3ff700e1d51104d762b378d3e99f3c2 authored almost 14 years ago by nor..67 <[email protected]>
- add wiki page to manual

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

github.com/jMonkeyEngine/sdk - 26b9f40ba42ceab7db0c84c2737f993444340b5c authored almost 14 years ago by nor..67 <[email protected]>
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 ...

github.com/jMonkeyEngine/jmonkeyengine - 382ca449415cfca3e2aa51f31e64267a176adc1a authored almost 14 years ago by PSp..om <[email protected]>
added disconnect information to the client state listener

so that clients that care can know why they were booted, etc.

git-svn-id: https://jmonkeyengine...

github.com/jMonkeyEngine/jmonkeyengine - a14df8a68f68b65115af611985c9598ff51c527b authored almost 14 years ago by PSp..om <[email protected]>
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: https...

github.com/jMonkeyEngine/jmonkeyengine - 1871d02b7d63360b983cc0e4d7d08a4213f5d67f authored almost 14 years ago by PSp..om <[email protected]>
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 actuall...

github.com/jMonkeyEngine/jmonkeyengine - b6b6175866f5e4284b8b4e71d92eb70f8907785d authored almost 14 years ago by PSp..om <[email protected]>