OSDN Git Service

mikumikustudio/MikuMikuStudio.git
2011-07-24 normen667- fix Material Editor j3m path setting
2011-07-24 anthyon@gmail.comFix: fixed exception when trying to jump with physics...
2011-07-24 shadowislord * Fixed issue with spot light shader not taking into...
2011-07-23 shadowislord * Fix crashes due to introduction of MaterialKey
2011-07-23 shadowislord * Fix crash in TestEverything
2011-07-23 shadowislord * Fix for ParticleEmitter.clone()
2011-07-23 ShadowIsLord... * asin -> atan
2011-07-22 anthyon@gmail.comFix: fixed a bug when using alphamaps with TerrainGrid
2011-07-22 remy.bouquet... - added a ColorRGBA to tempVars
2011-07-22 kimxilxyongAndroid: fixed logging
2011-07-22 remy.bouquet... - Reverted previous uniform change, it was causing...
2011-07-22 PSpeed42@gmail.comFixed a typo in the comment. OCD strikes again.
2011-07-22 PSpeed42@gmail.comTurning the memory tracking off since it's pretty expensive
2011-07-22 remy.bouquet... Fixed varrying binding in the lighting shader
2011-07-22 remy.bouquet... sdk : complete commit due to prior mistake in commit
2011-07-22 remy.bouquet... sdk : added spot light support to scene composer
2011-07-22 remy.bouquet... sdk : added spot light support to jmp
2011-07-22 normen667- fix lighting compile error
2011-07-21 remy.bouquet... - Added SpotLight light type.
2011-07-21 remy.bouquet... Uniforms : fixed Copyright formatting
2011-07-21 shadowislord * Prevent shader leaks
2011-07-21 remy.bouquet... Uniforms : fixed clearValues to not assign references.
2011-07-21 normen667- fix nifty project library
2011-07-21 kimxilxyongAndroid: added some more logging to the surface creation
2011-07-20 Kaelthas_Spellsinger... Changes to animations storing (not yet used in the...
2011-07-20 normen667- fix to HingeJoint (native bullet), thanks to @makeshift
2011-07-19 Kaelthas_Spellsinger... Fix to armature modifier loading.
2011-07-19 brentowensreduced terrain save j3o file size
2011-07-18 Kaelthas_Spellsinger... Improvements to blender manual tester.
2011-07-18 brentowensfixed terrain camera controller to use the changes...
2011-07-18 shadowislord * System.load() will still be called on natives even...
2011-07-18 remy.bouquet... PssmRenderer :
2011-07-18 shadowislord * Disable point sprite if not rendering a point mesh...
2011-07-17 shadowislord * Another ATI driver hack, now for framebuffers. Based...
2011-07-17 shadowislord * Removed glTexEnv(GL_COORD_REPLACE, ...) call because...
2011-07-17 shadowislord * Enable point sprite mode only for first texture...
2011-07-17 PSpeed42@gmail.comMade the methods called from the audio thread final...
2011-07-17 PSpeed42@gmail.comAdded an AudioContext to hold the thread local audio
2011-07-17 normen667- fix NiftyGUI library references
2011-07-17 remy.bouquet... SDK :
2011-07-17 remy.bouquet... SDK :
2011-07-17 shadowislord * Now added "asset name requirements" to FileLocator...
2011-07-17 shadowislord * Added case-sensitivity and other "asset name require...
2011-07-17 shadowislord * Nifty 1.3 release
2011-07-17 shadowislord * Natives will now get extracted only if they were...
2011-07-16 ShadowIsLord... * Fixed NullPointerException when loading old material...
2011-07-16 kimxilxyongAndroid: fixed excessive logging in audio renderer
2011-07-15 brentowens* select and move tools added to sdk
2011-07-15 remy.bouquet... WaterFilter : tracked down missing ".0" in the shaders
2011-07-15 remy.bouquet... SDK, Filter Editor
2011-07-15 PSpeed42@gmail.comMade the math classes (most of them) java.io.Serializable
2011-07-14 PSpeed42@gmail.comReturn the base color for BitmapText.getColor() because
2011-07-13 kimxilxyongAndroid: added ConfigType.LEGACY
2011-07-13 PSpeed42@gmail.comModified to use the new SafeArrayList for children...
2011-07-13 PSpeed42@gmail.comAdded a custom array-based List class that buffers...
2011-07-13 shadowislord * Fixed syntax error in ModifierHelper
2011-07-12 PSpeed42@gmail.comFixed an event ordering issue. The server now only
2011-07-12 Kaelthas_Spellsinger... Moving loading object animation modifier to ModifierHel...
2011-07-12 kimxilxyongAndroid: Allow custom app instantiation
2011-07-12 kimxilxyongAndroid: Fixed a race condition in OGLESContext which...
2011-07-11 anthyon@gmail.comupdate: removed tileLoaded from TerrainGridListener...
2011-07-10 shadowislord * Reverted normen's confusion
2011-07-10 normen667- revert ByteBuffer changes for native bullet objects...
2011-07-09 shadowislord * Removed evil code
2011-07-09 shadowislord * Replaced all usages of ByteBuffer.allocateDirect...
2011-07-08 brentowensfixed but with normals not updating in terrain
2011-07-08 skye.bookFixed grammar in the installer wizard; Added descriptio...
2011-07-08 brentowenschanged TerrainGrid methods to protected access
2011-07-08 brentowenspulled ImageBasedHeightmap height color calculation...
2011-07-07 anthyon@gmail.comFix: extended TerrainGridListener with ozonegrif's...
2011-07-07 Kaelthas_Spellsinger... Fix to properties storing (bad casting removed).
2011-07-07 Kaelthas_Spellsinger... Fix to loading properties. They are now assigned to...
2011-07-07 anthyon@gmail.comFix: I left a useless parameter in test
2011-07-07 anthyon@gmail.comFix: the new way to add physics to terrainGrid is to...
2011-07-07 brentowensfixed -1 offset in TerrainGrid
2011-07-06 brentowens* fixed lod bug in TerrainGrid
2011-07-06 brentowens* added an UpdateControl so you can easily enqueue...
2011-07-06 shadowislord * Fixed syntax errors and crashes with shadow processo...
2011-07-05 brentowensfixed AbstractHeightMap bounds check, thanks ozonegrif
2011-07-05 kimxilxyongAndroid: added mouseEventsInvertY option to Harness
2011-07-05 brentowens* javadoc
2011-07-05 brentowens* fixed terrainGrid NPE on executor
2011-07-05 brentowens* simplified terrain tests, only passing in single...
2011-07-05 brentowens* delayed creation of TerrainQuad executorService unles...
2011-07-05 ShadowIsLord... * Added stereo 3D to AppSettings
2011-07-05 shadowislord * Minor shader formatting
2011-07-04 brentowenspart 2, renaming
2011-07-04 brentowensremoved unused geomap classes, replaced with single...
2011-07-04 brentowensremoved redundant RawArrayHeightMap
2011-07-04 remy.bouquet... SDK - Added code check for TempVars release
2011-07-04 normen667- remove false AssetData setExtension from FilterDataObject
2011-07-03 normen667- show global assetpack license in single items propert...
2011-07-03 remy.bouquet... SDK - Filter Editor :
2011-07-03 shadowislord * Fix BillboardControl "Spatial was not updated before...
2011-07-02 shadowislord * Fix NullPointerException in MaterialHelper
2011-07-02 remy.bouquet... SDK - Filter Editor :
2011-07-02 normen667- fix texture repeat in MaterialExtensionLoader
2011-07-02 normen667- fix AddToProject adding to scenecomposer too
2011-07-02 normen667- add project selection in AssetPack "add to project...
2011-07-02 normen667- fix polyoffset in "create j3m" generated files
next