OSDN Git Service

Update renderer.
[mikumikustudio/MikuMikuStudio.git] / engine /
2013-07-06 Kazuhiko KobayashiUpdate renderer.
2013-07-06 Kazuhiko KobayashiAdd createViewOnCreate flag.
2013-07-06 Kazuhiko KobayashiRemove setDepthRange(0, 0) from renderer of Gui.
2013-07-06 Kazuhiko Kobayashidisable texture auto scaling
2013-07-06 Kazuhiko KobayashiAdd live wallpaper support
2013-07-06 Kazuhiko KobayashiChange error message.
2013-07-06 Kazuhiko KobayashiChange buffer clear code(copying ByteBuffer to ByteBuff...
2013-07-06 Kazuhiko KobayashiAdd utility functions.
2013-07-06 Kazuhiko Kobayashifix memory leak bug in jmePhysicsSpace.
2013-07-06 Kazuhiko Kobayashichange material code
2013-07-06 Kazuhiko Kobayashiignore GLSL version check error
2013-07-06 Kazuhiko KobayashiAdd AndroidTGALoader
2013-07-06 Kazuhiko Kobayashishrink textures automatic.
2013-07-06 Kazuhiko KobayashiFix compile error on PowerVR SGX530/540
2013-07-06 Kazuhiko Kobayashifix Texture bug
2013-07-06 Kazuhiko Kobayashiupdate native bullet for MacOSX
2013-07-06 kobayasicopy all files from MikuMikuStudio
2011-10-29 remy.bouquet@gmail.comFixed silly copy/paste mistake in LightNode
2011-10-29 PSpeed42@gmail.comFixed the line segment extents so that it doesn't act...
2011-10-29 shadowislord * Camera.update() now uses TempVars instead of allocation
2011-10-29 shadowislord * Small javadoc additions in Application
2011-10-28 shadowislord * package.html files now comply with HTML 4.01 standards
2011-10-26 remy.bouquet@gmail.comFixed a timing issue in MotionTrack when used as a...
2011-10-26 remy.bouquet@gmail.comNull checked additionalRenderState when loading a material
2011-10-26 remy.bouquet@gmail.com- InpuManager : Updated cursor pos on click, so that...
2011-10-26 shadowislord * Fixed issue where additional render states in materi...
2011-10-25 Kaelthas_Spellsing... Fix in normals calculations when Y is up axis.
2011-10-25 remy.bouquet@gmail.comBatching :
2011-10-24 PSpeed42@gmail.comInternal surgery to AppStateManager to provide more
2011-10-24 PSpeed42@gmail.comAdded a setTimer() method for switching the default
2011-10-23 normen667- remove size check from natives extraction (write...
2011-10-23 shadowislord * Prevent crash in Animation if no tracks are set...
2011-10-23 normen667- add write test to natives extraction
2011-10-23 skye.bookJavadoc fixes for com.jme3.math.Triangle
2011-10-23 Kaelthas_Spellsing... Changes to Y-is-Up-Axis issue.
2011-10-23 normen667- change natives extraction to check for space *and...
2011-10-23 skye.bookDocumentation fixes for BatchNode: Improved Javadoc...
2011-10-22 normen667- change natives extraction to use getUsableSpace(...
2011-10-22 normen667- update build file and native bullet properties for...
2011-10-22 remy.bouquet@gmail.com- Deprecated PositionTrack, RotationTrack, ScaleTrack...
2011-10-22 remy.bouquet@gmail.com- Removed old batching classes (GeometryBatch and Batch...
2011-10-22 normen667update windwos bullet natives (32bit)
2011-10-22 normen667- fix bullet build properties
2011-10-22 normen667- update osx bullet natives
2011-10-22 normen667- remove wheel finalization completely, need no deletion..
2011-10-22 normen667- revert previous commit
2011-10-22 normen667- re-enable clearing of wheels as its not done in btRay...
2011-10-22 normen667- change finalize method of VehicleWheel
2011-10-22 normen667- update osx bullet natives
2011-10-22 normen667- update osx bullet natives
2011-10-22 normen667update windows bullet native (32bit)
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- 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@gmail.com- Dynamic Batching
2011-10-21 remy.bouquet@gmail.com- 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_Spellsing... 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@gmail.com- 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@gmail.com- 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@googlema... update nifty-1.3.1 SNAPSHOT libs
2011-10-19 void65536@googlema... optimize 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- fix TestWalkingChar shooting
2011-10-18 normen667- disable "smoothing" of jme framerate by deafult
2011-10-18 remy.bouquet@gmail.com- 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@gmail.com- fixed bad time calculation on cinematics
2011-10-18 normen667- print stack trace for SaveGame tool errors
2011-10-18 normen667- add SaveGame tool
2011-10-17 remy.bouquet@gmail.com- removed deprecated usage of audioRenderer in soundTrack
2011-10-17 remy.bouquet@gmail.com- added a pause method to AudioNode
2011-10-17 remy.bouquet@gmail.com- Use quaternions and slerp for rotation track
next