Ecosyste.ms: OpenCollective

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

github.com/jMonkeyEngine/test-bot

Please ignore this repository, we're just making sure everything works before messing it up on the main repo
https://github.com/jMonkeyEngine/test-bot

Bugfix: added jme serialization for CameraNode, LighNode, CameraControl and LightControl (as suggested by @rectalogic).

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

c929d0ca41d707b2b41455d7d1d852c44c29a519 authored over 12 years ago by Kae..pl <[email protected]>
Huge constraints refactoring (the computations might yet not be perfect, but models loading should get much less crashes).

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

711b8ab9caeb9a2a1da37c076473a1af0b0962f0 authored over 12 years ago by Kae..pl <[email protected]>
Fix for method that checks if the mesh is a B-Mesh or not.

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

58bbd2d07617c364598aa4686883f78602090e89 authored over 12 years ago by Kae..pl <[email protected]>
Changing default value for controlDir. It is now SpatialToCamera instead of CameraToSpatial.

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

a498a1cdc96c9c20ffa4d3490982788f847cec77 authored over 12 years ago by Kae..pl <[email protected]>
Fix for animation rotations computation (in blender earlier than 2.50 the rotations were stored in degrees and later in radians). Thanks to @rectalogic for finding this :).

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

e83b15028bb859a9a9e19bc125b9465238616557 authored over 12 years ago by Kae..pl <[email protected]>
Fix issue with onPause trying to cancel vibration when user has not defined Vibration Service permission in manifest.

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

d2b97fb4222353b8c3c1c1633b48a9941a9cfd60 authored over 12 years ago by iwg..ic <[email protected]>
Fix issue with BEST config not choosing a valid config on some devices when RGBA is not matched (ie no config exists with 0bit alpha). ConfigChooser now looks for an exact match of all attributes first, then a match of RGBA only, then uses the first available config.

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

5a714236241f4e72b83c23768328f1cdd9d618a7 authored over 12 years ago by iwg..ic <[email protected]>
Add check for no Vibration Service on Device

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

3aa223360ab44afecb165799f48e816c21cd35dd authored over 12 years ago by iwg..ic <[email protected]>
* Fix "particlesPerSecond set to 0 accumulates timeDiff" issue

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

07a6ca931fcb5a8ae1797507e8ea79cbe57709e3 authored over 12 years ago by Sha..rd <[email protected]>
* BatchNode / GeometryBatchFactory now batch animated models correctly. Note that any control(s) are removed during the batching process, and must be re-added after batching for animation to work.

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

6aefda2e38750234aa6fb2710747b24ad89603b4 authored over 12 years ago by Sha..rd <[email protected]>
Fix for blender loader classes (latest changes to light and camera loading were taken into account).

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

4fa00b6d9a07e5129be383cc6168784a60ff7074 authored over 12 years ago by Kae..pl <[email protected]>
* ImageRaster now supports Android. However the constructor can no longer be used. Instead user should create it by using ImageRaster.create() which automatically defers the handling to JmeSystem.

* TestImageRaster tests both reading and writing from various types of formats now by chaining t...

2a11aae3a487ecf48b0a3db4fabaf9aec5cb52be authored over 12 years ago by Sha..rd <[email protected]>
Changed Android Joystick Rumble to pulses. Rumble amount is used to determine length of vibration pulse. Vibration now stays on (pulsing based on rumble amount) until user sets joystick.rumble(0).

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

5aca23f9b3b9790b43b65b74004ba900e784d8b4 authored over 12 years ago by iwg..ic <[email protected]>
Added Rumble support for Android. If joystick.rumble is used, then the Manifest file must have <uses-permission android:name="android.permission.VIBRATE"/>. Since Android doesn't allow for changing the vibration intensity, the rumble amount is convert into a vibration time duration in milliseconds (ie rumble amount of 0.25 = 250 milliseconds).

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

f219c8596d39ce1ebf37811db27e342ceb1bd8cb authored over 12 years ago by iwg..ic <[email protected]>
* Fix crash in TestWalkingChar

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

6cddcf8f1dd8fc37226b3204262557926ad29f95 authored over 12 years ago by Sha..rd <[email protected]>
* Fix incorrect bounding box calculation when points are not centered on origin

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

3c4405868adcf5bb8d43be358a9345ecf30721e4 authored over 12 years ago by Sha..rd <[email protected]>
* Fixed issue 518 .. again

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

be1aa87f55a361d877afbf64a89d3cf581484f01 authored over 12 years ago by Sha..om <[email protected]>
* Fix issue 518

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

c8b3ae7f649ddebe7ac6839bb6da368b8e6582af authored over 12 years ago by Sha..om <[email protected]>
* Fixed issue where using images with pregenerated mips would cause performance loss due to them being generated again and again

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

9ad757596b0eeefe3c3ea6405f96a1812eb82d13 authored over 12 years ago by ShA..Rd <[email protected]>
* Partial fix for issue 532 and issue 533

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

96c4b31e0fe118143fac72a56d9d474f2aad2d7f authored over 12 years ago by ShA..Rd <[email protected]>
Fix for loading smooth meshes. (One small step for java compiler is a huge step for blender importer :D)

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

9e60eda71a6d37b6248b3394a77a3f138904a108 authored over 12 years ago by Kae..pl <[email protected]>
Adding Android Sensor support as simulated joysticks. Only orientation is supported right now, more sensor types to be added later. When device orientation changes, Joystick[0] is updated just like using an actual joystick. Users need to add "joystickEventsEnabled = true" to the MainActivity to enable the orientation joystick so battery life is conserved if sensor data is not desired. See http://jmonkeyengine.org/groups/android/forum/topic/creating-engine-support-for-android-sensor-input/ for the long history.

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

39f265f50e1b9bae4ba3b947c1d20820dd850188 authored over 12 years ago by iwg..om <[email protected]>
Wrapping cameras into CameraNode.

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

fa426feb08ed20df0459b24b768a2464c2c3710f authored over 12 years ago by Kae..pl <[email protected]>
Wrapping Light into LightNodes (this allows to add constraints and properties to lights).

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

be5428736dad9859e3b2093053d1786916cc6db9 authored over 12 years ago by Kae..pl <[email protected]>
ChaseCamera : added a hideCursorOnRotate flag to the chaseCam to prevent interfering with nifty.

See forum post
http://jmonkeyengine.org/groups/gui/forum/topic/nifty-window-not-accepting-input-a...

e2535469827d30333f8f966e2d267340b8fe2c19 authored over 12 years ago by rem..om <[email protected]>
LightNode now properly works with SpotLight

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

5c9afd9d5910bc273780a9834fc8c5a8576531b2 authored over 12 years ago by rem..om <[email protected]>
- change default error message of engine

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

23e949974a382f3729beda23c205e2d3dd933c50 authored over 12 years ago by nor..67 <[email protected]>
Added and entry to the blender key that allows to disable loading of generated textures. The value is set to false by default because generated textures need extra care when being loaded.

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

1bad383be25cbcc74167fbc3ab1d76834d28d107 authored over 12 years ago by Kae..pl <[email protected]>
Material assignation fix when blender does not fully assigns the materials. Proper warning is generated and default material is used.

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

6c2f7288b7110cdb5934734cad3bb08e2ed033f5 authored over 12 years ago by Kae..pl <[email protected]>
Fixing a bug that caused the loader to crash when the mesh (traditional one and not BMesh) had no faces and only edges or points instead (without support for loading edges and points yet).

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

49c47f8174c8f331a4d1f3f669c3f3965587ce40 authored over 12 years ago by Kae..pl <[email protected]>
Fix to colorband loading. Preventing a crash when less than 4 cursors are used.

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

4fb6ba58c71f998d1f05d8faba7b97b281a1850c authored over 12 years ago by Kae..pl <[email protected]>
Ignoring textures when their UV coordinates type is not supported. This will prevent from unexpected exceptions to occur.

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

0fd34d3535b652157771fbeb6642dedf0dcb5602 authored over 12 years ago by Kae..pl <[email protected]>
Added a null listener check just to help track down

odd errors.

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

c6bc0bf79bad4358017011687bad3214546b42d4 authored over 12 years ago by PSp..om <[email protected]>
- change fix for Android SDK 20 build file flaw

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

e154d0ebaba8bbadc3781e523b92d6917a6454a3 authored over 12 years ago by nor..67 <[email protected]>
- add fix for Android SDK 20 build file flaw

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

1c1afd5712ccda50da302d58fbc5b20c23799ca1 authored over 12 years ago by nor..67 <[email protected]>
- change natives extraction to support audio FX on osx (for extracting openal.dylib for soft fx)

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

a98fbb83b657b51fb98bc21c9c305cc4458626e9 authored over 12 years ago by nor..67 <[email protected]>
- update lwjgl to 2.8.4 (applet and desktop)

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

639449db4d1287f9c484101931bdebd3912710cf authored over 12 years ago by nor..67 <[email protected]>
- add Filter support to AssetManager (thanks to @rectalogic)

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

96b60664a979ee81f66e79ded5f30b3469d6c4cd authored over 12 years ago by nor..67 <[email protected]>
axis-aligned terrain tool snapping support, thanks @shirkit

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

cf103e191dd31cf6a8f656f3af1bcea05adfade4 authored over 12 years ago by bre..ns <[email protected]>
removed the leftovers of the terrain editor border tool

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

2cf1455867bbb0f9d7ec0ab0aa9598c6649cc94e authored over 12 years ago by bre..ns <[email protected]>
terrain tool changes and improvements, thanks @Shirkit

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

0fe8394916ce0e10ed5a374af570a2de39be3148 authored over 12 years ago by bre..ns <[email protected]>
- Fixed bug where if you set minDistance that is higher than the current distance, the camera view would still remain at the old distance.

- Same as above but for maxDistance.

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

133bd21ab9c21c650ac97a0c197c71227da9cd2d authored over 12 years ago by dan..om <[email protected]>
- add serialization to DepthOfFieldFilter (thanks to @rectalogic)

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

c842eefb906921d1390777f0cdec79f9c9648c10 authored over 12 years ago by nor..67 <[email protected]>
- add some javadoc to PhysicsRayTestResult

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

abfc4d6c4580fb71a7563e8398f5636093a6afc5 authored over 12 years ago by nor..67 <[email protected]>
- remove deprecated methods from RagDollControl

- make PhysicsBoneLink accessible as its the userObject of the collision objects which is accessi...

64cadc1284191830af4e5955085d84f63a34121c authored over 12 years ago by nor..67 <[email protected]>
- fix typo in RagDollControl

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

893c2b940b54f8ddae87718dbaf4ba41ad432cb0 authored over 12 years ago by nor..67 <[email protected]>
- update bullet binaries from latest nightly

- add latest version of macosx bullet binary

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

5ab8b477ed6e68a6cb5f68c2decc671296be2ed0 authored over 12 years ago by nor..67 <[email protected]>
cleaned up some terrain code and deprecated a few constructors

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

05f5473505db16f167db1d5cd451dca0f91b2a2e authored over 12 years ago by bre..ns <[email protected]>
- update bullet build for bullet 2.80 and OSX 10.7 / XCode 4.4+

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

16b1afabecdd244f4767cd0878cad0a2519db214 authored over 12 years ago by nor..67 <[email protected]>
- remove bullet binary from build for now

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

e089be20f876a38d49ed161863872bbb7b225a00 authored over 12 years ago by nor..67 <[email protected]>
SDK : One can now add and edit user data of a custom data type. The custom type must be a Savable with get and set accessors for every attribute and propper read an write method.

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

e0dac249a436442495dcf299368722439c3bf488 authored over 12 years ago by rem..om <[email protected]>
UserData : setUserData(someKey,null) now properly removes the user data from the map.

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

206a6b74f35f82ab8b6db659e548289aa7beef0a authored over 12 years ago by rem..om <[email protected]>
BufferUtils : Apply changes made by Empire Phenix to properly track direct memory. This feature is defaulted to off.

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

a04d5dde011ea268010321d67c02de322b1c6c5f authored over 12 years ago by rem..om <[email protected]>
SDK : Added a way to change the ParticleInfluencer on an emitter in the SDK

- Property of influencers are created through reflection
- One can even add an home brewed influe...

fc3a4a4471e648ae623d2b27d3114b39990c081a authored over 12 years ago by rem..om <[email protected]>
SDK : Fixed an issue in AudioTrackProperty where the value was not properly set

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

29045cada4ce9fcaa5cdb9458e7208c4ea114656 authored over 12 years ago by rem..om <[email protected]>
SDK : removed some forgotten system.out from JmeGeometry

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

966ff8d857280916d181d34c58fb8c2b628a58bd authored over 12 years ago by rem..om <[email protected]>
- change bullet PhysicsControls to keep their CollisionShape when detaching

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

b4a55256deef0cc74b6b9bf1d9f5b79ec76817e0 authored over 12 years ago by nor..67 <[email protected]>
ParticleEmitter : created a RadialParticleInfluencer

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

37710098a218cff7e2fcff89e9a96be47d5fa9cf authored over 12 years ago by rem..om <[email protected]>
DefaultParticleInfluencer / NewtonianParticleInfluencer : Fixed initialVelocity attribute naming that was kept as startVelocity while acessors where get/setInitialVelocity.

- Also changed serialization to reflect this change and incremented the serialization verison of ...

27930a7cd9e399cde631c36496a02ad90e5dff7d authored over 12 years ago by rem..om <[email protected]>
SDK:

- remove option to start application from installer

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

4404566121a0d3497c2c80e6fd5b99c91eb3b85d authored over 12 years ago by nor..67 <[email protected]>
ParticleEmitter : RotationSpeed has now an effect when setting a faceNormal to a ParticleEmitter

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

aacc136aa83f471576cfe46e52eaee72385175c1 authored over 12 years ago by rem..om <[email protected]>
remove unused import

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

65e469d8b8836708e78b8a2aaa946937fd5c3f95 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- make VideoRecorderAppState store the orginal system timer instead of just setting a NanoTimer w...

cd4b513afebee6bfc395bee3dd5ec48a66374cc7 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- add option to set framerate for VideoRecorderAppState

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

ab2c34fafbe0f529ee90446e28101b7b9e44dc87 authored over 12 years ago by nor..67 <[email protected]>
* Fixed minor javadoc issue

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

0ddc10a0c0fd09e34dc40f1eaf97113a116704e9 authored over 12 years ago by Sha..rd <[email protected]>
* Added ViewPort.clearProcessors() to remove all processors from a viewport

* Make JmeSystem error message regarding delegate more readable (split to another line)

git-svn...

6f5d4ef943097431667d9cec52b570929f613888 authored over 12 years ago by Sha..rd <[email protected]>
* Added new ImageRaster thing, it can let you read and write pixels on jME3 images without caring about the underlying format. NOTE: None of the jME3 internal classes use it yet, the code has yet to be ported.

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

f5f3a850427a6955ade6a233ff2686fca6732b76 authored over 12 years ago by Sha..rd <[email protected]>
* Deprecated Intensity formats and RGB10, these never worked, and never will

* Fixes to Alpha16, Luminance16, Luminance16F, Luminance32F, Luminance16Alpha16, Luminance16FAlp...

69cbad9ce9dbe3a3fa8715787b56f61ecf522c2e authored over 12 years ago by Sha..rd <[email protected]>
SDK:

- clean up SceneComposer UI

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

dd36933ac3cbae6b80ea735f9985bd3a2b8575b3 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- remove MotionSensor stuff from AbstractCameraController

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

b265c277a59aa102a7ff832feab778703b4c0be9 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- update manual contents from wiki

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

5203eb8aa253796c9b9c806173683ae137b433d7 authored over 12 years ago by nor..67 <[email protected]>
SDK :

- Renaming a Spatial Node in the scene explorer now properly lights up the save button

git-svn-i...

ba2e17ef89e61d971f29528de46cd26cbf2c4db2 authored over 12 years ago by rem..om <[email protected]>
SDK :

- Select tool does not keep its own instance of the selected spatial, it nows use the ToolControl...

116ced422b87cfd5870401ba777f6185a4d474c6 authored over 12 years ago by rem..om <[email protected]>
SDK :

- Made toggle buttons instead of check boxes for Snap to grid/scene, select terrain
- Added a Sel...

32152741cc9ce412118d4302e13374124afcad9a authored over 12 years ago by rem..om <[email protected]>
SDK :

- Select Tool Fxed NPE when selecting a child node of a lonked asset in the viewer.
- Move tool f...

9179c9e40192b4dbb77c3c700d838678cdd8032d authored over 12 years ago by rem..om <[email protected]>
Removing Android Sensor Support (undo r9610). Preparing for new way of implementing sensor support on Android.

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

16851eb1d8613d096445cb40c9cb190af4f44f34 authored over 12 years ago by pot..om <[email protected]>
- try to fix bullet compile issues

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

143789d3f06e745b871d906a240b4dbfc4da02ac authored over 12 years ago by nor..67 <[email protected]>
- try to fix bullet compile issues

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

60a41c0cfe2b28671955922ccbbd71285a4492ea authored over 12 years ago by nor..67 <[email protected]>
- remove try to fix bullet compile issues

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

b7fbe61d439acec6d90be68680eaea9e2af17d33 authored over 12 years ago by nor..67 <[email protected]>
- remove try to fix bullet compile issues

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

de4e4c3b91f8d418871f0e13262d7290d8140e3d authored over 12 years ago by nor..67 <[email protected]>
- different try to fix bullet compile issues

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

a859b1e672b7b2e7a12b980b49e0db9f8b3f3ac8 authored over 12 years ago by nor..67 <[email protected]>
- remove try to fix bullet compile issues

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

5c0c12b0c214edf1894d7c2f622f577d72f5d2ae authored over 12 years ago by nor..67 <[email protected]>
- try to fix bullet compile issues without typos

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

e3785f4e2059e99ab2a16740636168be88265beb authored over 12 years ago by nor..67 <[email protected]>
- try to fix bullet compile issues

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

640ac3d981b7de32e9471a485e25887a4b8befe7 authored over 12 years ago by nor..67 <[email protected]>
- remove try to fix bullet compile issues

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

7a0584ba43bb6423e352169655d8efa1c448ff81 authored over 12 years ago by nor..67 <[email protected]>
- try to fix bullet compile issues

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

738b687cad4b2d5aaad649e8cb880b747d9f02e8 authored over 12 years ago by nor..67 <[email protected]>
SDK :

- New way to visualize and play animations in the SceneExplorer
- Visualization of animation trac...

f01888de8f37cce71cd38b39c8267fd5696e0cfa authored over 12 years ago by rem..om <[email protected]>
Changed the way EffectTrack and AudioTrack are serialized.

EffectTrack and AudioTrack can now porperly update their reference to the Spatial they are using ...

3bd77d30482ad8c0e7b7abf093188ca5ccfd992e authored over 12 years ago by rem..om <[email protected]>
Fixed issue http://code.google.com/p/jmonkeyengine/issues/detail?id=524

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

ae3cc96caa1d36bbfe458779f622ddc83cfc212b authored over 12 years ago by rem..om <[email protected]>
- add hack to natives extraction to extract .jnilib named libraries from jar on OSX systems running Java 10.7+ (which uses .dylib suffxies)

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

382c3da1a43adf8458b1a024535d2ad6675b19c1 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- add some core packages to public packages in SDK Core

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

e3e6c90a49b25391ae4da62b781b7b6676419f0b authored over 12 years ago by nor..67 <[email protected]>
SDK:

- update ant lib for NB installer

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

bafbe538cb709a7c0117c40512823be2a901f218 authored over 12 years ago by nor..67 <[email protected]>
SDK:

- fix Codeless Project AssetManager access (thanks to rectalogic)

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

22aa5acc31fa22dc8ca08f8633dc1ea49eabf505 authored over 12 years ago by nor..67 <[email protected]>
- fix bug in native bullet ray direction (thanks to EmpirePhoenix)

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

a98026b700b61c27b5a14a61d69aa98e3f9d6792 authored over 12 years ago by nor..67 <[email protected]>
Fix to specifying texture UV coordinates for generated textures.

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

bb644be5e0426deee42ab0377d6058c091913297 authored over 12 years ago by Kae..pl <[email protected]>
* Fix issue where blender animation importer was truncating the animation duration to an integer (thanks rectalogic)

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

78bbe9b251295df0817468b8f9703917002d9136 authored over 12 years ago by Sha..om <[email protected]>
EffectTrack now disable and cull the emitter once all particles are gone

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

ef98888ce782409b9b485a042ea034f589f3b086 authored over 12 years ago by rem..om <[email protected]>
* Nifty GUI now uses Unshaded.j3md for rendering which is cleaner

* Nifty GUI performance much faster, but global font text isn't taken into account in OGL1 mode ...

2ab5e4abbe3b59bcf2c774900cbff3070e70a569 authored over 12 years ago by Sha..rd <[email protected]>
* Fixed issue where setting an unset define then setting an already set define would cause the unset define to not be updated in the shader

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

38ff6f7560d533d5f21df1d5bed550cdad8e4bd4 authored over 12 years ago by Sha..rd <[email protected]>
* GLSL spec allows having unset uniforms/attributes/varyings as long as they are not used in the shader, thus they are now always in scope

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

0a38ca0cf4b63dd033ab624cbaa321377381d44c authored over 12 years ago by Sha..rd <[email protected]>