mirror of https://github.com/axmolengine/axmol.git
Update CHANGELOG [ci skip]
This commit is contained in:
parent
eaa8a61de8
commit
a40e47d227
|
@ -4,6 +4,11 @@ cocos2d-x-3.0beta0 ?? 2013
|
|||
[NEW] SChedule::performFunctionInCocosThread()
|
||||
[NEW] Added tga format support again.
|
||||
[FIX] A Logic error in ControlUtils::RectUnion.
|
||||
[FIX] Bug fixes for Armature, use Vector<T>, Map<K, V> instead of Array, Dictionary.
|
||||
[FIX] Used c++11 range loop(highest performance) instead of other types of loop.
|
||||
[FIX] Removed most hungarian notations.
|
||||
[FIX] Merged NodeRGBA to Node.
|
||||
[NEW] New renderer support.
|
||||
[Android]
|
||||
[NEW] build/android-build.sh: add supporting to generate .apk file
|
||||
[FIX] XMLHttpRequest receives wrong binary array.
|
||||
|
|
Loading…
Reference in New Issue