OSDN Git Service

mikumikustudio/MikuMikuStudio.git
2011-10-22 normen667- bullet native: change casting of java long to c+...
2011-10-22 normen667- change pointers to jlong across platforms
2011-10-22 normen667- commit possible fix for windows 64 pointer casting...
2011-10-22 shadowislord * Native extraction will place natives in working...
2011-10-21 normen667- change SceneApplication to use new panel initialization
2011-10-21 normen667- change build script to revert all changes to jme3...
2011-10-21 normen667- add macosx bullet native
2011-10-21 normen667update bullet native for windows 32bit
2011-10-21 shadowislord * Added AwtPanel.attachTo() argument that allows attac...
2011-10-21 normen667- native bullet: fix PhysicsVehicle wheel handling...
2011-10-21 remy.bouquet... - Dynamic Batching
2011-10-21 remy.bouquet... - Dynamic Batching
2011-10-21 normen667- fix PhysicsVehicle initialization
2011-10-21 normen667- add backengineered JmeVersion to fix build
2011-10-21 PSpeed42@gmail.comMake BitmapFont's calculation of line width match
2011-10-21 PSpeed42@gmail.comTook out the unbaking of kerning because it _does_
2011-10-21 PSpeed42@gmail.comThe last change neglected the first character which
2011-10-21 PSpeed42@gmail.comFixed some really odd text advance behavior that
2011-10-21 shadowislord * Natives are now extracted to user.home based on...
2011-10-21 shadowislord * Allow loading non-square power-of-2 textures without...
2011-10-21 shadowislord * Fix nifty border rendering gradient
2011-10-20 Kaelthas_Spellsinger... Fixing a bug that occured when the model was invalid...
2011-10-20 normen667- change spatial warning on update state to include...
2011-10-19 remy.bouquet... - Excluded spatials that have a cullHint.Always from...
2011-10-19 skye.bookCreated clickable links out of http mentions in all...
2011-10-19 skye.bookCreated clickable links out of http mentions in Camera...
2011-10-19 remy.bouquet... - used tempVars for path interpolation instead of temp...
2011-10-19 skye.bookFix for broken Javadoc in Material
2011-10-19 normen667- remove System.out.println from SaveGame.. again
2011-10-19 void65536@googlemail.comupdate nifty-1.3.1 SNAPSHOT libs
2011-10-19 void65536@googlemail.comoptimize GC performance while creating keys for the...
2011-10-18 brentowensdefault distance for TerrainLodControl
2011-10-18 brentowensfixed lod in TestSpotLightTerrain
2011-10-18 normen667- SDK: update some help sets
2011-10-18 normen667- fix TestWalkingChar shooting
2011-10-18 normen667- disable "smoothing" of jme framerate by deafult
2011-10-18 remy.bouquet... - used back system timer for cinematics, whatever it...
2011-10-18 normen667- use GZIP in SaveGame
2011-10-18 skye.bookFix for strange character encoding in Box Javadoc
2011-10-18 skye.bookFix for incorrect Javadoc in Box
2011-10-18 skye.bookfixed the jME3 classpath for Eclipse users (incorrect...
2011-10-18 normen667- remove System.out.println from SaveGame class
2011-10-18 normen667- remove System.out.println from SaveGame class
2011-10-18 normen667- use ZIP in SaveGame
2011-10-18 normen667- make SaveGame use Binary and UUEncode (sun.misc packa...
2011-10-18 skye.bookFixed typo in UrlLocator
2011-10-18 remy.bouquet... - fixed bad time calculation on cinematics
2011-10-18 normen667- small comment fix
2011-10-18 normen667- rename "SDK Engine Libraries" to "SDK Libraries"
2011-10-18 normen667- cleanup SDK initialization class
2011-10-18 normen667- change http.agent of jMonkeyEngine SDK to something...
2011-10-18 normen667- print stack trace for SaveGame tool errors
2011-10-18 normen667- add SaveGame tool
2011-10-17 normen667- fix empty asset list in ModelImportTool when reloadin...
2011-10-17 normen667- update SDK help content to wiki content in svn (help...
2011-10-17 remy.bouquet... - removed deprecated usage of audioRenderer in soundTrack
2011-10-17 remy.bouquet... - added a pause method to AudioNode
2011-10-17 remy.bouquet... - Use quaternions and slerp for rotation track
2011-10-17 normen667Update windows bullet native
2011-10-17 normen667- update bullet native for OSX
2011-10-17 normen667- add some fixes for collision callbacks and android...
2011-10-17 normen667- fix broken online assetpacks and online help by addin...
2011-10-17 normen667- hide un-editable properties in Model Import Tool...
2011-10-17 normen667- cleanup after Kirill-Bomb
2011-10-17 shadowislord * Apply fix for cylinder normal generation
2011-10-17 shadowislord * SDK: Commit LWJGL 2.8.1 applet loader
2011-10-17 shadowislord * Update to LWJGL 2.8.1
2011-10-17 shadowislord * Moved GLObjectManager to util, it is now NativeObjec...
2011-10-17 normen667- add GLSL editor to SDK by default
2011-10-16 shadowislord * Gutted out SpatialAnimation
2011-10-16 shadowislordAnimation system revamp
2011-10-16 normen667- rename AssetKey Properties to "Conversion Settings"
2011-10-16 normen667- add properties of AssetKeys for Assets in Project...
2011-10-16 normen667- change fix for Light not triggering save button
2011-10-16 normen667- fix Light not triggering save button
2011-10-16 normen667- add sn cleanup to sdk build
2011-10-16 normen667- native bullet: revert native build changes
2011-10-16 normen667- native bullet: add -static-libgcc option to native...
2011-10-16 normen667- native bullet: add -fPIC option to native bullet...
2011-10-16 normen667- native bullet: add some checks to physics space and...
2011-10-16 normen667- change name of Library plugins (jME3 and External)
2011-10-16 normen667- update basicgame project to exclude .blend files...
2011-10-15 normen667- bullet native: fix osx java headers path to work...
2011-10-15 normen667- bullet native: remove -static-libgcc option for linux
2011-10-15 normen667- bullet native: remove -m32 option for linux
2011-10-15 normen667- bullet native: fix changed signature for PhysicsRigid...
2011-10-15 normen667- bullet native: fix changed signature for PhysicsColli...
2011-10-15 normen667- bullet native: add fix for android compilation of...
2011-10-15 normen667Update windows bullet native to bullet 2.79
2011-10-15 normen667Update windows bullet native
2011-10-15 normen667- bullet native: add osx binary with callbacks (intel...
2011-10-15 normen667- bullet native: add osx binary with callbacks (intel...
2011-10-15 normen667- bullet native: fix two variables from temprorary
2011-10-15 normen667- add missing PhysicsCollisionEvent
2011-10-15 normen667- add collision callbacks to native bullet
2011-10-15 normen667- commit fix to native bullet RigidBody setRestitution...
2011-10-15 normen667- commit fix to bullet RigidBody angular/linear mixup...
2011-10-15 normen667- commit fixes to bullet native PhysicsVehicle and...
2011-10-14 normen667- add loading screen doc to sdk manual
2011-10-14 normen667- change base nifty xml file
next