OSDN Git Service

mikumikustudio/libgdx-mikumikustudio.git
2013-09-29 NathanSweetAdded getPageScrollX/Y.
2013-09-29 NathanSweetMerge branch 'origin/master'
2013-09-29 NathanSweetJump by one page when scrollbar clicked.
2013-09-27 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-27 badlogicnot sure why jlayer/jorbis was optional in gdx-openal pom
2013-09-27 NathanSweetFixed tree selection with ctrl+shift.
2013-09-26 NathanSweetFixed cancel().
2013-09-26 NathanSweetAdded cancel() to GestureDetector.
2013-09-25 NathanSweetMerge branch 'origin/master'
2013-09-25 NathanSweetAdded cancel() to ScrollPane.
2013-09-23 badlogicadded preliminary gl10/gl11 impl for robovm
2013-09-23 badlogictested net stuff on iOS, works
2013-09-23 badlogicfixed a few more ios issues
2013-09-23 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-23 badlogicfixed ios getRotation, getNativeOrientation and acceler...
2013-09-23 Nathan SweetMerge pull request #768 from YunpengZhao/patch-1
2013-09-23 Rocfix a typo in PolygonRegion
2013-09-22 XoppaMerge pull request #767 from xoppa/3dapi
2013-09-22 XoppaAdd additional setAnimation method
2013-09-22 XoppaMerge pull request #766 from xoppa/3dapi
2013-09-22 XoppaFix animations... i hope
2013-09-22 badlogicadded maven artifacts for freetype, bullet, including...
2013-09-21 Justin ShapcottFixed bug in Polygon#getTransformedVertices()
2013-09-21 Justin ShapcottStore name and visibility of layers
2013-09-21 Justin ShapcottAnd again...
2013-09-21 Justin ShapcottFix rotated rect in ShapeRenderer
2013-09-21 MobiDevelopMerge pull request #761 from hneuer/gwtcache
2013-09-21 MobiDevelopMerge pull request #763 from hneuer/gwtparent
2013-09-21 hneuerGWT Reflection: Fixed getSuperClass to return null...
2013-09-20 hneuerGWT Reflelction Cache: Check if a class is really insta...
2013-09-20 MobiDevelopMerge pull request #760 from hneuer/gwtintset
2013-09-20 hneuerAdded IntSet to gwt Module
2013-09-20 Nathan SweetMerge pull request #759 from jrenner/mipmap-constructor
2013-09-20 Jon Rennerdo not allow MipMapGenerator instantion (only has stati...
2013-09-20 Justin ShapcottFixes #758 - GWT compile errors
2013-09-20 Nathan SweetMerge pull request #757 from jrenner/patch-1
2013-09-20 Jon RennerUpdate CHANGES
2013-09-20 NathanSweetFormat, warnings.
2013-09-20 NathanSweetAdded button table to Window title bar.
2013-09-20 Nathan SweetMerge pull request #756 from hneuer/refjd
2013-09-20 hneuerJavadocs
2013-09-19 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-19 badlogicfixed fetch script
2013-09-19 NathanSweetMerge branch 'origin/master'
2013-09-19 NathanSweetExpose source ID for desktop usage.
2013-09-19 Nathan SweetMerge pull request #754 from hneuer/streams
2013-09-19 hneuerSome cleanup regarding stream closing.
2013-09-19 NathanSweetMerge branch 'origin/master'
2013-09-19 NathanSweetAdded panStop to GestureListener.
2013-09-19 Nathan SweetMerge pull request #733 from jrenner/quickselect
2013-09-19 Jon RennerImplement kth order selection algorithm in new class...
2013-09-18 MobiDevelopMerge pull request #752 from semtiko/master
2013-09-18 Alex VegaCircle. Added constructor
2013-09-18 Alex VegaEllipse. Added constructor and setters
2013-09-18 Alex VegaMerge pull request #1 from libgdx/master
2013-09-18 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-18 badlogicfixed bullet ios build, need a JNI feature in RoboVM...
2013-09-18 Justin ShapcottAdd rotated rect to ShapeRenderer
2013-09-18 Nathan SweetMerge pull request #750 from DLight1/master
2013-09-18 badlogicfixed multitouch and IOSInput#touchDown to be long
2013-09-18 DLight1A little javadoc fix
2013-09-18 Nathan SweetMerge pull request #748 from hneuer/tp2
2013-09-18 hneuerTexturePackger: forceSquareOutput is not handed down...
2013-09-18 Nathan SweetMerge pull request #746 from hneuer/cleanup
2013-09-18 hneuerRemoved some dead stores to local variables.
2013-09-17 NathanSweetMerge branch 'origin/master'
2013-09-17 NathanSweetJavadocs.
2013-09-17 badlogicmore changes to robovm config
2013-09-17 badlogicadded multitouch to robovm todods
2013-09-17 badlogicfixed buffer format on robovm backend
2013-09-17 badlogicRoboVM backend didn't create a depth buffer
2013-09-17 NathanSweetMerge branch 'origin/master'
2013-09-17 NathanSweetIncrement set methods for numeric arrays.
2013-09-17 badlogicand reverted
2013-09-17 badlogicMerge branch 'master' of https://github.com/libgdx...
2013-09-17 badlogicfixed FileHandle#read
2013-09-17 Justin ShapcottFix bug in calculation of ppcY (RoboVM)
2013-09-16 XoppaMerge pull request #740 from xoppa/3dapi
2013-09-16 XoppaFix other test shaders
2013-09-16 XoppaMerge pull request #739 from xoppa/3dapi
2013-09-16 XoppaTest shader: dont assume varying is removed
2013-09-16 Justin ShapcottForce RoboVM to keep all Scene2d UI classes
2013-09-16 Justin ShapcottFix pax-britannica
2013-09-16 XoppaMerge pull request #736 from jrenner/fast-vector-dist
2013-09-16 MobiDevelopMerge pull request #737 from semtiko/master
2013-09-16 Jon Rennerdelete trash
2013-09-16 Alex VegaOrthogonalTiledMapRenderer. Added license info, small...
2013-09-16 Alex VegaIsometricTiledMapRenderer. Added license info, small...
2013-09-16 Jon RennerVector doc clarification - a.k.a. I learned what dst2...
2013-09-16 Alex VegaIsometricStaggeredTiledMapRenderer. Removed useless var
2013-09-16 Alex VegaIsometricStaggeredTiledMapRenderer. Added license info...
2013-09-16 Alex VegaHexagonalTiledMapRenderer. Cleanup
2013-09-16 Alex VegaHexagonalTiledMapRenderer. Cleanup imports
2013-09-16 Alex VegaBatchTiledMapRenderer. Added license info
2013-09-16 MobiDevelopMerge pull request #732 from hneuer/tiled
2013-09-16 hneuerMoved AnimatedTiledMapTile.updateAnimationBaseTime...
2013-09-16 hneuerAdded render hooks.
2013-09-16 XoppaMerge pull request #735 from xoppa/3dapi
2013-09-16 XoppaFix test shaders
2013-09-16 XoppaMerge pull request #734 from xoppa/3dapi
next