axmol/tests/lua-tests/src
minggo cfaa77be28
Update spine (#18427)
2017-11-02 09:06:13 +08:00
..
AccelerometerTest Fix some local variable names in tests (#17445) 2017-03-06 10:01:53 +08:00
ActionManagerTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
ActionsEaseTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
ActionsProgressTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
ActionsTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
AssetsManagerExTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
AssetsManagerTest fix AssetsManager could not work after Pull Request #13893 was merged. 2016-06-22 14:31:26 +08:00
BillBoardTest Fix spelling: billborad -> billboard (#17560) 2017-03-22 09:21:34 +08:00
BugsTest Fix the cocos3.6beta0 bugs 2015-04-22 10:20:21 +08:00
Camera3DTest disable menu item according different angle of view (#16937) 2016-11-30 16:49:50 +08:00
CaptureScreenTest Remove useless codes 2014-07-04 17:15:34 +08:00
ClickAndMoveTest Renames 'samples' folder to 'tests', ouch.... 2014-03-11 19:10:34 +08:00
CocosDenshionTest Fix the cocos3.6beta0 bugs 2015-04-22 10:20:21 +08:00
ComponentTest make it work with release mode on arm64 bit (#17057) 2016-12-23 16:44:29 +08:00
CurrentLanguageTest Rename lua cc.Label:create to cc.Label:createWithTTF and cc.Label.createWithSystemFont 2014-04-11 15:25:18 +08:00
DrawPrimitivesTest Deprecate DrawPrimitives and enhance DrawNode 2014-09-11 15:39:56 +08:00
EffectsAdvancedTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
EffectsTest Update project setting for lua-tests、lua-empty-test and lua-game-controller-test on the different platform and related test codes 2014-10-14 21:34:55 +08:00
ExtensionTest [lua-tests] Check the validity of label instance before setString. (#17664) 2017-04-10 10:14:06 +08:00
FastTiledMapTest Fix various typos in comments and strings (#17410) 2017-02-27 11:12:29 +08:00
FileUtilsTest bind FileUtils:getDataFromFile() to lua (#17182) 2017-01-13 13:39:58 +08:00
FontTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
IntervalTest Replace cc.LabelBMFont:create with cc.Label:createBMFont 2014-03-12 18:33:28 +08:00
KeypadTest Fixes lua-tests/keypad test case. (#16954) 2016-12-02 15:50:53 +08:00
LabelTest Fix various typos in comments and strings (#17410) 2017-02-27 11:12:29 +08:00
LabelTestNew Fix various typos in comments and strings (#17410) 2017-02-27 11:12:29 +08:00
LayerTest Fix minor typos in tests (#17404) 2017-02-24 12:45:41 +08:00
LightTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
LuaBridgeTest [ci skip]implementation conversion lua table to ObjC Dictionary (#18134) 2017-08-24 14:17:21 +08:00
LuaLoaderTest Improved Cocos2dxLuaLoader.cpp (#18171) 2017-08-25 09:32:02 +08:00
MaterialSystemTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
MenuTest [ci skip]don't clean layer when switch to another layer (#18267) 2017-09-14 17:42:56 +08:00
MotionStreakTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
NavMeshTest Lua: add cc.vec3 functions - add, sub, mul and dot (#16706) 2016-10-17 10:39:40 +08:00
NewAudioEngineTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
NewEventDispatcherTest Updates EventDispatcherTest for js-tests and lua-tests. (#18211) 2017-09-06 15:05:03 +08:00
NodeTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
OpenGLTest [lua-tests] Reverts uniform after GetUniformTest. (#16357) 2016-08-15 09:41:18 +08:00
ParallaxTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
Particle3DTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
ParticleTest [ci skip]fix issue that can not change position style, can not add new emitter (#18272) 2017-09-15 10:49:04 +08:00
Physics3DTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
PhysicsTest Fix some local variable names in tests (#17445) 2017-03-06 10:01:53 +08:00
RenderTextureTest [ci skip] [lua-tests] fix wrong position of 'save' button in renderTextureTest. (#18244) 2017-09-08 16:42:12 +08:00
RotateWorldTest Rename lua cc.Label:create to cc.Label:createWithTTF and cc.Label.createWithSystemFont 2014-04-11 15:25:18 +08:00
Scene3DTest fix error effect (#17612) 2017-03-29 17:20:01 +08:00
SceneTest Renames 'samples' folder to 'tests', ouch.... 2014-03-11 19:10:34 +08:00
SpineTest Update spine (#18427) 2017-11-02 09:06:13 +08:00
Sprite3DTest fix the broken of lua-tests after PR #17445 was merged. (#17454) 2017-03-07 10:14:55 +08:00
SpritePolygonTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
SpriteTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
TerrainTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
TextInputTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
Texture2dTest Fix various typos in comments and strings (#17410) 2017-02-27 11:12:29 +08:00
TileMapTest adjust z order (#18284) 2017-09-18 17:18:20 +08:00
TouchesTest Update project setting for lua-tests、lua-empty-test and lua-game-controller-test on the different platform and related test codes 2014-10-14 21:34:55 +08:00
TransitionsTest Update project setting for lua-tests、lua-empty-test and lua-game-controller-test on the different platform and related test codes 2014-10-14 21:34:55 +08:00
UserDefaultTest Rename lua cc.Label:create to cc.Label:createWithTTF and cc.Label.createWithSystemFont 2014-04-11 15:25:18 +08:00
VibrateTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
VideoPlayerTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
WebViewTest adjust position (#17622) 2017-03-31 10:20:08 +08:00
XMLHttpRequestTest Updates XMLHttpRequestTest.lua 2015-09-12 19:11:32 +08:00
ZwoptexTest Lua tests (#17005) 2016-12-14 09:28:19 +08:00
VisibleRect.lua [ci skip] [lua-tests] fix wrong position of 'save' button in renderTextureTest. (#18244) 2017-09-08 16:42:12 +08:00
controller.lua use no border policy (#17004) 2016-12-13 16:31:31 +08:00
helper.lua fix error (#17656) 2017-04-06 16:18:28 +08:00
mainMenu.lua Merge branch 'v3.16' of github.com:cocos2d/cocos2d-x into syn-v316 2017-09-13 11:18:39 +08:00
testResource.lua Add Scene3DTest and update TerrainTest based on the Lua 2015-05-19 16:52:39 +08:00