• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Main repository of MikuMikuStudio


RSS
Rev. Time Author
21a6df2 2013-03-25 08:08:52 ZeroSeparation@gmail.com

Removed wierd import of org.bushe.swing.event.Logger; that was causing my build to fail locally and wasn't used anywhere.


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

01291ac 2013-03-25 06:48:44 ZeroSeparation@gmail.com

Added error logging to SettingsDialogue as requested by toolforger.

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

56a4de8 2013-03-23 07:51:20 ZeroSeparation@gmail.com

Changed node to spatial in the getChild javadoc to be more correct.

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

ae8678a 2013-03-23 07:49:23 ZeroSeparation@gmail.com

Added javadoc to getChild to explain that its really getDescendant

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

a94a2cd 2013-03-22 04:09:52 remy.bouquet@gmail.com

Commit patch from abies that drastically reduce the garbage creation when switching techniques. It also reduce grabage collection for the AbdtractShadowRenderer.

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

5b1038d 2013-03-21 05:38:14 remy.bouquet@gmail.com

Fixed issue where the BAtchNode was throwing an ArrayIndexOutOfBound exception when batch was called twice in a row

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

ca902c8 2013-03-21 02:53:50 remy.bouquet@gmail.com

Added support for int arrays uniforms. thanks to abies.

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

093ffa7 2013-03-20 06:30:32 remy.bouquet@gmail.com

WaterFilter fixed refraction map artifact that was producing black "waves" on the screen borders.

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

3cfa700 2013-03-17 15:28:26 PSpeed42@gmail.com

Enabled/disable statistics with the view. This
prevents stats from being collected unless they
are viewed.


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

1a56d6b 2013-03-17 15:26:31 PSpeed42@gmail.com

Allow the Statistics collection to be enabled and
disabled. It turns out that this generates a measurable
amount of garbage per frame... partially due to a change
I made elsewhere. It used to be that the frame values
were never cleared unless the stats were displayed...
thus the HashSets were always populated with the old
frames' values. When I added a default app state to
clear them every frame the hashsets regrow every time
and generate ~1 meg of garbage every 15 seconds. Not
a lot but unnecessary.
I think this way is more explicit and we no longer
rely on a side-effect.
A related change will be checked in for the StatsView
to properly enable/disable collection.


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

4aa5bd7 2013-03-16 21:04:04 remy.bouquet@gmail.com

Fixed issue in BufferUtils where quaternion and verctor4f were initialized with 3 zeros in the buffer instead of 4.


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

5c4068b 2013-03-16 07:04:27 remy.bouquet@gmail.com

Fixed zoomSensitivity in chaseCamera, removed the zoomSpeed.

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

fe3c6b1 2013-03-16 06:56:59 remy.bouquet@gmail.com

Fixed an issue in android config chooser. Some device seems to not have a rgb8 opaque config (BEST). In this case the config chooser will attempt to find a rgba8 config (BEST_TRANSLUSCENT) before falling back to fastest.

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

8cf668e 2013-03-16 05:45:36 remy.bouquet@gmail.com

Android texture util now supports uploading a sub texture to the GPU, even as a bitmap.
This makes Nifty batch rendering work on android.

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

9b22456 2013-03-15 11:42:35 iwgeric@gmail.com

SDK: Add imports for new default setting for logging level in Android MainActivity.

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

9637e61 2013-03-15 11:34:11 iwgeric@gmail.com

SDK: Add default setting for logging level in Android MainActivity.

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

0e64a42 2013-03-15 10:28:07 iwgeric@gmail.com

Fix issue with how Android logging is handled.
- Replaced standard Android logging Handler to avoid Android issue with only logging Level.INFO -> Level.SEVERE log records.
- Moved logging Handler initialization to AndroidHarness instead of in JmeSystem so logging in AndroidHarness and app startup could be logged.

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

15adec3 2013-03-10 22:22:26 remy.bouquet@gmail.com

SDK : removed jme3Data folder that has nothing to do here

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

b16451f 2013-03-10 22:20:41 remy.bouquet@gmail.com

SDK : MatDefEditor: fixed compilation warnings

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

1708c0c 2013-03-10 21:56:56 remy.bouquet@gmail.com

Cinematics : GuiTrack is now deprecated in favor of GuiEvent

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

16ecebf 2013-03-10 18:25:03 julien.gouesse@gmail.com

Removes useless debug logs from NewtKeyInput

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

c50a019 2013-03-10 07:40:55 remy.bouquet@gmail.com

ShaderNodesLoader : removed unused jogAmp dependency that slipped in....

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

d3cfbc1 2013-03-10 07:39:13 remy.bouquet@gmail.com

ShaderNodesLoader : Better way to compute define conditions

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

f4debb4 2013-03-10 05:32:01 void65536@googlemail.com

Nifty-1.3.3-SNAPSHOT (build 2013-03-09) added + first Nifty batched renderer integration (optional)

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

57720e7 2013-03-09 18:13:39 remy.bouquet@gmail.com

DefaultImageRaster : attempt to fix NPE when the raster is initialized with an Image that has not been rendered yet.

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

c4c3d36 2013-03-09 17:54:10 remy.bouquet@gmail.com

WaterFilter : the size of the reflection map can now be changed at run time.

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

7a3713e 2013-03-09 07:45:40 normen667

- fix newt display dependency

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

e04e661 2013-03-09 05:20:48 brentowens@gmail.com

terrain height tool remembers undo history as an entire mouseDown event now. RMB now erases

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

e774b53 2013-03-09 04:11:02 brentowens@gmail.com

terrain paint tool remembers undo history as an entire mouseDown event now. RMB now erases

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

09a69a4 2013-03-06 06:14:49 julien.gouesse@gmail.com

Fixes the debug pipeline which was only working with GL4bc

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