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

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

github.com/jMonkeyEngine/jmonkeyengine - 3087235defda018902e994cf2f5bfaae30fa96b5 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 5faa1f08febec446da4ca2d572b2bc1965f93e70 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - dda3e4c2a0a027e85a38e1d66e1a34fc15583898 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 17ecd6f0c91db8045f1e63709a2ae458b0b8cd63 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - b73f71aeff5549859c27f2698b21ae4f40440877 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 9b5c1bb4d224f7e496c70292bfbb87323d4b59d9 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - f00c13dfbacb1f6e56163e17baa059b4d1d8050d authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 5d525edc598b49f92c29946954973e3088556ec5 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 312e26aecacadd6d960ea67c107cbbe4a8b73a60 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 8fc15d2ecf84bc0e8ce8581227a28d663d899b03 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - fd62579bf3e65ffb267081547b0d69433cbd991b authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - c21ae83fc1e43726f28d4dfc1ebc2b11b27fa09b authored almost 14 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-...

github.com/jMonkeyEngine/jmonkeyengine - 2a33404814d81aed3fdd218835ff7cb4e9af2c6f authored almost 14 years ago by PSp..om <[email protected]>
- Move to new SpiderMonkey API

github.com/jMonkeyEngine/monkeyzone - fbe7ec0f76290378071dea21f494e7cb7fa05c28 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
* 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...

github.com/jMonkeyEngine/jmonkeyengine - a83216731e653e3341151af1c53737f06232705b authored almost 14 years ago by sha..rd <[email protected]>
* Fix Lighting.frag compile error

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

github.com/jMonkeyEngine/jmonkeyengine - 0df414d2f026f5bf363ba3fc297346df9e2ecc18 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 8da5e751dd77506a484a35a96c101c80c928d76a authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - e511caa64f69b47892da0a23f52c12276c5dc136 authored almost 14 years ago by nor..67 <[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...

github.com/jMonkeyEngine/sdk - a060d62029058678d4cc629a56171796bfce6758 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 2825885560431e045048841ecc372a615bd71833 authored almost 14 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....

github.com/jMonkeyEngine/jmonkeyengine - 90c01777aefcdce1244912a8e15fad850ff891ca authored almost 14 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 ...

github.com/jMonkeyEngine/jmonkeyengine - f9976ec8178373a6f63adb958260e4d334f616fc authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 43cb19c934c26290a88ca5874e51b37c9e473c75 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - d1c8626419b32b2f1b6390d18e58fc5823b33c44 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 24b65c4914f255aebd05691a2a3b854a09a4fb25 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 6718c7d8927861cb235139700723f6f0632b80b6 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 5adecf2aa348645d3d0aeb5d90bfa6a2d797e06b authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - b8788ad7e55de18ee2288a36e2d81910abe6d421 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 8a3ae8ea0433a93e1becf4da193b0c5752c10e85 authored almost 14 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:...

github.com/jMonkeyEngine/jmonkeyengine - c551a29022d2ca5795ccb4b7faee32713bf30934 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - f18fb0b287817e9b83613d9958fda83c16e89b14 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - d9f39f6b0b6411eb2e7afc33869396d02b27187e authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 6e76c602e4f8049d25d9a5e223e59ef90b75fc2d authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 656783476ed333578b3ed85830a054101e933d76 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 212b5e243a604f528e67ad190c4388bccd22dd35 authored almost 14 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 ...

github.com/jMonkeyEngine/jmonkeyengine - e4419584342429552cf34aed936a00917885b2fd authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 9bdaa48efa79d4cf9c97f30a76f66abfd4eb6f28 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - ef771863866874df1f623edcf2ea3aec50ca0c9f authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 7c9d4f19e56c91af55d3a5789da29cbcdf86eab9 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - f58ca40979207ba3908818c1c66e9b726d10249c authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 88506617ce623f6eda31852e41c28f9d8759de2f authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 7aa8f746db1e22d31b2c9d783d19ebb7b6b6e0d3 authored almost 14 years ago by nor..67 <[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...

github.com/jMonkeyEngine/sdk - 99b041b43c904493f2ccd851cab69e4f5fb39f6e authored almost 14 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...

github.com/jMonkeyEngine/sdk - 8398f72780849d3de075df673d1ad1d9cd1b446c authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - c0a4adc02e66cbc4525538b65ee1413abe61185a authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 288451a01074b65810cf29f0ac9286a430bd6b34 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - 4d3ebfdf14f1a393dbd49aac70677df92550e063 authored almost 14 years ago by nor..67 <[email protected]>
Bone animation :

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

github.com/jMonkeyEngine/jmonkeyengine - 67a7c1cf220d13b976adeb9c6af9a103c4079b58 authored almost 14 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...

github.com/jMonkeyEngine/jmonkeyengine - ba4265b77a9d2ed9317c50b5a37b993fb67b8f83 authored almost 14 years ago by nor..67 <[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...

github.com/jMonkeyEngine/sdk - c4df4266383bf19a0c9ccb7e9620e5584ea5084b authored almost 14 years ago by nor..67 <[email protected]>
- enable stable update center

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

github.com/jMonkeyEngine/sdk - fc23463f9737c3f55fcbbb3f5326ba3df0f2097e authored almost 14 years ago by nor..67 <[email protected]>
- enable stable update center

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

github.com/jMonkeyEngine/jmonkeyengine - 13cb24081f91b26859536058106f79ebb9062ee3 authored almost 14 years ago by nor..67 <[email protected]>
- add obfuscation support to build

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

github.com/jMonkeyEngine/jmonkeyengine - 6b1d1d8e5c59400d499c16fd1e650219703982cc authored almost 14 years ago by nor..67 <[email protected]>
- add obfuscation support to build

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

github.com/jMonkeyEngine/sdk - 505c0ab354e99966070524429e8bcfddf9f9aa9b authored almost 14 years ago by nor..67 <[email protected]>
- add obfuscation support to jMP via ProGuard

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

github.com/jMonkeyEngine/sdk - c2c8d5db2997416d3ca17fdcd749d5be20189a2f authored almost 14 years ago by nor..67 <[email protected]>
- add obfuscation support to jMP via ProGuard

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

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

github.com/jMonkeyEngine/jmonkeyengine - 3fe5911b667b747a2cfb02208ae27cac71a0e138 authored almost 14 years ago by PSp..om <[email protected]>
Fixed a handful of bugs in the getLineWidth() method.

Essentially, it is doing a parallel and nearly completely
different calculation of line width tha...

github.com/jMonkeyEngine/jmonkeyengine - 596ed7578e52d67137567d7803db09b170664768 authored almost 14 years ago by PSp..om <[email protected]>
Fixed setText() to invalidate... otherwise,

getTotalWidth(), etc. continue to use the cached
sizes.

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

github.com/jMonkeyEngine/jmonkeyengine - 654763d950701fb714553c01bb12481a131a0fdd authored almost 14 years ago by PSp..om <[email protected]>
- add collision shape to terrain

github.com/jMonkeyEngine/monkeyzone - 945cb575f541fb4d9e33c5d436042deaf23d3552 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- add new terrain data

github.com/jMonkeyEngine/monkeyzone - 1c1333de42c9bac193c172df10a490a9db7a3c2e authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
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: http...

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

github.com/jMonkeyEngine/monkeyzone - d7441ae2547a751ff30fa0945f643c44fb534c12 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix missing font exception

github.com/jMonkeyEngine/monkeyzone - e31068e318804cdae22eaefc9b7f6d96b4e6e108 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
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...

github.com/jMonkeyEngine/jmonkeyengine - d159c5e8c3290f87e6a651a342e662e8ef716ff6 authored almost 14 years ago by PSp..om <[email protected]>
- add init dependency to hudson target

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

github.com/jMonkeyEngine/jmonkeyengine - 4fb8579206a2c657ea761ebc79a3e5d53a9fc233 authored almost 14 years ago by nor..67 <[email protected]>
break build script

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

github.com/jMonkeyEngine/jmonkeyengine - 000c30b6b7cdf5a999a42f83e03bf98ce706e74d authored almost 14 years ago by nor..67 <[email protected]>
fix build script again

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

github.com/jMonkeyEngine/jmonkeyengine - dd68f0cc348a4660512244c5675c7c41e27fb7ef authored almost 14 years ago by nor..67 <[email protected]>
fix build script

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

github.com/jMonkeyEngine/jmonkeyengine - 123b540f297c6c8232b78f46ba089300a82c2ff2 authored almost 14 years ago by nor..67 <[email protected]>
fix build script

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

github.com/jMonkeyEngine/jmonkeyengine - 1e92414492a30f2b24f0c641f7db188c6b522c17 authored almost 14 years ago by nor..67 <[email protected]>
update build script

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

github.com/jMonkeyEngine/jmonkeyengine - ea3ee755c1100736197bf944cb7afc8c2d7892ac authored almost 14 years ago by nor..67 <[email protected]>
add global build.xml

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

github.com/jMonkeyEngine/jmonkeyengine - 79fea64239b611a920b61b6f5f038511a181235c authored almost 14 years ago by nor..67 <[email protected]>
- change build.xml for engine and sdk to new folders

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

github.com/jMonkeyEngine/jmonkeyengine - 1e7c83d1264462a7aa9b28dc94da5f69f945eaf2 authored almost 14 years ago by nor..67 <[email protected]>
- change build.xml for engine and sdk to new folders

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

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

github.com/jMonkeyEngine/jmonkeyengine - 0dd27bda09d81da2ae4f96f576c5228a10d82726 authored almost 14 years ago by rem..om <[email protected]>
move sdk to trunk

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

github.com/jMonkeyEngine/jmonkeyengine - 6fd3bbedaefe926d4f77fbdd603e5192a91cf01c authored almost 14 years ago by nor..67 <[email protected]>
move sdk to trunk

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

github.com/jMonkeyEngine/sdk - fbeb17e033bcd67f6cf0c94d99ca79dc1539dcc4 authored almost 14 years ago by nor..67 <[email protected]>
move jme3 to trunk

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

github.com/jMonkeyEngine/jmonkeyengine - 9e53abbb7ac71afbccd9f58ec9a964cf84bd16f5 authored almost 14 years ago by nor..67 <[email protected]>
- update ui for nifty 1.3 (WIP)

github.com/jMonkeyEngine/monkeyzone - 6e018276b66bf9bfc8fcddd3790680c3c2ee7ea3 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- update for Nifty 1.3

github.com/jMonkeyEngine/monkeyzone - e9cb618e0b088c19c9ad6cc7b1cb6ca66967b3df authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- update desgner and dev info

github.com/jMonkeyEngine/monkeyzone - 7d8835fe90742c6d5e39cef2a4bf7515523a5e0c authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
Buggy blend file

github.com/jMonkeyEngine/monkeyzone - e9346cade3c73341a320aead2a2cdf7f8a4c5c09 authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- add buggy with actual handling :D

github.com/jMonkeyEngine/monkeyzone - 5dc7efb3c87ed0bc187e880e0588f05fc08a26d9 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- buggy with center changed

github.com/jMonkeyEngine/monkeyzone - 4af114ef2301fa506c88a504ba97c464fe10f957 authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix buggy material texture name

github.com/jMonkeyEngine/monkeyzone - b22d2cb5f07724084b32ef787e7e871c0041d067 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- update some buggy and car infos

github.com/jMonkeyEngine/monkeyzone - 2b4792daa288a892bea03371fe3bf777a7620133 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix in state adding order

github.com/jMonkeyEngine/monkeyzone - 0e9f58bdc98616a915d68273c966efbafcbedb8e authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- move to AppStates for Managers

github.com/jMonkeyEngine/monkeyzone - b6e578ea1b8e986f4818eca47a0b05f381c15534 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- add missing UserData to Buggy so it can be destroyed

github.com/jMonkeyEngine/monkeyzone - 25e47a9afa3721cc07db8d878ab9a0bf492bbeeb authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- add physics enabled buggy

github.com/jMonkeyEngine/monkeyzone - ccb9c679264e30e87604831bc14b01324de7d79b authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix for jerkycam (TM)

github.com/jMonkeyEngine/monkeyzone - 180e040403ac3349e97ce2725674f576a3e8f21d authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
-

github.com/jMonkeyEngine/monkeyzone - 7793d02c2c49b9e58895276b28c8a983ca83af44 authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- commit working Ogre

github.com/jMonkeyEngine/monkeyzone - feaaae401ff5abf48813b6255267ce522b21a1fc authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- Added textured buggy model

github.com/jMonkeyEngine/monkeyzone - 0e677d77fd336347438df9b2875d3da1f7905d7c authored almost 14 years ago by [email protected] <[email protected]@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- change to physics matrix getter

github.com/jMonkeyEngine/monkeyzone - 18a7c6a0645d551a645d789afd682628692ac435 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix some docs

github.com/jMonkeyEngine/monkeyzone - 3d88fe3325888497152595ebd765cec8daa215e5 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- move user command stuff to UserCommandControl

- fix entering entity bug
- add message validation interface/system for PhysicsSyncManager

github.com/jMonkeyEngine/monkeyzone - d38b3586fc5fb19e28f3c0e675c1473b091904e3 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- add support for hovering vehicles

- make HoverTank hover

github.com/jMonkeyEngine/monkeyzone - d31af2f9bad2c616331f4815d194e607b337a99d authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix in README

- cleanup ServerGameManager

github.com/jMonkeyEngine/monkeyzone - c64781ef88e5e309836aa29875a076c9d92010fd authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>
- fix removing of player entity

github.com/jMonkeyEngine/monkeyzone - b7198c284644104711a53b9d17ed0f03c361aae8 authored almost 14 years ago by normen667 <normen667@1af95cfd-333b-63c4-1e1b-63e36685f83d>