Ecosyste.ms: OpenCollective

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

github.com/jMonkeyEngine/jmonkeyengine

A complete 3-D game development suite written in Java.
https://github.com/jMonkeyEngine/jmonkeyengine

Fix to bezier curve length computation.

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

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...

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...

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...

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...

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...

9b84a79811fa6da7e25c3fbdb5b0e1b022bc863e authored over 13 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...

4cc44936c482014e27a0d875a6cb425328fc9fd5 authored over 13 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...

863791c3fb82186aee6a19c548c33d64888d3ba7 authored over 13 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...

14e9bb9984f9e93294e776944355a8d46152377d authored over 13 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...

55d2c34bbe1d1f89bc64f710f62b50962a8695d5 authored over 13 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...

adda460d647adbd0108f849550f26aa111e72c06 authored over 13 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...

a9a7d2d4defb47cd68dee3f03dae6029c4b77340 authored over 13 years ago by Kae..pl <[email protected]>
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...

b641b5670c06a09536a52c216522aa70abb40460 authored over 13 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...

c5520800307720583ecd204f59026aebeabc7063 authored over 13 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...

862d2729f8ba0787b767702f2a46a1eb7727a661 authored over 13 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...

14bde37391fcd1bfa8fc6a0f92256879452eb77d authored over 13 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...

beeb32c9d44830623e81bea539681588a5436759 authored over 13 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...

f6d070afe65e5153ce2a8fee2304c40b13c000b0 authored over 13 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...

6ee8fb646c1bf8bd33732366cd0e58a3092fb259 authored over 13 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...

35e19c1667455bc0b58a11f85cddc0bfecb3512e authored over 13 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...

6895e1e709a41df813c79160704f8b27033e9b9e authored over 13 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...

26adc4f4870d43a1cc5c03e6db482ff615e336de authored over 13 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...

61aea1e2c5f7f44b12456a9933547a7b909de403 authored over 13 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...

eaeb1de4367b0a05a8d25fe4152b0fe8273ad896 authored over 13 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...

d9822dd92e9827e87ce8a61237867aad57cfc868 authored over 13 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...

f13e778cd652af5105ee925de5e5e4126ab4b237 authored over 13 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...

0925a6ca514a92e5e7be55005e57825388b0f593 authored over 13 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...

b2e0ae582c000de16aa9d44f4447dad1c8bb56aa authored over 13 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...

0ef9a6b1524a80fd86110593789521736f9a2264 authored over 13 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...

65cb511ee431a79b8dae3297f937e50475d39ef8 authored over 13 years ago by nor..67 <[email protected]>
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...

82b8cebc16cf808e6ef183b0a0ba9d486149c43e authored over 13 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...

0fecd032df36f401e475a6d8e8e3911374a73e04 authored over 13 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...

ec7431e0f146ca14de6c164f6fcead8eb15a019f authored over 13 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:/...

16c6b1356439f41d895a736869174fd09e8283de authored over 13 years ago by PSp..om <[email protected]>
- remove folder

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

76d0d9ef5dae1e7f7571726392adc0a909de3fd2 authored over 13 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...

34863f926ede5c585f3c6421e5e62298acf8211b authored over 13 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...

7aae9615ca6a2ebdb78d7098dfcb736c7c841929 authored over 13 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...

ff5db41a0e7443c9972e7edea911493ff5694cd5 authored over 13 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...

4c1fd5ddbfd197d90f5de7148d63b26c4d66c5d2 authored over 13 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...

974f48a92abbd4b9520cbf323bff68bfa63fad49 authored over 13 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
-...

e0e539c8bd0b2e69e4efac069e2d76e202582dbb authored over 13 years ago by nor..67 <[email protected]>
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...

d758929f150ae0f50a3134817270301bf09e7741 authored over 13 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...

64a404a9396b9996246170e4436ea33029f58bcc authored over 13 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...

b68e56c5bfed0e28ddd7b6bf70cbb83579026884 authored over 13 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...

dbc5e11de84961a7d08a1a1371e5cd5247ac9cdf authored over 13 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...

de14f87e8b139ac64501fe897882b55d1416da99 authored over 13 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...

b46a09066da5e80fda8cb718022b11a44701c5d9 authored over 13 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-...

0d23903830ed7f01cd3791e4d3590e0189020565 authored over 13 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...

4091a01c91addb5515671b3a0691c3e44614f493 authored over 13 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...

b1e52b865a765b16c89df765654862d7d0e67304 authored over 13 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...

0b481135e3ff700e1d51104d762b378d3e99f3c2 authored over 13 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 ...

382ca449415cfca3e2aa51f31e64267a176adc1a authored over 13 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...

a14df8a68f68b65115af611985c9598ff51c527b authored over 13 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...

1871d02b7d63360b983cc0e4d7d08a4213f5d67f authored over 13 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...

b6b6175866f5e4284b8b4e71d92eb70f8907785d authored over 13 years ago by PSp..om <[email protected]>
* RMI system much more tolerant of bad data now (will display warning in log instead of crashing)

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

3087235defda018902e994cf2f5bfaae30fa96b5 authored over 13 years ago by sha..rd <[email protected]>
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: https...

5faa1f08febec446da4ca2d572b2bc1965f93e70 authored over 13 years ago by PSp..om <[email protected]>
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 t...

dda3e4c2a0a027e85a38e1d66e1a34fc15583898 authored over 13 years ago by PSp..om <[email protected]>
Committing something for testing... may revert.

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

17ecd6f0c91db8045f1e63709a2ae458b0b8cd63 authored over 13 years ago by PSp..om <[email protected]>
Updated to use localhost instead of my hard-coded host

and modified to be able to test unreliable throughput.

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

b73f71aeff5549859c27f2698b21ae4f40440877 authored over 13 years ago by PSp..om <[email protected]>
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 clien...

9b5c1bb4d224f7e496c70292bfbb87323d4b59d9 authored over 13 years ago by PSp..om <[email protected]>
Added a comment about the "magic number" used in the

connect message from the client.

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

f00c13dfbacb1f6e56163e17baa059b4d1d8050d authored over 13 years ago by PSp..om <[email protected]>
More graceful shutdown of client-initiated close of

the Client. Way easier to take care of this stuff with
working code... thanks, MonkeyZone.

git...

5d525edc598b49f92c29946954973e3088556ec5 authored over 13 years ago by PSp..om <[email protected]>
Fixed an NPE in the filter code... oops. A null filter

is the same as always true.

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

312e26aecacadd6d960ea67c107cbbe4a8b73a60 authored over 13 years ago by PSp..om <[email protected]>
Basic useful filter implementations.

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

8fc15d2ecf84bc0e8ce8581227a28d663d899b03 authored over 13 years ago by PSp..om <[email protected]>
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...

fd62579bf3e65ffb267081547b0d69433cbd991b authored over 13 years ago by PSp..om <[email protected]>
Basic connection filtering support. Standard filter implementations

to come next.

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

c21ae83fc1e43726f28d4dfc1ebc2b11b27fa09b authored over 13 years ago by PSp..om <[email protected]>
Fixed some more cases where I missed the long -> int

client id conversion.

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

2a33404814d81aed3fdd218835ff7cb4e9af2c6f authored over 13 years ago by PSp..om <[email protected]>
* AssetManager will now throw an exception when there are issues with loading/locating an asset

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

a83216731e653e3341151af1c53737f06232705b authored over 13 years ago by sha..rd <[email protected]>
* Fix Lighting.frag compile error

* Replaced nondescript NullPointerException in OBJLoader with proper exception for missing mater...

0df414d2f026f5bf363ba3fc297346df9e2ecc18 authored over 13 years ago by sha..rd <[email protected]>
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...

8da5e751dd77506a484a35a96c101c80c928d76a authored over 13 years ago by PSp..om <[email protected]>
- up the version of the jme3 libraries in trunk to avoid a higher stable version number

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

e511caa64f69b47892da0a23f52c12276c5dc136 authored over 13 years ago by nor..67 <[email protected]>
Log the client registration steps.

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

2825885560431e045048841ecc372a615bd71833 authored over 13 years ago by PSp..om <[email protected]>
Added some logging for when the kernels are actually

hosting. The old SM did similar and it's useful.

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

90c01777aefcdce1244912a8e15fad850ff891ca authored over 13 years ago by PSp..om <[email protected]>
Added server-side client-specific session attributes

for tucking player data, etc..

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

f9976ec8178373a6f63adb958260e4d334f616fc authored over 13 years ago by PSp..om <[email protected]>
Deprecated some more things, fixed some javadoc links,

and added some more package.html files.

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

43cb19c934c26290a88ca5874e51b37c9e473c75 authored over 13 years ago by PSp..om <[email protected]>
Better address binding.

Deprecated the methods on the old Message class
that are truly dangerous in the new version since...

d1c8626419b32b2f1b6390d18e58fc5823b33c44 authored over 13 years ago by PSp..om <[email protected]>
Added a form of client that allows delayed connection

using the standard network stack.

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

24b65c4914f255aebd05691a2a3b854a09a4fb25 authored over 13 years ago by PSp..om <[email protected]>
Added the disconnect message which kicking a client

from the new server... haven't actually tested it.

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

6718c7d8927861cb235139700723f6f0632b80b6 authored over 13 years ago by PSp..om <[email protected]>
Centralize the logic for accumulating and converting

non-aligned ByteBuffers into messages and messages into
ByteBuffers.

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

5adecf2aa348645d3d0aeb5d90bfa6a2d797e06b authored over 13 years ago by PSp..om <[email protected]>
Update a javadoc for clarity.

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

b8788ad7e55de18ee2288a36e2d81910abe6d421 authored over 13 years ago by PSp..om <[email protected]>
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 75d0...

8a3ae8ea0433a93e1becf4da193b0c5752c10e85 authored over 13 years ago by PSp..om <[email protected]>
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:...

c551a29022d2ca5795ccb4b7faee32713bf30934 authored over 13 years ago by PSp..om <[email protected]>
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 imple...

f18fb0b287817e9b83613d9958fda83c16e89b14 authored over 13 years ago by PSp..om <[email protected]>
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-0572b91c...

d9f39f6b0b6411eb2e7afc33869396d02b27187e authored over 13 years ago by rem..om <[email protected]>
SSAOFilter can now be multi sampled

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

6e76c602e4f8049d25d9a5e223e59ef90b75fc2d authored over 13 years ago by rem..om <[email protected]>
* Attempt to fix ATI native crash with particles

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

656783476ed333578b3ed85830a054101e933d76 authored over 13 years ago by sha..rd <[email protected]>
Unwinding the ouroboros... modified these public API

classes to not expose their internals by implementing
listeners directly. Moved the listeners in...

212b5e243a604f528e67ad190c4388bccd22dd35 authored over 13 years ago by PSp..om <[email protected]>
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 ...

e4419584342429552cf34aed936a00917885b2fd authored over 13 years ago by PSp..om <[email protected]>
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...

9bdaa48efa79d4cf9c97f30a76f66abfd4eb6f28 authored over 13 years ago by PSp..om <[email protected]>
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.googlecod...

ef771863866874df1f623edcf2ea3aec50ca0c9f authored over 13 years ago by PSp..om <[email protected]>
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-0572b91c...

7c9d4f19e56c91af55d3a5789da29cbcdf86eab9 authored over 13 years ago by rem..om <[email protected]>
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-0572b91c...

f58ca40979207ba3908818c1c66e9b726d10249c authored over 13 years ago by rem..om <[email protected]>
BitmapText.setColor(color) now behaves as expected and

sets the default color for all letters even after a
text change.

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

88506617ce623f6eda31852e41c28f9d8759de2f authored over 13 years ago by PSp..om <[email protected]>
- 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-0572b91c...

7aa8f746db1e22d31b2c9d783d19ebb7b6b6e0d3 authored over 13 years ago by nor..67 <[email protected]>
- update jmp build script

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

c0a4adc02e66cbc4525538b65ee1413abe61185a authored over 13 years ago by nor..67 <[email protected]>
Update sdk build script

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

288451a01074b65810cf29f0ac9286a430bd6b34 authored over 13 years ago by nor..67 <[email protected]>
- update build copy location

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

4d3ebfdf14f1a393dbd49aac70677df92550e063 authored over 13 years ago by nor..67 <[email protected]>
Bone animation :

- Fixed squashing flickering when changing animation
- Fixed scale computation when blending
- Og...

67a7c1cf220d13b976adeb9c6af9a103c4079b58 authored over 13 years ago by rem..om <[email protected]>
- add DDS support to texture browser (thanks to @destroflyer!)

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

ba4265b77a9d2ed9317c50b5a37b993fb67b8f83 authored over 13 years ago by nor..67 <[email protected]>