• 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
e6af6ba 2013-03-06 06:08:18 julien.gouesse@gmail.com

Adds a field for the JoyInput implementation into JoglContext

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

eb32bdc 2013-03-06 06:06:24 julien.gouesse@gmail.com

Fixes a bug in the support of vertical synchronization

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

ef03ebf 2013-03-06 04:03:32 remy.bouquet@gmail.com

Android : Added a FINE log of all the display configurations available on the device when the context starts.

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

923cf4a 2013-03-06 04:02:26 remy.bouquet@gmail.com

Android : FINE or lower log levels are now displayed in output when configured so

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

200f7f0 2013-03-06 03:20:27 brentowens@gmail.com

MaterialBrowser will remember browse path. Removed commented out code from TextureBrowser

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

4bf3c43 2013-03-06 03:08:27 brentowens@gmail.com

material browser sorts alphabetically. Material editor sorts mat-def list alphabetically

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

092be40 2013-03-06 02:42:09 brentowens@gmail.com

TextureBrowser is now sorted alphabetically and remembers your last selected texture and expands to its folder

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

ed07a71 2013-03-06 01:00:43 brentowens@gmail.com

speaking of SDK, material property editor is now sorted alphabetically

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

802c4f9 2013-03-05 18:35:35 Kaelthas_Spellsinger@o2.pl

Bugfix: fixed an error that could create wrogn vertex to bone group assignment. This caused animation to be played badly because some vertices remained in their places instead of moving with the proper bone.

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

8e867f9 2013-03-05 08:28:58 void65536@googlemail.com

Added support to upload/modify sub texture to Renderer interface introducing a new method:
public void modifyTexture(Texture tex, Image pixels, int x, int y);
Implementations added for LWJGL and JOGL. LWJGL seems to work. JOGL is untestet. Android implementation needs to be done by someone else (but is already prepared for).

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

d87650c 2013-03-05 03:44:36 normen667

but anyway, there you go

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

4ee494c 2013-03-05 00:14:16 remy.bouquet@gmail.com

Android : MultiSampling is now supported on android

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

3baee6f 2013-03-04 20:06:18 Kaelthas_Spellsinger@o2.pl

Bugfix: fixed lowes weight removal method that did not remove all lowest vertices that were necessary (thanks to Tobias Downer for finding it :) ).

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

25f01b6 2013-03-04 18:30:24 remy.bouquet@gmail.com

Android : changed the way the pixel config is passed to the OGLESContext. It's now passed in the appSettings.
This is a first step toward a generalization of the use of appSettings in the AndroidHarness.

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

4715154 2013-03-03 19:31:10 remy.bouquet@gmail.com

Better TestMultiPostWater

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

462eac4 2013-03-02 20:26:35 remy.bouquet@gmail.com

SDK mat def editor :
- better handling of errors in the material definition
- the navigator now properly refreshs
- the editor is reloaded when a change occur in the text file


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

bd3fc44 2013-03-02 02:24:51 julien.gouesse@gmail.com

Tolerates a failure in the parsing of GLSL version string and then assumes GLSL 1.00 is supported only on the Raspberry Pi

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

425565b 2013-03-01 06:55:57 remy.bouquet@gmail.com

SDK mat def editor : proof checks on node naming

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

4667011 2013-02-28 08:22:44 julien.gouesse@gmail.com

Fixes remaining compile errors in JoalAudioRenderer

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

00effb1 2013-02-28 08:18:44 julien.gouesse@gmail.com

Fixes some compile errors in JoalAudioRenderer (work in progress)

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

58be9f6 2013-02-28 07:28:20 remy.bouquet@gmail.com

SDK core : Initialized the audioRenderer for the FakeApplication thread so one can play sounds in the scene composer

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

502c752 2013-02-28 06:25:50 julien.gouesse@gmail.com

Fixes a compile error in NewtMouseInput

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

b28f3c3 2013-02-28 06:23:08 julien.gouesse@gmail.com

Updates JogAmp JARs (GlueGen build 640, JOAL build 404, JOGL build 921) and adds the missing JARs for ARM V6 soft float & hard float

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

c00ccc7 2013-02-28 02:50:46 remy.bouquet@gmail.com

SDK core : Moved camera toolbar images to the common icons folder

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

eabac56 2013-02-27 08:44:46 remy.bouquet@gmail.com

SDK removed generic signature from DefaultComboModel in the SDK

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

266656a 2013-02-27 08:21:37 remy.bouquet@gmail.com

Committing the project files for the material editor i forgot to commit

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

9970f27 2013-02-27 08:13:27 remy.bouquet@gmail.com

Remove Inputmappingloc.java from repo

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

8fba60d 2013-02-27 07:53:09 remy.bouquet@gmail.com

ry to fix InputMappingBlock file

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

22f937a 2013-02-27 06:58:33 remy.bouquet@gmail.com

Fixed imports in TestShaderNodes

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

ace47ad 2013-02-27 06:55:59 remy.bouquet@gmail.com

Reverted accidental commit of GeometryList

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