diff --git a/3rdparty/SharedLoader.java.in b/3rdparty/SharedLoader.java.in index eec878829e..7d72848c29 100644 --- a/3rdparty/SharedLoader.java.in +++ b/3rdparty/SharedLoader.java.in @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/CHANGELOG.md b/CHANGELOG.md index af40eff558..0040cd99a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -403,7 +403,7 @@ Notes: - Add *experimental* WebAssembly build support(WebGL 2.0) by [@nowasm](https://github.com/nowasm) - List of known issues maybe *help wanted* - WebGL context lost not handled yet - - A demo avaiable on axmol gh-pages: [`cpp-tests.html`](https://axmolengine.github.io/axmol/wasm/cpp_tests/cpp_tests.html), build from branch `dev` + - A demo avaiable on axmol gh-pages: [`cpp-tests.html`](https://axmol.dev/axmol/wasm/cpp_tests/cpp_tests.html), build from branch `dev` - Note: Follow functionals require wasm pthread support, and needs server enable https://web.dev/coop-coep/ response with specified header, and by default thread support was enabled by axmol client build commands - AudioEngine - ASTC multi-thread software decoder @@ -437,7 +437,7 @@ Notes: - xxHash: 0.8.1 ==> 0.8.2 - zlib: 1.2.13 ==> 1.3 - API changes: - - CHANGED: The prototype of [`ProgramManager::registerCustomProgram`](https://axmolengine.github.io/axmol/manual/latest/d1/db2/classax_1_1backend_1_1_program_manager.html#ab0c9fa9f0ebef5f20a868e2ea6cdc631) was changed + - CHANGED: The prototype of [`ProgramManager::registerCustomProgram`](https://axmol.dev/manual/latest/d1/db2/classax_1_1backend_1_1_program_manager.html#ab0c9fa9f0ebef5f20a868e2ea6cdc631) was changed - ADDED: `ProgramManager::loadProgram` - REMOVED: `ProgramManager::getCustomProgram` - REMOVED: `CommandBuffer::setLineWidth` diff --git a/CMakeLists.txt b/CMakeLists.txt index 0047d366b6..2e7fddf57d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # Copyright (c) 2015-2017 Chukong Technologies Inc. # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Action.cpp b/core/2d/Action.cpp index f4360b923d..bc2f18ef74 100644 --- a/core/2d/Action.cpp +++ b/core/2d/Action.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Action.h b/core/2d/Action.h index 47f20e5af3..61256699b3 100644 --- a/core/2d/Action.h +++ b/core/2d/Action.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionCamera.cpp b/core/2d/ActionCamera.cpp index fce0912e64..cc50fac16a 100644 --- a/core/2d/ActionCamera.cpp +++ b/core/2d/ActionCamera.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionCamera.h b/core/2d/ActionCamera.h index 4fc68de1f1..e7ee53e01c 100644 --- a/core/2d/ActionCamera.h +++ b/core/2d/ActionCamera.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionCoroutine.cpp b/core/2d/ActionCoroutine.cpp index ffbb362639..3a3e75b426 100644 --- a/core/2d/ActionCoroutine.cpp +++ b/core/2d/ActionCoroutine.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionCoroutine.h b/core/2d/ActionCoroutine.h index c1ea368128..876c40cf23 100644 --- a/core/2d/ActionCoroutine.h +++ b/core/2d/ActionCoroutine.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionEase.cpp b/core/2d/ActionEase.cpp index 430ce88eca..a21c8d281f 100644 --- a/core/2d/ActionEase.cpp +++ b/core/2d/ActionEase.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionEase.h b/core/2d/ActionEase.h index caa1548b22..c3cff8c827 100644 --- a/core/2d/ActionEase.h +++ b/core/2d/ActionEase.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionGrid.cpp b/core/2d/ActionGrid.cpp index efa653b447..4bd5d3b500 100644 --- a/core/2d/ActionGrid.cpp +++ b/core/2d/ActionGrid.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionGrid.h b/core/2d/ActionGrid.h index 6280152f95..266053fe63 100644 --- a/core/2d/ActionGrid.h +++ b/core/2d/ActionGrid.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionGrid3D.cpp b/core/2d/ActionGrid3D.cpp index 9aad0a612f..045a173f44 100644 --- a/core/2d/ActionGrid3D.cpp +++ b/core/2d/ActionGrid3D.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionGrid3D.h b/core/2d/ActionGrid3D.h index 27ffe618e9..277f4a82ea 100644 --- a/core/2d/ActionGrid3D.h +++ b/core/2d/ActionGrid3D.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionInstant.cpp b/core/2d/ActionInstant.cpp index 0498033ba1..10ee5871be 100644 --- a/core/2d/ActionInstant.cpp +++ b/core/2d/ActionInstant.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionInstant.h b/core/2d/ActionInstant.h index 225b4fee6f..ee8394eb5b 100644 --- a/core/2d/ActionInstant.h +++ b/core/2d/ActionInstant.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionInterval.cpp b/core/2d/ActionInterval.cpp index 46babdfc52..6c2eb49a8c 100644 --- a/core/2d/ActionInterval.cpp +++ b/core/2d/ActionInterval.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionInterval.h b/core/2d/ActionInterval.h index 57fdd8a056..1439426e09 100644 --- a/core/2d/ActionInterval.h +++ b/core/2d/ActionInterval.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionManager.cpp b/core/2d/ActionManager.cpp index 5bc821fd3c..1a176bf813 100644 --- a/core/2d/ActionManager.cpp +++ b/core/2d/ActionManager.cpp @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionManager.h b/core/2d/ActionManager.h index 28ad0c82ea..e4bd1e3057 100644 --- a/core/2d/ActionManager.h +++ b/core/2d/ActionManager.h @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionPageTurn3D.cpp b/core/2d/ActionPageTurn3D.cpp index 0a1f15daf1..a7c2d9660a 100644 --- a/core/2d/ActionPageTurn3D.cpp +++ b/core/2d/ActionPageTurn3D.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionPageTurn3D.h b/core/2d/ActionPageTurn3D.h index dc208c8318..79e8429bb9 100644 --- a/core/2d/ActionPageTurn3D.h +++ b/core/2d/ActionPageTurn3D.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionProgressTimer.cpp b/core/2d/ActionProgressTimer.cpp index fab40f806b..c251a70115 100644 --- a/core/2d/ActionProgressTimer.cpp +++ b/core/2d/ActionProgressTimer.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionProgressTimer.h b/core/2d/ActionProgressTimer.h index 9da0ce15de..f160b2e7d4 100644 --- a/core/2d/ActionProgressTimer.h +++ b/core/2d/ActionProgressTimer.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionTiledGrid.cpp b/core/2d/ActionTiledGrid.cpp index 965829a53a..0aac9bd3c6 100644 --- a/core/2d/ActionTiledGrid.cpp +++ b/core/2d/ActionTiledGrid.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionTiledGrid.h b/core/2d/ActionTiledGrid.h index 2cdebd8bf0..a9beae3d95 100644 --- a/core/2d/ActionTiledGrid.h +++ b/core/2d/ActionTiledGrid.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionTween.cpp b/core/2d/ActionTween.cpp index f58e5133db..8cb7ad4656 100644 --- a/core/2d/ActionTween.cpp +++ b/core/2d/ActionTween.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ActionTween.h b/core/2d/ActionTween.h index 8e551821bd..1a038a5297 100644 --- a/core/2d/ActionTween.h +++ b/core/2d/ActionTween.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AnchoredSprite.cpp b/core/2d/AnchoredSprite.cpp index debb6960c4..bae6eccf79 100644 --- a/core/2d/AnchoredSprite.cpp +++ b/core/2d/AnchoredSprite.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AnchoredSprite.h b/core/2d/AnchoredSprite.h index d70b020887..9943c6aa25 100644 --- a/core/2d/AnchoredSprite.h +++ b/core/2d/AnchoredSprite.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Animation.cpp b/core/2d/Animation.cpp index 325b30ea81..399171dc7c 100644 --- a/core/2d/Animation.cpp +++ b/core/2d/Animation.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Animation.h b/core/2d/Animation.h index 46a4a56107..a99a66716d 100644 --- a/core/2d/Animation.h +++ b/core/2d/Animation.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AnimationCache.cpp b/core/2d/AnimationCache.cpp index 69db8d050b..d909bbf91c 100644 --- a/core/2d/AnimationCache.cpp +++ b/core/2d/AnimationCache.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AnimationCache.h b/core/2d/AnimationCache.h index 1cbe055619..1f7c37ff83 100644 --- a/core/2d/AnimationCache.h +++ b/core/2d/AnimationCache.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AtlasNode.cpp b/core/2d/AtlasNode.cpp index 6165055724..09f99a3745 100644 --- a/core/2d/AtlasNode.cpp +++ b/core/2d/AtlasNode.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AtlasNode.h b/core/2d/AtlasNode.h index ab40cff971..27e88cdb1d 100644 --- a/core/2d/AtlasNode.h +++ b/core/2d/AtlasNode.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AutoPolygon.cpp b/core/2d/AutoPolygon.cpp index 646e9d46bb..018e48570e 100644 --- a/core/2d/AutoPolygon.cpp +++ b/core/2d/AutoPolygon.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/AutoPolygon.h b/core/2d/AutoPolygon.h index 15ddf04f7a..3a79790c90 100644 --- a/core/2d/AutoPolygon.h +++ b/core/2d/AutoPolygon.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2022 @aismann; Peter Eismann, Germany; dreifrankensoft -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Camera.cpp b/core/2d/Camera.cpp index 7a0f8477f1..2f91093179 100644 --- a/core/2d/Camera.cpp +++ b/core/2d/Camera.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Camera.h b/core/2d/Camera.h index 74a66522d6..98af754dfc 100644 --- a/core/2d/Camera.h +++ b/core/2d/Camera.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/CameraBackgroundBrush.cpp b/core/2d/CameraBackgroundBrush.cpp index fade36a4c2..febc21f148 100644 --- a/core/2d/CameraBackgroundBrush.cpp +++ b/core/2d/CameraBackgroundBrush.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/CameraBackgroundBrush.h b/core/2d/CameraBackgroundBrush.h index ef69c5e0e5..92d507e7fc 100644 --- a/core/2d/CameraBackgroundBrush.h +++ b/core/2d/CameraBackgroundBrush.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ClippingNode.cpp b/core/2d/ClippingNode.cpp index 2dcddd710c..e81d070af2 100644 --- a/core/2d/ClippingNode.cpp +++ b/core/2d/ClippingNode.cpp @@ -5,7 +5,7 @@ * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). * - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ClippingNode.h b/core/2d/ClippingNode.h index 5983b7566e..bbab516906 100644 --- a/core/2d/ClippingNode.h +++ b/core/2d/ClippingNode.h @@ -5,7 +5,7 @@ * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). * - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ClippingRectangleNode.cpp b/core/2d/ClippingRectangleNode.cpp index 199deafe8a..55c2f8726a 100644 --- a/core/2d/ClippingRectangleNode.cpp +++ b/core/2d/ClippingRectangleNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ClippingRectangleNode.h b/core/2d/ClippingRectangleNode.h index c3731ddf5c..d296365c9a 100644 --- a/core/2d/ClippingRectangleNode.h +++ b/core/2d/ClippingRectangleNode.h @@ -1,6 +1,6 @@ /* * cocos2d for iPhone: http://www.cocos2d-iphone.org - * cocos2d-x: https://axmolengine.github.io/ + * cocos2d-x: https://axmol.dev/ * * Copyright (c) 2012 Pierre-David BĂ©langer * Copyright (c) 2012 cocos2d-x.org diff --git a/core/2d/Component.cpp b/core/2d/Component.cpp index 9cd468510d..af81e6a0d3 100644 --- a/core/2d/Component.cpp +++ b/core/2d/Component.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Component.h b/core/2d/Component.h index d9f0002050..fd67a77ce3 100644 --- a/core/2d/Component.h +++ b/core/2d/Component.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ComponentContainer.cpp b/core/2d/ComponentContainer.cpp index bd92350640..6cdc1eb011 100644 --- a/core/2d/ComponentContainer.cpp +++ b/core/2d/ComponentContainer.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ComponentContainer.h b/core/2d/ComponentContainer.h index 7ae764dc91..f47ba1f619 100644 --- a/core/2d/ComponentContainer.h +++ b/core/2d/ComponentContainer.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FastTMXLayer.cpp b/core/2d/FastTMXLayer.cpp index 772b837899..94ab728828 100644 --- a/core/2d/FastTMXLayer.cpp +++ b/core/2d/FastTMXLayer.cpp @@ -7,7 +7,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2011 HKASoftware -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FastTMXLayer.h b/core/2d/FastTMXLayer.h index 49272fe0c1..00de0fe6c7 100644 --- a/core/2d/FastTMXLayer.h +++ b/core/2d/FastTMXLayer.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FastTMXTiledMap.cpp b/core/2d/FastTMXTiledMap.cpp index d89e1ba48b..36fe95bce3 100644 --- a/core/2d/FastTMXTiledMap.cpp +++ b/core/2d/FastTMXTiledMap.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FastTMXTiledMap.h b/core/2d/FastTMXTiledMap.h index 6ab508cb54..81140e38f1 100644 --- a/core/2d/FastTMXTiledMap.h +++ b/core/2d/FastTMXTiledMap.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Font.cpp b/core/2d/Font.cpp index 3bb7808165..e36d52f73a 100644 --- a/core/2d/Font.cpp +++ b/core/2d/Font.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Font.h b/core/2d/Font.h index 39fbf99b6d..24dd1ef612 100644 --- a/core/2d/Font.h +++ b/core/2d/Font.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontAtlas.cpp b/core/2d/FontAtlas.cpp index a0e8dadc86..e6aedf857a 100644 --- a/core/2d/FontAtlas.cpp +++ b/core/2d/FontAtlas.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontAtlas.h b/core/2d/FontAtlas.h index 8b7e5ef8ea..50bb63fa78 100644 --- a/core/2d/FontAtlas.h +++ b/core/2d/FontAtlas.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontAtlasCache.cpp b/core/2d/FontAtlasCache.cpp index f7389c562d..1cd9f613b5 100644 --- a/core/2d/FontAtlasCache.cpp +++ b/core/2d/FontAtlasCache.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontAtlasCache.h b/core/2d/FontAtlasCache.h index e2a75e4e35..44bf3dbf7c 100644 --- a/core/2d/FontAtlasCache.h +++ b/core/2d/FontAtlasCache.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontCharMap.cpp b/core/2d/FontCharMap.cpp index 8ffbf0fdea..55831c96b1 100644 --- a/core/2d/FontCharMap.cpp +++ b/core/2d/FontCharMap.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontCharMap.h b/core/2d/FontCharMap.h index de128b9138..1db99be060 100644 --- a/core/2d/FontCharMap.h +++ b/core/2d/FontCharMap.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontFNT.cpp b/core/2d/FontFNT.cpp index 27533090c9..756acd8c75 100644 --- a/core/2d/FontFNT.cpp +++ b/core/2d/FontFNT.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontFNT.h b/core/2d/FontFNT.h index 376ba5ca79..8e219f0b5b 100644 --- a/core/2d/FontFNT.h +++ b/core/2d/FontFNT.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontFreeType.cpp b/core/2d/FontFreeType.cpp index a5b7dce928..6c4685d7b6 100644 --- a/core/2d/FontFreeType.cpp +++ b/core/2d/FontFreeType.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/FontFreeType.h b/core/2d/FontFreeType.h index 196d55e04e..93d35cc129 100644 --- a/core/2d/FontFreeType.h +++ b/core/2d/FontFreeType.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Grid.cpp b/core/2d/Grid.cpp index 71f4e37338..831aa09342 100644 --- a/core/2d/Grid.cpp +++ b/core/2d/Grid.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Grid.h b/core/2d/Grid.h index 41714bdf5a..cff9493c0b 100644 --- a/core/2d/Grid.h +++ b/core/2d/Grid.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/IFontEngine.h b/core/2d/IFontEngine.h index f2c98d80c5..9e1c377ff0 100644 --- a/core/2d/IFontEngine.h +++ b/core/2d/IFontEngine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Label.cpp b/core/2d/Label.cpp index ff0f42e12c..3f8a372b86 100644 --- a/core/2d/Label.cpp +++ b/core/2d/Label.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Label.h b/core/2d/Label.h index d3aeeaf2a1..b3aefec03f 100644 --- a/core/2d/Label.h +++ b/core/2d/Label.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/LabelAtlas.cpp b/core/2d/LabelAtlas.cpp index 47bde5f2df..abe1f78fbd 100644 --- a/core/2d/LabelAtlas.cpp +++ b/core/2d/LabelAtlas.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/LabelAtlas.h b/core/2d/LabelAtlas.h index 5689d4f14f..cd4a45b774 100644 --- a/core/2d/LabelAtlas.h +++ b/core/2d/LabelAtlas.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Layer.cpp b/core/2d/Layer.cpp index 536ea90ae2..cc18c16b0b 100644 --- a/core/2d/Layer.cpp +++ b/core/2d/Layer.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/axmol +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Layer.h b/core/2d/Layer.h index 72f7554d12..88676cf7e3 100644 --- a/core/2d/Layer.h +++ b/core/2d/Layer.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/axmol +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Light.cpp b/core/2d/Light.cpp index 883a18cc56..228f9d63f5 100644 --- a/core/2d/Light.cpp +++ b/core/2d/Light.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Light.h b/core/2d/Light.h index 65ade70f75..c648b09ed3 100644 --- a/core/2d/Light.h +++ b/core/2d/Light.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Menu.cpp b/core/2d/Menu.cpp index ea6122c40e..258e1bc4a1 100644 --- a/core/2d/Menu.cpp +++ b/core/2d/Menu.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Menu.h b/core/2d/Menu.h index 3441433da8..4067415de6 100644 --- a/core/2d/Menu.h +++ b/core/2d/Menu.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/MenuItem.cpp b/core/2d/MenuItem.cpp index d40ed0090e..bb87e44380 100644 --- a/core/2d/MenuItem.cpp +++ b/core/2d/MenuItem.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/MenuItem.h b/core/2d/MenuItem.h index 2aa7176d4f..72830e621e 100644 --- a/core/2d/MenuItem.h +++ b/core/2d/MenuItem.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/MotionStreak.cpp b/core/2d/MotionStreak.cpp index 6d7b1bf35e..a4de5011b3 100644 --- a/core/2d/MotionStreak.cpp +++ b/core/2d/MotionStreak.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/MotionStreak.h b/core/2d/MotionStreak.h index 98dc6ee94c..a7d6789992 100644 --- a/core/2d/MotionStreak.h +++ b/core/2d/MotionStreak.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Node.cpp b/core/2d/Node.cpp index cab415373c..81de41c579 100644 --- a/core/2d/Node.cpp +++ b/core/2d/Node.cpp @@ -7,7 +7,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Node.h b/core/2d/Node.h index 64c28bafc9..5b012263c4 100644 --- a/core/2d/Node.h +++ b/core/2d/Node.h @@ -7,7 +7,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/NodeGrid.cpp b/core/2d/NodeGrid.cpp index 910c0b63e4..354812d05e 100644 --- a/core/2d/NodeGrid.cpp +++ b/core/2d/NodeGrid.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/NodeGrid.h b/core/2d/NodeGrid.h index efb11b949e..c1898a6a61 100644 --- a/core/2d/NodeGrid.h +++ b/core/2d/NodeGrid.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParallaxNode.cpp b/core/2d/ParallaxNode.cpp index 6b296174f4..6ab74febba 100644 --- a/core/2d/ParallaxNode.cpp +++ b/core/2d/ParallaxNode.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParallaxNode.h b/core/2d/ParallaxNode.h index e0b815b71f..47b2b77f21 100644 --- a/core/2d/ParallaxNode.h +++ b/core/2d/ParallaxNode.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleBatchNode.cpp b/core/2d/ParticleBatchNode.cpp index 3202773b79..c174c05e5f 100644 --- a/core/2d/ParticleBatchNode.cpp +++ b/core/2d/ParticleBatchNode.cpp @@ -8,7 +8,7 @@ * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). * - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleBatchNode.h b/core/2d/ParticleBatchNode.h index 052027a702..4dd14cad8c 100644 --- a/core/2d/ParticleBatchNode.h +++ b/core/2d/ParticleBatchNode.h @@ -7,7 +7,7 @@ * Copyright (c) 2013-2016 Chukong Technologies Inc. * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleExamples.cpp b/core/2d/ParticleExamples.cpp index 77c5940065..9597ea18b3 100644 --- a/core/2d/ParticleExamples.cpp +++ b/core/2d/ParticleExamples.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleExamples.h b/core/2d/ParticleExamples.h index 0c190bd054..f2a52ca5fc 100644 --- a/core/2d/ParticleExamples.h +++ b/core/2d/ParticleExamples.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleSystem.cpp b/core/2d/ParticleSystem.cpp index fae8a84003..f638af16ed 100644 --- a/core/2d/ParticleSystem.cpp +++ b/core/2d/ParticleSystem.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleSystem.h b/core/2d/ParticleSystem.h index 0c0d3c59c8..7cd4924494 100644 --- a/core/2d/ParticleSystem.h +++ b/core/2d/ParticleSystem.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ParticleSystemQuad.cpp b/core/2d/ParticleSystemQuad.cpp index 1d081956f8..9b34f9a853 100644 --- a/core/2d/ParticleSystemQuad.cpp +++ b/core/2d/ParticleSystemQuad.cpp @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -738,7 +738,7 @@ void ParticleSystemQuad::setTotalParticles(int tp) initIndices(); // setupVBO(); - // fixed https://axmolengine.github.io//issues/3990 + // fixed https://axmol.dev//issues/3990 // Updates texture coords. updateTexCoords(); } diff --git a/core/2d/ParticleSystemQuad.h b/core/2d/ParticleSystemQuad.h index e18f7a1ca1..a0061d7ad4 100644 --- a/core/2d/ParticleSystemQuad.h +++ b/core/2d/ParticleSystemQuad.h @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ProgressTimer.cpp b/core/2d/ProgressTimer.cpp index 1a3fddeb2d..9e7764f390 100644 --- a/core/2d/ProgressTimer.cpp +++ b/core/2d/ProgressTimer.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ProgressTimer.h b/core/2d/ProgressTimer.h index f81a258c64..eb78eb7088 100644 --- a/core/2d/ProgressTimer.h +++ b/core/2d/ProgressTimer.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ProtectedNode.cpp b/core/2d/ProtectedNode.cpp index 60e3ee0e3c..d85d412191 100644 --- a/core/2d/ProtectedNode.cpp +++ b/core/2d/ProtectedNode.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/ProtectedNode.h b/core/2d/ProtectedNode.h index 78f3c58892..f89312c435 100644 --- a/core/2d/ProtectedNode.h +++ b/core/2d/ProtectedNode.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/RenderTexture.cpp b/core/2d/RenderTexture.cpp index d72318db7f..35ea4e11a4 100644 --- a/core/2d/RenderTexture.cpp +++ b/core/2d/RenderTexture.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/RenderTexture.h b/core/2d/RenderTexture.h index 1a2f7c4ac3..55fb9a430f 100644 --- a/core/2d/RenderTexture.h +++ b/core/2d/RenderTexture.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Scene.cpp b/core/2d/Scene.cpp index 5751ce0881..3014f92c7d 100644 --- a/core/2d/Scene.cpp +++ b/core/2d/Scene.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Scene.h b/core/2d/Scene.h index 1ab3246ba6..1e6f102df5 100644 --- a/core/2d/Scene.h +++ b/core/2d/Scene.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Sprite.cpp b/core/2d/Sprite.cpp index f9c237dec5..fdaa32d3d3 100644 --- a/core/2d/Sprite.cpp +++ b/core/2d/Sprite.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Sprite.h b/core/2d/Sprite.h index 1c2d727784..8d464ae585 100644 --- a/core/2d/Sprite.h +++ b/core/2d/Sprite.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteBatchNode.cpp b/core/2d/SpriteBatchNode.cpp index 89e44b1818..3ffc7681a4 100644 --- a/core/2d/SpriteBatchNode.cpp +++ b/core/2d/SpriteBatchNode.cpp @@ -7,7 +7,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteBatchNode.h b/core/2d/SpriteBatchNode.h index 44903b1e45..28ccef27c8 100644 --- a/core/2d/SpriteBatchNode.h +++ b/core/2d/SpriteBatchNode.h @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteFrame.cpp b/core/2d/SpriteFrame.cpp index 479b5e151b..b9de711b34 100644 --- a/core/2d/SpriteFrame.cpp +++ b/core/2d/SpriteFrame.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteFrame.h b/core/2d/SpriteFrame.h index 27b9928394..50de601383 100644 --- a/core/2d/SpriteFrame.h +++ b/core/2d/SpriteFrame.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteFrameCache.cpp b/core/2d/SpriteFrameCache.cpp index 1fe0704fc4..9ae2187108 100644 --- a/core/2d/SpriteFrameCache.cpp +++ b/core/2d/SpriteFrameCache.cpp @@ -8,7 +8,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteFrameCache.h b/core/2d/SpriteFrameCache.h index 6855b3eac4..026c4588b1 100644 --- a/core/2d/SpriteFrameCache.h +++ b/core/2d/SpriteFrameCache.h @@ -8,7 +8,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/SpriteSheetLoader.h b/core/2d/SpriteSheetLoader.h index 066920682d..08f4c8ed04 100644 --- a/core/2d/SpriteSheetLoader.h +++ b/core/2d/SpriteSheetLoader.h @@ -7,7 +7,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TMXObjectGroup.cpp b/core/2d/TMXObjectGroup.cpp index db3ed87cc9..7f7e4b743a 100644 --- a/core/2d/TMXObjectGroup.cpp +++ b/core/2d/TMXObjectGroup.cpp @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TMXObjectGroup.h b/core/2d/TMXObjectGroup.h index 92a9fd16d9..3b16ec6171 100644 --- a/core/2d/TMXObjectGroup.h +++ b/core/2d/TMXObjectGroup.h @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TMXXMLParser.cpp b/core/2d/TMXXMLParser.cpp index 497b4a1760..eda235e112 100644 --- a/core/2d/TMXXMLParser.cpp +++ b/core/2d/TMXXMLParser.cpp @@ -6,7 +6,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TMXXMLParser.h b/core/2d/TMXXMLParser.h index a4a132699f..c682fb6c96 100644 --- a/core/2d/TMXXMLParser.h +++ b/core/2d/TMXXMLParser.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TextFieldTTF.cpp b/core/2d/TextFieldTTF.cpp index 8e03a0ba82..20eb477818 100644 --- a/core/2d/TextFieldTTF.cpp +++ b/core/2d/TextFieldTTF.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TextFieldTTF.h b/core/2d/TextFieldTTF.h index bb19e00e6d..7afbfdc8e4 100644 --- a/core/2d/TextFieldTTF.h +++ b/core/2d/TextFieldTTF.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TileMapAtlas.cpp b/core/2d/TileMapAtlas.cpp index 7160339b8c..7de1f99050 100644 --- a/core/2d/TileMapAtlas.cpp +++ b/core/2d/TileMapAtlas.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TileMapAtlas.h b/core/2d/TileMapAtlas.h index 75624976c4..993ccd88bd 100644 --- a/core/2d/TileMapAtlas.h +++ b/core/2d/TileMapAtlas.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Transition.cpp b/core/2d/Transition.cpp index d7d56add9d..b337818320 100644 --- a/core/2d/Transition.cpp +++ b/core/2d/Transition.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/Transition.h b/core/2d/Transition.h index 284c039911..df4ace1884 100644 --- a/core/2d/Transition.h +++ b/core/2d/Transition.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TransitionPageTurn.cpp b/core/2d/TransitionPageTurn.cpp index b8b1b35f6d..efb86eb245 100644 --- a/core/2d/TransitionPageTurn.cpp +++ b/core/2d/TransitionPageTurn.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TransitionPageTurn.h b/core/2d/TransitionPageTurn.h index 92990a1123..1a4e33374b 100644 --- a/core/2d/TransitionPageTurn.h +++ b/core/2d/TransitionPageTurn.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TransitionProgress.cpp b/core/2d/TransitionProgress.cpp index dc70a0a346..26d63123a4 100644 --- a/core/2d/TransitionProgress.cpp +++ b/core/2d/TransitionProgress.cpp @@ -5,7 +5,7 @@ Copyright (c) 2012 Ricardo Quesada Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TransitionProgress.h b/core/2d/TransitionProgress.h index 6698771756..14a2a81c0e 100644 --- a/core/2d/TransitionProgress.h +++ b/core/2d/TransitionProgress.h @@ -5,7 +5,7 @@ Copyright (c) 2012 Ricardo Quesada Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TweenFunction.cpp b/core/2d/TweenFunction.cpp index d5d61bdd6a..0f54aec36d 100644 --- a/core/2d/TweenFunction.cpp +++ b/core/2d/TweenFunction.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/2d/TweenFunction.h b/core/2d/TweenFunction.h index e5f1d7f0bc..3282513cac 100644 --- a/core/2d/TweenFunction.h +++ b/core/2d/TweenFunction.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/AABB.cpp b/core/3d/AABB.cpp index 0d7acfffc3..3563c0db5a 100644 --- a/core/3d/AABB.cpp +++ b/core/3d/AABB.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/AABB.h b/core/3d/AABB.h index b462e7ba76..30f2459273 100644 --- a/core/3d/AABB.h +++ b/core/3d/AABB.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Animate3D.cpp b/core/3d/Animate3D.cpp index 7f976bd0b7..b128ba0789 100644 --- a/core/3d/Animate3D.cpp +++ b/core/3d/Animate3D.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Animate3D.h b/core/3d/Animate3D.h index 430289ac61..e5175f9760 100644 --- a/core/3d/Animate3D.h +++ b/core/3d/Animate3D.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Animation3D.cpp b/core/3d/Animation3D.cpp index eea4a047ce..b1e3d918cb 100644 --- a/core/3d/Animation3D.cpp +++ b/core/3d/Animation3D.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Animation3D.h b/core/3d/Animation3D.h index 169345c1c0..6ef9d2b057 100644 --- a/core/3d/Animation3D.h +++ b/core/3d/Animation3D.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/AnimationCurve.h b/core/3d/AnimationCurve.h index c33326194d..96783a8090 100644 --- a/core/3d/AnimationCurve.h +++ b/core/3d/AnimationCurve.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/AttachNode.cpp b/core/3d/AttachNode.cpp index 50fb386750..8143b48146 100644 --- a/core/3d/AttachNode.cpp +++ b/core/3d/AttachNode.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/AttachNode.h b/core/3d/AttachNode.h index 46c49912d5..caf486a1f8 100644 --- a/core/3d/AttachNode.h +++ b/core/3d/AttachNode.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/BillBoard.cpp b/core/3d/BillBoard.cpp index ea6675883f..0f5d294fad 100644 --- a/core/3d/BillBoard.cpp +++ b/core/3d/BillBoard.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/BillBoard.h b/core/3d/BillBoard.h index a945953ea1..9494ed9c7e 100644 --- a/core/3d/BillBoard.h +++ b/core/3d/BillBoard.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Bundle3D.cpp b/core/3d/Bundle3D.cpp index 85d5dfa2cc..f87660de0e 100644 --- a/core/3d/Bundle3D.cpp +++ b/core/3d/Bundle3D.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Bundle3D.h b/core/3d/Bundle3D.h index 29530a1fc2..6bc971e037 100644 --- a/core/3d/Bundle3D.h +++ b/core/3d/Bundle3D.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Bundle3DData.h b/core/3d/Bundle3DData.h index 32cf644fc3..916c591f22 100644 --- a/core/3d/Bundle3DData.h +++ b/core/3d/Bundle3DData.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/BundleReader.cpp b/core/3d/BundleReader.cpp index 83977cb4ea..d85989f48d 100644 --- a/core/3d/BundleReader.cpp +++ b/core/3d/BundleReader.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/BundleReader.h b/core/3d/BundleReader.h index 8841ad0397..bbdc938767 100644 --- a/core/3d/BundleReader.h +++ b/core/3d/BundleReader.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Frustum.cpp b/core/3d/Frustum.cpp index 5bcf95b9e9..93c9306bd9 100644 --- a/core/3d/Frustum.cpp +++ b/core/3d/Frustum.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Frustum.h b/core/3d/Frustum.h index 12f8a85c1f..e9b525de2c 100644 --- a/core/3d/Frustum.h +++ b/core/3d/Frustum.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Mesh.cpp b/core/3d/Mesh.cpp index 56497963c3..9918672d13 100644 --- a/core/3d/Mesh.cpp +++ b/core/3d/Mesh.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Mesh.h b/core/3d/Mesh.h index 1959c2d5c5..678afdf195 100644 --- a/core/3d/Mesh.h +++ b/core/3d/Mesh.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshMaterial.cpp b/core/3d/MeshMaterial.cpp index e14525e849..e2b5bd8c41 100644 --- a/core/3d/MeshMaterial.cpp +++ b/core/3d/MeshMaterial.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshMaterial.h b/core/3d/MeshMaterial.h index 87be6d5f54..382bbe69b1 100644 --- a/core/3d/MeshMaterial.h +++ b/core/3d/MeshMaterial.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshRenderer.cpp b/core/3d/MeshRenderer.cpp index a4ebe79dee..9a364ea60a 100644 --- a/core/3d/MeshRenderer.cpp +++ b/core/3d/MeshRenderer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshRenderer.h b/core/3d/MeshRenderer.h index a5905935f0..134bd6744a 100644 --- a/core/3d/MeshRenderer.h +++ b/core/3d/MeshRenderer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshSkin.cpp b/core/3d/MeshSkin.cpp index d25b31d4d7..f86096cb04 100644 --- a/core/3d/MeshSkin.cpp +++ b/core/3d/MeshSkin.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshSkin.h b/core/3d/MeshSkin.h index 7d756c6068..1f08a4ad68 100644 --- a/core/3d/MeshSkin.h +++ b/core/3d/MeshSkin.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshVertexIndexData.cpp b/core/3d/MeshVertexIndexData.cpp index 7c8760cc62..7874350313 100644 --- a/core/3d/MeshVertexIndexData.cpp +++ b/core/3d/MeshVertexIndexData.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MeshVertexIndexData.h b/core/3d/MeshVertexIndexData.h index ee3239af71..605cc2ef1e 100644 --- a/core/3d/MeshVertexIndexData.h +++ b/core/3d/MeshVertexIndexData.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MotionStreak3D.cpp b/core/3d/MotionStreak3D.cpp index fc81f23364..3c90644541 100644 --- a/core/3d/MotionStreak3D.cpp +++ b/core/3d/MotionStreak3D.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/MotionStreak3D.h b/core/3d/MotionStreak3D.h index ec4afaedc8..887c03662b 100644 --- a/core/3d/MotionStreak3D.h +++ b/core/3d/MotionStreak3D.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/OBB.cpp b/core/3d/OBB.cpp index bc8a633d43..2c39b95ee7 100644 --- a/core/3d/OBB.cpp +++ b/core/3d/OBB.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/OBB.h b/core/3d/OBB.h index 29924fbb5a..e334df38ba 100644 --- a/core/3d/OBB.h +++ b/core/3d/OBB.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/ObjLoader.cpp b/core/3d/ObjLoader.cpp index 9f21749c3c..471b522499 100644 --- a/core/3d/ObjLoader.cpp +++ b/core/3d/ObjLoader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/ObjLoader.h b/core/3d/ObjLoader.h index 06daf83d55..07fe94b00a 100644 --- a/core/3d/ObjLoader.h +++ b/core/3d/ObjLoader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Plane.cpp b/core/3d/Plane.cpp index 4a933f01ab..c3e2eefc38 100644 --- a/core/3d/Plane.cpp +++ b/core/3d/Plane.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Plane.h b/core/3d/Plane.h index 19b4207b7c..637065eb7f 100644 --- a/core/3d/Plane.h +++ b/core/3d/Plane.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Ray.h b/core/3d/Ray.h index 39d625b8f9..4efb03a3bf 100644 --- a/core/3d/Ray.h +++ b/core/3d/Ray.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Skeleton3D.cpp b/core/3d/Skeleton3D.cpp index e53fe2c46d..8353f3c109 100644 --- a/core/3d/Skeleton3D.cpp +++ b/core/3d/Skeleton3D.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Skeleton3D.h b/core/3d/Skeleton3D.h index 9178bb3d21..34fbc5cc16 100644 --- a/core/3d/Skeleton3D.h +++ b/core/3d/Skeleton3D.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Skybox.cpp b/core/3d/Skybox.cpp index b9d320c747..414894ca02 100644 --- a/core/3d/Skybox.cpp +++ b/core/3d/Skybox.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Skybox.h b/core/3d/Skybox.h index ef1a2cf79d..665b3d964d 100644 --- a/core/3d/Skybox.h +++ b/core/3d/Skybox.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Terrain.cpp b/core/3d/Terrain.cpp index 1422b4c12c..df57523fc1 100644 --- a/core/3d/Terrain.cpp +++ b/core/3d/Terrain.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/Terrain.h b/core/3d/Terrain.h index 7aa52a4a7f..72d3ef3352 100644 --- a/core/3d/Terrain.h +++ b/core/3d/Terrain.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/3d/cocos3d.h b/core/3d/cocos3d.h index 56781f31c8..65d3cf9721 100644 --- a/core/3d/cocos3d.h +++ b/core/3d/cocos3d.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 416ad10158..99b084d562 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -4,7 +4,7 @@ # Copyright (c) 2015-2017 Chukong Technologies Inc. # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioCache.cpp b/core/audio/AudioCache.cpp index d50f318c17..8263f9eeeb 100644 --- a/core/audio/AudioCache.cpp +++ b/core/audio/AudioCache.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioCache.h b/core/audio/AudioCache.h index 5405a570d9..817d902926 100644 --- a/core/audio/AudioCache.h +++ b/core/audio/AudioCache.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoder.cpp b/core/audio/AudioDecoder.cpp index c5367a2c71..08012c6567 100644 --- a/core/audio/AudioDecoder.cpp +++ b/core/audio/AudioDecoder.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoder.h b/core/audio/AudioDecoder.h index 850f483a7a..8d1b326186 100644 --- a/core/audio/AudioDecoder.h +++ b/core/audio/AudioDecoder.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderEXT.h b/core/audio/AudioDecoderEXT.h index ff744b3ff3..97f9f1a886 100644 --- a/core/audio/AudioDecoderEXT.h +++ b/core/audio/AudioDecoderEXT.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderEXT.mm b/core/audio/AudioDecoderEXT.mm index 35c7ece257..b9ee2b13c3 100644 --- a/core/audio/AudioDecoderEXT.mm +++ b/core/audio/AudioDecoderEXT.mm @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderManager.cpp b/core/audio/AudioDecoderManager.cpp index afeb0efd9d..50806b56b1 100644 --- a/core/audio/AudioDecoderManager.cpp +++ b/core/audio/AudioDecoderManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderManager.h b/core/audio/AudioDecoderManager.h index db2be614e5..d78bce5a1d 100644 --- a/core/audio/AudioDecoderManager.h +++ b/core/audio/AudioDecoderManager.h @@ -3,7 +3,7 @@ Copyright (c) 2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderMp3.cpp b/core/audio/AudioDecoderMp3.cpp index 27b21928cf..d1a2445dc8 100644 --- a/core/audio/AudioDecoderMp3.cpp +++ b/core/audio/AudioDecoderMp3.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderMp3.h b/core/audio/AudioDecoderMp3.h index 50a3dc8933..d9ca98113b 100644 --- a/core/audio/AudioDecoderMp3.h +++ b/core/audio/AudioDecoderMp3.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderOgg.cpp b/core/audio/AudioDecoderOgg.cpp index 79f30f57ce..cb4a0b453b 100644 --- a/core/audio/AudioDecoderOgg.cpp +++ b/core/audio/AudioDecoderOgg.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderOgg.h b/core/audio/AudioDecoderOgg.h index a32ca6cc2e..f2c55ea4eb 100644 --- a/core/audio/AudioDecoderOgg.h +++ b/core/audio/AudioDecoderOgg.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderWav.cpp b/core/audio/AudioDecoderWav.cpp index 4a132af726..ca11b17814 100644 --- a/core/audio/AudioDecoderWav.cpp +++ b/core/audio/AudioDecoderWav.cpp @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioDecoderWav.h b/core/audio/AudioDecoderWav.h index 2b458890b8..9db025726a 100644 --- a/core/audio/AudioDecoderWav.h +++ b/core/audio/AudioDecoderWav.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioEngine.cpp b/core/audio/AudioEngine.cpp index 314242fd4c..ac4ac79276 100644 --- a/core/audio/AudioEngine.cpp +++ b/core/audio/AudioEngine.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioEngine.h b/core/audio/AudioEngine.h index 1876bd8fb7..c2bb881cc7 100644 --- a/core/audio/AudioEngine.h +++ b/core/audio/AudioEngine.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioEngineImpl.cpp b/core/audio/AudioEngineImpl.cpp index 81d20d9012..0572322dee 100644 --- a/core/audio/AudioEngineImpl.cpp +++ b/core/audio/AudioEngineImpl.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioEngineImpl.h b/core/audio/AudioEngineImpl.h index 62dbf12968..d916195f4f 100644 --- a/core/audio/AudioEngineImpl.h +++ b/core/audio/AudioEngineImpl.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioMacros.h b/core/audio/AudioMacros.h index 8805bdbd17..4bab401e33 100644 --- a/core/audio/AudioMacros.h +++ b/core/audio/AudioMacros.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioPlayer.cpp b/core/audio/AudioPlayer.cpp index 7bef8232e0..2643749c2b 100644 --- a/core/audio/AudioPlayer.cpp +++ b/core/audio/AudioPlayer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/AudioPlayer.h b/core/audio/AudioPlayer.h index 6ad4542614..4611c53b0f 100644 --- a/core/audio/AudioPlayer.h +++ b/core/audio/AudioPlayer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/alconfig.h b/core/audio/alconfig.h index a609ac3ee4..0f613a7acf 100644 --- a/core/audio/alconfig.h +++ b/core/audio/alconfig.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/axmol.cpp b/core/axmol.cpp index 8e321caf1b..7e1530d525 100644 --- a/core/axmol.cpp +++ b/core/axmol.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/axmol.h b/core/axmol.h index 0dd1cea1da..1cee7e1b5c 100644 --- a/core/axmol.h +++ b/core/axmol.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/AsyncTaskPool.cpp b/core/base/AsyncTaskPool.cpp index af2b4d5f8c..7bbdc7dc03 100644 --- a/core/base/AsyncTaskPool.cpp +++ b/core/base/AsyncTaskPool.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/AsyncTaskPool.h b/core/base/AsyncTaskPool.h index 48cb8b2111..df346a0022 100644 --- a/core/base/AsyncTaskPool.h +++ b/core/base/AsyncTaskPool.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/AutoreleasePool.cpp b/core/base/AutoreleasePool.cpp index 8eee2498ed..3fa77e44f7 100644 --- a/core/base/AutoreleasePool.cpp +++ b/core/base/AutoreleasePool.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/AutoreleasePool.h b/core/base/AutoreleasePool.h index 5493df54ce..2937fb0705 100644 --- a/core/base/AutoreleasePool.h +++ b/core/base/AutoreleasePool.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ConcurrentDeque.h b/core/base/ConcurrentDeque.h index 7741632bf8..a281e2fc81 100644 --- a/core/base/ConcurrentDeque.h +++ b/core/base/ConcurrentDeque.h @@ -2,7 +2,7 @@ * Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Config.h b/core/base/Config.h index eb7817103b..1e03247477 100644 --- a/core/base/Config.h +++ b/core/base/Config.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/axmol +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Configuration.cpp b/core/base/Configuration.cpp index 1543523e7c..51a7aeb781 100644 --- a/core/base/Configuration.cpp +++ b/core/base/Configuration.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md) -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Configuration.h b/core/base/Configuration.h index e257452654..0e92f5bbdc 100644 --- a/core/base/Configuration.h +++ b/core/base/Configuration.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Console.cpp b/core/base/Console.cpp index 7ea2d2b5da..b5fc8ef2d0 100644 --- a/core/base/Console.cpp +++ b/core/base/Console.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Console.h b/core/base/Console.h index acc30ac85c..eac2695865 100644 --- a/core/base/Console.h +++ b/core/base/Console.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Constants.h b/core/base/Constants.h index 0b6a088bbc..9b1069a0b0 100644 --- a/core/base/Constants.h +++ b/core/base/Constants.h @@ -1,6 +1,6 @@ /**************************************************************************** Copyright (c) 2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Controller-android.cpp b/core/base/Controller-android.cpp index ff8338308e..2fbe1621f8 100644 --- a/core/base/Controller-android.cpp +++ b/core/base/Controller-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Controller-apple.mm b/core/base/Controller-apple.mm index fda783289b..d11ed80411 100644 --- a/core/base/Controller-apple.mm +++ b/core/base/Controller-apple.mm @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Controller-linux-win32.cpp b/core/base/Controller-linux-win32.cpp index 5cb710b95b..d09c0be119 100644 --- a/core/base/Controller-linux-win32.cpp +++ b/core/base/Controller-linux-win32.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2017 Wilson E. Alvarez -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Controller.cpp b/core/base/Controller.cpp index 1a0000a2b3..216bd73166 100644 --- a/core/base/Controller.cpp +++ b/core/base/Controller.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Controller.h b/core/base/Controller.h index 36586e5ab7..e8c5d35c60 100644 --- a/core/base/Controller.h +++ b/core/base/Controller.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Data.cpp b/core/base/Data.cpp index ad45e07741..2ddd33f4ee 100644 --- a/core/base/Data.cpp +++ b/core/base/Data.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Data.h b/core/base/Data.h index 5455b492bb..313ce449d4 100644 --- a/core/base/Data.h +++ b/core/base/Data.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Director.cpp b/core/base/Director.cpp index 31b9ce4140..bbd752f075 100644 --- a/core/base/Director.cpp +++ b/core/base/Director.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Director.h b/core/base/Director.h index 816d6189b5..6b5558f4e4 100644 --- a/core/base/Director.h +++ b/core/base/Director.h @@ -6,7 +6,7 @@ Copyright (c) 2017-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Enums.h b/core/base/Enums.h index cc75c97bea..18ebfed479 100644 --- a/core/base/Enums.h +++ b/core/base/Enums.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Event.cpp b/core/base/Event.cpp index a94e088f05..8b83522651 100644 --- a/core/base/Event.cpp +++ b/core/base/Event.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Event.h b/core/base/Event.h index ebc78b61fc..3f2782ae0b 100644 --- a/core/base/Event.h +++ b/core/base/Event.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventAcceleration.cpp b/core/base/EventAcceleration.cpp index 3ff1293bd1..e4737eff79 100644 --- a/core/base/EventAcceleration.cpp +++ b/core/base/EventAcceleration.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventAcceleration.h b/core/base/EventAcceleration.h index a31809536a..98631b730b 100644 --- a/core/base/EventAcceleration.h +++ b/core/base/EventAcceleration.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventController.cpp b/core/base/EventController.cpp index 97e5e40660..34ef06f1c3 100644 --- a/core/base/EventController.cpp +++ b/core/base/EventController.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventController.h b/core/base/EventController.h index 805be843f0..2d6fd31f80 100644 --- a/core/base/EventController.h +++ b/core/base/EventController.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventCustom.cpp b/core/base/EventCustom.cpp index 794a603112..bb3c5ba0d1 100644 --- a/core/base/EventCustom.cpp +++ b/core/base/EventCustom.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventCustom.h b/core/base/EventCustom.h index bc5753d325..ffc3842bf6 100644 --- a/core/base/EventCustom.h +++ b/core/base/EventCustom.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventDispatcher.cpp b/core/base/EventDispatcher.cpp index 3d0b2c1338..adb51fd9ec 100644 --- a/core/base/EventDispatcher.cpp +++ b/core/base/EventDispatcher.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventDispatcher.h b/core/base/EventDispatcher.h index ba311a43a5..b77190252c 100644 --- a/core/base/EventDispatcher.h +++ b/core/base/EventDispatcher.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventFocus.cpp b/core/base/EventFocus.cpp index 8428b301f7..9b55cfc873 100644 --- a/core/base/EventFocus.cpp +++ b/core/base/EventFocus.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventFocus.h b/core/base/EventFocus.h index 4ab0196824..2e478e5901 100644 --- a/core/base/EventFocus.h +++ b/core/base/EventFocus.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventKeyboard.cpp b/core/base/EventKeyboard.cpp index 78849286df..c3608c1bdc 100644 --- a/core/base/EventKeyboard.cpp +++ b/core/base/EventKeyboard.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventKeyboard.h b/core/base/EventKeyboard.h index 1da2b1eb9f..10bcb711f6 100644 --- a/core/base/EventKeyboard.h +++ b/core/base/EventKeyboard.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListener.cpp b/core/base/EventListener.cpp index 4f63c14f87..3593c8f192 100644 --- a/core/base/EventListener.cpp +++ b/core/base/EventListener.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListener.h b/core/base/EventListener.h index 9cf325cff3..dbb26be079 100644 --- a/core/base/EventListener.h +++ b/core/base/EventListener.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerAcceleration.cpp b/core/base/EventListenerAcceleration.cpp index 1009eeb5c8..26adf5634f 100644 --- a/core/base/EventListenerAcceleration.cpp +++ b/core/base/EventListenerAcceleration.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerAcceleration.h b/core/base/EventListenerAcceleration.h index 81454418d9..62403165cb 100644 --- a/core/base/EventListenerAcceleration.h +++ b/core/base/EventListenerAcceleration.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerController.cpp b/core/base/EventListenerController.cpp index a114055ab7..d5ca85e12e 100644 --- a/core/base/EventListenerController.cpp +++ b/core/base/EventListenerController.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerController.h b/core/base/EventListenerController.h index 5ea79386ba..fced0b03f7 100644 --- a/core/base/EventListenerController.h +++ b/core/base/EventListenerController.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerCustom.cpp b/core/base/EventListenerCustom.cpp index f364037152..8d53bc4c49 100644 --- a/core/base/EventListenerCustom.cpp +++ b/core/base/EventListenerCustom.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerCustom.h b/core/base/EventListenerCustom.h index ee7a2cf510..3057facea6 100644 --- a/core/base/EventListenerCustom.h +++ b/core/base/EventListenerCustom.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerFocus.cpp b/core/base/EventListenerFocus.cpp index cfa694a982..080f3b2585 100644 --- a/core/base/EventListenerFocus.cpp +++ b/core/base/EventListenerFocus.cpp @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerFocus.h b/core/base/EventListenerFocus.h index 7876af229e..fcd354ca41 100644 --- a/core/base/EventListenerFocus.h +++ b/core/base/EventListenerFocus.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerKeyboard.cpp b/core/base/EventListenerKeyboard.cpp index b274d925da..7f6f7df8e7 100644 --- a/core/base/EventListenerKeyboard.cpp +++ b/core/base/EventListenerKeyboard.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerKeyboard.h b/core/base/EventListenerKeyboard.h index f5d1da349c..e3f29e02ee 100644 --- a/core/base/EventListenerKeyboard.h +++ b/core/base/EventListenerKeyboard.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerMouse.cpp b/core/base/EventListenerMouse.cpp index f4b56eb202..75b6ea114f 100644 --- a/core/base/EventListenerMouse.cpp +++ b/core/base/EventListenerMouse.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerMouse.h b/core/base/EventListenerMouse.h index b19a10ec63..04362b8fbe 100644 --- a/core/base/EventListenerMouse.h +++ b/core/base/EventListenerMouse.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerTouch.cpp b/core/base/EventListenerTouch.cpp index 8628ef6780..43c4641391 100644 --- a/core/base/EventListenerTouch.cpp +++ b/core/base/EventListenerTouch.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventListenerTouch.h b/core/base/EventListenerTouch.h index 4672fc2169..c1d1ac15b9 100644 --- a/core/base/EventListenerTouch.h +++ b/core/base/EventListenerTouch.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventMouse.cpp b/core/base/EventMouse.cpp index b54fda427d..7ee6a40aad 100644 --- a/core/base/EventMouse.cpp +++ b/core/base/EventMouse.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventMouse.h b/core/base/EventMouse.h index c61bf455cd..e92a0cfdb3 100644 --- a/core/base/EventMouse.h +++ b/core/base/EventMouse.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventTouch.cpp b/core/base/EventTouch.cpp index ac32bb425b..a3cee05f1f 100644 --- a/core/base/EventTouch.cpp +++ b/core/base/EventTouch.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventTouch.h b/core/base/EventTouch.h index 1faf10bcad..9f6500b7df 100644 --- a/core/base/EventTouch.h +++ b/core/base/EventTouch.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/EventType.h b/core/base/EventType.h index 2a1b2b11a9..bf1e8a6f0e 100644 --- a/core/base/EventType.h +++ b/core/base/EventType.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/FPSImages.h b/core/base/FPSImages.h index 7d39e0c463..8858b7ea4a 100644 --- a/core/base/FPSImages.h +++ b/core/base/FPSImages.h @@ -3,7 +3,7 @@ Copyright (c) 2012 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/GameController.h b/core/base/GameController.h index 44f1f67b01..7f9b1fc0f8 100644 --- a/core/base/GameController.h +++ b/core/base/GameController.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/IMEDelegate.h b/core/base/IMEDelegate.h index 48609c730c..6a5b229c76 100644 --- a/core/base/IMEDelegate.h +++ b/core/base/IMEDelegate.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/IMEDispatcher.cpp b/core/base/IMEDispatcher.cpp index 16b7a41769..df38b01f40 100644 --- a/core/base/IMEDispatcher.cpp +++ b/core/base/IMEDispatcher.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/IMEDispatcher.h b/core/base/IMEDispatcher.h index 30a20b5d06..9e1faed38a 100644 --- a/core/base/IMEDispatcher.h +++ b/core/base/IMEDispatcher.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/JobSystem.h b/core/base/JobSystem.h index a24947444d..8389313296 100644 --- a/core/base/JobSystem.h +++ b/core/base/JobSystem.h @@ -3,7 +3,7 @@ Copyright (c) 2019-present Axmol Engine * contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to * any person obtaining a copy diff --git a/core/base/JsonWriter.h b/core/base/JsonWriter.h index a7e6094960..3fbf020fd0 100644 --- a/core/base/JsonWriter.h +++ b/core/base/JsonWriter.h @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Logging.cpp b/core/base/Logging.cpp index fc1905c8a0..62ae8df5f1 100644 --- a/core/base/Logging.cpp +++ b/core/base/Logging.cpp @@ -2,7 +2,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Logging.h b/core/base/Logging.h index 99b4aa48eb..12c3532649 100644 --- a/core/base/Logging.h +++ b/core/base/Logging.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Macros.h b/core/base/Macros.h index 57038353e6..8678b53be6 100644 --- a/core/base/Macros.h +++ b/core/base/Macros.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Map.h b/core/base/Map.h index f80b4203dc..2aad9e07ab 100644 --- a/core/base/Map.h +++ b/core/base/Map.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/NS.cpp b/core/base/NS.cpp index d3b68c66de..5e5947bc27 100644 --- a/core/base/NS.cpp +++ b/core/base/NS.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/NS.h b/core/base/NS.h index dfc062b129..3591ce2fd9 100644 --- a/core/base/NS.h +++ b/core/base/NS.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/NinePatchImageParser.cpp b/core/base/NinePatchImageParser.cpp index a6069a5b64..e045bc1c0f 100644 --- a/core/base/NinePatchImageParser.cpp +++ b/core/base/NinePatchImageParser.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/NinePatchImageParser.h b/core/base/NinePatchImageParser.h index 7efbd2925b..bcbcce0b81 100644 --- a/core/base/NinePatchImageParser.h +++ b/core/base/NinePatchImageParser.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Object.cpp b/core/base/Object.cpp index 2fc9a6a4a0..160a63b347 100644 --- a/core/base/Object.cpp +++ b/core/base/Object.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Object.h b/core/base/Object.h index 6503813c0e..a29383c52d 100644 --- a/core/base/Object.h +++ b/core/base/Object.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ObjectFactory.cpp b/core/base/ObjectFactory.cpp index 4fa7a3b95c..cc7c45b67e 100644 --- a/core/base/ObjectFactory.cpp +++ b/core/base/ObjectFactory.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ObjectFactory.h b/core/base/ObjectFactory.h index 46614c0279..671b3accc8 100644 --- a/core/base/ObjectFactory.h +++ b/core/base/ObjectFactory.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/PaddedString.h b/core/base/PaddedString.h index 31231f85bf..ae4fded682 100644 --- a/core/base/PaddedString.h +++ b/core/base/PaddedString.h @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Profiling.cpp b/core/base/Profiling.cpp index 3d36c11a8a..0b90e195e4 100644 --- a/core/base/Profiling.cpp +++ b/core/base/Profiling.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Profiling.h b/core/base/Profiling.h index 20be4397a7..50eb7553b9 100644 --- a/core/base/Profiling.h +++ b/core/base/Profiling.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Protocols.h b/core/base/Protocols.h index fb73f0c7b2..642229b4e3 100644 --- a/core/base/Protocols.h +++ b/core/base/Protocols.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Random.cpp b/core/base/Random.cpp index 9e548fd7b5..6fc3420eca 100644 --- a/core/base/Random.cpp +++ b/core/base/Random.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Random.h b/core/base/Random.h index 0e85f76882..6f5237be2f 100644 --- a/core/base/Random.h +++ b/core/base/Random.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/RefPtr.h b/core/base/RefPtr.h index 42e1777e14..6a96f15c2e 100644 --- a/core/base/RefPtr.h +++ b/core/base/RefPtr.h @@ -3,7 +3,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Scheduler.cpp b/core/base/Scheduler.cpp index eb6f61c0ed..89e7f0a600 100644 --- a/core/base/Scheduler.cpp +++ b/core/base/Scheduler.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Scheduler.h b/core/base/Scheduler.h index 7c69fa73b3..39eae7e12d 100644 --- a/core/base/Scheduler.h +++ b/core/base/Scheduler.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ScriptSupport.cpp b/core/base/ScriptSupport.cpp index 5a0a53c686..158bfff9df 100644 --- a/core/base/ScriptSupport.cpp +++ b/core/base/ScriptSupport.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ScriptSupport.h b/core/base/ScriptSupport.h index 0402688da9..52507b6be9 100644 --- a/core/base/ScriptSupport.h +++ b/core/base/ScriptSupport.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/StencilStateManager.cpp b/core/base/StencilStateManager.cpp index 9ba9d03129..b0aa125e1c 100644 --- a/core/base/StencilStateManager.cpp +++ b/core/base/StencilStateManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/StencilStateManager.h b/core/base/StencilStateManager.h index 2d4a9e33fe..d67160f9e0 100644 --- a/core/base/StencilStateManager.h +++ b/core/base/StencilStateManager.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/TGAlib.cpp b/core/base/TGAlib.cpp index 3ca8203629..3e0bf64069 100644 --- a/core/base/TGAlib.cpp +++ b/core/base/TGAlib.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/TGAlib.h b/core/base/TGAlib.h index 48b5ea9b34..164baf14dd 100644 --- a/core/base/TGAlib.h +++ b/core/base/TGAlib.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Touch.cpp b/core/base/Touch.cpp index ad51e6aebd..25f839ede2 100644 --- a/core/base/Touch.cpp +++ b/core/base/Touch.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Touch.h b/core/base/Touch.h index 98ca9df448..870174f364 100644 --- a/core/base/Touch.h +++ b/core/base/Touch.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Types.cpp b/core/base/Types.cpp index 7420f581b4..19a8a91263 100644 --- a/core/base/Types.cpp +++ b/core/base/Types.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Types.h b/core/base/Types.h index 867483a6ca..3a3e5ee186 100644 --- a/core/base/Types.h +++ b/core/base/Types.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/UTF8.cpp b/core/base/UTF8.cpp index fae661d5a1..7241dd8d88 100644 --- a/core/base/UTF8.cpp +++ b/core/base/UTF8.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/UTF8.h b/core/base/UTF8.h index e4383a60f0..58546a82e6 100644 --- a/core/base/UTF8.h +++ b/core/base/UTF8.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/UserDefault.cpp b/core/base/UserDefault.cpp index 41efb2a1b4..d5ef8406fb 100644 --- a/core/base/UserDefault.cpp +++ b/core/base/UserDefault.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/UserDefault.h b/core/base/UserDefault.h index 912548e098..12292893d1 100644 --- a/core/base/UserDefault.h +++ b/core/base/UserDefault.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Utils.cpp b/core/base/Utils.cpp index cb1a04020b..838a9c3790 100644 --- a/core/base/Utils.cpp +++ b/core/base/Utils.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Utils.h b/core/base/Utils.h index 348bf5106c..aabc0c1aab 100644 --- a/core/base/Utils.h +++ b/core/base/Utils.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Value.cpp b/core/base/Value.cpp index d72da4d69f..228ba920ec 100644 --- a/core/base/Value.cpp +++ b/core/base/Value.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Value.h b/core/base/Value.h index e9a206abea..bc31627c4d 100644 --- a/core/base/Value.h +++ b/core/base/Value.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/Vector.h b/core/base/Vector.h index 5f00a752a9..9d314a6dba 100644 --- a/core/base/Vector.h +++ b/core/base/Vector.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ZipUtils.cpp b/core/base/ZipUtils.cpp index 58ebd0cc7e..3db654e4f2 100644 --- a/core/base/ZipUtils.cpp +++ b/core/base/ZipUtils.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ZipUtils.h b/core/base/ZipUtils.h index 7eb7272469..bdff38b04f 100644 --- a/core/base/ZipUtils.h +++ b/core/base/ZipUtils.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md) -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/any_buffer.h b/core/base/any_buffer.h index 8b69faea92..3d9d06fb81 100644 --- a/core/base/any_buffer.h +++ b/core/base/any_buffer.h @@ -3,7 +3,7 @@ Copyright (c) 2021 @denghe Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/atitc.cpp b/core/base/atitc.cpp index 9a82157c64..d0b8f44e62 100644 --- a/core/base/atitc.cpp +++ b/core/base/atitc.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/atitc.h b/core/base/atitc.h index 4a0d0476b7..5233a35bd4 100644 --- a/core/base/atitc.h +++ b/core/base/atitc.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/bitmask.h b/core/base/bitmask.h index 95414832ca..44ddf81d2c 100644 --- a/core/base/bitmask.h +++ b/core/base/bitmask.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Purpose: Make bitmask operators could be use at different namespace, the other implementation CCEnumClass.h can't handle. diff --git a/core/base/etc2.cpp b/core/base/etc2.cpp index 5a9df794bf..a8cc3d365d 100644 --- a/core/base/etc2.cpp +++ b/core/base/etc2.cpp @@ -10,7 +10,7 @@ // found in the LICENSE file. // - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/etc2.h b/core/base/etc2.h index b5ab8f18d9..16b3fe995f 100644 --- a/core/base/etc2.h +++ b/core/base/etc2.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/firePngData.h b/core/base/firePngData.h index b6ec4c5414..9ffc7327fc 100644 --- a/core/base/firePngData.h +++ b/core/base/firePngData.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/format.h b/core/base/format.h index e5b9e3e18d..3b120543a3 100644 --- a/core/base/format.h +++ b/core/base/format.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/ktxspec_v1.h b/core/base/ktxspec_v1.h index dcad9dd3ff..4741f47d9d 100644 --- a/core/base/ktxspec_v1.h +++ b/core/base/ktxspec_v1.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/s3tc.cpp b/core/base/s3tc.cpp index 87a6d27739..e3765a7c4a 100644 --- a/core/base/s3tc.cpp +++ b/core/base/s3tc.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/base/s3tc.h b/core/base/s3tc.h index 7eff819d4f..f047ad4589 100644 --- a/core/base/s3tc.h +++ b/core/base/s3tc.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/cocos2d.h b/core/cocos2d.h index 9276d06607..41bf6332e0 100644 --- a/core/cocos2d.h +++ b/core/cocos2d.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/AffineTransform.cpp b/core/math/AffineTransform.cpp index eef71983e7..e49d588b6f 100644 --- a/core/math/AffineTransform.cpp +++ b/core/math/AffineTransform.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/AffineTransform.h b/core/math/AffineTransform.h index 7b773d5cd9..5ab80e0de0 100644 --- a/core/math/AffineTransform.h +++ b/core/math/AffineTransform.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Color.cpp b/core/math/Color.cpp index aaac7eea54..fbfffedd96 100644 --- a/core/math/Color.cpp +++ b/core/math/Color.cpp @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Color.h b/core/math/Color.h index 3179fd5dfa..b6a773993b 100644 --- a/core/math/Color.h +++ b/core/math/Color.h @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Math.h b/core/math/Math.h index e181b5cf72..9c5111dd53 100644 --- a/core/math/Math.h +++ b/core/math/Math.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/MathBase.h b/core/math/MathBase.h index defd093ae4..16d0a62e75 100644 --- a/core/math/MathBase.h +++ b/core/math/MathBase.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Rect.cpp b/core/math/Rect.cpp index aada4886b6..45289fb8e3 100644 --- a/core/math/Rect.cpp +++ b/core/math/Rect.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Rect.h b/core/math/Rect.h index 28940b8063..6cd3581a6c 100644 --- a/core/math/Rect.h +++ b/core/math/Rect.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/TransformUtils.cpp b/core/math/TransformUtils.cpp index bdd4db9eb6..84c557074a 100644 --- a/core/math/TransformUtils.cpp +++ b/core/math/TransformUtils.cpp @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/TransformUtils.h b/core/math/TransformUtils.h index 04e5d877ff..5a80f963a8 100644 --- a/core/math/TransformUtils.h +++ b/core/math/TransformUtils.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Vec2.h b/core/math/Vec2.h index c8c4bfe90e..a04922dc7c 100644 --- a/core/math/Vec2.h +++ b/core/math/Vec2.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/core/math/Vertex.cpp b/core/math/Vertex.cpp index e9a9f8892a..8aca43ff95 100644 --- a/core/math/Vertex.cpp +++ b/core/math/Vertex.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/math/Vertex.h b/core/math/Vertex.h index 81d6efb6bd..83ab5a9e15 100644 --- a/core/math/Vertex.h +++ b/core/math/Vertex.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/AndroidMediaEngine.cpp b/core/media/AndroidMediaEngine.cpp index 87d5742def..6f4e8c75b5 100644 --- a/core/media/AndroidMediaEngine.cpp +++ b/core/media/AndroidMediaEngine.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/AndroidMediaEngine.h b/core/media/AndroidMediaEngine.h index 8399972633..cbb6121546 100644 --- a/core/media/AndroidMediaEngine.h +++ b/core/media/AndroidMediaEngine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/AvfMediaEngine.h b/core/media/AvfMediaEngine.h index cd75b1ee35..18832af64e 100644 --- a/core/media/AvfMediaEngine.h +++ b/core/media/AvfMediaEngine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/AvfMediaEngine.mm b/core/media/AvfMediaEngine.mm index b5dda9744c..8e80ab6435 100644 --- a/core/media/AvfMediaEngine.mm +++ b/core/media/AvfMediaEngine.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/MediaEngine.cpp b/core/media/MediaEngine.cpp index 182623b41d..029b5eaaff 100644 --- a/core/media/MediaEngine.cpp +++ b/core/media/MediaEngine.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/MediaEngine.h b/core/media/MediaEngine.h index dbbb655799..58e508f5c8 100644 --- a/core/media/MediaEngine.h +++ b/core/media/MediaEngine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/MfMediaEngine.cpp b/core/media/MfMediaEngine.cpp index 3fe024ceaa..0b0b3b3331 100644 --- a/core/media/MfMediaEngine.cpp +++ b/core/media/MfMediaEngine.cpp @@ -5,7 +5,7 @@ // Licensed under the MIT License. // Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). // -// https://axmolengine.github.io/ +// https://axmol.dev/ //------------------------------------------------------------------------------------- #include "media/MfMediaEngine.h" diff --git a/core/media/MfMediaEngine.h b/core/media/MfMediaEngine.h index 2a988017ae..de83f3282e 100644 --- a/core/media/MfMediaEngine.h +++ b/core/media/MfMediaEngine.h @@ -7,7 +7,7 @@ // Licensed under the MIT License. // Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). // -// https://axmolengine.github.io/ +// https://axmol.dev/ //------------------------------------------------------------------------------------- #pragma once diff --git a/core/media/VlcMediaEngine.cpp b/core/media/VlcMediaEngine.cpp index 1b66392790..d0c8c82777 100644 --- a/core/media/VlcMediaEngine.cpp +++ b/core/media/VlcMediaEngine.cpp @@ -8,7 +8,7 @@ sudo apt install ubuntu-restricted-extras /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/media/VlcMediaEngine.h b/core/media/VlcMediaEngine.h index 0b3962be33..0527973cd2 100644 --- a/core/media/VlcMediaEngine.h +++ b/core/media/VlcMediaEngine.h @@ -1,6 +1,6 @@ // VlcMediaEngine.h // Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -// https://axmolengine.github.io/ +// https://axmol.dev/ #pragma once diff --git a/core/media/WmfMediaEngine.cpp b/core/media/WmfMediaEngine.cpp index 3eef666733..83c669987a 100644 --- a/core/media/WmfMediaEngine.cpp +++ b/core/media/WmfMediaEngine.cpp @@ -11,7 +11,7 @@ // // Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). // -// https://axmolengine.github.io/ +// https://axmol.dev/ ////////////////////////////////////////////////////////////////////////// #include "WmfMediaEngine.h" diff --git a/core/media/WmfMediaEngine.h b/core/media/WmfMediaEngine.h index 1224351ce0..308cd3584e 100644 --- a/core/media/WmfMediaEngine.h +++ b/core/media/WmfMediaEngine.h @@ -16,7 +16,7 @@ // b. https://docs.microsoft.com/en-us/windows/win32/medfound/seeking--fast-forward--and-reverse-play // // Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -// https://axmolengine.github.io/ +// https://axmol.dev/ ////////////////////////////////////////////////////////////////////////// #if defined(_WIN32) diff --git a/core/navmesh/NavMesh.cpp b/core/navmesh/NavMesh.cpp index a856616702..8ef9046488 100644 --- a/core/navmesh/NavMesh.cpp +++ b/core/navmesh/NavMesh.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMesh.h b/core/navmesh/NavMesh.h index 5827f06929..b3d20a601a 100644 --- a/core/navmesh/NavMesh.h +++ b/core/navmesh/NavMesh.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshAgent.cpp b/core/navmesh/NavMeshAgent.cpp index 7bd28010fe..0135bbecca 100644 --- a/core/navmesh/NavMeshAgent.cpp +++ b/core/navmesh/NavMeshAgent.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshAgent.h b/core/navmesh/NavMeshAgent.h index b2e019c032..9f45cb1e1b 100644 --- a/core/navmesh/NavMeshAgent.h +++ b/core/navmesh/NavMeshAgent.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshDebugDraw.cpp b/core/navmesh/NavMeshDebugDraw.cpp index 5eaa1f5e57..b5f417e31e 100644 --- a/core/navmesh/NavMeshDebugDraw.cpp +++ b/core/navmesh/NavMeshDebugDraw.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshDebugDraw.h b/core/navmesh/NavMeshDebugDraw.h index 2f756497c5..214ddf6b6a 100644 --- a/core/navmesh/NavMeshDebugDraw.h +++ b/core/navmesh/NavMeshDebugDraw.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshObstacle.cpp b/core/navmesh/NavMeshObstacle.cpp index 6986be960d..6bff7f66a1 100644 --- a/core/navmesh/NavMeshObstacle.cpp +++ b/core/navmesh/NavMeshObstacle.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshObstacle.h b/core/navmesh/NavMeshObstacle.h index 1a1a03d8ed..fe9b388db8 100644 --- a/core/navmesh/NavMeshObstacle.h +++ b/core/navmesh/NavMeshObstacle.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshUtils.cpp b/core/navmesh/NavMeshUtils.cpp index 18acedf667..7c2f9b9600 100644 --- a/core/navmesh/NavMeshUtils.cpp +++ b/core/navmesh/NavMeshUtils.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/navmesh/NavMeshUtils.h b/core/navmesh/NavMeshUtils.h index a7d528e58d..5c52501261 100644 --- a/core/navmesh/NavMeshUtils.h +++ b/core/navmesh/NavMeshUtils.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/Downloader-curl.cpp b/core/network/Downloader-curl.cpp index c3c58a8f47..ac77cab0a0 100644 --- a/core/network/Downloader-curl.cpp +++ b/core/network/Downloader-curl.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/Downloader-curl.h b/core/network/Downloader-curl.h index 607d4c8068..90361e1efc 100644 --- a/core/network/Downloader-curl.h +++ b/core/network/Downloader-curl.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/Downloader.cpp b/core/network/Downloader.cpp index 93fa83a92d..d2865ae2da 100644 --- a/core/network/Downloader.cpp +++ b/core/network/Downloader.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/Downloader.h b/core/network/Downloader.h index 1690c7afcb..4f96451bac 100644 --- a/core/network/Downloader.h +++ b/core/network/Downloader.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpClient-wasm.cpp b/core/network/HttpClient-wasm.cpp index 871a8d356a..071dc928f3 100644 --- a/core/network/HttpClient-wasm.cpp +++ b/core/network/HttpClient-wasm.cpp @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpClient.cpp b/core/network/HttpClient.cpp index 3d2a70f69c..55cf9b886b 100644 --- a/core/network/HttpClient.cpp +++ b/core/network/HttpClient.cpp @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpClient.h b/core/network/HttpClient.h index 433130e598..b4d2405540 100644 --- a/core/network/HttpClient.h +++ b/core/network/HttpClient.h @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpCookie.cpp b/core/network/HttpCookie.cpp index 67008f0ef8..ef3da937b0 100644 --- a/core/network/HttpCookie.cpp +++ b/core/network/HttpCookie.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpCookie.h b/core/network/HttpCookie.h index 7cd2df54f3..a6394ef4b1 100644 --- a/core/network/HttpCookie.h +++ b/core/network/HttpCookie.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpRequest.h b/core/network/HttpRequest.h index 74a50d3e22..4d02abc29a 100644 --- a/core/network/HttpRequest.h +++ b/core/network/HttpRequest.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/HttpResponse.h b/core/network/HttpResponse.h index f686d11098..363e048fc4 100644 --- a/core/network/HttpResponse.h +++ b/core/network/HttpResponse.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/IDownloaderImpl.h b/core/network/IDownloaderImpl.h index 47ea22cdb6..dead998cf9 100644 --- a/core/network/IDownloaderImpl.h +++ b/core/network/IDownloaderImpl.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/WebSocket.cpp b/core/network/WebSocket.cpp index ffc797376d..0e9c192e10 100644 --- a/core/network/WebSocket.cpp +++ b/core/network/WebSocket.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/network/WebSocket.h b/core/network/WebSocket.h index a0b8d830e5..2af7109e52 100644 --- a/core/network/WebSocket.h +++ b/core/network/WebSocket.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is * hereby granted, free of charge, to any person obtaining a copy diff --git a/core/physics/PhysicsBody.cpp b/core/physics/PhysicsBody.cpp index 8693876239..e5aea1a84e 100644 --- a/core/physics/PhysicsBody.cpp +++ b/core/physics/PhysicsBody.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsBody.h b/core/physics/PhysicsBody.h index 4291a0c3f9..07745a8a65 100644 --- a/core/physics/PhysicsBody.h +++ b/core/physics/PhysicsBody.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsContact.cpp b/core/physics/PhysicsContact.cpp index 54a0b82956..11894915dc 100644 --- a/core/physics/PhysicsContact.cpp +++ b/core/physics/PhysicsContact.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsContact.h b/core/physics/PhysicsContact.h index 68df28e726..0762d3dc3b 100644 --- a/core/physics/PhysicsContact.h +++ b/core/physics/PhysicsContact.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsHelper.h b/core/physics/PhysicsHelper.h index 9d94422217..70606003db 100644 --- a/core/physics/PhysicsHelper.h +++ b/core/physics/PhysicsHelper.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsJoint.cpp b/core/physics/PhysicsJoint.cpp index adfb5fe792..33ed465f97 100644 --- a/core/physics/PhysicsJoint.cpp +++ b/core/physics/PhysicsJoint.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsJoint.h b/core/physics/PhysicsJoint.h index df9e40397f..dcc3e2c04b 100644 --- a/core/physics/PhysicsJoint.h +++ b/core/physics/PhysicsJoint.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsShape.cpp b/core/physics/PhysicsShape.cpp index c1b9c9d5dd..6e2b895eed 100644 --- a/core/physics/PhysicsShape.cpp +++ b/core/physics/PhysicsShape.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsShape.h b/core/physics/PhysicsShape.h index 9c7269b938..5a1d532fc3 100644 --- a/core/physics/PhysicsShape.h +++ b/core/physics/PhysicsShape.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsWorld.cpp b/core/physics/PhysicsWorld.cpp index 3c9070efd4..afb688fc52 100644 --- a/core/physics/PhysicsWorld.cpp +++ b/core/physics/PhysicsWorld.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics/PhysicsWorld.h b/core/physics/PhysicsWorld.h index 2b1966e66c..d6d294a1c8 100644 --- a/core/physics/PhysicsWorld.h +++ b/core/physics/PhysicsWorld.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3D.cpp b/core/physics3d/Physics3D.cpp index bcba409cb6..4b2ef363b8 100644 --- a/core/physics3d/Physics3D.cpp +++ b/core/physics3d/Physics3D.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3D.h b/core/physics3d/Physics3D.h index 862e4bf80e..e265bd4e53 100644 --- a/core/physics3d/Physics3D.h +++ b/core/physics3d/Physics3D.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DComponent.cpp b/core/physics3d/Physics3DComponent.cpp index b22d9dbde3..07f24e9505 100644 --- a/core/physics3d/Physics3DComponent.cpp +++ b/core/physics3d/Physics3DComponent.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DComponent.h b/core/physics3d/Physics3DComponent.h index 6d6358953a..b28bd524ce 100644 --- a/core/physics3d/Physics3DComponent.h +++ b/core/physics3d/Physics3DComponent.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DConstraint.cpp b/core/physics3d/Physics3DConstraint.cpp index a96d1792ae..2317991f76 100644 --- a/core/physics3d/Physics3DConstraint.cpp +++ b/core/physics3d/Physics3DConstraint.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DConstraint.h b/core/physics3d/Physics3DConstraint.h index 669df939cc..7dac1f81f5 100644 --- a/core/physics3d/Physics3DConstraint.h +++ b/core/physics3d/Physics3DConstraint.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DDebugDrawer.cpp b/core/physics3d/Physics3DDebugDrawer.cpp index 71ad9b9674..2e5e6d0ad1 100644 --- a/core/physics3d/Physics3DDebugDrawer.cpp +++ b/core/physics3d/Physics3DDebugDrawer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DDebugDrawer.h b/core/physics3d/Physics3DDebugDrawer.h index e84a4b84f8..c3190b67f7 100644 --- a/core/physics3d/Physics3DDebugDrawer.h +++ b/core/physics3d/Physics3DDebugDrawer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DObject.cpp b/core/physics3d/Physics3DObject.cpp index cae44128d5..517d19b813 100644 --- a/core/physics3d/Physics3DObject.cpp +++ b/core/physics3d/Physics3DObject.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DObject.h b/core/physics3d/Physics3DObject.h index b95c0d189c..9f7476a479 100644 --- a/core/physics3d/Physics3DObject.h +++ b/core/physics3d/Physics3DObject.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DShape.cpp b/core/physics3d/Physics3DShape.cpp index 7ce0913cb9..96cf2d546f 100644 --- a/core/physics3d/Physics3DShape.cpp +++ b/core/physics3d/Physics3DShape.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DShape.h b/core/physics3d/Physics3DShape.h index e703199759..c454bb3428 100644 --- a/core/physics3d/Physics3DShape.h +++ b/core/physics3d/Physics3DShape.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DWorld.cpp b/core/physics3d/Physics3DWorld.cpp index e6484c89ea..1e69b5ee2e 100644 --- a/core/physics3d/Physics3DWorld.cpp +++ b/core/physics3d/Physics3DWorld.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/Physics3DWorld.h b/core/physics3d/Physics3DWorld.h index 065c6eead0..337479e971 100644 --- a/core/physics3d/Physics3DWorld.h +++ b/core/physics3d/Physics3DWorld.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/PhysicsMeshRenderer.cpp b/core/physics3d/PhysicsMeshRenderer.cpp index be7fba7bec..e1d61c27c8 100644 --- a/core/physics3d/PhysicsMeshRenderer.cpp +++ b/core/physics3d/PhysicsMeshRenderer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/physics3d/PhysicsMeshRenderer.h b/core/physics3d/PhysicsMeshRenderer.h index 93527c4499..6220187a7b 100644 --- a/core/physics3d/PhysicsMeshRenderer.h +++ b/core/physics3d/PhysicsMeshRenderer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/Application.h b/core/platform/Application.h index b26db422e2..6727bfbb82 100644 --- a/core/platform/Application.h +++ b/core/platform/Application.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ApplicationBase.cpp b/core/platform/ApplicationBase.cpp index 5a11f8949e..a01be6dba1 100644 --- a/core/platform/ApplicationBase.cpp +++ b/core/platform/ApplicationBase.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ApplicationBase.h b/core/platform/ApplicationBase.h index 31fdd1281c..ffd7a27de8 100644 --- a/core/platform/ApplicationBase.h +++ b/core/platform/ApplicationBase.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/CMakeLists.txt b/core/platform/CMakeLists.txt index 0b19cee061..c90714b2bc 100644 --- a/core/platform/CMakeLists.txt +++ b/core/platform/CMakeLists.txt @@ -1,7 +1,7 @@ #/**************************************************************************** # Copyright (c) 2015-2017 Chukong Technologies Inc. # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/Common.h b/core/platform/Common.h index 64536a3758..2df3de47dd 100644 --- a/core/platform/Common.h +++ b/core/platform/Common.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/Device.h b/core/platform/Device.h index 334e971404..9db5dacc1c 100644 --- a/core/platform/Device.h +++ b/core/platform/Device.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/FileUtils.cpp b/core/platform/FileUtils.cpp index c7e24acc8d..d0daca5192 100644 --- a/core/platform/FileUtils.cpp +++ b/core/platform/FileUtils.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/FileUtils.h b/core/platform/FileUtils.h index 8f8867539b..58d44e8ef0 100644 --- a/core/platform/FileUtils.h +++ b/core/platform/FileUtils.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/GL.h b/core/platform/GL.h index f9c5a004a3..094362eb90 100644 --- a/core/platform/GL.h +++ b/core/platform/GL.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/GLView.cpp b/core/platform/GLView.cpp index 9c86008a52..f1313c7ab4 100644 --- a/core/platform/GLView.cpp +++ b/core/platform/GLView.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/GLView.h b/core/platform/GLView.h index 7d029e34b6..acdf00d362 100644 --- a/core/platform/GLView.h +++ b/core/platform/GLView.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/GLViewImpl.cpp b/core/platform/GLViewImpl.cpp index 9b8deec6f1..9f077be9b3 100644 --- a/core/platform/GLViewImpl.cpp +++ b/core/platform/GLViewImpl.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/GLViewImpl.h b/core/platform/GLViewImpl.h index 0e7667467b..540cdcadbe 100644 --- a/core/platform/GLViewImpl.h +++ b/core/platform/GLViewImpl.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/Image.cpp b/core/platform/Image.cpp index 96fc44f74d..4b047d16ac 100644 --- a/core/platform/Image.cpp +++ b/core/platform/Image.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/Image.h b/core/platform/Image.h index 5c0fc38697..2d01519027 100644 --- a/core/platform/Image.h +++ b/core/platform/Image.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/PlatformConfig.h b/core/platform/PlatformConfig.h index 7c71d0af3b..0e0bd15a29 100644 --- a/core/platform/PlatformConfig.h +++ b/core/platform/PlatformConfig.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/PlatformDefine.h b/core/platform/PlatformDefine.h index 5944ef505c..37590acf0b 100644 --- a/core/platform/PlatformDefine.h +++ b/core/platform/PlatformDefine.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/PlatformMacros.h b/core/platform/PlatformMacros.h index 4a37780490..ccbabe0d13 100644 --- a/core/platform/PlatformMacros.h +++ b/core/platform/PlatformMacros.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2017 Chukong Technologies Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/SAXParser.cpp b/core/platform/SAXParser.cpp index 2b13445945..631611b033 100644 --- a/core/platform/SAXParser.cpp +++ b/core/platform/SAXParser.cpp @@ -6,7 +6,7 @@ Copyright (c) 2019-2020 simdsoft.com, @HALX99 Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/StdC.h b/core/platform/StdC.h index 7ee89378b6..a7ae8307c6 100644 --- a/core/platform/StdC.h +++ b/core/platform/StdC.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/Application-android.cpp b/core/platform/android/Application-android.cpp index 4be0ae3d82..b182831554 100644 --- a/core/platform/android/Application-android.cpp +++ b/core/platform/android/Application-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/Application-android.h b/core/platform/android/Application-android.h index ff80fa3272..4b3f6b3bf8 100644 --- a/core/platform/android/Application-android.h +++ b/core/platform/android/Application-android.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/Common-android.cpp b/core/platform/android/Common-android.cpp index 805dcdc4dc..e2f24bdf25 100644 --- a/core/platform/android/Common-android.cpp +++ b/core/platform/android/Common-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerActivity.java b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerActivity.java index 5b9be948a6..e16f9dba75 100644 --- a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerActivity.java +++ b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerHelper.java b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerHelper.java index deb23e47bf..09f984a353 100644 --- a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerHelper.java +++ b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerHelper.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerMoga.java b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerMoga.java index ebb610def7..ee2131d752 100644 --- a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerMoga.java +++ b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerMoga.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerNibiru.java b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerNibiru.java index f342acbdd4..a29d8aee22 100644 --- a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerNibiru.java +++ b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerNibiru.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerOuya.java b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerOuya.java index 0af527a43f..ce56fc8b91 100644 --- a/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerOuya.java +++ b/core/platform/android/ControllerManualAdapter/src/org/axmol/lib/GameControllerOuya.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/Device-android.cpp b/core/platform/android/Device-android.cpp index 8c637c316a..6a9371fc2b 100644 --- a/core/platform/android/Device-android.cpp +++ b/core/platform/android/Device-android.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/FileUtils-android.cpp b/core/platform/android/FileUtils-android.cpp index 830100fb4e..aa2467e594 100644 --- a/core/platform/android/FileUtils-android.cpp +++ b/core/platform/android/FileUtils-android.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md) -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/FileUtils-android.h b/core/platform/android/FileUtils-android.h index 481f3f7be8..4b4ba0d5cf 100644 --- a/core/platform/android/FileUtils-android.h +++ b/core/platform/android/FileUtils-android.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/GL-android.h b/core/platform/android/GL-android.h index 2549426c8b..d184d9ac43 100644 --- a/core/platform/android/GL-android.h +++ b/core/platform/android/GL-android.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/GLViewImpl-android.cpp b/core/platform/android/GLViewImpl-android.cpp index 43b5cfe053..d947540349 100644 --- a/core/platform/android/GLViewImpl-android.cpp +++ b/core/platform/android/GLViewImpl-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/GLViewImpl-android.h b/core/platform/android/GLViewImpl-android.h index 3aa2654ef7..474ab02634 100644 --- a/core/platform/android/GLViewImpl-android.h +++ b/core/platform/android/GLViewImpl-android.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/StdC-android.h b/core/platform/android/StdC-android.h index e3bd70285a..59e16321c8 100644 --- a/core/platform/android/StdC-android.h +++ b/core/platform/android/StdC-android.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolAccelerometer.java b/core/platform/android/java/src/org/axmol/lib/AxmolAccelerometer.java index e2f962f567..70810112f8 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolAccelerometer.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolAccelerometer.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2011 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolActivity.java b/core/platform/android/java/src/org/axmol/lib/AxmolActivity.java index b19bf25418..dac7c7d42a 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolActivity.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolActivity.java @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolEditBox.java b/core/platform/android/java/src/org/axmol/lib/AxmolEditBox.java index 98b296eacb..9994528367 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolEditBox.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolEditBox.java @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolEngine.java b/core/platform/android/java/src/org/axmol/lib/AxmolEngine.java index 174ebdd28e..5740c7cd7d 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolEngine.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolEngine.java @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolGLSurfaceView.java b/core/platform/android/java/src/org/axmol/lib/AxmolGLSurfaceView.java index 2b41d65460..d4d004673b 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolGLSurfaceView.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolGLSurfaceView.java @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolHandler.java b/core/platform/android/java/src/org/axmol/lib/AxmolHandler.java index 5f298b0206..8f842228f1 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolHandler.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolHandler.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2011 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolMediaEngine.java b/core/platform/android/java/src/org/axmol/lib/AxmolMediaEngine.java index 2873fb7fd5..9b709466c4 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolMediaEngine.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolMediaEngine.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolRenderer.java b/core/platform/android/java/src/org/axmol/lib/AxmolRenderer.java index 7a4dd32680..5b1c900306 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolRenderer.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolRenderer.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2011 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/AxmolWebView.java b/core/platform/android/java/src/org/axmol/lib/AxmolWebView.java index 7d18afb6bd..287ea3ee55 100644 --- a/core/platform/android/java/src/org/axmol/lib/AxmolWebView.java +++ b/core/platform/android/java/src/org/axmol/lib/AxmolWebView.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/BitmapHelper.java b/core/platform/android/java/src/org/axmol/lib/BitmapHelper.java index 34e49da6f4..0bf2306ad6 100644 --- a/core/platform/android/java/src/org/axmol/lib/BitmapHelper.java +++ b/core/platform/android/java/src/org/axmol/lib/BitmapHelper.java @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/EditBoxHelper.java b/core/platform/android/java/src/org/axmol/lib/EditBoxHelper.java index 19bacb4305..09cd279e2e 100644 --- a/core/platform/android/java/src/org/axmol/lib/EditBoxHelper.java +++ b/core/platform/android/java/src/org/axmol/lib/EditBoxHelper.java @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/GameControllerAdapter.java b/core/platform/android/java/src/org/axmol/lib/GameControllerAdapter.java index d899226999..682f9ce961 100644 --- a/core/platform/android/java/src/org/axmol/lib/GameControllerAdapter.java +++ b/core/platform/android/java/src/org/axmol/lib/GameControllerAdapter.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/GameControllerDelegate.java b/core/platform/android/java/src/org/axmol/lib/GameControllerDelegate.java index 2e83c52248..bf02222093 100644 --- a/core/platform/android/java/src/org/axmol/lib/GameControllerDelegate.java +++ b/core/platform/android/java/src/org/axmol/lib/GameControllerDelegate.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/GameControllerUtils.java b/core/platform/android/java/src/org/axmol/lib/GameControllerUtils.java index 821858c499..4fa548440b 100644 --- a/core/platform/android/java/src/org/axmol/lib/GameControllerUtils.java +++ b/core/platform/android/java/src/org/axmol/lib/GameControllerUtils.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/LuaBridge.java b/core/platform/android/java/src/org/axmol/lib/LuaBridge.java index 7b836e1acb..496a77e6ba 100644 --- a/core/platform/android/java/src/org/axmol/lib/LuaBridge.java +++ b/core/platform/android/java/src/org/axmol/lib/LuaBridge.java @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/ReflectionHelper.java b/core/platform/android/java/src/org/axmol/lib/ReflectionHelper.java index a9ef3d2c55..843407c043 100644 --- a/core/platform/android/java/src/org/axmol/lib/ReflectionHelper.java +++ b/core/platform/android/java/src/org/axmol/lib/ReflectionHelper.java @@ -3,7 +3,7 @@ Copyright (c) 2016 cocos2d-x.org Copyright (c) 2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/ResizeLayout.java b/core/platform/android/java/src/org/axmol/lib/ResizeLayout.java index d49b1f262c..e148e0fa02 100644 --- a/core/platform/android/java/src/org/axmol/lib/ResizeLayout.java +++ b/core/platform/android/java/src/org/axmol/lib/ResizeLayout.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/TextInputWrapper.java b/core/platform/android/java/src/org/axmol/lib/TextInputWrapper.java index 28ad6e2d5f..10b23b8855 100644 --- a/core/platform/android/java/src/org/axmol/lib/TextInputWrapper.java +++ b/core/platform/android/java/src/org/axmol/lib/TextInputWrapper.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2011 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/TypefaceHelper.java b/core/platform/android/java/src/org/axmol/lib/TypefaceHelper.java index 17dfbc3ce6..4451a3bdbf 100644 --- a/core/platform/android/java/src/org/axmol/lib/TypefaceHelper.java +++ b/core/platform/android/java/src/org/axmol/lib/TypefaceHelper.java @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/java/src/org/axmol/lib/WebViewHelper.java b/core/platform/android/java/src/org/axmol/lib/WebViewHelper.java index e9e171d6e4..7b745cc6c7 100644 --- a/core/platform/android/java/src/org/axmol/lib/WebViewHelper.java +++ b/core/platform/android/java/src/org/axmol/lib/WebViewHelper.java @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/javaactivity-android.cpp b/core/platform/android/javaactivity-android.cpp index fc55c10b33..aa68088e0d 100644 --- a/core/platform/android/javaactivity-android.cpp +++ b/core/platform/android/javaactivity-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_AxmolAccelerometer.cpp b/core/platform/android/jni/Java_org_axmol_lib_AxmolAccelerometer.cpp index 5c998e142a..d6539a9bdb 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_AxmolAccelerometer.cpp +++ b/core/platform/android/jni/Java_org_axmol_lib_AxmolAccelerometer.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.cpp b/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.cpp index 4817645801..f816c12071 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.cpp +++ b/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.h b/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.h index 875fac17fa..f8bfa28945 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.h +++ b/core/platform/android/jni/Java_org_axmol_lib_AxmolEngine.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_AxmolRenderer.cpp b/core/platform/android/jni/Java_org_axmol_lib_AxmolRenderer.cpp index 3aa73d960b..360d41e225 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_AxmolRenderer.cpp +++ b/core/platform/android/jni/Java_org_axmol_lib_AxmolRenderer.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.cpp b/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.cpp index e04dfcb945..b385cf14f2 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.cpp +++ b/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.cpp @@ -3,7 +3,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.h b/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.h index 5978ca4b96..c7fdceb7e5 100644 --- a/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.h +++ b/core/platform/android/jni/Java_org_axmol_lib_BitmapHelper.h @@ -3,7 +3,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/JniHelper.cpp b/core/platform/android/jni/JniHelper.cpp index 5516589159..38a2ae3a9c 100644 --- a/core/platform/android/jni/JniHelper.cpp +++ b/core/platform/android/jni/JniHelper.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/JniHelper.h b/core/platform/android/jni/JniHelper.h index 3f742050bb..33ff8160f0 100644 --- a/core/platform/android/jni/JniHelper.h +++ b/core/platform/android/jni/JniHelper.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/android/jni/TouchesJni.cpp b/core/platform/android/jni/TouchesJni.cpp index 527277d473..f7feb6da04 100644 --- a/core/platform/android/jni/TouchesJni.cpp +++ b/core/platform/android/jni/TouchesJni.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/apple/Device-apple.h b/core/platform/apple/Device-apple.h index beac7d4e8d..31df5d7bee 100644 --- a/core/platform/apple/Device-apple.h +++ b/core/platform/apple/Device-apple.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/apple/Device-apple.mm b/core/platform/apple/Device-apple.mm index b7bd63bb13..9b654b94c9 100644 --- a/core/platform/apple/Device-apple.mm +++ b/core/platform/apple/Device-apple.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/apple/FileUtils-apple.h b/core/platform/apple/FileUtils-apple.h index 155a5f895c..0a7d680ac2 100644 --- a/core/platform/apple/FileUtils-apple.h +++ b/core/platform/apple/FileUtils-apple.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/apple/FileUtils-apple.mm b/core/platform/apple/FileUtils-apple.mm index cd4662975a..59be57aa79 100644 --- a/core/platform/apple/FileUtils-apple.mm +++ b/core/platform/apple/FileUtils-apple.mm @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/Application-ios.h b/core/platform/ios/Application-ios.h index 2b636f152f..cb330c4cda 100644 --- a/core/platform/ios/Application-ios.h +++ b/core/platform/ios/Application-ios.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/Application-ios.mm b/core/platform/ios/Application-ios.mm index bfbb69d01e..31b4b2ee99 100644 --- a/core/platform/ios/Application-ios.mm +++ b/core/platform/ios/Application-ios.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/Common-ios.mm b/core/platform/ios/Common-ios.mm index 33e826c8b8..5c7937c7f2 100644 --- a/core/platform/ios/Common-ios.mm +++ b/core/platform/ios/Common-ios.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/Device-ios.mm b/core/platform/ios/Device-ios.mm index 5d8951467e..a640ebdfc5 100644 --- a/core/platform/ios/Device-ios.mm +++ b/core/platform/ios/Device-ios.mm @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/DirectorCaller-ios.h b/core/platform/ios/DirectorCaller-ios.h index 7de1c49e77..d9efc77a8b 100644 --- a/core/platform/ios/DirectorCaller-ios.h +++ b/core/platform/ios/DirectorCaller-ios.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/DirectorCaller-ios.mm b/core/platform/ios/DirectorCaller-ios.mm index 65e3fedb3b..b4ab173f32 100644 --- a/core/platform/ios/DirectorCaller-ios.mm +++ b/core/platform/ios/DirectorCaller-ios.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/ES3Renderer-ios.h b/core/platform/ios/ES3Renderer-ios.h index fc4156a7a0..efc6325b68 100644 --- a/core/platform/ios/ES3Renderer-ios.h +++ b/core/platform/ios/ES3Renderer-ios.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/ES3Renderer-ios.m b/core/platform/ios/ES3Renderer-ios.m index 83cb30b662..e78cab9cda 100644 --- a/core/platform/ios/ES3Renderer-ios.m +++ b/core/platform/ios/ES3Renderer-ios.m @@ -4,7 +4,7 @@ Corpyight (c) 2011 Zynga Inc. Copyright (c) 2013-2017 Chukong Technologies Inc. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/ESRenderer-ios.h b/core/platform/ios/ESRenderer-ios.h index 1af175585e..8994a3fb2e 100644 --- a/core/platform/ios/ESRenderer-ios.h +++ b/core/platform/ios/ESRenderer-ios.h @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/GL-ios.h b/core/platform/ios/GL-ios.h index de088e892b..ee352a6b86 100644 --- a/core/platform/ios/GL-ios.h +++ b/core/platform/ios/GL-ios.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/GLViewImpl-ios.h b/core/platform/ios/GLViewImpl-ios.h index bfe94a5826..623452ef4c 100644 --- a/core/platform/ios/GLViewImpl-ios.h +++ b/core/platform/ios/GLViewImpl-ios.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/GLViewImpl-ios.mm b/core/platform/ios/GLViewImpl-ios.mm index e9cc0fb51d..575b7861d9 100644 --- a/core/platform/ios/GLViewImpl-ios.mm +++ b/core/platform/ios/GLViewImpl-ios.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/Image-ios.mm b/core/platform/ios/Image-ios.mm index f915acef0a..0a49c89192 100644 --- a/core/platform/ios/Image-ios.mm +++ b/core/platform/ios/Image-ios.mm @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/InputView-ios.h b/core/platform/ios/InputView-ios.h index e54f1e93ae..980943e256 100644 --- a/core/platform/ios/InputView-ios.h +++ b/core/platform/ios/InputView-ios.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/InputView-ios.mm b/core/platform/ios/InputView-ios.mm index 937dc80aa7..c566602c8f 100644 --- a/core/platform/ios/InputView-ios.mm +++ b/core/platform/ios/InputView-ios.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/ios/StdC-ios.h b/core/platform/ios/StdC-ios.h index 79d75f3ab5..ba57b99b03 100644 --- a/core/platform/ios/StdC-ios.h +++ b/core/platform/ios/StdC-ios.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/Application-linux.cpp b/core/platform/linux/Application-linux.cpp index 8d91d32806..ba7d3e42e6 100644 --- a/core/platform/linux/Application-linux.cpp +++ b/core/platform/linux/Application-linux.cpp @@ -3,7 +3,7 @@ Copyright (c) 2011 Laschweinski Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/Application-linux.h b/core/platform/linux/Application-linux.h index 0d36814c43..1ade031b4f 100644 --- a/core/platform/linux/Application-linux.h +++ b/core/platform/linux/Application-linux.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/Common-linux.cpp b/core/platform/linux/Common-linux.cpp index e0b0d503e5..63f1d3a9bc 100644 --- a/core/platform/linux/Common-linux.cpp +++ b/core/platform/linux/Common-linux.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/Device-linux.cpp b/core/platform/linux/Device-linux.cpp index 5a4a192513..b634985389 100644 --- a/core/platform/linux/Device-linux.cpp +++ b/core/platform/linux/Device-linux.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/FileUtils-linux.cpp b/core/platform/linux/FileUtils-linux.cpp index 2cc3a8da59..53b80b764d 100644 --- a/core/platform/linux/FileUtils-linux.cpp +++ b/core/platform/linux/FileUtils-linux.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/FileUtils-linux.h b/core/platform/linux/FileUtils-linux.h index 1dec074868..6d9a89478b 100644 --- a/core/platform/linux/FileUtils-linux.h +++ b/core/platform/linux/FileUtils-linux.h @@ -3,7 +3,7 @@ Copyright (c) 2011 Laschweinski Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/GL-linux.h b/core/platform/linux/GL-linux.h index e157c5cb39..0633fa43a7 100644 --- a/core/platform/linux/GL-linux.h +++ b/core/platform/linux/GL-linux.h @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/linux/StdC-linux.h b/core/platform/linux/StdC-linux.h index 7debf5b642..aa50cd654c 100644 --- a/core/platform/linux/StdC-linux.h +++ b/core/platform/linux/StdC-linux.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/Application-mac.h b/core/platform/mac/Application-mac.h index 073236dacf..36df311694 100644 --- a/core/platform/mac/Application-mac.h +++ b/core/platform/mac/Application-mac.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/Application-mac.mm b/core/platform/mac/Application-mac.mm index 4c178fe9a4..23ee891b87 100644 --- a/core/platform/mac/Application-mac.mm +++ b/core/platform/mac/Application-mac.mm @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/Common-mac.mm b/core/platform/mac/Common-mac.mm index debe7f587d..7863005977 100644 --- a/core/platform/mac/Common-mac.mm +++ b/core/platform/mac/Common-mac.mm @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/Device-mac.mm b/core/platform/mac/Device-mac.mm index 4acab133f7..a9ec835c78 100644 --- a/core/platform/mac/Device-mac.mm +++ b/core/platform/mac/Device-mac.mm @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/GL-mac.h b/core/platform/mac/GL-mac.h index ec3df1a897..cc738c7aa5 100644 --- a/core/platform/mac/GL-mac.h +++ b/core/platform/mac/GL-mac.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/mac/StdC-mac.h b/core/platform/mac/StdC-mac.h index 79d75f3ab5..ba57b99b03 100644 --- a/core/platform/mac/StdC-mac.h +++ b/core/platform/mac/StdC-mac.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/Application-wasm.cpp b/core/platform/wasm/Application-wasm.cpp index c158e5bb7a..cad9b572aa 100644 --- a/core/platform/wasm/Application-wasm.cpp +++ b/core/platform/wasm/Application-wasm.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/Application-wasm.h b/core/platform/wasm/Application-wasm.h index a7f01366f1..09f1315e81 100644 --- a/core/platform/wasm/Application-wasm.h +++ b/core/platform/wasm/Application-wasm.h @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/Common-wasm.cpp b/core/platform/wasm/Common-wasm.cpp index f2e386e4b7..8e33effe13 100644 --- a/core/platform/wasm/Common-wasm.cpp +++ b/core/platform/wasm/Common-wasm.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/Device-wasm.cpp b/core/platform/wasm/Device-wasm.cpp index 2ed2c3ab45..6998978227 100644 --- a/core/platform/wasm/Device-wasm.cpp +++ b/core/platform/wasm/Device-wasm.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/FileUtils-wasm.cpp b/core/platform/wasm/FileUtils-wasm.cpp index bbea171adf..84e3572ffa 100644 --- a/core/platform/wasm/FileUtils-wasm.cpp +++ b/core/platform/wasm/FileUtils-wasm.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/FileUtils-wasm.h b/core/platform/wasm/FileUtils-wasm.h index 24ae41dd78..7b78d94773 100644 --- a/core/platform/wasm/FileUtils-wasm.h +++ b/core/platform/wasm/FileUtils-wasm.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/GL-wasm.h b/core/platform/wasm/GL-wasm.h index 2549426c8b..d184d9ac43 100644 --- a/core/platform/wasm/GL-wasm.h +++ b/core/platform/wasm/GL-wasm.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/StdC-wasm.h b/core/platform/wasm/StdC-wasm.h index f09493d958..5f7d7509ea 100644 --- a/core/platform/wasm/StdC-wasm.h +++ b/core/platform/wasm/StdC-wasm.h @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/wasm/devtools-wasm.cpp b/core/platform/wasm/devtools-wasm.cpp index 61d09271ab..3cd066a106 100644 --- a/core/platform/wasm/devtools-wasm.cpp +++ b/core/platform/wasm/devtools-wasm.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/Application-win32.cpp b/core/platform/win32/Application-win32.cpp index af5a1d7c61..d029fcbac5 100644 --- a/core/platform/win32/Application-win32.cpp +++ b/core/platform/win32/Application-win32.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/Application-win32.h b/core/platform/win32/Application-win32.h index 39b8c3fcfc..8ad30957d7 100644 --- a/core/platform/win32/Application-win32.h +++ b/core/platform/win32/Application-win32.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/Common-win32.cpp b/core/platform/win32/Common-win32.cpp index b10baa461f..dfdcc69d66 100644 --- a/core/platform/win32/Common-win32.cpp +++ b/core/platform/win32/Common-win32.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/Device-win32.cpp b/core/platform/win32/Device-win32.cpp index 923e1d9620..b6341c57eb 100644 --- a/core/platform/win32/Device-win32.cpp +++ b/core/platform/win32/Device-win32.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/EmbedConsole.h b/core/platform/win32/EmbedConsole.h index f5c0a91937..7a8c3e04b0 100644 --- a/core/platform/win32/EmbedConsole.h +++ b/core/platform/win32/EmbedConsole.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/FileUtils-win32.cpp b/core/platform/win32/FileUtils-win32.cpp index 166615e2e1..15f8eafb45 100644 --- a/core/platform/win32/FileUtils-win32.cpp +++ b/core/platform/win32/FileUtils-win32.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/FileUtils-win32.h b/core/platform/win32/FileUtils-win32.h index 555dab4ea1..f910d1959d 100644 --- a/core/platform/win32/FileUtils-win32.h +++ b/core/platform/win32/FileUtils-win32.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/GL-win32.h b/core/platform/win32/GL-win32.h index df089d7f68..80c8ee3d57 100644 --- a/core/platform/win32/GL-win32.h +++ b/core/platform/win32/GL-win32.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/StdC-win32.cpp b/core/platform/win32/StdC-win32.cpp index b4aaf68c72..03eee0e32d 100644 --- a/core/platform/win32/StdC-win32.cpp +++ b/core/platform/win32/StdC-win32.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/win32/StdC-win32.h b/core/platform/win32/StdC-win32.h index f9616d9d49..1f7a397730 100644 --- a/core/platform/win32/StdC-win32.h +++ b/core/platform/win32/StdC-win32.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Application-winrt.cpp b/core/platform/winrt/Application-winrt.cpp index 4a706a70f7..80bec1952f 100644 --- a/core/platform/winrt/Application-winrt.cpp +++ b/core/platform/winrt/Application-winrt.cpp @@ -4,7 +4,7 @@ Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Application-winrt.h b/core/platform/winrt/Application-winrt.h index ca0a04955e..c1d633a565 100644 --- a/core/platform/winrt/Application-winrt.h +++ b/core/platform/winrt/Application-winrt.h @@ -4,7 +4,7 @@ Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Common-winrt.cpp b/core/platform/winrt/Common-winrt.cpp index 7ba74e0338..e7fc719549 100644 --- a/core/platform/winrt/Common-winrt.cpp +++ b/core/platform/winrt/Common-winrt.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Device-winrt.cpp b/core/platform/winrt/Device-winrt.cpp index e2829d5887..8dc2a73d8e 100644 --- a/core/platform/winrt/Device-winrt.cpp +++ b/core/platform/winrt/Device-winrt.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/FileUtilsWinRT.cpp b/core/platform/winrt/FileUtilsWinRT.cpp index 65d53e1b53..6e1645ed1c 100644 --- a/core/platform/winrt/FileUtilsWinRT.cpp +++ b/core/platform/winrt/FileUtilsWinRT.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/FileUtilsWinRT.h b/core/platform/winrt/FileUtilsWinRT.h index 7f65f67c60..425cee2302 100644 --- a/core/platform/winrt/FileUtilsWinRT.h +++ b/core/platform/winrt/FileUtilsWinRT.h @@ -3,7 +3,7 @@ Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/GL-winrt.h b/core/platform/winrt/GL-winrt.h index 1848c087da..7dcee2b8d4 100644 --- a/core/platform/winrt/GL-winrt.h +++ b/core/platform/winrt/GL-winrt.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/GLViewImpl-winrt.cpp b/core/platform/winrt/GLViewImpl-winrt.cpp index 7e53df6736..f53a9a2175 100644 --- a/core/platform/winrt/GLViewImpl-winrt.cpp +++ b/core/platform/winrt/GLViewImpl-winrt.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/GLViewImpl-winrt.h b/core/platform/winrt/GLViewImpl-winrt.h index 8fe46ad014..1120604b6c 100644 --- a/core/platform/winrt/GLViewImpl-winrt.h +++ b/core/platform/winrt/GLViewImpl-winrt.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/InputEvent.cpp b/core/platform/winrt/InputEvent.cpp index 6e2f26ca4d..42f18374e5 100644 --- a/core/platform/winrt/InputEvent.cpp +++ b/core/platform/winrt/InputEvent.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/InputEvent.h b/core/platform/winrt/InputEvent.h index 273b4948bd..adf1075735 100644 --- a/core/platform/winrt/InputEvent.h +++ b/core/platform/winrt/InputEvent.h @@ -3,7 +3,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/InputEventTypes.h b/core/platform/winrt/InputEventTypes.h index 67b2563c03..aedfa6fa90 100644 --- a/core/platform/winrt/InputEventTypes.h +++ b/core/platform/winrt/InputEventTypes.h @@ -3,7 +3,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Keyboard-winrt.cpp b/core/platform/winrt/Keyboard-winrt.cpp index 50108dea5f..b90966a9af 100644 --- a/core/platform/winrt/Keyboard-winrt.cpp +++ b/core/platform/winrt/Keyboard-winrt.cpp @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * Portions Copyright (c) Microsoft Open Technologies, Inc. * All Rights Reserved -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/Keyboard-winrt.h b/core/platform/winrt/Keyboard-winrt.h index 880b872737..d7509d88c4 100644 --- a/core/platform/winrt/Keyboard-winrt.h +++ b/core/platform/winrt/Keyboard-winrt.h @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * Portions Copyright (c) Microsoft Open Technologies, Inc. * All Rights Reserved -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/StdC-winrt.cpp b/core/platform/winrt/StdC-winrt.cpp index 34ebfc489f..e80a3f5c6c 100644 --- a/core/platform/winrt/StdC-winrt.cpp +++ b/core/platform/winrt/StdC-winrt.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/StdC-winrt.h b/core/platform/winrt/StdC-winrt.h index 31056ef355..3218f5981d 100644 --- a/core/platform/winrt/StdC-winrt.h +++ b/core/platform/winrt/StdC-winrt.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/WinRTUtils.cpp b/core/platform/winrt/WinRTUtils.cpp index 7aa5022090..7bb65522d3 100644 --- a/core/platform/winrt/WinRTUtils.cpp +++ b/core/platform/winrt/WinRTUtils.cpp @@ -4,7 +4,7 @@ Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/WinRTUtils.h b/core/platform/winrt/WinRTUtils.h index 6a38f11ca0..7df027273f 100644 --- a/core/platform/winrt/WinRTUtils.h +++ b/core/platform/winrt/WinRTUtils.h @@ -3,7 +3,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) Microsoft Open Technologies, Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/platform/winrt/xaml/AxmolRenderer.cpp b/core/platform/winrt/xaml/AxmolRenderer.cpp index f3351832a1..3de5048e7a 100644 --- a/core/platform/winrt/xaml/AxmolRenderer.cpp +++ b/core/platform/winrt/xaml/AxmolRenderer.cpp @@ -1,5 +1,5 @@ /* - * cocos2d-x https://axmolengine.github.io/ + * cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/platform/winrt/xaml/AxmolRenderer.h b/core/platform/winrt/xaml/AxmolRenderer.h index 17afb4d744..3f3ae42ced 100644 --- a/core/platform/winrt/xaml/AxmolRenderer.h +++ b/core/platform/winrt/xaml/AxmolRenderer.h @@ -1,5 +1,5 @@ /* -* cocos2d-x https://axmolengine.github.io/ +* cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/platform/winrt/xaml/OpenGLES.cpp b/core/platform/winrt/xaml/OpenGLES.cpp index 7ced253e32..b139833ff9 100644 --- a/core/platform/winrt/xaml/OpenGLES.cpp +++ b/core/platform/winrt/xaml/OpenGLES.cpp @@ -1,5 +1,5 @@ /* -* cocos2d-x https://axmolengine.github.io/ +* cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/platform/winrt/xaml/OpenGLES.h b/core/platform/winrt/xaml/OpenGLES.h index b2c7487460..ce9e689067 100644 --- a/core/platform/winrt/xaml/OpenGLES.h +++ b/core/platform/winrt/xaml/OpenGLES.h @@ -1,5 +1,5 @@ /* -* cocos2d-x https://axmolengine.github.io/ +* cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/platform/winrt/xaml/OpenGLESPage.cpp b/core/platform/winrt/xaml/OpenGLESPage.cpp index a3863c37c0..9cd4ce3fe0 100644 --- a/core/platform/winrt/xaml/OpenGLESPage.cpp +++ b/core/platform/winrt/xaml/OpenGLESPage.cpp @@ -1,5 +1,5 @@ /* - * cocos2d-x https://axmolengine.github.io/ + * cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/platform/winrt/xaml/OpenGLESPage.h b/core/platform/winrt/xaml/OpenGLESPage.h index 64c971fcb6..a6a4387c73 100644 --- a/core/platform/winrt/xaml/OpenGLESPage.h +++ b/core/platform/winrt/xaml/OpenGLESPage.h @@ -1,5 +1,5 @@ /* -* cocos2d-x https://axmolengine.github.io/ +* cocos2d-x https://axmol.dev/ * * Copyright (c) 2010-2014 - cocos2d-x community * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. diff --git a/core/renderer/CallbackCommand.cpp b/core/renderer/CallbackCommand.cpp index 49928812d0..9561c602f3 100644 --- a/core/renderer/CallbackCommand.cpp +++ b/core/renderer/CallbackCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/CallbackCommand.h b/core/renderer/CallbackCommand.h index 0e5e079b94..d25d4d4698 100644 --- a/core/renderer/CallbackCommand.h +++ b/core/renderer/CallbackCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/CustomCommand.cpp b/core/renderer/CustomCommand.cpp index 6d1cd38d41..e8b3f727f0 100644 --- a/core/renderer/CustomCommand.cpp +++ b/core/renderer/CustomCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/CustomCommand.h b/core/renderer/CustomCommand.h index 1856ae6a5b..df16d77e05 100644 --- a/core/renderer/CustomCommand.h +++ b/core/renderer/CustomCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/GroupCommand.cpp b/core/renderer/GroupCommand.cpp index 568c1d7a0b..10f3d81bcd 100644 --- a/core/renderer/GroupCommand.cpp +++ b/core/renderer/GroupCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/GroupCommand.h b/core/renderer/GroupCommand.h index b05035fb03..45952c33ce 100644 --- a/core/renderer/GroupCommand.h +++ b/core/renderer/GroupCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Material.cpp b/core/renderer/Material.cpp index 68830a8d2d..5d01453f61 100644 --- a/core/renderer/Material.cpp +++ b/core/renderer/Material.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Material.h b/core/renderer/Material.h index 197b733bdb..0dd76ef120 100644 --- a/core/renderer/Material.h +++ b/core/renderer/Material.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/MeshCommand.cpp b/core/renderer/MeshCommand.cpp index f9e24810b4..e14205f31f 100644 --- a/core/renderer/MeshCommand.cpp +++ b/core/renderer/MeshCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/MeshCommand.h b/core/renderer/MeshCommand.h index 094d7d0ed5..582964b176 100644 --- a/core/renderer/MeshCommand.h +++ b/core/renderer/MeshCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Pass.cpp b/core/renderer/Pass.cpp index d564fc0d9e..6cb25cb6dc 100644 --- a/core/renderer/Pass.cpp +++ b/core/renderer/Pass.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Pass.h b/core/renderer/Pass.h index a1d8785c1c..592e02e8c5 100644 --- a/core/renderer/Pass.h +++ b/core/renderer/Pass.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/PipelineDescriptor.h b/core/renderer/PipelineDescriptor.h index 1ca27e2481..7b950e598d 100644 --- a/core/renderer/PipelineDescriptor.h +++ b/core/renderer/PipelineDescriptor.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/QuadCommand.cpp b/core/renderer/QuadCommand.cpp index aaa2339f5e..45903bedab 100644 --- a/core/renderer/QuadCommand.cpp +++ b/core/renderer/QuadCommand.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/QuadCommand.h b/core/renderer/QuadCommand.h index 087c8299bd..2119f67fe5 100644 --- a/core/renderer/QuadCommand.h +++ b/core/renderer/QuadCommand.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/RenderCommand.cpp b/core/renderer/RenderCommand.cpp index 91f1af5cf1..0a91fadefa 100644 --- a/core/renderer/RenderCommand.cpp +++ b/core/renderer/RenderCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/RenderCommand.h b/core/renderer/RenderCommand.h index d5f1c4f7bb..4700c53cbd 100644 --- a/core/renderer/RenderCommand.h +++ b/core/renderer/RenderCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/RenderCommandPool.h b/core/renderer/RenderCommandPool.h index 27aa6d75ba..eddf5ae8a3 100644 --- a/core/renderer/RenderCommandPool.h +++ b/core/renderer/RenderCommandPool.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/RenderState.cpp b/core/renderer/RenderState.cpp index cb53d95a06..492e17424e 100644 --- a/core/renderer/RenderState.cpp +++ b/core/renderer/RenderState.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2014 GamePlay3D team - https://axmolengine.github.io/ + https://axmol.dev/ Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/renderer/RenderState.h b/core/renderer/RenderState.h index 7f9467af64..bc5b4b04db 100644 --- a/core/renderer/RenderState.h +++ b/core/renderer/RenderState.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2014 GamePlay3D team - https://axmolengine.github.io/ + https://axmol.dev/ Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/core/renderer/Renderer.cpp b/core/renderer/Renderer.cpp index 9ab88fc9a6..069cc7895b 100644 --- a/core/renderer/Renderer.cpp +++ b/core/renderer/Renderer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Renderer.h b/core/renderer/Renderer.h index 7597ca6995..1c2d81736f 100644 --- a/core/renderer/Renderer.h +++ b/core/renderer/Renderer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Shaders.cpp b/core/renderer/Shaders.cpp index c4a9e2f82d..384eb6d17d 100644 --- a/core/renderer/Shaders.cpp +++ b/core/renderer/Shaders.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Shaders.h b/core/renderer/Shaders.h index 6b0f2cbab3..70c909447f 100644 --- a/core/renderer/Shaders.h +++ b/core/renderer/Shaders.h @@ -4,7 +4,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Technique.cpp b/core/renderer/Technique.cpp index 48a20c37bc..e5c7e122fb 100644 --- a/core/renderer/Technique.cpp +++ b/core/renderer/Technique.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Technique.h b/core/renderer/Technique.h index 1807ff515d..e372381539 100644 --- a/core/renderer/Technique.h +++ b/core/renderer/Technique.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Texture2D.cpp b/core/renderer/Texture2D.cpp index e65e477f9f..0057c5dccf 100644 --- a/core/renderer/Texture2D.cpp +++ b/core/renderer/Texture2D.cpp @@ -5,7 +5,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/Texture2D.h b/core/renderer/Texture2D.h index 546036fd79..29cf805bb5 100644 --- a/core/renderer/Texture2D.h +++ b/core/renderer/Texture2D.h @@ -4,7 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureAtlas.cpp b/core/renderer/TextureAtlas.cpp index eba146a062..9ec097c1ad 100644 --- a/core/renderer/TextureAtlas.cpp +++ b/core/renderer/TextureAtlas.cpp @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureAtlas.h b/core/renderer/TextureAtlas.h index cfddfa204d..39f0b422f2 100644 --- a/core/renderer/TextureAtlas.h +++ b/core/renderer/TextureAtlas.h @@ -5,7 +5,7 @@ Copyright (c) 2011 Zynga Inc. Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureCache.cpp b/core/renderer/TextureCache.cpp index c9b14f74a2..fd9bd2ef86 100644 --- a/core/renderer/TextureCache.cpp +++ b/core/renderer/TextureCache.cpp @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureCache.h b/core/renderer/TextureCache.h index 6e6729d982..00616bb5a8 100644 --- a/core/renderer/TextureCache.h +++ b/core/renderer/TextureCache.h @@ -6,7 +6,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureCube.cpp b/core/renderer/TextureCube.cpp index b59c4577ba..011f358127 100644 --- a/core/renderer/TextureCube.cpp +++ b/core/renderer/TextureCube.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TextureCube.h b/core/renderer/TextureCube.h index 1a4a979f73..eca832603f 100644 --- a/core/renderer/TextureCube.h +++ b/core/renderer/TextureCube.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TrianglesCommand.cpp b/core/renderer/TrianglesCommand.cpp index 9234ef01ad..62793ab7ab 100644 --- a/core/renderer/TrianglesCommand.cpp +++ b/core/renderer/TrianglesCommand.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/TrianglesCommand.h b/core/renderer/TrianglesCommand.h index d88c5a828a..180b786099 100644 --- a/core/renderer/TrianglesCommand.h +++ b/core/renderer/TrianglesCommand.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Backend.h b/core/renderer/backend/Backend.h index 735896b248..12e18c2678 100644 --- a/core/renderer/backend/Backend.h +++ b/core/renderer/backend/Backend.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Buffer.h b/core/renderer/backend/Buffer.h index 574408e2b0..d0c931ec39 100644 --- a/core/renderer/backend/Buffer.h +++ b/core/renderer/backend/Buffer.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/CommandBuffer.cpp b/core/renderer/backend/CommandBuffer.cpp index 316585baa8..6cc429b2b7 100644 --- a/core/renderer/backend/CommandBuffer.cpp +++ b/core/renderer/backend/CommandBuffer.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/CommandBuffer.h b/core/renderer/backend/CommandBuffer.h index 679596b242..29f2c9602e 100644 --- a/core/renderer/backend/CommandBuffer.h +++ b/core/renderer/backend/CommandBuffer.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/DepthStencilState.cpp b/core/renderer/backend/DepthStencilState.cpp index c6f40f181e..2f702ca26c 100644 --- a/core/renderer/backend/DepthStencilState.cpp +++ b/core/renderer/backend/DepthStencilState.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/DepthStencilState.h b/core/renderer/backend/DepthStencilState.h index aa5d467982..060b06ffc7 100644 --- a/core/renderer/backend/DepthStencilState.h +++ b/core/renderer/backend/DepthStencilState.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/DriverBase.cpp b/core/renderer/backend/DriverBase.cpp index 9af53ae733..5c6f4aa92f 100644 --- a/core/renderer/backend/DriverBase.cpp +++ b/core/renderer/backend/DriverBase.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/DriverBase.h b/core/renderer/backend/DriverBase.h index 77bd234e65..8f3fe6eee1 100644 --- a/core/renderer/backend/DriverBase.h +++ b/core/renderer/backend/DriverBase.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Enums.h b/core/renderer/backend/Enums.h index b857c0ebbe..7475fc19d8 100644 --- a/core/renderer/backend/Enums.h +++ b/core/renderer/backend/Enums.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Macros.h b/core/renderer/backend/Macros.h index f8825b7490..5f565f0851 100644 --- a/core/renderer/backend/Macros.h +++ b/core/renderer/backend/Macros.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/PixelFormatUtils.cpp b/core/renderer/backend/PixelFormatUtils.cpp index 8b82cd05e7..99d1b9104b 100644 --- a/core/renderer/backend/PixelFormatUtils.cpp +++ b/core/renderer/backend/PixelFormatUtils.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/PixelFormatUtils.h b/core/renderer/backend/PixelFormatUtils.h index b10ecb7fca..2e90afc95a 100644 --- a/core/renderer/backend/PixelFormatUtils.h +++ b/core/renderer/backend/PixelFormatUtils.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Program.cpp b/core/renderer/backend/Program.cpp index 3591afede3..9b9f6c0172 100644 --- a/core/renderer/backend/Program.cpp +++ b/core/renderer/backend/Program.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Program.h b/core/renderer/backend/Program.h index 24c345c479..47db8d3398 100644 --- a/core/renderer/backend/Program.h +++ b/core/renderer/backend/Program.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ProgramManager.cpp b/core/renderer/backend/ProgramManager.cpp index 8875b3610f..9eb0766247 100644 --- a/core/renderer/backend/ProgramManager.cpp +++ b/core/renderer/backend/ProgramManager.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ProgramManager.h b/core/renderer/backend/ProgramManager.h index 30f7321d0d..bf5683b00d 100644 --- a/core/renderer/backend/ProgramManager.h +++ b/core/renderer/backend/ProgramManager.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ProgramState.cpp b/core/renderer/backend/ProgramState.cpp index db15e1abbb..11ebef98c3 100644 --- a/core/renderer/backend/ProgramState.cpp +++ b/core/renderer/backend/ProgramState.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ProgramState.h b/core/renderer/backend/ProgramState.h index 5fcd855ee3..1df1d068c7 100644 --- a/core/renderer/backend/ProgramState.h +++ b/core/renderer/backend/ProgramState.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/RenderPassDescriptor.cpp b/core/renderer/backend/RenderPassDescriptor.cpp index fd2b15351c..257fa044db 100644 --- a/core/renderer/backend/RenderPassDescriptor.cpp +++ b/core/renderer/backend/RenderPassDescriptor.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/RenderPassDescriptor.h b/core/renderer/backend/RenderPassDescriptor.h index c96bc97289..6c13e9005f 100644 --- a/core/renderer/backend/RenderPassDescriptor.h +++ b/core/renderer/backend/RenderPassDescriptor.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/RenderPipeline.h b/core/renderer/backend/RenderPipeline.h index c4cae9d534..e3d3ca1362 100644 --- a/core/renderer/backend/RenderPipeline.h +++ b/core/renderer/backend/RenderPipeline.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ShaderCache.cpp b/core/renderer/backend/ShaderCache.cpp index adb620b6b9..a2a8c5ec4d 100644 --- a/core/renderer/backend/ShaderCache.cpp +++ b/core/renderer/backend/ShaderCache.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ShaderCache.h b/core/renderer/backend/ShaderCache.h index 271c542a5b..e603c80a07 100644 --- a/core/renderer/backend/ShaderCache.h +++ b/core/renderer/backend/ShaderCache.h @@ -2,7 +2,7 @@ Copyright (c) 2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ShaderModule.cpp b/core/renderer/backend/ShaderModule.cpp index f8947e42cf..3d1cc25d44 100644 --- a/core/renderer/backend/ShaderModule.cpp +++ b/core/renderer/backend/ShaderModule.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/ShaderModule.h b/core/renderer/backend/ShaderModule.h index cb914169ea..e886ab0a10 100644 --- a/core/renderer/backend/ShaderModule.h +++ b/core/renderer/backend/ShaderModule.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Texture.cpp b/core/renderer/backend/Texture.cpp index 24625bbab8..f179e31b1c 100644 --- a/core/renderer/backend/Texture.cpp +++ b/core/renderer/backend/Texture.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Texture.h b/core/renderer/backend/Texture.h index 181d982c20..efd382c72b 100644 --- a/core/renderer/backend/Texture.h +++ b/core/renderer/backend/Texture.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md) - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Types.cpp b/core/renderer/backend/Types.cpp index 13583513bb..d13e554552 100644 --- a/core/renderer/backend/Types.cpp +++ b/core/renderer/backend/Types.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/Types.h b/core/renderer/backend/Types.h index 125ca149f7..509b75f9d9 100644 --- a/core/renderer/backend/Types.h +++ b/core/renderer/backend/Types.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/VertexLayout.cpp b/core/renderer/backend/VertexLayout.cpp index 18b7b396a8..3d451f8dc1 100644 --- a/core/renderer/backend/VertexLayout.cpp +++ b/core/renderer/backend/VertexLayout.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/VertexLayout.h b/core/renderer/backend/VertexLayout.h index 6e2b2ce201..883e5d73d0 100644 --- a/core/renderer/backend/VertexLayout.h +++ b/core/renderer/backend/VertexLayout.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/BufferMTL.h b/core/renderer/backend/metal/BufferMTL.h index 29a3a4d691..d90a661417 100644 --- a/core/renderer/backend/metal/BufferMTL.h +++ b/core/renderer/backend/metal/BufferMTL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/BufferMTL.mm b/core/renderer/backend/metal/BufferMTL.mm index e4035a1a2b..c22c4a89e4 100644 --- a/core/renderer/backend/metal/BufferMTL.mm +++ b/core/renderer/backend/metal/BufferMTL.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/BufferManager.h b/core/renderer/backend/metal/BufferManager.h index d382194776..2edae7ae99 100644 --- a/core/renderer/backend/metal/BufferManager.h +++ b/core/renderer/backend/metal/BufferManager.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/BufferManager.mm b/core/renderer/backend/metal/BufferManager.mm index 29dae16faf..1a0ac02374 100644 --- a/core/renderer/backend/metal/BufferManager.mm +++ b/core/renderer/backend/metal/BufferManager.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/CommandBufferMTL.h b/core/renderer/backend/metal/CommandBufferMTL.h index 946205dae0..a97ddc9682 100644 --- a/core/renderer/backend/metal/CommandBufferMTL.h +++ b/core/renderer/backend/metal/CommandBufferMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/CommandBufferMTL.mm b/core/renderer/backend/metal/CommandBufferMTL.mm index db8739cf29..572b97e9fc 100644 --- a/core/renderer/backend/metal/CommandBufferMTL.mm +++ b/core/renderer/backend/metal/CommandBufferMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/DepthStencilStateMTL.h b/core/renderer/backend/metal/DepthStencilStateMTL.h index 6be2deb084..2757747377 100644 --- a/core/renderer/backend/metal/DepthStencilStateMTL.h +++ b/core/renderer/backend/metal/DepthStencilStateMTL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/DepthStencilStateMTL.mm b/core/renderer/backend/metal/DepthStencilStateMTL.mm index 0a316f61ed..a0874e345f 100644 --- a/core/renderer/backend/metal/DepthStencilStateMTL.mm +++ b/core/renderer/backend/metal/DepthStencilStateMTL.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/DriverMTL.h b/core/renderer/backend/metal/DriverMTL.h index be3ea0addb..30a71d3211 100644 --- a/core/renderer/backend/metal/DriverMTL.h +++ b/core/renderer/backend/metal/DriverMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/DriverMTL.mm b/core/renderer/backend/metal/DriverMTL.mm index 9c147b693b..0e04044ef2 100644 --- a/core/renderer/backend/metal/DriverMTL.mm +++ b/core/renderer/backend/metal/DriverMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/ProgramMTL.h b/core/renderer/backend/metal/ProgramMTL.h index e16d60be01..a9e86ed72d 100644 --- a/core/renderer/backend/metal/ProgramMTL.h +++ b/core/renderer/backend/metal/ProgramMTL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/ProgramMTL.mm b/core/renderer/backend/metal/ProgramMTL.mm index cbc101aa27..35367f55b4 100644 --- a/core/renderer/backend/metal/ProgramMTL.mm +++ b/core/renderer/backend/metal/ProgramMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/RenderPipelineMTL.h b/core/renderer/backend/metal/RenderPipelineMTL.h index 131262f06a..eab1b6796d 100644 --- a/core/renderer/backend/metal/RenderPipelineMTL.h +++ b/core/renderer/backend/metal/RenderPipelineMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/RenderPipelineMTL.mm b/core/renderer/backend/metal/RenderPipelineMTL.mm index 4c84c60c97..f1f485143b 100644 --- a/core/renderer/backend/metal/RenderPipelineMTL.mm +++ b/core/renderer/backend/metal/RenderPipelineMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/ShaderModuleMTL.h b/core/renderer/backend/metal/ShaderModuleMTL.h index 78fd7b0914..60413ff8e8 100644 --- a/core/renderer/backend/metal/ShaderModuleMTL.h +++ b/core/renderer/backend/metal/ShaderModuleMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/ShaderModuleMTL.mm b/core/renderer/backend/metal/ShaderModuleMTL.mm index 883837d77d..24f853b1a8 100644 --- a/core/renderer/backend/metal/ShaderModuleMTL.mm +++ b/core/renderer/backend/metal/ShaderModuleMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/TextureMTL.h b/core/renderer/backend/metal/TextureMTL.h index a98c0803e4..25b20cfdbf 100644 --- a/core/renderer/backend/metal/TextureMTL.h +++ b/core/renderer/backend/metal/TextureMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/TextureMTL.mm b/core/renderer/backend/metal/TextureMTL.mm index a08ad2f099..042d820b3c 100644 --- a/core/renderer/backend/metal/TextureMTL.mm +++ b/core/renderer/backend/metal/TextureMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/UtilsMTL.h b/core/renderer/backend/metal/UtilsMTL.h index 74d1bb3a38..d8ea59dcaf 100644 --- a/core/renderer/backend/metal/UtilsMTL.h +++ b/core/renderer/backend/metal/UtilsMTL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/metal/UtilsMTL.mm b/core/renderer/backend/metal/UtilsMTL.mm index 9a0d18cd57..8006b43d01 100644 --- a/core/renderer/backend/metal/UtilsMTL.mm +++ b/core/renderer/backend/metal/UtilsMTL.mm @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/BufferGL.cpp b/core/renderer/backend/opengl/BufferGL.cpp index a7ebf1f3fe..5c717940bb 100644 --- a/core/renderer/backend/opengl/BufferGL.cpp +++ b/core/renderer/backend/opengl/BufferGL.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/BufferGL.h b/core/renderer/backend/opengl/BufferGL.h index 25066ddac0..6cd3a51d2d 100644 --- a/core/renderer/backend/opengl/BufferGL.h +++ b/core/renderer/backend/opengl/BufferGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/CommandBufferGL.cpp b/core/renderer/backend/opengl/CommandBufferGL.cpp index 473adb0ad7..46ff2b071c 100644 --- a/core/renderer/backend/opengl/CommandBufferGL.cpp +++ b/core/renderer/backend/opengl/CommandBufferGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/CommandBufferGL.h b/core/renderer/backend/opengl/CommandBufferGL.h index d4f3aacbba..0ad2d8ab83 100644 --- a/core/renderer/backend/opengl/CommandBufferGL.h +++ b/core/renderer/backend/opengl/CommandBufferGL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/DepthStencilStateGL.cpp b/core/renderer/backend/opengl/DepthStencilStateGL.cpp index 8e0f5476d3..4950741787 100644 --- a/core/renderer/backend/opengl/DepthStencilStateGL.cpp +++ b/core/renderer/backend/opengl/DepthStencilStateGL.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/DepthStencilStateGL.h b/core/renderer/backend/opengl/DepthStencilStateGL.h index 4d2be93112..b895556bac 100644 --- a/core/renderer/backend/opengl/DepthStencilStateGL.h +++ b/core/renderer/backend/opengl/DepthStencilStateGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/DriverGL.cpp b/core/renderer/backend/opengl/DriverGL.cpp index 9bc9141a63..70e8c93405 100644 --- a/core/renderer/backend/opengl/DriverGL.cpp +++ b/core/renderer/backend/opengl/DriverGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/DriverGL.h b/core/renderer/backend/opengl/DriverGL.h index 3cb568e87d..80d19e13f8 100644 --- a/core/renderer/backend/opengl/DriverGL.h +++ b/core/renderer/backend/opengl/DriverGL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/MacrosGL.h b/core/renderer/backend/opengl/MacrosGL.h index e30aa27255..d1919e3622 100644 --- a/core/renderer/backend/opengl/MacrosGL.h +++ b/core/renderer/backend/opengl/MacrosGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/ProgramGL.cpp b/core/renderer/backend/opengl/ProgramGL.cpp index 9d76ca8909..f8ac8140a9 100644 --- a/core/renderer/backend/opengl/ProgramGL.cpp +++ b/core/renderer/backend/opengl/ProgramGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/ProgramGL.h b/core/renderer/backend/opengl/ProgramGL.h index e362621888..78e11298e7 100644 --- a/core/renderer/backend/opengl/ProgramGL.h +++ b/core/renderer/backend/opengl/ProgramGL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/RenderPipelineGL.cpp b/core/renderer/backend/opengl/RenderPipelineGL.cpp index 825380de72..5e02b8157f 100644 --- a/core/renderer/backend/opengl/RenderPipelineGL.cpp +++ b/core/renderer/backend/opengl/RenderPipelineGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/RenderPipelineGL.h b/core/renderer/backend/opengl/RenderPipelineGL.h index 45f052c7c0..2e85fbe62e 100644 --- a/core/renderer/backend/opengl/RenderPipelineGL.h +++ b/core/renderer/backend/opengl/RenderPipelineGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/ShaderModuleGL.cpp b/core/renderer/backend/opengl/ShaderModuleGL.cpp index 57546b7598..d9c962e5b2 100644 --- a/core/renderer/backend/opengl/ShaderModuleGL.cpp +++ b/core/renderer/backend/opengl/ShaderModuleGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/ShaderModuleGL.h b/core/renderer/backend/opengl/ShaderModuleGL.h index c8256b1ca5..f3fbe201dc 100644 --- a/core/renderer/backend/opengl/ShaderModuleGL.h +++ b/core/renderer/backend/opengl/ShaderModuleGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/TextureGL.cpp b/core/renderer/backend/opengl/TextureGL.cpp index 45a269f59c..65496b6d5d 100644 --- a/core/renderer/backend/opengl/TextureGL.cpp +++ b/core/renderer/backend/opengl/TextureGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/TextureGL.h b/core/renderer/backend/opengl/TextureGL.h index 57c215f21f..7c759b6de1 100644 --- a/core/renderer/backend/opengl/TextureGL.h +++ b/core/renderer/backend/opengl/TextureGL.h @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/UtilsGL.cpp b/core/renderer/backend/opengl/UtilsGL.cpp index 5a744bae9d..2783025162 100644 --- a/core/renderer/backend/opengl/UtilsGL.cpp +++ b/core/renderer/backend/opengl/UtilsGL.cpp @@ -2,7 +2,7 @@ Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/renderer/backend/opengl/UtilsGL.h b/core/renderer/backend/opengl/UtilsGL.h index d6c2ffe44f..ed45a11923 100644 --- a/core/renderer/backend/opengl/UtilsGL.h +++ b/core/renderer/backend/opengl/UtilsGL.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2018-2019 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/GUIDefine.h b/core/ui/GUIDefine.h index c3a77daddc..ad24d19868 100644 --- a/core/ui/GUIDefine.h +++ b/core/ui/GUIDefine.h @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/GUIExport.h b/core/ui/GUIExport.h index 097ad3f1b0..44018f4da3 100644 --- a/core/ui/GUIExport.h +++ b/core/ui/GUIExport.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIAbstractCheckButton.cpp b/core/ui/UIAbstractCheckButton.cpp index e6c50ce924..20db7ac423 100644 --- a/core/ui/UIAbstractCheckButton.cpp +++ b/core/ui/UIAbstractCheckButton.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIAbstractCheckButton.h b/core/ui/UIAbstractCheckButton.h index 49ea4a3979..75ef02d600 100644 --- a/core/ui/UIAbstractCheckButton.h +++ b/core/ui/UIAbstractCheckButton.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIButton.cpp b/core/ui/UIButton.cpp index 5d58fc2d64..0af9c9ee78 100644 --- a/core/ui/UIButton.cpp +++ b/core/ui/UIButton.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIButton.h b/core/ui/UIButton.h index 820f5624a9..799bacc5e8 100644 --- a/core/ui/UIButton.h +++ b/core/ui/UIButton.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UICheckBox.cpp b/core/ui/UICheckBox.cpp index 182103f5cb..d106aa7e14 100644 --- a/core/ui/UICheckBox.cpp +++ b/core/ui/UICheckBox.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UICheckBox.h b/core/ui/UICheckBox.h index 83331cd38e..8a39659404 100644 --- a/core/ui/UICheckBox.h +++ b/core/ui/UICheckBox.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIEditBoxMac.h b/core/ui/UIEditBox/Mac/UIEditBoxMac.h index 95db996d6c..fd55596ab5 100644 --- a/core/ui/UIEditBox/Mac/UIEditBoxMac.h +++ b/core/ui/UIEditBox/Mac/UIEditBoxMac.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIEditBoxMac.mm b/core/ui/UIEditBox/Mac/UIEditBoxMac.mm index bfe193f306..9973874b40 100644 --- a/core/ui/UIEditBox/Mac/UIEditBoxMac.mm +++ b/core/ui/UIEditBox/Mac/UIEditBoxMac.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIMultilineTextField.h b/core/ui/UIEditBox/Mac/UIMultilineTextField.h index 54c7380c31..ea0b44d291 100644 --- a/core/ui/UIEditBox/Mac/UIMultilineTextField.h +++ b/core/ui/UIEditBox/Mac/UIMultilineTextField.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIMultilineTextField.m b/core/ui/UIEditBox/Mac/UIMultilineTextField.m index e6198fbbda..a868e2f647 100644 --- a/core/ui/UIEditBox/Mac/UIMultilineTextField.m +++ b/core/ui/UIEditBox/Mac/UIMultilineTextField.m @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 zilongshanren - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIPasswordTextField.h b/core/ui/UIEditBox/Mac/UIPasswordTextField.h index 3fc1ba009d..bfa50c52d8 100644 --- a/core/ui/UIEditBox/Mac/UIPasswordTextField.h +++ b/core/ui/UIEditBox/Mac/UIPasswordTextField.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UIPasswordTextField.m b/core/ui/UIEditBox/Mac/UIPasswordTextField.m index e36de8d508..2eebcafed1 100644 --- a/core/ui/UIEditBox/Mac/UIPasswordTextField.m +++ b/core/ui/UIEditBox/Mac/UIPasswordTextField.m @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 zilongshanren - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UISingleLineTextField.h b/core/ui/UIEditBox/Mac/UISingleLineTextField.h index a0f876865e..ed51b075ea 100644 --- a/core/ui/UIEditBox/Mac/UISingleLineTextField.h +++ b/core/ui/UIEditBox/Mac/UISingleLineTextField.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UISingleLineTextField.m b/core/ui/UIEditBox/Mac/UISingleLineTextField.m index a81075f655..babe934a9d 100644 --- a/core/ui/UIEditBox/Mac/UISingleLineTextField.m +++ b/core/ui/UIEditBox/Mac/UISingleLineTextField.m @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 zilongshanren - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UITextFieldFormatter.h b/core/ui/UIEditBox/Mac/UITextFieldFormatter.h index 52ad45f3ce..dc1262aa39 100644 --- a/core/ui/UIEditBox/Mac/UITextFieldFormatter.h +++ b/core/ui/UIEditBox/Mac/UITextFieldFormatter.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UITextFieldFormatter.m b/core/ui/UIEditBox/Mac/UITextFieldFormatter.m index 20f36df1d2..2aa932ce76 100644 --- a/core/ui/UIEditBox/Mac/UITextFieldFormatter.m +++ b/core/ui/UIEditBox/Mac/UITextFieldFormatter.m @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2016 zilongshanren - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/Mac/UITextInput.h b/core/ui/UIEditBox/Mac/UITextInput.h index f0c73fe9a4..18d9af0b49 100644 --- a/core/ui/UIEditBox/Mac/UITextInput.h +++ b/core/ui/UIEditBox/Mac/UITextInput.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBox.cpp b/core/ui/UIEditBox/UIEditBox.cpp index 34d828675b..0d6dd47e2f 100644 --- a/core/ui/UIEditBox/UIEditBox.cpp +++ b/core/ui/UIEditBox/UIEditBox.cpp @@ -3,7 +3,7 @@ Copyright (c) 2012 James Chen Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBox.h b/core/ui/UIEditBox/UIEditBox.h index cf858b287c..4d702cb611 100644 --- a/core/ui/UIEditBox/UIEditBox.h +++ b/core/ui/UIEditBox/UIEditBox.h @@ -3,7 +3,7 @@ Copyright (c) 2012 James Chen Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-android.cpp b/core/ui/UIEditBox/UIEditBoxImpl-android.cpp index d98118ea96..be70e74d76 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-android.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-android.cpp @@ -5,7 +5,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-android.h b/core/ui/UIEditBox/UIEditBoxImpl-android.h index 789ceefa1c..96356b5942 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-android.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-android.h @@ -3,7 +3,7 @@ Copyright (c) 2012 James Chen Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-common.cpp b/core/ui/UIEditBox/UIEditBoxImpl-common.cpp index b795784ba3..d22be842ba 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-common.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-common.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2015 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-common.h b/core/ui/UIEditBox/UIEditBoxImpl-common.h index cf531024bf..841330097d 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-common.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-common.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2015 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-ios.h b/core/ui/UIEditBox/UIEditBoxImpl-ios.h index cf01276360..a10d9e5eb2 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-ios.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-ios.h @@ -3,7 +3,7 @@ Copyright (c) 2012 James Chen Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-ios.mm b/core/ui/UIEditBox/UIEditBoxImpl-ios.mm index 27b74be7d2..73d37f7344 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-ios.mm +++ b/core/ui/UIEditBox/UIEditBoxImpl-ios.mm @@ -4,7 +4,7 @@ Copyright (c) 2013-2015 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-linux.cpp b/core/ui/UIEditBox/UIEditBoxImpl-linux.cpp index ee085643a1..da092ddf48 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-linux.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-linux.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015 hanxi Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-linux.h b/core/ui/UIEditBox/UIEditBoxImpl-linux.h index c4bd91ad7a..1cdca64b9a 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-linux.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-linux.h @@ -3,7 +3,7 @@ Copyright (c) 2015 hanxi Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-mac.h b/core/ui/UIEditBox/UIEditBoxImpl-mac.h index a5269c0b58..656dd5a218 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-mac.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-mac.h @@ -3,7 +3,7 @@ Copyright (c) 2012 Jozef Pridavok Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-mac.mm b/core/ui/UIEditBox/UIEditBoxImpl-mac.mm index 8540b255bc..8909a07e61 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-mac.mm +++ b/core/ui/UIEditBox/UIEditBoxImpl-mac.mm @@ -3,7 +3,7 @@ Copyright (c) 2012 Jozef Pridavok Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-stub.cpp b/core/ui/UIEditBox/UIEditBoxImpl-stub.cpp index 97bdb82f0b..66b656d1da 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-stub.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-stub.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-wasm.cpp b/core/ui/UIEditBox/UIEditBoxImpl-wasm.cpp index 0c4bfab12d..24d3c8284a 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-wasm.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-wasm.cpp @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-wasm.h b/core/ui/UIEditBox/UIEditBoxImpl-wasm.h index 55d786e10f..e105420c16 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-wasm.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-wasm.h @@ -2,7 +2,7 @@ Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-win32.cpp b/core/ui/UIEditBox/UIEditBoxImpl-win32.cpp index d524af378d..e37e26393f 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-win32.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-win32.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013 Jozef Pridavok Copyright (c) 2013-2017 zilongshanren Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-win32.h b/core/ui/UIEditBox/UIEditBoxImpl-win32.h index 951dcb8e69..92781dea65 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-win32.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-win32.h @@ -3,7 +3,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013 Jozef Pridavok Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl-winrt.cpp b/core/ui/UIEditBox/UIEditBoxImpl-winrt.cpp index 19fc5bff08..87d0542165 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-winrt.cpp +++ b/core/ui/UIEditBox/UIEditBoxImpl-winrt.cpp @@ -2,7 +2,7 @@ //Copyright (c) 2014 cocos2d-x.org //Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. // -//https://axmolengine.github.io/ +//https://axmol.dev/ // //* Portions Copyright (c) Microsoft Open Technologies, Inc. //* All Rights Reserved diff --git a/core/ui/UIEditBox/UIEditBoxImpl-winrt.h b/core/ui/UIEditBox/UIEditBoxImpl-winrt.h index dd1a2e869a..4177c3ccb9 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl-winrt.h +++ b/core/ui/UIEditBox/UIEditBoxImpl-winrt.h @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/UIEditBoxImpl.h b/core/ui/UIEditBox/UIEditBoxImpl.h index ed2147863f..073344f7b7 100644 --- a/core/ui/UIEditBox/UIEditBoxImpl.h +++ b/core/ui/UIEditBox/UIEditBoxImpl.h @@ -3,7 +3,7 @@ Copyright (c) 2012 James Chen Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UIEditBoxIOS.h b/core/ui/UIEditBox/iOS/UIEditBoxIOS.h index 80324f20be..f55e397355 100644 --- a/core/ui/UIEditBox/iOS/UIEditBoxIOS.h +++ b/core/ui/UIEditBox/iOS/UIEditBoxIOS.h @@ -5,7 +5,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UIEditBoxIOS.mm b/core/ui/UIEditBox/iOS/UIEditBoxIOS.mm index b4dd80c526..f7e6dc1afd 100644 --- a/core/ui/UIEditBox/iOS/UIEditBoxIOS.mm +++ b/core/ui/UIEditBox/iOS/UIEditBoxIOS.mm @@ -5,7 +5,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UIMultilineTextField.h b/core/ui/UIEditBox/iOS/UIMultilineTextField.h index 8b78298102..a3754f8b92 100644 --- a/core/ui/UIEditBox/iOS/UIMultilineTextField.h +++ b/core/ui/UIEditBox/iOS/UIMultilineTextField.h @@ -4,7 +4,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UIMultilineTextField.mm b/core/ui/UIEditBox/iOS/UIMultilineTextField.mm index 1ad8a510d2..2033ca3665 100644 --- a/core/ui/UIEditBox/iOS/UIMultilineTextField.mm +++ b/core/ui/UIEditBox/iOS/UIMultilineTextField.mm @@ -4,7 +4,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UISingleLineTextField.h b/core/ui/UIEditBox/iOS/UISingleLineTextField.h index ff88573e32..e75f48e2ad 100644 --- a/core/ui/UIEditBox/iOS/UISingleLineTextField.h +++ b/core/ui/UIEditBox/iOS/UISingleLineTextField.h @@ -4,7 +4,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UISingleLineTextField.mm b/core/ui/UIEditBox/iOS/UISingleLineTextField.mm index 14ac17feaf..d814e71b83 100644 --- a/core/ui/UIEditBox/iOS/UISingleLineTextField.mm +++ b/core/ui/UIEditBox/iOS/UISingleLineTextField.mm @@ -4,7 +4,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UITextField+UITextInput.h b/core/ui/UIEditBox/iOS/UITextField+UITextInput.h index 41547c3daa..54598cfa96 100644 --- a/core/ui/UIEditBox/iOS/UITextField+UITextInput.h +++ b/core/ui/UIEditBox/iOS/UITextField+UITextInput.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UITextField+UITextInput.mm b/core/ui/UIEditBox/iOS/UITextField+UITextInput.mm index 8187ba447f..bc04586882 100644 --- a/core/ui/UIEditBox/iOS/UITextField+UITextInput.mm +++ b/core/ui/UIEditBox/iOS/UITextField+UITextInput.mm @@ -2,7 +2,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UITextInput.h b/core/ui/UIEditBox/iOS/UITextInput.h index 0d28c812fc..b23d950e67 100644 --- a/core/ui/UIEditBox/iOS/UITextInput.h +++ b/core/ui/UIEditBox/iOS/UITextInput.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UITextView+UITextInput.h b/core/ui/UIEditBox/iOS/UITextView+UITextInput.h index 3dd86c2ca7..5f1b8eb734 100644 --- a/core/ui/UIEditBox/iOS/UITextView+UITextInput.h +++ b/core/ui/UIEditBox/iOS/UITextView+UITextInput.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIEditBox/iOS/UITextView+UITextInput.mm b/core/ui/UIEditBox/iOS/UITextView+UITextInput.mm index f6cbb9125d..452fc5c853 100644 --- a/core/ui/UIEditBox/iOS/UITextView+UITextInput.mm +++ b/core/ui/UIEditBox/iOS/UITextView+UITextInput.mm @@ -2,7 +2,7 @@ Copyright (c) 2015 Mazyad Alabduljaleel Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIHBox.cpp b/core/ui/UIHBox.cpp index 4fb3bf8a70..214e23c3fd 100644 --- a/core/ui/UIHBox.cpp +++ b/core/ui/UIHBox.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIHBox.h b/core/ui/UIHBox.h index 674831ffc0..a011bd92bf 100644 --- a/core/ui/UIHBox.h +++ b/core/ui/UIHBox.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIHelper.cpp b/core/ui/UIHelper.cpp index f8b84a10a5..a7bcec53e3 100644 --- a/core/ui/UIHelper.cpp +++ b/core/ui/UIHelper.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIHelper.h b/core/ui/UIHelper.h index 82336d35e4..3907489cab 100644 --- a/core/ui/UIHelper.h +++ b/core/ui/UIHelper.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIImageView.cpp b/core/ui/UIImageView.cpp index d5fed367c7..d87b7ad8f9 100644 --- a/core/ui/UIImageView.cpp +++ b/core/ui/UIImageView.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIImageView.h b/core/ui/UIImageView.h index 7980936fff..d1cb75e62f 100644 --- a/core/ui/UIImageView.h +++ b/core/ui/UIImageView.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayout.cpp b/core/ui/UILayout.cpp index 20a7c6dd05..99c003aba7 100644 --- a/core/ui/UILayout.cpp +++ b/core/ui/UILayout.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayout.h b/core/ui/UILayout.h index e4639c4d3a..a53de84ae7 100644 --- a/core/ui/UILayout.h +++ b/core/ui/UILayout.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutComponent.cpp b/core/ui/UILayoutComponent.cpp index 343b9866f0..1cf94d71d6 100644 --- a/core/ui/UILayoutComponent.cpp +++ b/core/ui/UILayoutComponent.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutComponent.h b/core/ui/UILayoutComponent.h index 9f838e1cbd..64af45e9a5 100644 --- a/core/ui/UILayoutComponent.h +++ b/core/ui/UILayoutComponent.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutManager.cpp b/core/ui/UILayoutManager.cpp index 8a037e3539..9f7a647586 100644 --- a/core/ui/UILayoutManager.cpp +++ b/core/ui/UILayoutManager.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutManager.h b/core/ui/UILayoutManager.h index 400bea900e..c623139466 100644 --- a/core/ui/UILayoutManager.h +++ b/core/ui/UILayoutManager.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutParameter.cpp b/core/ui/UILayoutParameter.cpp index 9b5356c93e..d9db43036e 100644 --- a/core/ui/UILayoutParameter.cpp +++ b/core/ui/UILayoutParameter.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILayoutParameter.h b/core/ui/UILayoutParameter.h index 5b000929d7..26a71fb8ff 100644 --- a/core/ui/UILayoutParameter.h +++ b/core/ui/UILayoutParameter.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIListView.cpp b/core/ui/UIListView.cpp index 2c107dc13e..b10e3412cc 100644 --- a/core/ui/UIListView.cpp +++ b/core/ui/UIListView.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIListView.h b/core/ui/UIListView.h index 0836c302f8..2974273246 100644 --- a/core/ui/UIListView.h +++ b/core/ui/UIListView.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILoadingBar.cpp b/core/ui/UILoadingBar.cpp index f344cf6b65..0885edafa9 100644 --- a/core/ui/UILoadingBar.cpp +++ b/core/ui/UILoadingBar.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UILoadingBar.h b/core/ui/UILoadingBar.h index 5bcee5c1b6..32797e8624 100644 --- a/core/ui/UILoadingBar.h +++ b/core/ui/UILoadingBar.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIMediaPlayer.cpp b/core/ui/UIMediaPlayer.cpp index 52238db0f6..264ff606ea 100644 --- a/core/ui/UIMediaPlayer.cpp +++ b/core/ui/UIMediaPlayer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIMediaPlayer.h b/core/ui/UIMediaPlayer.h index 644ea0abcb..2af1e0c070 100644 --- a/core/ui/UIMediaPlayer.h +++ b/core/ui/UIMediaPlayer.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIPageView.cpp b/core/ui/UIPageView.cpp index 45cf5f47e3..546a3dbb98 100644 --- a/core/ui/UIPageView.cpp +++ b/core/ui/UIPageView.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIPageView.h b/core/ui/UIPageView.h index b905309020..89c887f020 100644 --- a/core/ui/UIPageView.h +++ b/core/ui/UIPageView.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIPageViewIndicator.cpp b/core/ui/UIPageViewIndicator.cpp index 39ca7015d2..8ec83649da 100644 --- a/core/ui/UIPageViewIndicator.cpp +++ b/core/ui/UIPageViewIndicator.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIPageViewIndicator.h b/core/ui/UIPageViewIndicator.h index dc5ac1401f..796b93ed09 100644 --- a/core/ui/UIPageViewIndicator.h +++ b/core/ui/UIPageViewIndicator.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRadioButton.cpp b/core/ui/UIRadioButton.cpp index 5232aa08a2..b5b71860bb 100644 --- a/core/ui/UIRadioButton.cpp +++ b/core/ui/UIRadioButton.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRadioButton.h b/core/ui/UIRadioButton.h index 49ea819a68..d4f6980805 100644 --- a/core/ui/UIRadioButton.h +++ b/core/ui/UIRadioButton.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRelativeBox.cpp b/core/ui/UIRelativeBox.cpp index 734cca25d4..a638e47e18 100644 --- a/core/ui/UIRelativeBox.cpp +++ b/core/ui/UIRelativeBox.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRelativeBox.h b/core/ui/UIRelativeBox.h index ee34d8e2d0..0315a981e9 100644 --- a/core/ui/UIRelativeBox.h +++ b/core/ui/UIRelativeBox.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRichText.cpp b/core/ui/UIRichText.cpp index 25fa08ab28..9cc4092b20 100644 --- a/core/ui/UIRichText.cpp +++ b/core/ui/UIRichText.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIRichText.h b/core/ui/UIRichText.h index ecdbcbff05..886ddf1852 100644 --- a/core/ui/UIRichText.h +++ b/core/ui/UIRichText.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScale9Sprite.cpp b/core/ui/UIScale9Sprite.cpp index bdbea2462f..c75defbe53 100644 --- a/core/ui/UIScale9Sprite.cpp +++ b/core/ui/UIScale9Sprite.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScale9Sprite.h b/core/ui/UIScale9Sprite.h index 6531db110d..99adedb17d 100644 --- a/core/ui/UIScale9Sprite.h +++ b/core/ui/UIScale9Sprite.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScrollView.cpp b/core/ui/UIScrollView.cpp index 46d2e66c0b..8cca021b3e 100644 --- a/core/ui/UIScrollView.cpp +++ b/core/ui/UIScrollView.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScrollView.h b/core/ui/UIScrollView.h index 0665aa87ff..314a1e950d 100644 --- a/core/ui/UIScrollView.h +++ b/core/ui/UIScrollView.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScrollViewBar.cpp b/core/ui/UIScrollViewBar.cpp index 16315724c8..3d21539929 100644 --- a/core/ui/UIScrollViewBar.cpp +++ b/core/ui/UIScrollViewBar.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIScrollViewBar.h b/core/ui/UIScrollViewBar.h index 4a3b9f6b96..48177c417e 100644 --- a/core/ui/UIScrollViewBar.h +++ b/core/ui/UIScrollViewBar.h @@ -2,7 +2,7 @@ Copyright (c) 2015 Neo Kim (neo.kim@neofect.com) Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UISlider.cpp b/core/ui/UISlider.cpp index 24c1909850..f2e89a528e 100644 --- a/core/ui/UISlider.cpp +++ b/core/ui/UISlider.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UISlider.h b/core/ui/UISlider.h index af7ec2ce0a..c8d5262e2e 100644 --- a/core/ui/UISlider.h +++ b/core/ui/UISlider.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITabControl.cpp b/core/ui/UITabControl.cpp index 2297f5656a..70d2c8591f 100644 --- a/core/ui/UITabControl.cpp +++ b/core/ui/UITabControl.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITabControl.h b/core/ui/UITabControl.h index 19deae6ea7..1d8c884abc 100644 --- a/core/ui/UITabControl.h +++ b/core/ui/UITabControl.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIText.cpp b/core/ui/UIText.cpp index 1fea1f8c0b..f852412762 100644 --- a/core/ui/UIText.cpp +++ b/core/ui/UIText.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIText.h b/core/ui/UIText.h index c4177a6786..37c354ca4b 100644 --- a/core/ui/UIText.h +++ b/core/ui/UIText.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextAtlas.cpp b/core/ui/UITextAtlas.cpp index b63504eaa0..2aeaf8974f 100644 --- a/core/ui/UITextAtlas.cpp +++ b/core/ui/UITextAtlas.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextAtlas.h b/core/ui/UITextAtlas.h index 4190a4382c..59cf1d2d79 100644 --- a/core/ui/UITextAtlas.h +++ b/core/ui/UITextAtlas.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextBMFont.cpp b/core/ui/UITextBMFont.cpp index f95083a99f..f8f003e760 100644 --- a/core/ui/UITextBMFont.cpp +++ b/core/ui/UITextBMFont.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextBMFont.h b/core/ui/UITextBMFont.h index df66facffb..02eaa815e6 100644 --- a/core/ui/UITextBMFont.h +++ b/core/ui/UITextBMFont.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextField.cpp b/core/ui/UITextField.cpp index c227cc35c2..a1f48457db 100644 --- a/core/ui/UITextField.cpp +++ b/core/ui/UITextField.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextField.h b/core/ui/UITextField.h index 84ed328f2c..be19323c90 100644 --- a/core/ui/UITextField.h +++ b/core/ui/UITextField.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextFieldEx.cpp b/core/ui/UITextFieldEx.cpp index 513ad85088..1ff3542df6 100644 --- a/core/ui/UITextFieldEx.cpp +++ b/core/ui/UITextFieldEx.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UITextFieldEx.h b/core/ui/UITextFieldEx.h index 6434c82517..4387cc61c8 100644 --- a/core/ui/UITextFieldEx.h +++ b/core/ui/UITextFieldEx.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIVBox.cpp b/core/ui/UIVBox.cpp index 858d9029a7..611796620a 100644 --- a/core/ui/UIVBox.cpp +++ b/core/ui/UIVBox.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIVBox.h b/core/ui/UIVBox.h index e1fc309534..cc3d72830a 100644 --- a/core/ui/UIVBox.h +++ b/core/ui/UIVBox.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebView-inl.h b/core/ui/UIWebView/UIWebView-inl.h index 0ae1d21be4..af859955df 100644 --- a/core/ui/UIWebView/UIWebView-inl.h +++ b/core/ui/UIWebView/UIWebView-inl.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebView.cpp b/core/ui/UIWebView/UIWebView.cpp index f1c1247cfc..b92b83667a 100644 --- a/core/ui/UIWebView/UIWebView.cpp +++ b/core/ui/UIWebView/UIWebView.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebView.h b/core/ui/UIWebView/UIWebView.h index aa9953811a..6ce5330f77 100644 --- a/core/ui/UIWebView/UIWebView.h +++ b/core/ui/UIWebView/UIWebView.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebView.mm b/core/ui/UIWebView/UIWebView.mm index 7fe53fed07..fb9dee3b6d 100644 --- a/core/ui/UIWebView/UIWebView.mm +++ b/core/ui/UIWebView/UIWebView.mm @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-android.cpp b/core/ui/UIWebView/UIWebViewImpl-android.cpp index d921f55d22..1ce6a56bb3 100644 --- a/core/ui/UIWebView/UIWebViewImpl-android.cpp +++ b/core/ui/UIWebView/UIWebViewImpl-android.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-android.h b/core/ui/UIWebView/UIWebViewImpl-android.h index 13b17c9ee5..e004f8d15d 100644 --- a/core/ui/UIWebView/UIWebViewImpl-android.h +++ b/core/ui/UIWebView/UIWebViewImpl-android.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-ios.h b/core/ui/UIWebView/UIWebViewImpl-ios.h index cae7365a16..a0d7ff9d04 100644 --- a/core/ui/UIWebView/UIWebViewImpl-ios.h +++ b/core/ui/UIWebView/UIWebViewImpl-ios.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-ios.mm b/core/ui/UIWebView/UIWebViewImpl-ios.mm index 78650ee55c..65a73302dd 100644 --- a/core/ui/UIWebView/UIWebViewImpl-ios.mm +++ b/core/ui/UIWebView/UIWebViewImpl-ios.mm @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-win32.cpp b/core/ui/UIWebView/UIWebViewImpl-win32.cpp index 5dcee9ad65..6d1fac359e 100644 --- a/core/ui/UIWebView/UIWebViewImpl-win32.cpp +++ b/core/ui/UIWebView/UIWebViewImpl-win32.cpp @@ -3,7 +3,7 @@ Portions copyright (c) 2017 Serge Zaitsev - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWebView/UIWebViewImpl-win32.h b/core/ui/UIWebView/UIWebViewImpl-win32.h index 60fc1652d0..8cfe13df7f 100644 --- a/core/ui/UIWebView/UIWebViewImpl-win32.h +++ b/core/ui/UIWebView/UIWebViewImpl-win32.h @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Author: Jeff Wang - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWidget.cpp b/core/ui/UIWidget.cpp index dbfe97d2d3..9f55421f58 100644 --- a/core/ui/UIWidget.cpp +++ b/core/ui/UIWidget.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/UIWidget.h b/core/ui/UIWidget.h index 08816dffdf..e0ca9e8081 100644 --- a/core/ui/UIWidget.h +++ b/core/ui/UIWidget.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/axmol-ui.cpp b/core/ui/axmol-ui.cpp index bc5a748cf6..3882486263 100644 --- a/core/ui/axmol-ui.cpp +++ b/core/ui/axmol-ui.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/ui/axmol-ui.h b/core/ui/axmol-ui.h index e66685ef8f..bf9631bcd1 100644 --- a/core/ui/axmol-ui.h +++ b/core/ui/axmol-ui.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/ExtensionExport.h b/extensions/ExtensionExport.h index 78d32236ea..575ac31c4d 100644 --- a/extensions/ExtensionExport.h +++ b/extensions/ExtensionExport.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/ExtensionMacros.h b/extensions/ExtensionMacros.h index a279fed5a2..df5af2d582 100644 --- a/extensions/ExtensionMacros.h +++ b/extensions/ExtensionMacros.h @@ -2,7 +2,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ControlExtension/Control.cpp b/extensions/GUI/src/GUI/ControlExtension/Control.cpp index 8a7a1765ed..83f156bd6d 100644 --- a/extensions/GUI/src/GUI/ControlExtension/Control.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/Control.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/Control.h b/extensions/GUI/src/GUI/ControlExtension/Control.h index f12ccafe2f..6e60c1418e 100644 --- a/extensions/GUI/src/GUI/ControlExtension/Control.h +++ b/extensions/GUI/src/GUI/ControlExtension/Control.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlButton.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlButton.cpp index 4b1c5730ce..65de4135ab 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlButton.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlButton.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlButton.h b/extensions/GUI/src/GUI/ControlExtension/ControlButton.h index 9438435de9..7f3dce7e4a 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlButton.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlButton.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.cpp index 32dd56aa1b..79db05b966 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.h b/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.h index 63602cf022..456cf84aa6 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlColourPicker.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlExtensions.h b/extensions/GUI/src/GUI/ControlExtension/ControlExtensions.h index 78e9095551..56f2be94cb 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlExtensions.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlExtensions.h @@ -2,7 +2,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.cpp index 0ebeb8e4f1..534933f169 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.h b/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.h index a2d6efffd3..b42b4b58ea 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlHuePicker.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.cpp index 81cb6997bf..288f98363b 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.h b/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.h index d6501dd282..c8adef70ad 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlPotentiometer.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.cpp index e6aeafd332..9d1e6acad1 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.h b/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.h index 495ea01271..7bd5a1b217 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSaturationBrightnessPicker.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Stewart Hamilton-Arrandale. * http://creativewax.co.uk diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSlider.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlSlider.cpp index c3d19ef0e7..664a283c22 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSlider.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSlider.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSlider.h b/extensions/GUI/src/GUI/ControlExtension/ControlSlider.h index a9f1632e46..62195ce556 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSlider.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSlider.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2011 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlStepper.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlStepper.cpp index 51e4088c96..57d09a25b8 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlStepper.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlStepper.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlStepper.h b/extensions/GUI/src/GUI/ControlExtension/ControlStepper.h index 949ab8b718..b00d9c8838 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlStepper.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlStepper.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.cpp index da73941744..f9e3087f1a 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.h b/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.h index 998cbf0858..5d2c47292c 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlSwitch.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright 2012 Yannick Loriot. All rights reserved. * http://yannickloriot.com diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlUtils.cpp b/extensions/GUI/src/GUI/ControlExtension/ControlUtils.cpp index 5abeaed860..6ff9a93217 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlUtils.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/ControlUtils.cpp @@ -2,7 +2,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ControlExtension/ControlUtils.h b/extensions/GUI/src/GUI/ControlExtension/ControlUtils.h index 9298f771a0..94395a088a 100644 --- a/extensions/GUI/src/GUI/ControlExtension/ControlUtils.h +++ b/extensions/GUI/src/GUI/ControlExtension/ControlUtils.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * * Copyright 2012 Stewart Hamilton-Arrandale. diff --git a/extensions/GUI/src/GUI/ControlExtension/Invocation.cpp b/extensions/GUI/src/GUI/ControlExtension/Invocation.cpp index 4ded4ac6e1..45f1714ee5 100644 --- a/extensions/GUI/src/GUI/ControlExtension/Invocation.cpp +++ b/extensions/GUI/src/GUI/ControlExtension/Invocation.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * diff --git a/extensions/GUI/src/GUI/ControlExtension/Invocation.h b/extensions/GUI/src/GUI/ControlExtension/Invocation.h index 3392cfa8e0..e093b36618 100644 --- a/extensions/GUI/src/GUI/ControlExtension/Invocation.h +++ b/extensions/GUI/src/GUI/ControlExtension/Invocation.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2012 cocos2d-x.org - * https://axmolengine.github.io/ + * https://axmol.dev/ * * Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. * diff --git a/extensions/GUI/src/GUI/ScrollView/ScrollView.cpp b/extensions/GUI/src/GUI/ScrollView/ScrollView.cpp index 05c6e05cf3..72fe076942 100644 --- a/extensions/GUI/src/GUI/ScrollView/ScrollView.cpp +++ b/extensions/GUI/src/GUI/ScrollView/ScrollView.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ScrollView/ScrollView.h b/extensions/GUI/src/GUI/ScrollView/ScrollView.h index a738d8a59c..72c7f9b54d 100644 --- a/extensions/GUI/src/GUI/ScrollView/ScrollView.h +++ b/extensions/GUI/src/GUI/ScrollView/ScrollView.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ScrollView/TableView.cpp b/extensions/GUI/src/GUI/ScrollView/TableView.cpp index f734b4ae57..7ec098d082 100644 --- a/extensions/GUI/src/GUI/ScrollView/TableView.cpp +++ b/extensions/GUI/src/GUI/ScrollView/TableView.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ScrollView/TableView.h b/extensions/GUI/src/GUI/ScrollView/TableView.h index 8e76faf554..8755e7c88c 100644 --- a/extensions/GUI/src/GUI/ScrollView/TableView.h +++ b/extensions/GUI/src/GUI/ScrollView/TableView.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ScrollView/TableViewCell.cpp b/extensions/GUI/src/GUI/ScrollView/TableViewCell.cpp index 9fcb673a5e..1ef634ea06 100644 --- a/extensions/GUI/src/GUI/ScrollView/TableViewCell.cpp +++ b/extensions/GUI/src/GUI/ScrollView/TableViewCell.cpp @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/GUI/src/GUI/ScrollView/TableViewCell.h b/extensions/GUI/src/GUI/ScrollView/TableViewCell.h index 6e186e51b9..19b6ee30ca 100644 --- a/extensions/GUI/src/GUI/ScrollView/TableViewCell.h +++ b/extensions/GUI/src/GUI/ScrollView/TableViewCell.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Sangwoo Im Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/JSONDefault/src/JSONDefault/JSONDefault.cpp b/extensions/JSONDefault/src/JSONDefault/JSONDefault.cpp index 0bdee36579..6b7c9012a0 100644 --- a/extensions/JSONDefault/src/JSONDefault/JSONDefault.cpp +++ b/extensions/JSONDefault/src/JSONDefault/JSONDefault.cpp @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/JSONDefault/src/JSONDefault/JSONDefault.h b/extensions/JSONDefault/src/JSONDefault/JSONDefault.h index 2a373d5e0b..f8643431d0 100644 --- a/extensions/JSONDefault/src/JSONDefault/JSONDefault.h +++ b/extensions/JSONDefault/src/JSONDefault/JSONDefault.h @@ -4,7 +4,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUAffector.cpp index 76b3363463..8a51f3e81f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUAffector.h index 1ab25b57d0..578544f705 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.cpp index 3d8245aa95..3cfda26f50 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.h b/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.h index b9f1f7d7ca..244f85c60c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffectorManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.cpp index caaabc1a8d..70e89bb89b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.h index 3e0b3ce45c..c481ea8496 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.cpp index 2888ed2c72..c8adcbacfb 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.h index ddcf531c0f..1698fbb4a5 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.cpp index 386bf7b435..f2f64be127 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.h index 5112d6362c..51f846c22a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUAlignAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.cpp index 9749a1850b..ce9beed34c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.h b/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.h index b0a97861fc..d13d664691 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseCollider.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.cpp index e2f32179d5..b9c6967139 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.h index fc1cf93425..29eac521fc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseColliderTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.cpp index 5c7fb6a255..bc58219a67 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.h index 1adef1a803..d588c72f99 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.cpp index 6511241efe..49e41ee335 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.h index 54dbfcc323..7580fbe862 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBaseForceAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.cpp index 07d495aeac..d2a4e5402b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.h b/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.h index 6e2a1f01d4..5f6e7416ce 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBeamRender.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.cpp index 40666fc5b7..13c265c59a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.h b/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.h index 725799a937..96778ce284 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviour.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.cpp index 0ea2363ab7..07d6bef75a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.h b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.h index 1cd716d2a3..72bc4c7c77 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.cpp index 503b921b37..0e46bf6701 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.h index 39e571bd7e..02de72c3e2 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBehaviourTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.cpp index d4926cf295..443a031baa 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.h b/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.h index def59aece1..2b77a04d90 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBillboardChain.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.cpp index 44c28a2e40..713a8f7824 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.h b/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.h index b4a34f1011..d079312a11 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxCollider.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.cpp index 0110010080..06f383bc3c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.h index b92bb3fb3d..4f28a7a3a1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxColliderTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.cpp index d15e31927c..c8a9bd7ab7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.h index 1213980b04..3a5f0a0fdf 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.cpp index f6ecad704a..7fbfd921a9 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.h index 82bb9e2f6f..39b5a5ea93 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUBoxEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.cpp index 9b1ae2b399..785a7b3507 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.h index 98fcf34968..10501084bb 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.cpp index 48931cb67d..a918ab5762 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.h index b78791469a..50c90babe8 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUCircleEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.cpp index a10c917cae..e0a427220e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.h index 29d22e610d..d653ce6683 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.cpp index 2884a93646..d8f9fd9515 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.h index 5f127a734b..6e783fd823 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUCollisionAvoidanceAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.cpp index 62f208a6aa..f5a2ffc738 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.h index d33b2e2487..947165fabf 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUColorAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.cpp index 70789c7cb0..1b42929783 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.h index c00cc5bb91..fbbd2d7ca4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUColorAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.cpp index c9ba3227b4..77ace345f9 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.h index 8cea0798eb..3a71edeb2a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.cpp index e9a9eabf7f..ff6be073f9 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.h index dae4f22db9..6f90df718a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoAffectorEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.cpp index 74ce6c70ab..f7c8e8c5e0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.h index 5af9a48fa7..0aa60b6b30 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.cpp index 3422b8e618..10ac3bc116 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.h index c4d5cb7f40..db78f1c393 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoEnableComponentEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.cpp index a3760a030f..38635401ac 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.h index 05334e68a5..7deb985e64 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.cpp index 9c1ceda6a0..72e1d12e37 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.h index 7ba119bf79..4efaf1fe11 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoExpireEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.cpp index cf8f59c333..b96eabfe5c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.h index 2aad751a43..83598b6cd8 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.cpp index 2ff283796d..08c362f58e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.h index ff387aa28e..b4a2494fc0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoFreezeEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.cpp index c357669a8d..3189fd06dd 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.h index 78a12bd5d1..3ddc4d3584 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.cpp index f755c6f5a9..bdfed8cc51 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.h index ceb6828cae..bdefc8a746 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoPlacementParticleEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.cpp index 8fc04e143e..1aff47d55a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.h index c989584881..0dba8a087b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.cpp index 2b6c6dacd6..59f23a49cd 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.h index 446f108d10..42786a65f6 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoScaleEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.cpp index a3219724b0..e35e22e4be 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.h index 43d9139cee..49c82b398c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.cpp index d5b87df7bb..287f93ed9b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.h index 5e1795d09c..339ef3cad3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDoStopSystemEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.cpp index ec55501ff3..f381a3a1c8 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.h b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.h index 295f21235d..515d53dd0a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttribute.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.cpp index aee90cc490..80ddbd025b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.h index e520c60fbc..7cc6421bbd 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUDynamicAttributeTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEmitter.cpp index 67c0213410..32b39b18b1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUEmitter.h index fc19e73852..a7b971da91 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.cpp index 859f1ef0fb..516fce5a11 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.h b/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.h index 0555f12424..1cf9b5bbb6 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitterManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.cpp index fb9da13274..b1cc0894d4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.h index a7be61385e..62a8816d1b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.cpp index 0d2527ad5b..cdce6db9c0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.h b/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.h index cca538a674..04f06b3c91 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.cpp index f8f79326e9..febb79a84d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.h b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.h index 61f416695c..290378fac2 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.cpp index 25cafb3f78..c8d38ff155 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.h index 5495048171..6e73bc3f56 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUEventHandlerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.cpp index bccd661318..56d707226a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.h index d688650e06..bd8929bb51 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.cpp index c904786894..d27d778e49 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.h index 8806740d13..8a67320275 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUFlockCenteringAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceField.cpp b/extensions/Particle3D/src/Particle3D/PU/PUForceField.cpp index ff518d0571..af48bfd6e7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceField.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceField.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceField.h b/extensions/Particle3D/src/Particle3D/PU/PUForceField.h index 3f51633792..c6c10bf31a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceField.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceField.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.cpp index 38a211bd73..07a766bcbf 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.h index bf12f2f73f..b7806034a5 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.cpp index 44a70a6cc6..1416989c32 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.h index bf2205d43c..8e79ae4efc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUForceFieldAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.cpp index 3012da5831..1ef1938eae 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.h b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.h index b5bcd10dc2..476a021c32 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.cpp index ffd0654e5f..77943b5a3a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.h index 3b59c0ce9c..69a6dd18a9 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUGeometryRotatorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.cpp index 2c9254a085..3075567fe3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.h index a4bb1b89a8..7117e642ad 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.cpp index f8c0da3b80..5f760a5497 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.h index 6404693258..4471f99d64 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUGravityAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.cpp b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.cpp index a8e2ee143c..0c0fd00de7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.h b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.h index 0078b3a6b5..bddfed67dc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleCollider.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.cpp index 8a77a189ab..108400537d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.h index 6346b2b858..0e20ad35c7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUInterParticleColliderTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.cpp index 2e38a9918d..3a9dfb3184 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.h index b0f0dff35a..f71aebbe5f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUJetAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.cpp index 01cc253198..2df100b96f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.h index 5b93137a35..e38551681e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUJetAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PULineAffector.cpp index b53dfb3c5c..11ca5c5a24 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULineAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineAffector.h b/extensions/Particle3D/src/Particle3D/PU/PULineAffector.h index 22dcf26a3f..1ec2e555cc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULineAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.cpp index 06720de06e..f7823926c8 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.h index 73298b5bde..3b63235a29 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULineAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.cpp index 982bb37848..298201cb00 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.h index bb86e9e787..f223337cad 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULineEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.cpp index 7b0673118a..958551c033 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.h index bf987200c7..ad52de4561 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULineEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.cpp index a234fbc6d7..01152766c0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.h b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.h index 19f1ae4e84..cd79f38d1b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.cpp index 57fda736f7..3b29e1bfb1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.h index 2bdf0ec108..498053c33e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PULinearForceAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUListener.cpp b/extensions/Particle3D/src/Particle3D/PU/PUListener.cpp index 524be29a06..a7bfec29d4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUListener.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUListener.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUListener.h b/extensions/Particle3D/src/Particle3D/PU/PUListener.h index e7124e4965..c2ec0cbc15 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUListener.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUListener.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.cpp index d1626f6d9d..b0172a5fd1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.h b/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.h index 95e26300a8..9943a9491d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUMaterialManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.cpp index 7fa8ec8e6e..83fd068c44 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.h index 0b54fd2fc8..740fa92d5b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUMaterialTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.cpp index 0e29900c58..ef77750522 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.h index 6f2b5df1cf..41543d3a03 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.cpp index 2760b0da32..9c43b84139 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.h index c9ae358217..8eafc18fb3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUMeshSurfaceEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUNoise.cpp b/extensions/Particle3D/src/Particle3D/PU/PUNoise.cpp index 80a7956bb0..0730564556 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUNoise.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUNoise.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUNoise.h b/extensions/Particle3D/src/Particle3D/PU/PUNoise.h index 7df4c9e61c..dc9fa9b641 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUNoise.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUNoise.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUObserver.cpp index 9057123e9f..365b15b21e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUObserver.h index 7f796ee857..9d7bad132e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.cpp index 2c3813741d..042a060d50 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.h b/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.h index 9aef6f05dd..8596073cf4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserverManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.cpp index bfb1ad178c..32c904b7b2 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.h index ab39131bfd..57498c9b5c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.cpp index 46e662142a..732626b58c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.h index 04e76a0a33..eae71f2dc6 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.cpp index 5daee1e3df..8a76186548 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.h index f2ce3d39b0..5a1cc01143 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnClearObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.cpp index c488b90a36..364afc9c6a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.h index 21dbcf81b7..07f5183937 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.cpp index 7cfd48b398..1e1197d694 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.h index 206c44dd88..a82bb8b022 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCollisionObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.cpp index 9c1f51061e..3f528ae0b3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.h index 91a437c6c3..4f389b50c5 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.cpp index adc85d2687..c7daa4464a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.h index 5735c6be74..9f615a15f1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnCountObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.cpp index f912c82f3b..069d695423 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.h index 5c74c588a8..af2bc9f8b2 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.cpp index 42b9684a6a..99640e6ef7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.h index 9dc2f6499e..19335124a0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEmissionObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.cpp index f176b284d5..1f7271b64b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.h index c26148134a..85e04e79d5 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.cpp index 405b1a6caf..3e60f11986 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.h index 7303c4cffe..c2f30edca0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnEventFlagObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.cpp index c6da3f537a..f19f4c06ab 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.h index 8e7ff227ae..a0e2053bd3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.cpp index a9090565cd..ff3047b76a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.h index 1f655f6f85..daf2cd652b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnExpireObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.cpp index 066707ccbc..2b5fedecb3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.h index db6ef03f70..0672743c39 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.cpp index b298985e86..6d44a21b0a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.h index c7cab19299..00113825aa 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnPositionObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.cpp index d9b885688f..aa2d7e7c68 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.h index 5975e2ef91..f9fc36198b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.cpp index b8f80744ec..c33370e534 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.h index 09daf53c46..3c13c5588d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnQuotaObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.cpp index 4761034ae6..85d9f9afa0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.h index 93b9feb8a9..0bdf62e076 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.cpp index 2cca88da0c..f755cdfce7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.h index dc4b64a42d..619ab2f332 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnRandomObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.cpp index 1ba88017f8..bc7b689701 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.h index cd1fd1a520..a74183a12d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.cpp index 899f9a9d0d..dca245d056 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.h index 0b7c27ae02..f202d4f7af 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnTimeObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.cpp index d6b85812e3..fd80b05b9c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.h b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.h index 9143ccc50f..d491d8066b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserver.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.cpp index 5c0a04ecb1..af39ffac88 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.h index 98a1951b8b..0f3a45b66f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUOnVelocityObserverTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.cpp b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.cpp index e17d4f874b..c573f40aef 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.h b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.h index d71d8cb387..20769d4760 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollower.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.cpp index 9fb3cd9429..a83ec3b3fb 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.h index 7ce05a0f8d..ae6e768cd2 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleFollowerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.cpp b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.cpp index 9c739407d1..88dc6db3bc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.h b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.h index d8d87c6a8d..a6caf246fe 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3D.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.cpp index ddf408fe8d..8eb1687edd 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.h index 35a11f2446..6fe1a0976f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUParticleSystem3DTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.cpp index d9409f78ac..1636f40b3c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.h b/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.h index 45b081276c..414015ac13 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPathFollower.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.cpp index bef2ba282d..40c409616e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.h index c6b618a857..0018e9186a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPathFollowerTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlane.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPlane.cpp index d7c7bea9e8..75d830a4d9 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlane.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlane.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlane.h b/extensions/Particle3D/src/Particle3D/PU/PUPlane.h index 85ac3df648..421e858d07 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlane.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlane.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.cpp index ef782f0157..f0176b5891 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.h b/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.h index 2cf952e70f..2492b9f821 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlaneCollider.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.cpp index ffc69e0929..b222c6047b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.h index 1d14002e5d..12d0215ea0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPlaneColliderTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.cpp index d99f5adf1f..d5c2a29434 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.h index 03cb138eb5..c19e0cb786 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.cpp index 8b99237db8..4ed4b56856 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.h index 15a02e745a..df4b01e73e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPointEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.cpp index bc84c47001..c82a177c9d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.h index b81e1aa504..e941900b1c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.cpp index 8589b99d0a..ac46d22039 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.h index aaa4d9b912..3faeea7ec0 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUPositionEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURandomiser.cpp b/extensions/Particle3D/src/Particle3D/PU/PURandomiser.cpp index d78a4ab2d6..b106400657 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURandomiser.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURandomiser.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURandomiser.h b/extensions/Particle3D/src/Particle3D/PU/PURandomiser.h index 198cf5abe1..8c56cb5d40 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURandomiser.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURandomiser.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.cpp index b05c47c222..e28b54067e 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.h index 8212763ffb..583ca3bddf 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURandomiserTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURender.cpp b/extensions/Particle3D/src/Particle3D/PU/PURender.cpp index d1a48684e6..f138ba7c3b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURender.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURender.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURender.h b/extensions/Particle3D/src/Particle3D/PU/PURender.h index ea49e9f133..1b572c80c3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURender.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURender.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.cpp index 152645b12c..6cd82ebaa3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.h index 46e8c71270..b5c8d9ecf1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURendererTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.cpp b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.cpp index 4863e003f8..70c80f2b1b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.h b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.h index e376ff3e55..8f38a9464a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrail.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.cpp b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.cpp index 2303b86cab..980f061a69 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.h b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.h index 2659850be4..b52eea18aa 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.h +++ b/extensions/Particle3D/src/Particle3D/PU/PURibbonTrailRender.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.cpp index cc8cb46240..215a16cd82 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.h index c9f0a21740..7bba0b6044 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.cpp index 1d8a7abc5b..0668d8de10 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.h index 14ca41cde0..e400cde8b5 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.cpp index 06664bc776..aa097e63fb 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.h index 6f3537bc7e..ecde6bdb47 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.cpp index b2264f862a..146260a493 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.h index b414e2b71c..60a71cb154 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScaleVelocityAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.cpp index 13bffddfe2..ae4798853a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.h b/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.h index 98eb18e869..5d891d039d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptCompiler.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.cpp index 89b63f82c3..b9c57ada6f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.h b/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.h index cf2b99a9ea..868c80805c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptLexer.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.cpp index 717c78d89c..d6b2554cec 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.h b/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.h index 80ed022262..2f3c8b0e5f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptParser.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.cpp index ed1a1e7524..cd3c6cf9af 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.h index c05377fac7..74cc8894e3 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUScriptTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.cpp index 06f78c96b4..e46ab1f911 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.h b/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.h index 97ea602695..c6d8261d75 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSimpleSpline.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.cpp index c74bdf7901..f84c91bf9a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.h index ea2a84c482..a76d18b64b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.cpp index 287fd4994e..9c7132867b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.h index a6b5d05bf7..65defcc291 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSineForceAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.cpp index 3439e42392..121e3c2194 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.h b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.h index 851cb8456e..79dbb7830a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviour.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.cpp index 6485d4f51b..23a3b257a7 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.h index 602514cb39..e7caf20e29 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveBehaviourTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.cpp index 206bd9ee13..ec90c2bc7a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.h index ac57575f47..e27be488fc 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.cpp index 05fae4b414..d58b730780 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.h index ea18e9d868..eda929743f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSlaveEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphere.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSphere.cpp index 60192c7d3f..0a82823629 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphere.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphere.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphere.h b/extensions/Particle3D/src/Particle3D/PU/PUSphere.h index 794faaf663..5476466394 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphere.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphere.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.cpp index 6171ca8b93..d65cdad4cd 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.h b/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.h index 63f95f02cc..f1cceb5c9a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereCollider.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.cpp index abd84aa41f..7a2ce23407 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.h index 7f72e23f52..7846bc9f48 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereColliderTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.cpp index 40c43a833f..aca600e84c 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.h index ebb28738a8..52e67cbd30 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.cpp index 1facdedeb7..926b361083 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.h index 4a7592d176..c06abca93f 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUSphereSurfaceEmitterTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.cpp index 5aae9a0c1d..aea1979d03 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.h index 8b271e6bb6..8214631442 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTechniqueTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.cpp index cf54768a16..01edb37904 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.h b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.h index 222156a4ea..45755572ff 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.cpp index aeef15e796..d50a8d9a68 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.h index d76e536677..49359b7daf 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureAnimatorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.cpp index 9d5fdfa4dd..6ecd0a87db 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.h b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.h index b4c9a286a5..473c24e93b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.cpp index 53505bb70f..b9ab29ff94 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.h index 8cdf20cc13..5803f66e37 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTextureRotatorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.cpp b/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.cpp index fba36a9fdf..1d88fe3091 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.h b/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.h index 416ff3b210..cde50dba89 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUTranslateManager.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUUtil.cpp b/extensions/Particle3D/src/Particle3D/PU/PUUtil.cpp index 6b5553944a..764141e8de 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUUtil.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUUtil.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUUtil.h b/extensions/Particle3D/src/Particle3D/PU/PUUtil.h index 4910a43b4e..07a1640c58 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUUtil.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUUtil.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.cpp index e3f3578297..66772b571d 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.h index 8d37851c68..7f4152e446 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.cpp index 0f7f324b46..77e7cfc624 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.h index e945a7509a..7be19577b8 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUVelocityMatchingAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.cpp b/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.cpp index 669a8e78be..e67354dcf4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.h b/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.h index f8e1584767..d9c461b53b 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUVertexEmitter.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.cpp b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.cpp index b62d5b1eb1..adc060ff72 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.h b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.h index 0678a3cf46..313d66d5a1 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffector.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.cpp b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.cpp index 3f8f1a326b..8848b556d4 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.cpp +++ b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.cpp @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.h b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.h index 067cbe4555..569914b68a 100644 --- a/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.h +++ b/extensions/Particle3D/src/Particle3D/PU/PUVortexAffectorTranslator.h @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DAffector.cpp b/extensions/Particle3D/src/Particle3D/Particle3DAffector.cpp index 57018869e7..731039dacf 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DAffector.cpp +++ b/extensions/Particle3D/src/Particle3D/Particle3DAffector.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DAffector.h b/extensions/Particle3D/src/Particle3D/Particle3DAffector.h index bd99d65687..1b905af4f2 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DAffector.h +++ b/extensions/Particle3D/src/Particle3D/Particle3DAffector.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DEmitter.cpp b/extensions/Particle3D/src/Particle3D/Particle3DEmitter.cpp index 62ca73cdac..65964f2eb8 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DEmitter.cpp +++ b/extensions/Particle3D/src/Particle3D/Particle3DEmitter.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DEmitter.h b/extensions/Particle3D/src/Particle3D/Particle3DEmitter.h index 7fe2c2325a..1fc46627d3 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DEmitter.h +++ b/extensions/Particle3D/src/Particle3D/Particle3DEmitter.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DRender.cpp b/extensions/Particle3D/src/Particle3D/Particle3DRender.cpp index 7f96b145d8..d3456e4e32 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DRender.cpp +++ b/extensions/Particle3D/src/Particle3D/Particle3DRender.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/Particle3DRender.h b/extensions/Particle3D/src/Particle3D/Particle3DRender.h index f387072760..6b8c7c7f9c 100644 --- a/extensions/Particle3D/src/Particle3D/Particle3DRender.h +++ b/extensions/Particle3D/src/Particle3D/Particle3DRender.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/ParticleSystem3D.cpp b/extensions/Particle3D/src/Particle3D/ParticleSystem3D.cpp index c9ec19fb6e..ccfed33169 100644 --- a/extensions/Particle3D/src/Particle3D/ParticleSystem3D.cpp +++ b/extensions/Particle3D/src/Particle3D/ParticleSystem3D.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/Particle3D/src/Particle3D/ParticleSystem3D.h b/extensions/Particle3D/src/Particle3D/ParticleSystem3D.h index 2e0d18ee0e..d590f38e48 100644 --- a/extensions/Particle3D/src/Particle3D/ParticleSystem3D.h +++ b/extensions/Particle3D/src/Particle3D/ParticleSystem3D.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/AssetsManager.cpp b/extensions/assets-manager/src/assets-manager/AssetsManager.cpp index 5d0c686611..7a5f2f8f66 100644 --- a/extensions/assets-manager/src/assets-manager/AssetsManager.cpp +++ b/extensions/assets-manager/src/assets-manager/AssetsManager.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/AssetsManager.h b/extensions/assets-manager/src/assets-manager/AssetsManager.h index e0ffa180fb..2ac70b5915 100644 --- a/extensions/assets-manager/src/assets-manager/AssetsManager.h +++ b/extensions/assets-manager/src/assets-manager/AssetsManager.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/AssetsManagerEx.cpp b/extensions/assets-manager/src/assets-manager/AssetsManagerEx.cpp index 07836816d2..aa413ba0ba 100644 --- a/extensions/assets-manager/src/assets-manager/AssetsManagerEx.cpp +++ b/extensions/assets-manager/src/assets-manager/AssetsManagerEx.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/AssetsManagerEx.h b/extensions/assets-manager/src/assets-manager/AssetsManagerEx.h index 04a03f8dee..880ed163ab 100644 --- a/extensions/assets-manager/src/assets-manager/AssetsManagerEx.h +++ b/extensions/assets-manager/src/assets-manager/AssetsManagerEx.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.cpp b/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.cpp index 3c80d1302e..44e3f679c1 100644 --- a/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.cpp +++ b/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.h b/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.h index 3ba119263d..6d7890c8cc 100644 --- a/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.h +++ b/extensions/assets-manager/src/assets-manager/EventAssetsManagerEx.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.cpp b/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.cpp index 03e9bd2bd8..a7be26582f 100644 --- a/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.cpp +++ b/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.h b/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.h index 1666ee5329..558e7e5b55 100644 --- a/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.h +++ b/extensions/assets-manager/src/assets-manager/EventListenerAssetsManagerEx.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/Manifest.cpp b/extensions/assets-manager/src/assets-manager/Manifest.cpp index 2e1c6e2ead..89f9e72818 100644 --- a/extensions/assets-manager/src/assets-manager/Manifest.cpp +++ b/extensions/assets-manager/src/assets-manager/Manifest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/assets-manager/src/assets-manager/Manifest.h b/extensions/assets-manager/src/assets-manager/Manifest.h index 2dca14c09d..8e69aa68b0 100644 --- a/extensions/assets-manager/src/assets-manager/Manifest.h +++ b/extensions/assets-manager/src/assets-manager/Manifest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/axmol-ext.h b/extensions/axmol-ext.h index 77d9184ff3..7ae623f9e8 100644 --- a/extensions/axmol-ext.h +++ b/extensions/axmol-ext.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocos-ext.h b/extensions/cocos-ext.h index 56cf979850..4424f525cf 100644 --- a/extensions/cocos-ext.h +++ b/extensions/cocos-ext.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionFrame.cpp b/extensions/cocostudio/src/cocostudio/ActionFrame.cpp index c178f0a0e6..ff29bcb1a0 100644 --- a/extensions/cocostudio/src/cocostudio/ActionFrame.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionFrame.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionFrame.h b/extensions/cocostudio/src/cocostudio/ActionFrame.h index f97843406f..1ff1836617 100644 --- a/extensions/cocostudio/src/cocostudio/ActionFrame.h +++ b/extensions/cocostudio/src/cocostudio/ActionFrame.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionFrameEasing.cpp b/extensions/cocostudio/src/cocostudio/ActionFrameEasing.cpp index 92302b822e..b474330faa 100644 --- a/extensions/cocostudio/src/cocostudio/ActionFrameEasing.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionFrameEasing.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionFrameEasing.h b/extensions/cocostudio/src/cocostudio/ActionFrameEasing.h index 11d907bc5c..45bdad424e 100644 --- a/extensions/cocostudio/src/cocostudio/ActionFrameEasing.h +++ b/extensions/cocostudio/src/cocostudio/ActionFrameEasing.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionManagerEx.cpp b/extensions/cocostudio/src/cocostudio/ActionManagerEx.cpp index ddf3d10318..916142f2c3 100644 --- a/extensions/cocostudio/src/cocostudio/ActionManagerEx.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionManagerEx.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionManagerEx.h b/extensions/cocostudio/src/cocostudio/ActionManagerEx.h index e0f9723ca1..9f59f44822 100644 --- a/extensions/cocostudio/src/cocostudio/ActionManagerEx.h +++ b/extensions/cocostudio/src/cocostudio/ActionManagerEx.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionNode.cpp b/extensions/cocostudio/src/cocostudio/ActionNode.cpp index 93f4d739a2..9c2df2b883 100644 --- a/extensions/cocostudio/src/cocostudio/ActionNode.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionNode.h b/extensions/cocostudio/src/cocostudio/ActionNode.h index 41b33eb1d3..f55a191fc7 100644 --- a/extensions/cocostudio/src/cocostudio/ActionNode.h +++ b/extensions/cocostudio/src/cocostudio/ActionNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionObject.cpp b/extensions/cocostudio/src/cocostudio/ActionObject.cpp index 2f5c2c1d85..59121d35bc 100644 --- a/extensions/cocostudio/src/cocostudio/ActionObject.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionObject.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionObject.h b/extensions/cocostudio/src/cocostudio/ActionObject.h index 6ab7cf073c..d2492f5178 100644 --- a/extensions/cocostudio/src/cocostudio/ActionObject.h +++ b/extensions/cocostudio/src/cocostudio/ActionObject.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.cpp index a8b51ae51f..16aee15aa0 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.h index e089cf7bc0..e6d0c90d58 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimeline.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.cpp index 218ceaeed5..29d2407912 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-2020 simdsoft, @HALX99 Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.h index 8a90b2c708..bba73ff84f 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineCache.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.cpp index f0cff64c88..74d4926634 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.h index 56b0b8b6d3..908c1b2229 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/ActionTimelineNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.cpp index f1a045f1af..eb54c14eae 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.h index ed8addfca3..f43d582c61 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/BoneNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.cpp index e1077c9d37..5a53373197 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.cpp @@ -4,7 +4,7 @@ Copyright (c) 2019-2020 simdsoft, @HALX99 Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.h index 7a532048bc..77dd9940f1 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/CSLoader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.cpp index 75958798d4..d8b4dbbd59 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.h index 3cb2c2953a..01231b6003 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/Frame.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.cpp index f301c1103b..bbaf2b0267 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.h index 030ef4852a..eb93aac5ee 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkeletonNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.cpp index 792fb84922..ae89c94866 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.h index 6f24f4f385..b71460c896 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/SkinNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.cpp b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.cpp index dd5cc69b65..105c8d79cd 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.cpp +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.h index 331fc7ffb1..0267b26405 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimeLine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimelineMacro.h b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimelineMacro.h index f988638015..3ce92b7221 100644 --- a/extensions/cocostudio/src/cocostudio/ActionTimeline/TimelineMacro.h +++ b/extensions/cocostudio/src/cocostudio/ActionTimeline/TimelineMacro.h @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2013-2017 Chukong Technologies - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Armature.cpp b/extensions/cocostudio/src/cocostudio/Armature.cpp index 65b2522355..272f643f92 100644 --- a/extensions/cocostudio/src/cocostudio/Armature.cpp +++ b/extensions/cocostudio/src/cocostudio/Armature.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Armature.h b/extensions/cocostudio/src/cocostudio/Armature.h index 78f72c5b28..388a604786 100644 --- a/extensions/cocostudio/src/cocostudio/Armature.h +++ b/extensions/cocostudio/src/cocostudio/Armature.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureAnimation.cpp b/extensions/cocostudio/src/cocostudio/ArmatureAnimation.cpp index 456667a3a9..e76063383f 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureAnimation.cpp +++ b/extensions/cocostudio/src/cocostudio/ArmatureAnimation.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureAnimation.h b/extensions/cocostudio/src/cocostudio/ArmatureAnimation.h index 160e12085e..722332a7b4 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureAnimation.h +++ b/extensions/cocostudio/src/cocostudio/ArmatureAnimation.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureDataManager.cpp b/extensions/cocostudio/src/cocostudio/ArmatureDataManager.cpp index af2e9c95cb..9b05990551 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureDataManager.cpp +++ b/extensions/cocostudio/src/cocostudio/ArmatureDataManager.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureDataManager.h b/extensions/cocostudio/src/cocostudio/ArmatureDataManager.h index ac05443fd0..d268512ee9 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureDataManager.h +++ b/extensions/cocostudio/src/cocostudio/ArmatureDataManager.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureDefine.cpp b/extensions/cocostudio/src/cocostudio/ArmatureDefine.cpp index cd859ca916..aeb407fcfb 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureDefine.cpp +++ b/extensions/cocostudio/src/cocostudio/ArmatureDefine.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ArmatureDefine.h b/extensions/cocostudio/src/cocostudio/ArmatureDefine.h index a4c99caef8..48f339204a 100644 --- a/extensions/cocostudio/src/cocostudio/ArmatureDefine.h +++ b/extensions/cocostudio/src/cocostudio/ArmatureDefine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/BatchNode.cpp b/extensions/cocostudio/src/cocostudio/BatchNode.cpp index 91cd763116..4b4284ec7b 100644 --- a/extensions/cocostudio/src/cocostudio/BatchNode.cpp +++ b/extensions/cocostudio/src/cocostudio/BatchNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/BatchNode.h b/extensions/cocostudio/src/cocostudio/BatchNode.h index ce0d6b3073..eb4eab96f7 100644 --- a/extensions/cocostudio/src/cocostudio/BatchNode.h +++ b/extensions/cocostudio/src/cocostudio/BatchNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Bone.cpp b/extensions/cocostudio/src/cocostudio/Bone.cpp index a54d5dba12..8909cae000 100644 --- a/extensions/cocostudio/src/cocostudio/Bone.cpp +++ b/extensions/cocostudio/src/cocostudio/Bone.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Bone.h b/extensions/cocostudio/src/cocostudio/Bone.h index 03951989ea..e088aa6fdf 100644 --- a/extensions/cocostudio/src/cocostudio/Bone.h +++ b/extensions/cocostudio/src/cocostudio/Bone.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/CocoLoader.h b/extensions/cocostudio/src/cocostudio/CocoLoader.h index acdfa4505d..d80375e133 100644 --- a/extensions/cocostudio/src/cocostudio/CocoLoader.h +++ b/extensions/cocostudio/src/cocostudio/CocoLoader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ColliderDetector.cpp b/extensions/cocostudio/src/cocostudio/ColliderDetector.cpp index 18d1ad3a58..10f22d6081 100644 --- a/extensions/cocostudio/src/cocostudio/ColliderDetector.cpp +++ b/extensions/cocostudio/src/cocostudio/ColliderDetector.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ColliderDetector.h b/extensions/cocostudio/src/cocostudio/ColliderDetector.h index aca993a4e8..8087ae041f 100644 --- a/extensions/cocostudio/src/cocostudio/ColliderDetector.h +++ b/extensions/cocostudio/src/cocostudio/ColliderDetector.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComAttribute.cpp b/extensions/cocostudio/src/cocostudio/ComAttribute.cpp index d9ea89d8e1..32f12cdd18 100644 --- a/extensions/cocostudio/src/cocostudio/ComAttribute.cpp +++ b/extensions/cocostudio/src/cocostudio/ComAttribute.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComAttribute.h b/extensions/cocostudio/src/cocostudio/ComAttribute.h index c7aea6adb8..eec9500203 100644 --- a/extensions/cocostudio/src/cocostudio/ComAttribute.h +++ b/extensions/cocostudio/src/cocostudio/ComAttribute.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComAudio.cpp b/extensions/cocostudio/src/cocostudio/ComAudio.cpp index 2c86fa34e0..ec9a66594d 100644 --- a/extensions/cocostudio/src/cocostudio/ComAudio.cpp +++ b/extensions/cocostudio/src/cocostudio/ComAudio.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComAudio.h b/extensions/cocostudio/src/cocostudio/ComAudio.h index 3b47c3a39c..e9c0302afb 100644 --- a/extensions/cocostudio/src/cocostudio/ComAudio.h +++ b/extensions/cocostudio/src/cocostudio/ComAudio.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComBase.h b/extensions/cocostudio/src/cocostudio/ComBase.h index 94507cebfc..9519c40c93 100644 --- a/extensions/cocostudio/src/cocostudio/ComBase.h +++ b/extensions/cocostudio/src/cocostudio/ComBase.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComController.cpp b/extensions/cocostudio/src/cocostudio/ComController.cpp index 4021491b44..3ce8c4588a 100644 --- a/extensions/cocostudio/src/cocostudio/ComController.cpp +++ b/extensions/cocostudio/src/cocostudio/ComController.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComController.h b/extensions/cocostudio/src/cocostudio/ComController.h index c9be72a701..020126e642 100644 --- a/extensions/cocostudio/src/cocostudio/ComController.h +++ b/extensions/cocostudio/src/cocostudio/ComController.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComExtensionData.cpp b/extensions/cocostudio/src/cocostudio/ComExtensionData.cpp index ef1c356c23..2cc41e859b 100644 --- a/extensions/cocostudio/src/cocostudio/ComExtensionData.cpp +++ b/extensions/cocostudio/src/cocostudio/ComExtensionData.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComExtensionData.h b/extensions/cocostudio/src/cocostudio/ComExtensionData.h index 14ce529bfa..8d53ad24ab 100644 --- a/extensions/cocostudio/src/cocostudio/ComExtensionData.h +++ b/extensions/cocostudio/src/cocostudio/ComExtensionData.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComRender.cpp b/extensions/cocostudio/src/cocostudio/ComRender.cpp index d294bfeacd..ebd3d5b05e 100644 --- a/extensions/cocostudio/src/cocostudio/ComRender.cpp +++ b/extensions/cocostudio/src/cocostudio/ComRender.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ComRender.h b/extensions/cocostudio/src/cocostudio/ComRender.h index b9702714df..c7ac3c1692 100644 --- a/extensions/cocostudio/src/cocostudio/ComRender.h +++ b/extensions/cocostudio/src/cocostudio/ComRender.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DataReaderHelper.cpp b/extensions/cocostudio/src/cocostudio/DataReaderHelper.cpp index aa7535eec9..89374a7844 100644 --- a/extensions/cocostudio/src/cocostudio/DataReaderHelper.cpp +++ b/extensions/cocostudio/src/cocostudio/DataReaderHelper.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DataReaderHelper.h b/extensions/cocostudio/src/cocostudio/DataReaderHelper.h index 23eb414ca0..c8fe1ede94 100644 --- a/extensions/cocostudio/src/cocostudio/DataReaderHelper.h +++ b/extensions/cocostudio/src/cocostudio/DataReaderHelper.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Datas.cpp b/extensions/cocostudio/src/cocostudio/Datas.cpp index 8e7d88821c..455a7a45d3 100644 --- a/extensions/cocostudio/src/cocostudio/Datas.cpp +++ b/extensions/cocostudio/src/cocostudio/Datas.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Datas.h b/extensions/cocostudio/src/cocostudio/Datas.h index fad46dd753..1fb296f283 100644 --- a/extensions/cocostudio/src/cocostudio/Datas.h +++ b/extensions/cocostudio/src/cocostudio/Datas.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DecorativeDisplay.cpp b/extensions/cocostudio/src/cocostudio/DecorativeDisplay.cpp index 53bf3367bf..a57f3791d3 100644 --- a/extensions/cocostudio/src/cocostudio/DecorativeDisplay.cpp +++ b/extensions/cocostudio/src/cocostudio/DecorativeDisplay.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DecorativeDisplay.h b/extensions/cocostudio/src/cocostudio/DecorativeDisplay.h index d5092a709a..55d6deb1e7 100644 --- a/extensions/cocostudio/src/cocostudio/DecorativeDisplay.h +++ b/extensions/cocostudio/src/cocostudio/DecorativeDisplay.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DictionaryHelper.cpp b/extensions/cocostudio/src/cocostudio/DictionaryHelper.cpp index 33d9a1829e..f29463921e 100644 --- a/extensions/cocostudio/src/cocostudio/DictionaryHelper.cpp +++ b/extensions/cocostudio/src/cocostudio/DictionaryHelper.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DictionaryHelper.h b/extensions/cocostudio/src/cocostudio/DictionaryHelper.h index e678e41001..19c229c4c4 100644 --- a/extensions/cocostudio/src/cocostudio/DictionaryHelper.h +++ b/extensions/cocostudio/src/cocostudio/DictionaryHelper.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DisplayFactory.cpp b/extensions/cocostudio/src/cocostudio/DisplayFactory.cpp index 62837a418c..cec3021ec9 100644 --- a/extensions/cocostudio/src/cocostudio/DisplayFactory.cpp +++ b/extensions/cocostudio/src/cocostudio/DisplayFactory.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DisplayFactory.h b/extensions/cocostudio/src/cocostudio/DisplayFactory.h index cebd8f3744..ac4cb3d9c6 100644 --- a/extensions/cocostudio/src/cocostudio/DisplayFactory.h +++ b/extensions/cocostudio/src/cocostudio/DisplayFactory.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DisplayManager.cpp b/extensions/cocostudio/src/cocostudio/DisplayManager.cpp index f48c69e37f..5aeb863532 100644 --- a/extensions/cocostudio/src/cocostudio/DisplayManager.cpp +++ b/extensions/cocostudio/src/cocostudio/DisplayManager.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/DisplayManager.h b/extensions/cocostudio/src/cocostudio/DisplayManager.h index 409b7aa149..a0291a9c5f 100644 --- a/extensions/cocostudio/src/cocostudio/DisplayManager.h +++ b/extensions/cocostudio/src/cocostudio/DisplayManager.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.cpp b/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.cpp index 1ec55ce3eb..49a3fc00e4 100644 --- a/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.cpp +++ b/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-2020 simdsoft.com, @HALX99. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.h b/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.h index 15ddf5f667..5eb11a224b 100644 --- a/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.h +++ b/extensions/cocostudio/src/cocostudio/FlatBuffersSerialize.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/InputDelegate.cpp b/extensions/cocostudio/src/cocostudio/InputDelegate.cpp index ea7a7c40bc..7ced0f57b2 100644 --- a/extensions/cocostudio/src/cocostudio/InputDelegate.cpp +++ b/extensions/cocostudio/src/cocostudio/InputDelegate.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/InputDelegate.h b/extensions/cocostudio/src/cocostudio/InputDelegate.h index 9504f2c00f..68807090e3 100644 --- a/extensions/cocostudio/src/cocostudio/InputDelegate.h +++ b/extensions/cocostudio/src/cocostudio/InputDelegate.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ProcessBase.cpp b/extensions/cocostudio/src/cocostudio/ProcessBase.cpp index fa0b6bea05..7d64fb6698 100644 --- a/extensions/cocostudio/src/cocostudio/ProcessBase.cpp +++ b/extensions/cocostudio/src/cocostudio/ProcessBase.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/ProcessBase.h b/extensions/cocostudio/src/cocostudio/ProcessBase.h index b0c9f2fb68..b4026910a6 100644 --- a/extensions/cocostudio/src/cocostudio/ProcessBase.h +++ b/extensions/cocostudio/src/cocostudio/ProcessBase.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SGUIReader.cpp b/extensions/cocostudio/src/cocostudio/SGUIReader.cpp index a97a3118a5..e63537668d 100644 --- a/extensions/cocostudio/src/cocostudio/SGUIReader.cpp +++ b/extensions/cocostudio/src/cocostudio/SGUIReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SGUIReader.h b/extensions/cocostudio/src/cocostudio/SGUIReader.h index 749ca48454..f346fc7102 100644 --- a/extensions/cocostudio/src/cocostudio/SGUIReader.h +++ b/extensions/cocostudio/src/cocostudio/SGUIReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SSceneReader.cpp b/extensions/cocostudio/src/cocostudio/SSceneReader.cpp index cf1c9f27d3..408d028a37 100644 --- a/extensions/cocostudio/src/cocostudio/SSceneReader.cpp +++ b/extensions/cocostudio/src/cocostudio/SSceneReader.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SSceneReader.h b/extensions/cocostudio/src/cocostudio/SSceneReader.h index 70dc59170b..59c134921b 100644 --- a/extensions/cocostudio/src/cocostudio/SSceneReader.h +++ b/extensions/cocostudio/src/cocostudio/SSceneReader.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Skin.cpp b/extensions/cocostudio/src/cocostudio/Skin.cpp index f995cbae23..a54b9059af 100644 --- a/extensions/cocostudio/src/cocostudio/Skin.cpp +++ b/extensions/cocostudio/src/cocostudio/Skin.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Skin.h b/extensions/cocostudio/src/cocostudio/Skin.h index 50290ddf10..3de14fdfc6 100644 --- a/extensions/cocostudio/src/cocostudio/Skin.h +++ b/extensions/cocostudio/src/cocostudio/Skin.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.cpp b/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.cpp index 672a301734..7e894a92fa 100644 --- a/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.cpp +++ b/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.h b/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.h index dd065c6617..c9de644df5 100644 --- a/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.h +++ b/extensions/cocostudio/src/cocostudio/SpriteFrameCacheHelper.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TransformHelp.cpp b/extensions/cocostudio/src/cocostudio/TransformHelp.cpp index 64d75f1e30..b37b45a86b 100644 --- a/extensions/cocostudio/src/cocostudio/TransformHelp.cpp +++ b/extensions/cocostudio/src/cocostudio/TransformHelp.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TransformHelp.h b/extensions/cocostudio/src/cocostudio/TransformHelp.h index c0a1ad0b7e..38bb6657a2 100644 --- a/extensions/cocostudio/src/cocostudio/TransformHelp.h +++ b/extensions/cocostudio/src/cocostudio/TransformHelp.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerBase.cpp b/extensions/cocostudio/src/cocostudio/TriggerBase.cpp index ed243092c3..9feeb31422 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerBase.cpp +++ b/extensions/cocostudio/src/cocostudio/TriggerBase.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2017 Chukong Technologies Inc. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerBase.h b/extensions/cocostudio/src/cocostudio/TriggerBase.h index 35e0f0f4c4..67f671e4e3 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerBase.h +++ b/extensions/cocostudio/src/cocostudio/TriggerBase.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerMng.cpp b/extensions/cocostudio/src/cocostudio/TriggerMng.cpp index 4e256a418e..6a90a31e99 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerMng.cpp +++ b/extensions/cocostudio/src/cocostudio/TriggerMng.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerMng.h b/extensions/cocostudio/src/cocostudio/TriggerMng.h index 318e2f1cf6..b40289eb86 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerMng.h +++ b/extensions/cocostudio/src/cocostudio/TriggerMng.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerObj.cpp b/extensions/cocostudio/src/cocostudio/TriggerObj.cpp index 72efdb1184..18face93dc 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerObj.cpp +++ b/extensions/cocostudio/src/cocostudio/TriggerObj.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/TriggerObj.h b/extensions/cocostudio/src/cocostudio/TriggerObj.h index 8e585a2cb1..87e75550b3 100644 --- a/extensions/cocostudio/src/cocostudio/TriggerObj.h +++ b/extensions/cocostudio/src/cocostudio/TriggerObj.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Tween.cpp b/extensions/cocostudio/src/cocostudio/Tween.cpp index f892ba0df0..52d83a7c14 100644 --- a/extensions/cocostudio/src/cocostudio/Tween.cpp +++ b/extensions/cocostudio/src/cocostudio/Tween.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/Tween.h b/extensions/cocostudio/src/cocostudio/Tween.h index 065b9c7136..037833243e 100644 --- a/extensions/cocostudio/src/cocostudio/Tween.h +++ b/extensions/cocostudio/src/cocostudio/Tween.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2013-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetCallBackHandlerProtocol.h b/extensions/cocostudio/src/cocostudio/WidgetCallBackHandlerProtocol.h index 7e10214ce7..dece0f4142 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetCallBackHandlerProtocol.h +++ b/extensions/cocostudio/src/cocostudio/WidgetCallBackHandlerProtocol.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ArmatureNodeReader/ArmatureNodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ArmatureNodeReader/ArmatureNodeReader.h index f318db83db..80fd307a49 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ArmatureNodeReader/ArmatureNodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ArmatureNodeReader/ArmatureNodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ButtonReader/ButtonReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ButtonReader/ButtonReader.h index acbe2c7463..e6d2eec3fc 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ButtonReader/ButtonReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ButtonReader/ButtonReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/CheckBoxReader/CheckBoxReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/CheckBoxReader/CheckBoxReader.h index 8ac49fb483..42578f579f 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/CheckBoxReader/CheckBoxReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/CheckBoxReader/CheckBoxReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.cpp index 3261f58bcd..8f99495c5e 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.h index a8e93c56ef..d15871752f 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ComAudioReader/ComAudioReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.cpp index 7cc8536570..98ca5f7525 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.h index 70704358ea..ab1af9c571 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/GameMapReader/GameMapReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.cpp index 4bd1c0878f..601acd7094 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.h index c0a2ee6b2b..d2579df4fe 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/GameNode3DReader/GameNode3DReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.h index e473b03069..f1bd726103 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ImageViewReader/ImageViewReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/LayoutReader/LayoutReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/LayoutReader/LayoutReader.h index b07597ffef..675d4ab0c8 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/LayoutReader/LayoutReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/LayoutReader/LayoutReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.cpp index d5cf4f2429..ecf12f470a 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.h index ecba32560b..e948552215 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Light3DReader/Light3DReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ListViewReader/ListViewReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ListViewReader/ListViewReader.h index 4df55ee742..ce3760636b 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ListViewReader/ListViewReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ListViewReader/ListViewReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.h index 4462aaa822..9b10815bbb 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/LoadingBarReader/LoadingBarReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.cpp index 9a8d8bbd1c..3fe7e3599f 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.h index 9e0e01e8bf..b0478e8426 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/MeshReader/MeshReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.cpp index 4b50a0caaa..946f85bb72 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.h index 2229f3cb38..6604cada1b 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Node3DReader/Node3DReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.cpp index b810914ced..f90b020033 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.h index 1f4ea61e32..ae8ba5c2e2 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReader/NodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderDefine.h b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderDefine.h index e88174e4ea..806759805b 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderDefine.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderDefine.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderProtocol.h b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderProtocol.h index 0f26426748..38582ce9cd 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderProtocol.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/NodeReaderProtocol.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/PageViewReader/PageViewReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/PageViewReader/PageViewReader.h index aa5a6df65d..f8cf913031 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/PageViewReader/PageViewReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/PageViewReader/PageViewReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.cpp index b59ee59acc..085dc0fa34 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.h index a3cf9a09fa..af60c2d414 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/Particle3DReader/Particle3DReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.cpp index 276aa4971e..5024846604 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.h index 18ee8e363c..1d6aa86e78 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ParticleReader/ParticleReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.cpp index 209ad1f452..1d6a4e82b6 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.h index 5c108d77ad..8b00d9c7f5 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ProjectNodeReader/ProjectNodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonGroupReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonGroupReader.h index 0c2de1bf74..bd9867cdd6 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonGroupReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonGroupReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonReader.h index 6d7e4589c5..a1d54abe27 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/RadioButtonReader/RadioButtonReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/RichTextReader/RichTextReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/RichTextReader/RichTextReader.h index dace6d2522..9a2c5802cf 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/RichTextReader/RichTextReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/RichTextReader/RichTextReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/ScrollViewReader/ScrollViewReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/ScrollViewReader/ScrollViewReader.h index e908148528..e87ba214ec 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/ScrollViewReader/ScrollViewReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/ScrollViewReader/ScrollViewReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.cpp index ae7d79fcf2..aa7b095b77 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.h index ce6e6fa5f9..ee606c992e 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SingleNodeReader/SingleNodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.cpp index d87ae7bc36..6e951df121 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.h index eae7ca0f4f..c9004e7404 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/BoneNodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.cpp index e5fc7e8e02..e719fd4e77 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.h index c95af062dc..6bd8454f27 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SkeletonReader/SkeletonNodeReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SliderReader/SliderReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SliderReader/SliderReader.h index d0a98bc791..be74893bec 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SliderReader/SliderReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SliderReader/SliderReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.cpp index 93cf6c74ef..0eaad85098 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.h index c9eb728acf..0e3d0a1b79 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SpineSkeletonReader/SpineSkeletonReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.cpp index 68f73bcbfc..36b66b138e 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) simdsoft.com, @HALX99. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.h index 05faea8ab3..f8f2fdd8f6 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/SpriteReader/SpriteReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.cpp index d18c08484d..7f17f5d06c 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2015-2017 Chukong Technologies Inc. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.h index 651b38c25c..a71b2d8256 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TabControlReader/TabControlReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2016 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TextAtlasReader/TextAtlasReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TextAtlasReader/TextAtlasReader.h index bd3d5ac539..24dd85a966 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TextAtlasReader/TextAtlasReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TextAtlasReader/TextAtlasReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TextBMFontReader/TextBMFontReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TextBMFontReader/TextBMFontReader.h index 08047358ef..e4704e7e47 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TextBMFontReader/TextBMFontReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TextBMFontReader/TextBMFontReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldExReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldExReader.h index 4c4b6e9d31..a69d977a4c 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldExReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldExReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldReader.h index c9741bc206..3e202d9ce4 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TextFieldReader/TextFieldReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/TextReader/TextReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/TextReader/TextReader.h index ee9640a6f4..66a7678d68 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/TextReader/TextReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/TextReader/TextReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.cpp b/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.cpp index bf3be0d1e6..495dd59909 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.cpp +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.h index 3796848c91..e4a57c6430 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/UserCameraReader/UserCameraReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReader.h b/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReader.h index 8b705049b4..8a6cc1959f 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReader.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReaderProtocol.h b/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReaderProtocol.h index a7b52a6b95..de69165d6a 100644 --- a/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReaderProtocol.h +++ b/extensions/cocostudio/src/cocostudio/WidgetReader/WidgetReaderProtocol.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2014 cocos2d-x.org - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.cpp b/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.cpp index adb7427e07..2baf6db3c7 100644 --- a/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.h b/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.h index 50cb68794b..e7ffb8c0a9 100644 --- a/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.h +++ b/extensions/scripting/lua-bindings/manual/3d/axlua_3d_manual.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/AxluaLoader.cpp b/extensions/scripting/lua-bindings/manual/AxluaLoader.cpp index 2db1bf7f1b..7f8ed7a745 100644 --- a/extensions/scripting/lua-bindings/manual/AxluaLoader.cpp +++ b/extensions/scripting/lua-bindings/manual/AxluaLoader.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/AxluaLoader.h b/extensions/scripting/lua-bindings/manual/AxluaLoader.h index b7d0be1961..140e08e2cf 100644 --- a/extensions/scripting/lua-bindings/manual/AxluaLoader.h +++ b/extensions/scripting/lua-bindings/manual/AxluaLoader.h @@ -3,7 +3,7 @@ Copyright (c) 2011-2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ComponentLua.cpp b/extensions/scripting/lua-bindings/manual/ComponentLua.cpp index fd29352367..866c4acbd5 100644 --- a/extensions/scripting/lua-bindings/manual/ComponentLua.cpp +++ b/extensions/scripting/lua-bindings/manual/ComponentLua.cpp @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ComponentLua.h b/extensions/scripting/lua-bindings/manual/ComponentLua.h index 9b5461b6d0..6eb303bf97 100644 --- a/extensions/scripting/lua-bindings/manual/ComponentLua.h +++ b/extensions/scripting/lua-bindings/manual/ComponentLua.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/Lua-BindingsExport.h b/extensions/scripting/lua-bindings/manual/Lua-BindingsExport.h index 10dfbaf29c..25391684a7 100644 --- a/extensions/scripting/lua-bindings/manual/Lua-BindingsExport.h +++ b/extensions/scripting/lua-bindings/manual/Lua-BindingsExport.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaBasicConversions.cpp b/extensions/scripting/lua-bindings/manual/LuaBasicConversions.cpp index 5a54d05585..db8696d1bb 100644 --- a/extensions/scripting/lua-bindings/manual/LuaBasicConversions.cpp +++ b/extensions/scripting/lua-bindings/manual/LuaBasicConversions.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaBasicConversions.h b/extensions/scripting/lua-bindings/manual/LuaBasicConversions.h index c51c62175a..f57df1f1eb 100644 --- a/extensions/scripting/lua-bindings/manual/LuaBasicConversions.h +++ b/extensions/scripting/lua-bindings/manual/LuaBasicConversions.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaBridge.cpp b/extensions/scripting/lua-bindings/manual/LuaBridge.cpp index e03ea93e6a..edaf9ed624 100644 --- a/extensions/scripting/lua-bindings/manual/LuaBridge.cpp +++ b/extensions/scripting/lua-bindings/manual/LuaBridge.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaBridge.h b/extensions/scripting/lua-bindings/manual/LuaBridge.h index e137e774cd..c3065dc108 100644 --- a/extensions/scripting/lua-bindings/manual/LuaBridge.h +++ b/extensions/scripting/lua-bindings/manual/LuaBridge.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaEngine.cpp b/extensions/scripting/lua-bindings/manual/LuaEngine.cpp index db3ddd0429..5d39c06d3b 100644 --- a/extensions/scripting/lua-bindings/manual/LuaEngine.cpp +++ b/extensions/scripting/lua-bindings/manual/LuaEngine.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaEngine.h b/extensions/scripting/lua-bindings/manual/LuaEngine.h index ced868dde0..04988ee1af 100644 --- a/extensions/scripting/lua-bindings/manual/LuaEngine.h +++ b/extensions/scripting/lua-bindings/manual/LuaEngine.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaStack.cpp b/extensions/scripting/lua-bindings/manual/LuaStack.cpp index a9dd49f23d..db661ae010 100644 --- a/extensions/scripting/lua-bindings/manual/LuaStack.cpp +++ b/extensions/scripting/lua-bindings/manual/LuaStack.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaStack.h b/extensions/scripting/lua-bindings/manual/LuaStack.h index 27d7c4b7bc..1c63cc1288 100644 --- a/extensions/scripting/lua-bindings/manual/LuaStack.h +++ b/extensions/scripting/lua-bindings/manual/LuaStack.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaValue.cpp b/extensions/scripting/lua-bindings/manual/LuaValue.cpp index 7c28f53f01..713624ac5a 100644 --- a/extensions/scripting/lua-bindings/manual/LuaValue.cpp +++ b/extensions/scripting/lua-bindings/manual/LuaValue.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/LuaValue.h b/extensions/scripting/lua-bindings/manual/LuaValue.h index c531e0aaf4..dc593f2580 100644 --- a/extensions/scripting/lua-bindings/manual/LuaValue.h +++ b/extensions/scripting/lua-bindings/manual/LuaValue.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.cpp b/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.cpp index f0a9ee74cc..3823312f10 100644 --- a/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.h b/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.h index 655f3ad885..dd7ac7da4f 100644 --- a/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.h +++ b/extensions/scripting/lua-bindings/manual/audioengine/axlua_audioengine_manual.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.cpp b/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.cpp index d5adca5711..0013ada995 100644 --- a/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.cpp +++ b/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.h b/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.h index 2352c339a2..e3035976ba 100644 --- a/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.h +++ b/extensions/scripting/lua-bindings/manual/base/LuaScriptHandlerMgr.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.cpp b/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.cpp index facf7fa66d..df838aad78 100644 --- a/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.hpp b/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.hpp index ca542a9b88..3fafff4f3e 100644 --- a/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/base/axlua_base_manual.hpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.cpp b/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.cpp index d6e59eac53..83ef4222d2 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.cpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.h b/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.h index 06cf97d153..8b4cbf173b 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.h +++ b/extensions/scripting/lua-bindings/manual/cocostudio/CustomGUIReader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.cpp b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.cpp index 69c098c481..8851ca5b29 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.hpp b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.hpp index 04b46d6d4b..ed464f9fc9 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_cocostudio_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.cpp b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.cpp index 43f8cc7b2b..724518204b 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.hpp b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.hpp index 2ab62ca8b8..dd29c09f14 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/axlua_csloader_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.cpp b/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.cpp index e091c530a7..1221746997 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.cpp +++ b/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.h b/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.h index fcd51c7eff..0b7b0e7186 100644 --- a/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.h +++ b/extensions/scripting/lua-bindings/manual/cocostudio/lua-cocostudio-conversions.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.cpp b/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.cpp index 78d3e0d530..198498bf7e 100644 --- a/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.hpp b/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.hpp index 13958b624c..b2a734c47c 100644 --- a/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/controller/axlua_controller_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.cpp b/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.cpp index 84c64e00bb..7a50decbee 100644 --- a/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.h b/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.h index 9849987223..8bb1e7e0be 100644 --- a/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.h +++ b/extensions/scripting/lua-bindings/manual/extension/axlua_extension_manual.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/lua_module_register.cpp b/extensions/scripting/lua-bindings/manual/lua_module_register.cpp index 0b8a55e2e7..fd147cb312 100644 --- a/extensions/scripting/lua-bindings/manual/lua_module_register.cpp +++ b/extensions/scripting/lua-bindings/manual/lua_module_register.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/lua_module_register.h b/extensions/scripting/lua-bindings/manual/lua_module_register.h index 9e5fa875d6..1a3189f9ea 100644 --- a/extensions/scripting/lua-bindings/manual/lua_module_register.h +++ b/extensions/scripting/lua-bindings/manual/lua_module_register.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.cpp b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.cpp index ff60a9d258..9897c81ed5 100644 --- a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.cpp +++ b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.h b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.h index a79a5f5f24..ca1cf7ad78 100644 --- a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.h +++ b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_conversions.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.cpp b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.cpp index dd316f0e75..7a65aa7d5e 100644 --- a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.h b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.h index 5cde87f5bf..c782815a78 100644 --- a/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.h +++ b/extensions/scripting/lua-bindings/manual/navmesh/axlua_navmesh_manual.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.cpp b/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.cpp index 10aa44f33c..c423ecf61c 100644 --- a/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.h b/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.h index a8b7bd592a..f5b65f25c7 100644 --- a/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.h +++ b/extensions/scripting/lua-bindings/manual/network/axlua_network_manual.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_downloader.cpp b/extensions/scripting/lua-bindings/manual/network/lua_downloader.cpp index 0a178642bb..2c808d68d9 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_downloader.cpp +++ b/extensions/scripting/lua-bindings/manual/network/lua_downloader.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_downloader.h b/extensions/scripting/lua-bindings/manual/network/lua_downloader.h index bc055de288..0565497218 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_downloader.h +++ b/extensions/scripting/lua-bindings/manual/network/lua_downloader.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_websocket.cpp b/extensions/scripting/lua-bindings/manual/network/lua_websocket.cpp index d803bc0a1d..1fa6c694de 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_websocket.cpp +++ b/extensions/scripting/lua-bindings/manual/network/lua_websocket.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_websocket.h b/extensions/scripting/lua-bindings/manual/network/lua_websocket.h index 9ab1c0fb2d..279b9a295a 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_websocket.h +++ b/extensions/scripting/lua-bindings/manual/network/lua_websocket.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.cpp b/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.cpp index a139ea9570..2809dbcb17 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.cpp +++ b/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.h b/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.h index 21cacac90b..edb659c5b3 100644 --- a/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.h +++ b/extensions/scripting/lua-bindings/manual/network/lua_xml_http_request.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.cpp b/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.cpp index ded2ed4919..63bffba609 100644 --- a/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.hpp b/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.hpp index 7e23f5fe88..ed30c76fc3 100644 --- a/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/physics/axlua_physics_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.cpp b/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.cpp index 79caad8f26..2178f6e801 100644 --- a/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.h b/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.h index e5c700d447..e35e37c3e4 100644 --- a/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.h +++ b/extensions/scripting/lua-bindings/manual/physics3d/axlua_physics3d_manual.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.cpp b/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.cpp index ee2cbe6539..801ad942c3 100644 --- a/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.cpp +++ b/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.h b/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.h index 49d96129e4..3b82d84a48 100644 --- a/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.h +++ b/extensions/scripting/lua-bindings/manual/platform/android/LuaJavaBridge.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.cpp b/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.cpp index beb45b807f..dfa1650c09 100644 --- a/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.cpp +++ b/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.h b/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.h index 30c84cf37b..1658ed7180 100644 --- a/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.h +++ b/extensions/scripting/lua-bindings/manual/platform/android/jni/LuaBridge.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.h b/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.h index 016f9e3e01..db9455a169 100644 --- a/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.h +++ b/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.mm b/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.mm index 9d69503af0..994a6ec2da 100644 --- a/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.mm +++ b/extensions/scripting/lua-bindings/manual/platform/ios/LuaObjcBridge.mm @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.cpp b/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.cpp index ce83457bae..b112e94da8 100644 --- a/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.cpp +++ b/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013 Edward Zhou Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.h b/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.h index 9f38f98dc0..1281c1403c 100644 --- a/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.h +++ b/extensions/scripting/lua-bindings/manual/spine/LuaSkeletonAnimation.h @@ -3,7 +3,7 @@ Copyright (c) 2013 Edward Zhou Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.cpp b/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.cpp index c43d865c24..d388e005cb 100644 --- a/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.hpp b/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.hpp index 0c370c0e62..de360325eb 100644 --- a/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/spine/axlua_spine_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/tolua_fix.cpp b/extensions/scripting/lua-bindings/manual/tolua_fix.cpp index 91f929bced..6cc8c89b24 100644 --- a/extensions/scripting/lua-bindings/manual/tolua_fix.cpp +++ b/extensions/scripting/lua-bindings/manual/tolua_fix.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/tolua_fix.h b/extensions/scripting/lua-bindings/manual/tolua_fix.h index 10e9abac4a..5cbe8bd43b 100644 --- a/extensions/scripting/lua-bindings/manual/tolua_fix.h +++ b/extensions/scripting/lua-bindings/manual/tolua_fix.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.cpp b/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.cpp index c8cfba0ffb..8c58640e95 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.hpp b/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.hpp index c969ca39be..1f971bbc0b 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_ui_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.cpp b/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.cpp index 8de14372e8..1505e1532b 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.hpp b/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.hpp index e6c475e938..3a2e7b4e6a 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_video_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.cpp b/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.cpp index 8b2063bb85..93892f2f95 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.cpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.hpp b/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.hpp index 885d2b8889..2d8a970ffb 100644 --- a/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.hpp +++ b/extensions/scripting/lua-bindings/manual/ui/axlua_webview_manual.hpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.android/app/jni/main.cpp b/templates/common/proj.android/app/jni/main.cpp index 083d736eb3..2a289d9827 100644 --- a/templates/common/proj.android/app/jni/main.cpp +++ b/templates/common/proj.android/app/jni/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.android/app/src/org/axmol/app/AppActivity.java b/templates/common/proj.android/app/src/org/axmol/app/AppActivity.java index 5dfac8ba84..13555aa6c6 100644 --- a/templates/common/proj.android/app/src/org/axmol/app/AppActivity.java +++ b/templates/common/proj.android/app/src/org/axmol/app/AppActivity.java @@ -3,7 +3,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.ios_mac/ios/AppController.h b/templates/common/proj.ios_mac/ios/AppController.h index 257789d8e6..3fb1a53f15 100644 --- a/templates/common/proj.ios_mac/ios/AppController.h +++ b/templates/common/proj.ios_mac/ios/AppController.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.ios_mac/ios/AppController.mm b/templates/common/proj.ios_mac/ios/AppController.mm index 2655daea24..5cc45a4ec3 100644 --- a/templates/common/proj.ios_mac/ios/AppController.mm +++ b/templates/common/proj.ios_mac/ios/AppController.mm @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.ios_mac/ios/RootViewController.h b/templates/common/proj.ios_mac/ios/RootViewController.h index 98a30c6274..a2d86abaff 100644 --- a/templates/common/proj.ios_mac/ios/RootViewController.h +++ b/templates/common/proj.ios_mac/ios/RootViewController.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.ios_mac/ios/RootViewController.mm b/templates/common/proj.ios_mac/ios/RootViewController.mm index ce34e01812..51f1b2404d 100644 --- a/templates/common/proj.ios_mac/ios/RootViewController.mm +++ b/templates/common/proj.ios_mac/ios/RootViewController.mm @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.ios_mac/mac/main.cpp b/templates/common/proj.ios_mac/mac/main.cpp index 22f8cef07e..3d7232e870 100644 --- a/templates/common/proj.ios_mac/mac/main.cpp +++ b/templates/common/proj.ios_mac/mac/main.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.linux/main.cpp b/templates/common/proj.linux/main.cpp index df38a9e79c..a8c384760a 100644 --- a/templates/common/proj.linux/main.cpp +++ b/templates/common/proj.linux/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.wasm/main.cpp b/templates/common/proj.wasm/main.cpp index d4111f771c..6e4d66152c 100644 --- a/templates/common/proj.wasm/main.cpp +++ b/templates/common/proj.wasm/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.win32/main.cpp b/templates/common/proj.win32/main.cpp index 56f8e3918d..d3eec87b0a 100644 --- a/templates/common/proj.win32/main.cpp +++ b/templates/common/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.win32/main.h b/templates/common/proj.win32/main.h index a0632d47aa..65d02ea28c 100644 --- a/templates/common/proj.win32/main.h +++ b/templates/common/proj.win32/main.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.win32/resource.h b/templates/common/proj.win32/resource.h index acceb67168..556fb2765f 100644 --- a/templates/common/proj.win32/resource.h +++ b/templates/common/proj.win32/resource.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.winrt/App.cpp b/templates/common/proj.winrt/App.cpp index 8dea534de0..01ed756567 100644 --- a/templates/common/proj.winrt/App.cpp +++ b/templates/common/proj.winrt/App.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/common/proj.winrt/App.h b/templates/common/proj.winrt/App.h index 705c96150b..cdc1fba26b 100644 --- a/templates/common/proj.winrt/App.h +++ b/templates/common/proj.winrt/App.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/cpp/CMakeLists.txt b/templates/cpp/CMakeLists.txt index 093845944c..7a1e3d910f 100644 --- a/templates/cpp/CMakeLists.txt +++ b/templates/cpp/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2013-2014 cocos2d-x.org # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/templates/cpp/Source/AppDelegate.cpp b/templates/cpp/Source/AppDelegate.cpp index fef3c1bf23..5b6487d404 100644 --- a/templates/cpp/Source/AppDelegate.cpp +++ b/templates/cpp/Source/AppDelegate.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/cpp/Source/AppDelegate.h b/templates/cpp/Source/AppDelegate.h index d4495fe165..7fd2036f7d 100644 --- a/templates/cpp/Source/AppDelegate.h +++ b/templates/cpp/Source/AppDelegate.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/cpp/Source/MainScene.cpp b/templates/cpp/Source/MainScene.cpp index 6ad143c184..71da41908c 100644 --- a/templates/cpp/Source/MainScene.cpp +++ b/templates/cpp/Source/MainScene.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/cpp/Source/MainScene.h b/templates/cpp/Source/MainScene.h index 9694bee0e3..e32d71e43f 100644 --- a/templates/cpp/Source/MainScene.h +++ b/templates/cpp/Source/MainScene.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/lua/CMakeLists.txt b/templates/lua/CMakeLists.txt index d19fc08f0d..f9493298af 100644 --- a/templates/lua/CMakeLists.txt +++ b/templates/lua/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2013-2014 cocos2d-x.org # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/templates/lua/Source/AppDelegate.cpp b/templates/lua/Source/AppDelegate.cpp index f9174d93a8..db080d6252 100644 --- a/templates/lua/Source/AppDelegate.cpp +++ b/templates/lua/Source/AppDelegate.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/templates/lua/Source/AppDelegate.h b/templates/lua/Source/AppDelegate.h index 8ce18002af..5d6ffc52bb 100644 --- a/templates/lua/Source/AppDelegate.h +++ b/templates/lua/Source/AppDelegate.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.cpp b/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.cpp index 31a126b399..9210e2ccbe 100644 --- a/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.cpp +++ b/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.h b/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.h index 0da66ae073..c30c9b1bed 100644 --- a/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.h +++ b/tests/cpp-tests/Source/ActionManagerTest/ActionManagerTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.cpp b/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.cpp index 12794a2a93..99dba7cbf5 100644 --- a/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.cpp +++ b/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.h b/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.h index b984c05de7..fd2f7be638 100644 --- a/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.h +++ b/tests/cpp-tests/Source/ActionsEaseTest/ActionsEaseTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.cpp b/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.cpp index a5e9e8b05c..1b8ab97bd5 100644 --- a/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.cpp +++ b/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.h b/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.h index 3ebf565f21..131eb6a523 100644 --- a/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.h +++ b/tests/cpp-tests/Source/ActionsProgressTest/ActionsProgressTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp b/tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp index 0bbbb3b1d2..ae2e8fe23d 100644 --- a/tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp +++ b/tests/cpp-tests/Source/ActionsTest/ActionsTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ActionsTest/ActionsTest.h b/tests/cpp-tests/Source/ActionsTest/ActionsTest.h index f7ed9e33e6..66a6c9fb1f 100644 --- a/tests/cpp-tests/Source/ActionsTest/ActionsTest.h +++ b/tests/cpp-tests/Source/ActionsTest/ActionsTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/AppDelegate.cpp b/tests/cpp-tests/Source/AppDelegate.cpp index e65ea6dea3..0c812cb03a 100644 --- a/tests/cpp-tests/Source/AppDelegate.cpp +++ b/tests/cpp-tests/Source/AppDelegate.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/AppDelegate.h b/tests/cpp-tests/Source/AppDelegate.h index b24535f428..847b2b5f3f 100644 --- a/tests/cpp-tests/Source/AppDelegate.h +++ b/tests/cpp-tests/Source/AppDelegate.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BaseTest.cpp b/tests/cpp-tests/Source/BaseTest.cpp index 5c6873af8e..0f7ac5b29f 100644 --- a/tests/cpp-tests/Source/BaseTest.cpp +++ b/tests/cpp-tests/Source/BaseTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BaseTest.h b/tests/cpp-tests/Source/BaseTest.h index f1c95d030e..1e65fb7b0e 100644 --- a/tests/cpp-tests/Source/BaseTest.h +++ b/tests/cpp-tests/Source/BaseTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.cpp b/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.cpp index 4c1f8748c0..1d8b1d92b8 100644 --- a/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.cpp +++ b/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.h b/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.h index 01e4007ae0..a426e7505b 100644 --- a/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.h +++ b/tests/cpp-tests/Source/BillBoardTest/BillBoardTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Box2DTest/Box2dTest.cpp b/tests/cpp-tests/Source/Box2DTest/Box2dTest.cpp index e33872de30..706a43003a 100644 --- a/tests/cpp-tests/Source/Box2DTest/Box2dTest.cpp +++ b/tests/cpp-tests/Source/Box2DTest/Box2dTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Box2DTest/Box2dTest.h b/tests/cpp-tests/Source/Box2DTest/Box2dTest.h index c0c65420be..3defee8d62 100644 --- a/tests/cpp-tests/Source/Box2DTest/Box2dTest.h +++ b/tests/cpp-tests/Source/Box2DTest/Box2dTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.cpp b/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.cpp index f6b9aaf316..d47dfc9073 100644 --- a/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.cpp +++ b/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.cpp @@ -1,7 +1,7 @@ /**************************************************************************** * Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.h b/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.h index d72d00dc7e..027a1e8872 100644 --- a/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.h +++ b/tests/cpp-tests/Source/Box2DTestBed/Box2DTestBed.h @@ -1,7 +1,7 @@ /**************************************************************************** * Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-1159.cpp b/tests/cpp-tests/Source/BugsTest/Bug-1159.cpp index 1091cf50f7..ed076d9468 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-1159.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-1159.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-1159.h b/tests/cpp-tests/Source/BugsTest/Bug-1159.h index bc7874e882..1df32f2b18 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-1159.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-1159.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-1174.cpp b/tests/cpp-tests/Source/BugsTest/Bug-1174.cpp index c55548f57b..330f1024a0 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-1174.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-1174.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-1174.h b/tests/cpp-tests/Source/BugsTest/Bug-1174.h index b98b9160d1..9fb7f4a1cd 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-1174.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-1174.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-12847.cpp b/tests/cpp-tests/Source/BugsTest/Bug-12847.cpp index 87e42a5086..3b9b57705c 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-12847.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-12847.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-12847.h b/tests/cpp-tests/Source/BugsTest/Bug-12847.h index 9bbb5eff00..6d903483ef 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-12847.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-12847.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-14327.cpp b/tests/cpp-tests/Source/BugsTest/Bug-14327.cpp index 89f773ff38..7006e5b37a 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-14327.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-14327.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-14327.h b/tests/cpp-tests/Source/BugsTest/Bug-14327.h index 419fcc6890..9cbe7f4782 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-14327.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-14327.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-15594.cpp b/tests/cpp-tests/Source/BugsTest/Bug-15594.cpp index 964b83c0de..66ff0475d1 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-15594.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-15594.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-15594.h b/tests/cpp-tests/Source/BugsTest/Bug-15594.h index a8e74355b8..4127ff42fa 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-15594.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-15594.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-15776.cpp b/tests/cpp-tests/Source/BugsTest/Bug-15776.cpp index fd6543847f..a214532804 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-15776.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-15776.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-15776.h b/tests/cpp-tests/Source/BugsTest/Bug-15776.h index 482f1bb11d..4b5a9c874e 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-15776.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-15776.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-350.cpp b/tests/cpp-tests/Source/BugsTest/Bug-350.cpp index 4265bdce57..757812e215 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-350.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-350.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-350.h b/tests/cpp-tests/Source/BugsTest/Bug-350.h index da27120e75..a24c7fff34 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-350.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-350.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-422.cpp b/tests/cpp-tests/Source/BugsTest/Bug-422.cpp index bc4b1b327a..0983b96a50 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-422.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-422.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-422.h b/tests/cpp-tests/Source/BugsTest/Bug-422.h index c93d0f0a8c..f7f8b25502 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-422.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-422.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.cpp b/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.cpp index a0101ffb20..5d911a78ec 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.h b/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.h index d99dd7ba15..73001041fb 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-458/Bug-458.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.cpp b/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.cpp index da7990a659..d8bffb7367 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.h b/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.h index 64c2370c20..b86c41b321 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-458/QuestionContainerSprite.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-624.cpp b/tests/cpp-tests/Source/BugsTest/Bug-624.cpp index 558e352fe3..a51d2f79db 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-624.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-624.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-624.h b/tests/cpp-tests/Source/BugsTest/Bug-624.h index 2795acb377..060c19abce 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-624.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-624.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-886.cpp b/tests/cpp-tests/Source/BugsTest/Bug-886.cpp index 400173645d..f756635470 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-886.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-886.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-886.h b/tests/cpp-tests/Source/BugsTest/Bug-886.h index bdcf25263c..1bf8f9a8d4 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-886.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-886.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-899.cpp b/tests/cpp-tests/Source/BugsTest/Bug-899.cpp index 982a0e75bc..57da5472ee 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-899.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-899.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-899.h b/tests/cpp-tests/Source/BugsTest/Bug-899.h index a8aae01837..6cbdbd70ca 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-899.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-899.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-914.cpp b/tests/cpp-tests/Source/BugsTest/Bug-914.cpp index 20ea1d7325..b838106501 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-914.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-914.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-914.h b/tests/cpp-tests/Source/BugsTest/Bug-914.h index 38297e983e..a55ef5e6fa 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-914.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-914.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-Child.cpp b/tests/cpp-tests/Source/BugsTest/Bug-Child.cpp index 3fea8981d4..166f07047f 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-Child.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-Child.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-Child.h b/tests/cpp-tests/Source/BugsTest/Bug-Child.h index feafc684ac..ba980688b8 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-Child.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-Child.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.cpp b/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.cpp index 10291df299..ceff9ad175 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.cpp +++ b/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.h b/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.h index 26b7f71ff1..dcada49ed6 100644 --- a/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.h +++ b/tests/cpp-tests/Source/BugsTest/Bug-DrawNode.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/BugsTest.cpp b/tests/cpp-tests/Source/BugsTest/BugsTest.cpp index 8b65ce95b9..9ad7dfae09 100644 --- a/tests/cpp-tests/Source/BugsTest/BugsTest.cpp +++ b/tests/cpp-tests/Source/BugsTest/BugsTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/BugsTest/BugsTest.h b/tests/cpp-tests/Source/BugsTest/BugsTest.h index b13de901e6..78970ad89b 100644 --- a/tests/cpp-tests/Source/BugsTest/BugsTest.h +++ b/tests/cpp-tests/Source/BugsTest/BugsTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.cpp b/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.cpp index ab0e4e0682..b17f03a3de 100644 --- a/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.cpp +++ b/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2012 cocos2d-x.org Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.h b/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.h index 276ce50ac1..f3d3fd84ee 100644 --- a/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.h +++ b/tests/cpp-tests/Source/Camera3DTest/Camera3DTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.cpp b/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.cpp index 88fcff7374..df14aacfce 100644 --- a/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.cpp +++ b/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -26,7 +26,7 @@ // // Accelerometer + Chipmunk physics + multi touches example // a cocos2d example -// https://axmolengine.github.io/ +// https://axmol.dev/ // #include "chipmunk/chipmunk.h" diff --git a/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.h b/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.h index 7519eeb4f8..4da9edf3e6 100644 --- a/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.h +++ b/tests/cpp-tests/Source/ChipmunkTest/ChipmunkTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2021 @aismann; Peter Eismann, Germany; dreifrankensoft - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.cpp b/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.cpp index ee56e902bc..c6b90ef7f2 100644 --- a/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.cpp +++ b/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.h b/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.h index b108413fd6..cf69d92ba2 100644 --- a/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.h +++ b/tests/cpp-tests/Source/ClickAndMoveTest/ClickAndMoveTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.cpp b/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.cpp index 2428d6b119..59e245101b 100644 --- a/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.cpp +++ b/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.h b/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.h index 35f7867ccc..120051a825 100644 --- a/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.h +++ b/tests/cpp-tests/Source/ClippingNodeTest/ClippingNodeTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.cpp b/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.cpp index 867212a83e..70ad97f375 100644 --- a/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.cpp +++ b/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.h b/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.h index b6a8edf34d..41c4a6c56a 100644 --- a/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.h +++ b/tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.cpp b/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.cpp index 99cca08aa2..ca9f3619cf 100644 --- a/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.cpp +++ b/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.h b/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.h index 211f6c4777..9554b77927 100644 --- a/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.h +++ b/tests/cpp-tests/Source/ConsoleTest/ConsoleTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/CurlTest/CurlTest.cpp b/tests/cpp-tests/Source/CurlTest/CurlTest.cpp index 42ae14182f..a87a7ca80a 100644 --- a/tests/cpp-tests/Source/CurlTest/CurlTest.cpp +++ b/tests/cpp-tests/Source/CurlTest/CurlTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/CurlTest/CurlTest.h b/tests/cpp-tests/Source/CurlTest/CurlTest.h index f513f2ac65..91d950235a 100644 --- a/tests/cpp-tests/Source/CurlTest/CurlTest.h +++ b/tests/cpp-tests/Source/CurlTest/CurlTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.cpp b/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.cpp index 13c68403df..67a451d52f 100644 --- a/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.cpp +++ b/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.h b/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.h index 75f52c9ae6..297077176f 100644 --- a/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.h +++ b/tests/cpp-tests/Source/CurrentLanguageTest/CurrentLanguageTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.cpp b/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.cpp index 7a51ab2085..c6f85cb534 100644 --- a/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.cpp +++ b/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.h b/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.h index 0f75023176..065c26bc1f 100644 --- a/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.h +++ b/tests/cpp-tests/Source/DataVisitorTest/DataVisitorTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.cpp b/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.cpp index 4431c18a77..95ff311353 100644 --- a/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.cpp +++ b/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.h b/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.h index 1b0b2f56da..6941f5ec62 100644 --- a/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.h +++ b/tests/cpp-tests/Source/DrawNodeExTest/DrawNodeExTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.cpp b/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.cpp index 0807466c99..e6ef6d1acd 100644 --- a/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.cpp +++ b/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.h b/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.h index 227549c0f4..0440e8e642 100644 --- a/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.h +++ b/tests/cpp-tests/Source/DrawPrimitivesTest/DrawPrimitivesTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.cpp b/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.cpp index a51460da26..778e83c40e 100644 --- a/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.cpp +++ b/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.h b/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.h index 5164e5f283..7168271c4b 100644 --- a/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.h +++ b/tests/cpp-tests/Source/EffectsAdvancedTest/EffectsAdvancedTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffectsTest/EffectsTest.cpp b/tests/cpp-tests/Source/EffectsTest/EffectsTest.cpp index b031ec00f3..a07cc85436 100644 --- a/tests/cpp-tests/Source/EffectsTest/EffectsTest.cpp +++ b/tests/cpp-tests/Source/EffectsTest/EffectsTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffectsTest/EffectsTest.h b/tests/cpp-tests/Source/EffectsTest/EffectsTest.h index 576802e2c4..1ee02273dd 100644 --- a/tests/cpp-tests/Source/EffectsTest/EffectsTest.h +++ b/tests/cpp-tests/Source/EffectsTest/EffectsTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.cpp b/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.cpp index d7d8e87ef3..4061aa1203 100644 --- a/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.cpp +++ b/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.h b/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.h index e0d4d9ac91..0da8513127 100644 --- a/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.h +++ b/tests/cpp-tests/Source/EffekseerTest/EffekseerTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.cpp b/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.cpp index fbb364e418..26b3103b8a 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.cpp +++ b/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.h b/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.h index d23331c645..6ba6bd0d31 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.h +++ b/tests/cpp-tests/Source/ExtensionsTest/AssetsManagerExTest/AssetsManagerExTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.cpp b/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.cpp index 9ab759f65b..cc8a85b86f 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.cpp +++ b/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.h b/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.h index faf03e9a3c..227a567779 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.h +++ b/tests/cpp-tests/Source/ExtensionsTest/ExtensionsTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.cpp b/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.cpp index c361cf9061..0c80fd05b2 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.cpp +++ b/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.h b/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.h index 3dbd165bf0..14aa857393 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.h +++ b/tests/cpp-tests/Source/ExtensionsTest/JSONDefaultTest/JSONDefaultTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.cpp b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.cpp index 9eba496dc6..255ba82b5a 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.cpp +++ b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.h b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.h index 060c99c0be..1b2e26a449 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.h +++ b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/CustomTableViewCell.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.cpp b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.cpp index f1fab54a1e..f77106583e 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.cpp +++ b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.h b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.h index 42c63559c0..fc3c6f6882 100644 --- a/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.h +++ b/tests/cpp-tests/Source/ExtensionsTest/TableViewTest/TableViewTestScene.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/FontTest/FontTest.cpp b/tests/cpp-tests/Source/FontTest/FontTest.cpp index b5e8f935f7..f3dd64f423 100644 --- a/tests/cpp-tests/Source/FontTest/FontTest.cpp +++ b/tests/cpp-tests/Source/FontTest/FontTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/FontTest/FontTest.h b/tests/cpp-tests/Source/FontTest/FontTest.h index f9ccf2fea1..da6fa69046 100644 --- a/tests/cpp-tests/Source/FontTest/FontTest.h +++ b/tests/cpp-tests/Source/FontTest/FontTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ImGuiTest/ImGuiTest.h b/tests/cpp-tests/Source/ImGuiTest/ImGuiTest.h index 07337b52f4..21edbd6f38 100644 --- a/tests/cpp-tests/Source/ImGuiTest/ImGuiTest.h +++ b/tests/cpp-tests/Source/ImGuiTest/ImGuiTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/InputTest/MouseTest.cpp b/tests/cpp-tests/Source/InputTest/MouseTest.cpp index 55d888c5e1..b0f0ded97a 100644 --- a/tests/cpp-tests/Source/InputTest/MouseTest.cpp +++ b/tests/cpp-tests/Source/InputTest/MouseTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/InputTest/MouseTest.h b/tests/cpp-tests/Source/InputTest/MouseTest.h index c3a6a552d7..5d46671535 100644 --- a/tests/cpp-tests/Source/InputTest/MouseTest.h +++ b/tests/cpp-tests/Source/InputTest/MouseTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/IntervalTest/IntervalTest.cpp b/tests/cpp-tests/Source/IntervalTest/IntervalTest.cpp index 15b1d4a2c1..df81571052 100644 --- a/tests/cpp-tests/Source/IntervalTest/IntervalTest.cpp +++ b/tests/cpp-tests/Source/IntervalTest/IntervalTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/IntervalTest/IntervalTest.h b/tests/cpp-tests/Source/IntervalTest/IntervalTest.h index 7e8d8e5a1d..351cc8f17f 100644 --- a/tests/cpp-tests/Source/IntervalTest/IntervalTest.h +++ b/tests/cpp-tests/Source/IntervalTest/IntervalTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/JNITest/JNITest.cpp b/tests/cpp-tests/Source/JNITest/JNITest.cpp index 2be010e50e..5c29c241e6 100644 --- a/tests/cpp-tests/Source/JNITest/JNITest.cpp +++ b/tests/cpp-tests/Source/JNITest/JNITest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/JNITest/JNITest.h b/tests/cpp-tests/Source/JNITest/JNITest.h index ea10d9d5ed..a5cc70fff6 100644 --- a/tests/cpp-tests/Source/JNITest/JNITest.h +++ b/tests/cpp-tests/Source/JNITest/JNITest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LabelTest/LabelTestNew.cpp b/tests/cpp-tests/Source/LabelTest/LabelTestNew.cpp index 1f77795a84..1f25bf022c 100644 --- a/tests/cpp-tests/Source/LabelTest/LabelTestNew.cpp +++ b/tests/cpp-tests/Source/LabelTest/LabelTestNew.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LabelTest/LabelTestNew.h b/tests/cpp-tests/Source/LabelTest/LabelTestNew.h index 0ffaac833a..6fa5e70c5a 100644 --- a/tests/cpp-tests/Source/LabelTest/LabelTestNew.h +++ b/tests/cpp-tests/Source/LabelTest/LabelTestNew.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LayerTest/LayerTest.cpp b/tests/cpp-tests/Source/LayerTest/LayerTest.cpp index 1074be2129..8624371683 100644 --- a/tests/cpp-tests/Source/LayerTest/LayerTest.cpp +++ b/tests/cpp-tests/Source/LayerTest/LayerTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LayerTest/LayerTest.h b/tests/cpp-tests/Source/LayerTest/LayerTest.h index 0b96316e53..88b08b0a31 100644 --- a/tests/cpp-tests/Source/LayerTest/LayerTest.h +++ b/tests/cpp-tests/Source/LayerTest/LayerTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LightTest/LightTest.cpp b/tests/cpp-tests/Source/LightTest/LightTest.cpp index 51b30f01fc..cf21404901 100644 --- a/tests/cpp-tests/Source/LightTest/LightTest.cpp +++ b/tests/cpp-tests/Source/LightTest/LightTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/LightTest/LightTest.h b/tests/cpp-tests/Source/LightTest/LightTest.h index 0d280519ed..1ac5df16f8 100644 --- a/tests/cpp-tests/Source/LightTest/LightTest.h +++ b/tests/cpp-tests/Source/LightTest/LightTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.cpp b/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.cpp index a96fcae671..96bc7a1837 100644 --- a/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.cpp +++ b/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.h b/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.h index e8803353f2..28dd535838 100644 --- a/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.h +++ b/tests/cpp-tests/Source/MaterialSystemTest/MaterialSystemTest.h @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MenuTest/MenuTest.cpp b/tests/cpp-tests/Source/MenuTest/MenuTest.cpp index ac15e3bd14..a5c371ddf5 100644 --- a/tests/cpp-tests/Source/MenuTest/MenuTest.cpp +++ b/tests/cpp-tests/Source/MenuTest/MenuTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MenuTest/MenuTest.h b/tests/cpp-tests/Source/MenuTest/MenuTest.h index 84e03816d1..6e5e33112b 100644 --- a/tests/cpp-tests/Source/MenuTest/MenuTest.h +++ b/tests/cpp-tests/Source/MenuTest/MenuTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.cpp b/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.cpp index 4221e2bbef..88f3eade9c 100644 --- a/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.cpp +++ b/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.h b/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.h index ee99bfcf29..80a0801489 100644 --- a/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.h +++ b/tests/cpp-tests/Source/MeshRendererTest/DrawNode3D.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.cpp b/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.cpp index 912f138312..04655c35bb 100644 --- a/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.cpp +++ b/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.h b/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.h index 6836a9b6d9..80a7d46076 100644 --- a/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.h +++ b/tests/cpp-tests/Source/MeshRendererTest/MeshRendererTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.cpp b/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.cpp index ded9c07f3b..40c0a846dc 100644 --- a/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.cpp +++ b/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.h b/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.h index 6fe4e8d0f9..fa5e5000ff 100644 --- a/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.h +++ b/tests/cpp-tests/Source/MotionStreakTest/MotionStreakTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.cpp b/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.cpp index 9b43c302ac..7ce0a718e3 100644 --- a/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.cpp +++ b/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.h b/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.h index 77338feed3..4e4774a546 100644 --- a/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.h +++ b/tests/cpp-tests/Source/MultiTouchTest/MultiTouchTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.cpp b/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.cpp index 058e740fcd..3ce1c8ccea 100644 --- a/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.cpp +++ b/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.h b/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.h index e864a9b0e8..f50ea48eeb 100644 --- a/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.h +++ b/tests/cpp-tests/Source/NavMeshTest/NavMeshTest.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.cpp b/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.cpp index 07157676c1..95339e2a5d 100644 --- a/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.cpp +++ b/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.h b/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.h index 289fca842a..958be236b8 100644 --- a/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.h +++ b/tests/cpp-tests/Source/NetworkTest/DownloaderTest/DownloaderTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.cpp b/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.cpp index 2649e5025a..f3988dc5be 100644 --- a/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.cpp +++ b/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.h b/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.h index 1417291655..3a21d236fd 100644 --- a/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.h +++ b/tests/cpp-tests/Source/NetworkTest/HttpClientTest/HttpClientTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/NetworkTest.cpp b/tests/cpp-tests/Source/NetworkTest/NetworkTest.cpp index 7177cb0db2..693c58375a 100644 --- a/tests/cpp-tests/Source/NetworkTest/NetworkTest.cpp +++ b/tests/cpp-tests/Source/NetworkTest/NetworkTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/NetworkTest.h b/tests/cpp-tests/Source/NetworkTest/NetworkTest.h index 5f5cf3b996..e816c5d7dc 100644 --- a/tests/cpp-tests/Source/NetworkTest/NetworkTest.h +++ b/tests/cpp-tests/Source/NetworkTest/NetworkTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.cpp b/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.cpp index 02dd0d3f09..f7160a267e 100644 --- a/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.cpp +++ b/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.h b/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.h index bc3a379a1e..ce114c77c2 100644 --- a/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.h +++ b/tests/cpp-tests/Source/NetworkTest/WebSocketTest/WebSocketTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.cpp b/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.cpp index 23e2d960bd..1e4c759c1d 100644 --- a/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.cpp +++ b/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.h b/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.h index b86b17090d..016ae2b79a 100644 --- a/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.h +++ b/tests/cpp-tests/Source/NewAudioEngineTest/NewAudioEngineTest.h @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.cpp b/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.cpp index c00f44163f..f3a05d66dc 100644 --- a/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.cpp +++ b/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.h b/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.h index 38049ffcf7..178c7b4f15 100644 --- a/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.h +++ b/tests/cpp-tests/Source/NewEventDispatcherTest/NewEventDispatcherTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.cpp b/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.cpp index 9fa72393b4..059deb4f52 100644 --- a/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.cpp +++ b/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.h b/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.h index c8fd56025b..92980fc224 100644 --- a/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.h +++ b/tests/cpp-tests/Source/NewRendererTest/NewRendererTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NodeTest/NodeTest.cpp b/tests/cpp-tests/Source/NodeTest/NodeTest.cpp index f2cf78673f..4e68c9a169 100644 --- a/tests/cpp-tests/Source/NodeTest/NodeTest.cpp +++ b/tests/cpp-tests/Source/NodeTest/NodeTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/NodeTest/NodeTest.h b/tests/cpp-tests/Source/NodeTest/NodeTest.h index e9ff2bbc8c..a1d055f3da 100644 --- a/tests/cpp-tests/Source/NodeTest/NodeTest.h +++ b/tests/cpp-tests/Source/NodeTest/NodeTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.cpp b/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.cpp index 02dd2ad588..cf75d0d011 100644 --- a/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.cpp +++ b/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -51,7 +51,7 @@ OpenURLTest::OpenURLTest() void OpenURLTest::onTouchesEnded(const std::vector& touches, Event* event) { - Application::getInstance()->openURL("https://axmolengine.github.io/"); + Application::getInstance()->openURL("https://axmol.dev/"); } OpenURLTest::~OpenURLTest() diff --git a/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.h b/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.h index eb9bd8f1d5..6622332888 100644 --- a/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.h +++ b/tests/cpp-tests/Source/OpenURLTest/OpenURLTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.cpp b/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.cpp index 4e7ca32cd7..50766bf171 100644 --- a/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.cpp +++ b/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.h b/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.h index 49a94ea072..9ad2fccc26 100644 --- a/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.h +++ b/tests/cpp-tests/Source/ParallaxTest/ParallaxTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.cpp b/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.cpp index e0b794bb8d..395b6a1a64 100644 --- a/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.cpp +++ b/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.h b/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.h index e2a9d02609..fc2842182a 100644 --- a/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.h +++ b/tests/cpp-tests/Source/Particle3DTest/Particle3DTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ParticleTest/ParticleTest.cpp b/tests/cpp-tests/Source/ParticleTest/ParticleTest.cpp index 920266303a..76944108b7 100644 --- a/tests/cpp-tests/Source/ParticleTest/ParticleTest.cpp +++ b/tests/cpp-tests/Source/ParticleTest/ParticleTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ParticleTest/ParticleTest.h b/tests/cpp-tests/Source/ParticleTest/ParticleTest.h index 925ba63819..6d73fee424 100644 --- a/tests/cpp-tests/Source/ParticleTest/ParticleTest.h +++ b/tests/cpp-tests/Source/ParticleTest/ParticleTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.cpp b/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.cpp index 38e1c15275..f5e2fa6fb6 100644 --- a/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.cpp +++ b/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.h b/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.h index c6dc4dbed6..2a215164f7 100644 --- a/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.h +++ b/tests/cpp-tests/Source/Physics3DTest/Physics3DTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.cpp b/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.cpp index 86efe32e25..7b227016f5 100644 --- a/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.cpp +++ b/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.h b/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.h index 18d10a928b..8575d6a9a9 100644 --- a/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.h +++ b/tests/cpp-tests/Source/PhysicsTest/PhysicsTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.cpp b/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.cpp index 2c4efdc805..d3e419a1d2 100644 --- a/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.cpp +++ b/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.h b/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.h index 27183752ee..9f71d902a6 100644 --- a/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.h +++ b/tests/cpp-tests/Source/ReleasePoolTest/ReleasePoolTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.cpp b/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.cpp index ab54365aee..5336b3376e 100644 --- a/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.cpp +++ b/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.h b/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.h index 8a96fa553d..e83e58da3f 100644 --- a/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.h +++ b/tests/cpp-tests/Source/RenderTextureTest/RenderTextureTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.cpp b/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.cpp index c72aa56d32..1827a8eb01 100644 --- a/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.cpp +++ b/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.h b/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.h index 1df1548588..9716ec2e1b 100644 --- a/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.h +++ b/tests/cpp-tests/Source/RotateWorldTest/RotateWorldTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.cpp b/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.cpp index 4c5ca943a1..d19ade3910 100644 --- a/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.cpp +++ b/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.h b/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.h index dc54171ef4..61ae22a8af 100644 --- a/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.h +++ b/tests/cpp-tests/Source/Scene3DTest/Scene3DTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SceneTest/SceneTest.cpp b/tests/cpp-tests/Source/SceneTest/SceneTest.cpp index 623c250084..db744e0300 100644 --- a/tests/cpp-tests/Source/SceneTest/SceneTest.cpp +++ b/tests/cpp-tests/Source/SceneTest/SceneTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SceneTest/SceneTest.h b/tests/cpp-tests/Source/SceneTest/SceneTest.h index f50c2a77e8..55bcd872f1 100644 --- a/tests/cpp-tests/Source/SceneTest/SceneTest.h +++ b/tests/cpp-tests/Source/SceneTest/SceneTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp b/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp index d8e62d3d67..ab962a2631 100644 --- a/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp +++ b/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.h b/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.h index 234d9f969e..f828317f2a 100644 --- a/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.h +++ b/tests/cpp-tests/Source/SchedulerTest/SchedulerTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp b/tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp index b39e48bfca..136d356c25 100644 --- a/tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp +++ b/tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ShaderTest/ShaderTest.h b/tests/cpp-tests/Source/ShaderTest/ShaderTest.h index 6bcac4e9cf..5b59bd6382 100644 --- a/tests/cpp-tests/Source/ShaderTest/ShaderTest.h +++ b/tests/cpp-tests/Source/ShaderTest/ShaderTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ShaderTest/ShaderTest2.cpp b/tests/cpp-tests/Source/ShaderTest/ShaderTest2.cpp index bf4e4221a6..93bc513177 100644 --- a/tests/cpp-tests/Source/ShaderTest/ShaderTest2.cpp +++ b/tests/cpp-tests/Source/ShaderTest/ShaderTest2.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ShaderTest/ShaderTest2.h b/tests/cpp-tests/Source/ShaderTest/ShaderTest2.h index e26766f6d4..d86586c735 100644 --- a/tests/cpp-tests/Source/ShaderTest/ShaderTest2.h +++ b/tests/cpp-tests/Source/ShaderTest/ShaderTest2.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.cpp b/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.cpp index bbbb9b12e3..6b5d2a3961 100644 --- a/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.cpp +++ b/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.h b/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.h index 1d59e72135..cbe8b6a8e4 100644 --- a/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.h +++ b/tests/cpp-tests/Source/SpriteFrameCacheTest/SpriteFrameCacheTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.cpp b/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.cpp index 6dfa67cc75..a84a5f9ff8 100644 --- a/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.cpp +++ b/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.h b/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.h index 77fcdeb1ba..e56567ffee 100644 --- a/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.h +++ b/tests/cpp-tests/Source/SpritePolygonTest/SpritePolygonTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp b/tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp index 8b17ae5fe0..66ea355630 100644 --- a/tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp +++ b/tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/SpriteTest/SpriteTest.h b/tests/cpp-tests/Source/SpriteTest/SpriteTest.h index 1f7de9b767..1c3abd149f 100644 --- a/tests/cpp-tests/Source/SpriteTest/SpriteTest.h +++ b/tests/cpp-tests/Source/SpriteTest/SpriteTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TerrainTest/TerrainTest.cpp b/tests/cpp-tests/Source/TerrainTest/TerrainTest.cpp index d97235cfce..8ed8922905 100644 --- a/tests/cpp-tests/Source/TerrainTest/TerrainTest.cpp +++ b/tests/cpp-tests/Source/TerrainTest/TerrainTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TerrainTest/TerrainTest.h b/tests/cpp-tests/Source/TerrainTest/TerrainTest.h index fd24bda9e7..bc77d0b23b 100644 --- a/tests/cpp-tests/Source/TerrainTest/TerrainTest.h +++ b/tests/cpp-tests/Source/TerrainTest/TerrainTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TextInputTest/TextInputTest.cpp b/tests/cpp-tests/Source/TextInputTest/TextInputTest.cpp index fe57888a73..089acdbb27 100644 --- a/tests/cpp-tests/Source/TextInputTest/TextInputTest.cpp +++ b/tests/cpp-tests/Source/TextInputTest/TextInputTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TextInputTest/TextInputTest.h b/tests/cpp-tests/Source/TextInputTest/TextInputTest.h index 4184e831d6..c3419a4dd8 100644 --- a/tests/cpp-tests/Source/TextInputTest/TextInputTest.h +++ b/tests/cpp-tests/Source/TextInputTest/TextInputTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.cpp b/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.cpp index bf88e2b56c..7345db1123 100644 --- a/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.cpp +++ b/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.h b/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.h index 51e84a6513..845dcb53be 100644 --- a/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.h +++ b/tests/cpp-tests/Source/Texture2dTest/Texture2dTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.cpp b/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.cpp index 9d0a8832d1..5828a8972c 100644 --- a/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.cpp +++ b/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.h b/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.h index 9aa61639d0..d20790cf90 100644 --- a/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.h +++ b/tests/cpp-tests/Source/TextureCacheTest/TextureCacheTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.cpp b/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.cpp index 83a58a0f9b..5bace9fe00 100644 --- a/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.cpp +++ b/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h b/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h index cbce9c4579..c3aa040e7b 100644 --- a/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h +++ b/tests/cpp-tests/Source/TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TileMapTest/TileMapTest2.cpp b/tests/cpp-tests/Source/TileMapTest/TileMapTest2.cpp index d98406446d..bb5f8094e9 100644 --- a/tests/cpp-tests/Source/TileMapTest/TileMapTest2.cpp +++ b/tests/cpp-tests/Source/TileMapTest/TileMapTest2.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TileMapTest/TileMapTest2.h b/tests/cpp-tests/Source/TileMapTest/TileMapTest2.h index 21cad83792..21408ca12a 100644 --- a/tests/cpp-tests/Source/TileMapTest/TileMapTest2.h +++ b/tests/cpp-tests/Source/TileMapTest/TileMapTest2.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/Ball.cpp b/tests/cpp-tests/Source/TouchesTest/Ball.cpp index 1571e13187..8f98d07325 100644 --- a/tests/cpp-tests/Source/TouchesTest/Ball.cpp +++ b/tests/cpp-tests/Source/TouchesTest/Ball.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/Ball.h b/tests/cpp-tests/Source/TouchesTest/Ball.h index aa52f42dbc..8132e79422 100644 --- a/tests/cpp-tests/Source/TouchesTest/Ball.h +++ b/tests/cpp-tests/Source/TouchesTest/Ball.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/Paddle.cpp b/tests/cpp-tests/Source/TouchesTest/Paddle.cpp index 255e78a6ac..2a8d9e4990 100644 --- a/tests/cpp-tests/Source/TouchesTest/Paddle.cpp +++ b/tests/cpp-tests/Source/TouchesTest/Paddle.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/Paddle.h b/tests/cpp-tests/Source/TouchesTest/Paddle.h index 29982e3239..d0c54d3574 100644 --- a/tests/cpp-tests/Source/TouchesTest/Paddle.h +++ b/tests/cpp-tests/Source/TouchesTest/Paddle.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/TouchesTest.cpp b/tests/cpp-tests/Source/TouchesTest/TouchesTest.cpp index 92580fb9a8..6bbc3f4e86 100644 --- a/tests/cpp-tests/Source/TouchesTest/TouchesTest.cpp +++ b/tests/cpp-tests/Source/TouchesTest/TouchesTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TouchesTest/TouchesTest.h b/tests/cpp-tests/Source/TouchesTest/TouchesTest.h index 2294c8b3a3..b723e503d6 100644 --- a/tests/cpp-tests/Source/TouchesTest/TouchesTest.h +++ b/tests/cpp-tests/Source/TouchesTest/TouchesTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.cpp b/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.cpp index 94f441d549..116965444f 100644 --- a/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.cpp +++ b/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.h b/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.h index 8721236bfc..8d7d1c8078 100644 --- a/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.h +++ b/tests/cpp-tests/Source/TransitionsTest/TransitionsTest.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.cpp index 5776f519a1..e34d32df2d 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.h index 359d174868..f9dc198fcc 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/CocosGUIScene.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.cpp index e799c59f08..209c8e0dcf 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.h index 1a0d7106ca..71fd99781c 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIButtonTest/UIButtonTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.cpp index 12cad88dc6..b0f20989d7 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.h index 7c2a1ff181..dcbfac855a 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UICheckBoxTest/UICheckBoxTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.cpp index 3e643f462d..581dc2e684 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.h index 497cd974ed..77f15912ab 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIEditBoxTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.cpp index b5fec59d4a..0355cb8116 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.h index bd85582e7c..bca885fd0f 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIFocusTest/UIFocusTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.cpp index ac6e658dde..b5753020a2 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.h index bfcfd7e39a..dfd98e0afe 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIImageViewTest/UIImageViewTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.cpp index 8402fc00eb..2312194de3 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.h index eb382f0b14..b396518933 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILayoutTest/UILayoutTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.cpp index db4cd72022..1487ec0221 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.h index 5b254daca3..78a6de2100 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIListViewTest/UIListViewTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.cpp index 2ec5950bda..6367bf184e 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.h index 34de4c1a30..53c1a3aaae 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UILoadingBarTest/UILoadingBarTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.cpp index 31e9623331..d262bab1e9 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.h index 22916be323..d0650c8b6e 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIPageViewTest/UIPageViewTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.cpp index 61598387c4..dae73af172 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.h index 40745f22bf..834d5b7f9a 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRadioButtonTest/UIRadioButtonTest.h @@ -2,7 +2,7 @@ Copyright (c) 2015 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.cpp index ed207c825b..e670ba10bd 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.h index 105f00035e..7c9d3847e1 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIRichTextTest/UIRichTextTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.cpp index 7a392c2733..a5d0d9f5aa 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.h index c22a63e941..a69c825a48 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScale9SpriteTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.cpp index e3e38077a0..e3c22b1e66 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.h index 31c4c684c0..32a2dc8822 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScene.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.cpp index 3bb7808165..e36d52f73a 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.h index c93cbe8455..327a338ae9 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISceneManager.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.cpp index 81f613170a..ac9788a619 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.h index f345b21797..13a3ee64a9 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIScrollViewTest/UIScrollViewTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.cpp index 40b96ee089..c5b909b3d1 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.h index 2b9a332137..3c231b0e0e 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UISliderTest/UISliderTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.cpp index 8af49d82e8..d6d44d213e 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h index 17fe737030..26bde8fa2c 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextAtlasTest/UITextAtlasTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.cpp index 78cad5ffbe..466a9a72d3 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.h index 4a1ea274d2..791d7df10f 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextBMFontTest/UITextBMFontTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.cpp index 46d9eb4c7a..485caa9539 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.h index c0de26a229..fa21f66101 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextFieldTest/UITextFieldTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.cpp index 3b63d6db0c..75f522a7e8 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.h index 375e6d1794..6bec396609 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UITextTest/UITextTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp index c9a41f9a8a..a2749c3c4d 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.h index b7cd7aa559..054ccb1559 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIVideoPlayerTest/UIVideoPlayerTest.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.cpp index d90a0ea099..fb03abc0ec 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.h index 6449f64303..73dbe6ed0c 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWebViewTest/UIWebViewTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.cpp b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.cpp index da0d29d670..88ee27bf1d 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.cpp +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.h b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.h index fb650797a0..5490dff805 100644 --- a/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.h +++ b/tests/cpp-tests/Source/UITest/CocoStudioGUITest/UIWidgetAddNodeTest/UIWidgetAddNodeTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/UITest.cpp b/tests/cpp-tests/Source/UITest/UITest.cpp index 25819b1114..15817f2084 100644 --- a/tests/cpp-tests/Source/UITest/UITest.cpp +++ b/tests/cpp-tests/Source/UITest/UITest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UITest/UITest.h b/tests/cpp-tests/Source/UITest/UITest.h index 34db54d367..216408d17c 100644 --- a/tests/cpp-tests/Source/UITest/UITest.h +++ b/tests/cpp-tests/Source/UITest/UITest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.cpp b/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.cpp index e47536c9c6..b8e51e134a 100644 --- a/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.cpp +++ b/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.h b/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.h index af91a93bbe..5affdef54b 100644 --- a/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.h +++ b/tests/cpp-tests/Source/UserDefaultTest/UserDefaultTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VRTest/VRTest.cpp b/tests/cpp-tests/Source/VRTest/VRTest.cpp index 99f32a219c..a4fac2bd7d 100644 --- a/tests/cpp-tests/Source/VRTest/VRTest.cpp +++ b/tests/cpp-tests/Source/VRTest/VRTest.cpp @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VRTest/VRTest.h b/tests/cpp-tests/Source/VRTest/VRTest.h index 1d9d21a2f9..a22d7f0d1d 100644 --- a/tests/cpp-tests/Source/VRTest/VRTest.h +++ b/tests/cpp-tests/Source/VRTest/VRTest.h @@ -2,7 +2,7 @@ Copyright (c) 2013 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VibrateTest/VibrateTest.cpp b/tests/cpp-tests/Source/VibrateTest/VibrateTest.cpp index ebacfb817d..b8cbf593ef 100644 --- a/tests/cpp-tests/Source/VibrateTest/VibrateTest.cpp +++ b/tests/cpp-tests/Source/VibrateTest/VibrateTest.cpp @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VibrateTest/VibrateTest.h b/tests/cpp-tests/Source/VibrateTest/VibrateTest.h index 003669d249..35127e4bab 100644 --- a/tests/cpp-tests/Source/VibrateTest/VibrateTest.h +++ b/tests/cpp-tests/Source/VibrateTest/VibrateTest.h @@ -2,7 +2,7 @@ Copyright (c) 2014-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VisibleRect.cpp b/tests/cpp-tests/Source/VisibleRect.cpp index 701ef8326e..57f401690d 100644 --- a/tests/cpp-tests/Source/VisibleRect.cpp +++ b/tests/cpp-tests/Source/VisibleRect.cpp @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/VisibleRect.h b/tests/cpp-tests/Source/VisibleRect.h index 9c6987b54a..605e81eae8 100644 --- a/tests/cpp-tests/Source/VisibleRect.h +++ b/tests/cpp-tests/Source/VisibleRect.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/WindowTest/WindowTest.cpp b/tests/cpp-tests/Source/WindowTest/WindowTest.cpp index db2d17dc82..7cb617f006 100644 --- a/tests/cpp-tests/Source/WindowTest/WindowTest.cpp +++ b/tests/cpp-tests/Source/WindowTest/WindowTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/WindowTest/WindowTest.h b/tests/cpp-tests/Source/WindowTest/WindowTest.h index c1ba4a50eb..7cced9d9d8 100644 --- a/tests/cpp-tests/Source/WindowTest/WindowTest.h +++ b/tests/cpp-tests/Source/WindowTest/WindowTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.cpp b/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.cpp index bdda278427..032452f500 100644 --- a/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.cpp +++ b/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.h b/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.h index 7cbe1e5948..ec509806a7 100644 --- a/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.h +++ b/tests/cpp-tests/Source/ZwoptexTest/ZwoptexTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/controller.cpp b/tests/cpp-tests/Source/controller.cpp index 8d5521a3a5..7a6113def1 100644 --- a/tests/cpp-tests/Source/controller.cpp +++ b/tests/cpp-tests/Source/controller.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/controller.h b/tests/cpp-tests/Source/controller.h index b20f3de965..0520734a32 100644 --- a/tests/cpp-tests/Source/controller.h +++ b/tests/cpp-tests/Source/controller.h @@ -2,7 +2,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/testBasic.h b/tests/cpp-tests/Source/testBasic.h index bdac7483f6..c0cfbce670 100644 --- a/tests/cpp-tests/Source/testBasic.h +++ b/tests/cpp-tests/Source/testBasic.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/testResource.h b/tests/cpp-tests/Source/testResource.h index e1f86831e7..892acca3e9 100644 --- a/tests/cpp-tests/Source/testResource.h +++ b/tests/cpp-tests/Source/testResource.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/Source/tests.h b/tests/cpp-tests/Source/tests.h index e5b60bb8bd..45ea43f9b1 100644 --- a/tests/cpp-tests/Source/tests.h +++ b/tests/cpp-tests/Source/tests.h @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.android/app/jni/main.cpp b/tests/cpp-tests/proj.android/app/jni/main.cpp index 06493b58ac..3b16786150 100644 --- a/tests/cpp-tests/proj.android/app/jni/main.cpp +++ b/tests/cpp-tests/proj.android/app/jni/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/AppActivity.java b/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/AppActivity.java index 9e2ea70539..788d7cfa02 100644 --- a/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/AppActivity.java +++ b/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/AppActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/JNITest.java b/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/JNITest.java index 1d81117088..e292aba82c 100644 --- a/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/JNITest.java +++ b/tests/cpp-tests/proj.android/app/src/org/axmol/cpp_tests/JNITest.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.ios/Source/RootViewController.h b/tests/cpp-tests/proj.ios/Source/RootViewController.h index db9efc5344..ddd0ca16a4 100644 --- a/tests/cpp-tests/proj.ios/Source/RootViewController.h +++ b/tests/cpp-tests/proj.ios/Source/RootViewController.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.ios/Source/RootViewController.mm b/tests/cpp-tests/proj.ios/Source/RootViewController.mm index 342a204554..52b2aa3d5e 100644 --- a/tests/cpp-tests/proj.ios/Source/RootViewController.mm +++ b/tests/cpp-tests/proj.ios/Source/RootViewController.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.ios/Source/testsAppDelegate.h b/tests/cpp-tests/proj.ios/Source/testsAppDelegate.h index be2772401e..8f5d22bab3 100644 --- a/tests/cpp-tests/proj.ios/Source/testsAppDelegate.h +++ b/tests/cpp-tests/proj.ios/Source/testsAppDelegate.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.ios/Source/testsAppDelegate.mm b/tests/cpp-tests/proj.ios/Source/testsAppDelegate.mm index 195d311d4a..0dede16706 100644 --- a/tests/cpp-tests/proj.ios/Source/testsAppDelegate.mm +++ b/tests/cpp-tests/proj.ios/Source/testsAppDelegate.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.linux/main.cpp b/tests/cpp-tests/proj.linux/main.cpp index b265379f11..c50501c58e 100644 --- a/tests/cpp-tests/proj.linux/main.cpp +++ b/tests/cpp-tests/proj.linux/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.mac/main.cpp b/tests/cpp-tests/proj.mac/main.cpp index 3fcdad68f1..ce0275888c 100644 --- a/tests/cpp-tests/proj.mac/main.cpp +++ b/tests/cpp-tests/proj.mac/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.wasm/main.cpp b/tests/cpp-tests/proj.wasm/main.cpp index 96e3ed2fae..958cea7e59 100644 --- a/tests/cpp-tests/proj.wasm/main.cpp +++ b/tests/cpp-tests/proj.wasm/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.win32/main.cpp b/tests/cpp-tests/proj.win32/main.cpp index 9a9cfa3e3a..3946830401 100644 --- a/tests/cpp-tests/proj.win32/main.cpp +++ b/tests/cpp-tests/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.win32/main.h b/tests/cpp-tests/proj.win32/main.h index 76916ce8b3..62c2bc2e13 100644 --- a/tests/cpp-tests/proj.win32/main.h +++ b/tests/cpp-tests/proj.win32/main.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.winrt/App.cpp b/tests/cpp-tests/proj.winrt/App.cpp index 40da28d7b5..89912f6b36 100644 --- a/tests/cpp-tests/proj.winrt/App.cpp +++ b/tests/cpp-tests/proj.winrt/App.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/cpp-tests/proj.winrt/App.h b/tests/cpp-tests/proj.winrt/App.h index ea506f99a3..cc7578889d 100644 --- a/tests/cpp-tests/proj.winrt/App.h +++ b/tests/cpp-tests/proj.winrt/App.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/CMakeLists.txt b/tests/fairygui-tests/CMakeLists.txt index bccca86965..a72298bf2d 100644 --- a/tests/fairygui-tests/CMakeLists.txt +++ b/tests/fairygui-tests/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2013-2014 cocos2d-x.org # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.android/app/jni/main.cpp b/tests/fairygui-tests/proj.android/app/jni/main.cpp index 31fb2fb3d4..7cec8a4f33 100644 --- a/tests/fairygui-tests/proj.android/app/jni/main.cpp +++ b/tests/fairygui-tests/proj.android/app/jni/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.android/app/src/org/axmol/fairygui_tests/AppActivity.java b/tests/fairygui-tests/proj.android/app/src/org/axmol/fairygui_tests/AppActivity.java index f681e4946f..f1be32e8ce 100644 --- a/tests/fairygui-tests/proj.android/app/src/org/axmol/fairygui_tests/AppActivity.java +++ b/tests/fairygui-tests/proj.android/app/src/org/axmol/fairygui_tests/AppActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.ios/AppController.h b/tests/fairygui-tests/proj.ios/AppController.h index 3930a6cd95..cbb7d1790b 100644 --- a/tests/fairygui-tests/proj.ios/AppController.h +++ b/tests/fairygui-tests/proj.ios/AppController.h @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.ios/AppController.mm b/tests/fairygui-tests/proj.ios/AppController.mm index bd0fab349f..4b117c9442 100644 --- a/tests/fairygui-tests/proj.ios/AppController.mm +++ b/tests/fairygui-tests/proj.ios/AppController.mm @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.ios/RootViewController.h b/tests/fairygui-tests/proj.ios/RootViewController.h index b50b213332..df5f05405a 100644 --- a/tests/fairygui-tests/proj.ios/RootViewController.h +++ b/tests/fairygui-tests/proj.ios/RootViewController.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.ios/RootViewController.mm b/tests/fairygui-tests/proj.ios/RootViewController.mm index 4d5ec87062..2a34c8596e 100644 --- a/tests/fairygui-tests/proj.ios/RootViewController.mm +++ b/tests/fairygui-tests/proj.ios/RootViewController.mm @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.linux/main.cpp b/tests/fairygui-tests/proj.linux/main.cpp index 2ebe7d9c7e..3798850728 100644 --- a/tests/fairygui-tests/proj.linux/main.cpp +++ b/tests/fairygui-tests/proj.linux/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.mac/main.cpp b/tests/fairygui-tests/proj.mac/main.cpp index 391afef6f1..86016bc210 100644 --- a/tests/fairygui-tests/proj.mac/main.cpp +++ b/tests/fairygui-tests/proj.mac/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.wasm/main.cpp b/tests/fairygui-tests/proj.wasm/main.cpp index 96e3ed2fae..958cea7e59 100644 --- a/tests/fairygui-tests/proj.wasm/main.cpp +++ b/tests/fairygui-tests/proj.wasm/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.win32/main.cpp b/tests/fairygui-tests/proj.win32/main.cpp index b2d21c43c6..10a4b29a49 100644 --- a/tests/fairygui-tests/proj.win32/main.cpp +++ b/tests/fairygui-tests/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.win32/main.h b/tests/fairygui-tests/proj.win32/main.h index ff4cf6e737..c443e63295 100644 --- a/tests/fairygui-tests/proj.win32/main.h +++ b/tests/fairygui-tests/proj.win32/main.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.winrt/App.cpp b/tests/fairygui-tests/proj.winrt/App.cpp index 40da28d7b5..89912f6b36 100644 --- a/tests/fairygui-tests/proj.winrt/App.cpp +++ b/tests/fairygui-tests/proj.winrt/App.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/fairygui-tests/proj.winrt/App.h b/tests/fairygui-tests/proj.winrt/App.h index ea506f99a3..cc7578889d 100644 --- a/tests/fairygui-tests/proj.winrt/App.h +++ b/tests/fairygui-tests/proj.winrt/App.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/CMakeLists.txt b/tests/live2d-tests/CMakeLists.txt index ed60ec1d56..270ae67f28 100644 --- a/tests/live2d-tests/CMakeLists.txt +++ b/tests/live2d-tests/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2013-2014 cocos2d-x.org # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.android/app/jni/main.cpp b/tests/live2d-tests/proj.android/app/jni/main.cpp index 083d736eb3..2a289d9827 100644 --- a/tests/live2d-tests/proj.android/app/jni/main.cpp +++ b/tests/live2d-tests/proj.android/app/jni/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.android/app/src/org/axmol/cpp/AppActivity.java b/tests/live2d-tests/proj.android/app/src/org/axmol/cpp/AppActivity.java index c5a52c58d9..c838321ac6 100644 --- a/tests/live2d-tests/proj.android/app/src/org/axmol/cpp/AppActivity.java +++ b/tests/live2d-tests/proj.android/app/src/org/axmol/cpp/AppActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.ios/AppController.h b/tests/live2d-tests/proj.ios/AppController.h index 3930a6cd95..cbb7d1790b 100644 --- a/tests/live2d-tests/proj.ios/AppController.h +++ b/tests/live2d-tests/proj.ios/AppController.h @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.ios/AppController.mm b/tests/live2d-tests/proj.ios/AppController.mm index 01a8230994..8ff9419233 100644 --- a/tests/live2d-tests/proj.ios/AppController.mm +++ b/tests/live2d-tests/proj.ios/AppController.mm @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.ios/RootViewController.h b/tests/live2d-tests/proj.ios/RootViewController.h index b50b213332..df5f05405a 100644 --- a/tests/live2d-tests/proj.ios/RootViewController.h +++ b/tests/live2d-tests/proj.ios/RootViewController.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.ios/RootViewController.mm b/tests/live2d-tests/proj.ios/RootViewController.mm index 4d5ec87062..2a34c8596e 100644 --- a/tests/live2d-tests/proj.ios/RootViewController.mm +++ b/tests/live2d-tests/proj.ios/RootViewController.mm @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.linux/main.cpp b/tests/live2d-tests/proj.linux/main.cpp index 2ebe7d9c7e..3798850728 100644 --- a/tests/live2d-tests/proj.linux/main.cpp +++ b/tests/live2d-tests/proj.linux/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.wasm/main.cpp b/tests/live2d-tests/proj.wasm/main.cpp index 96e3ed2fae..958cea7e59 100644 --- a/tests/live2d-tests/proj.wasm/main.cpp +++ b/tests/live2d-tests/proj.wasm/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.win32/main.cpp b/tests/live2d-tests/proj.win32/main.cpp index b2d21c43c6..10a4b29a49 100644 --- a/tests/live2d-tests/proj.win32/main.cpp +++ b/tests/live2d-tests/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.win32/main.h b/tests/live2d-tests/proj.win32/main.h index ff4cf6e737..c443e63295 100644 --- a/tests/live2d-tests/proj.win32/main.h +++ b/tests/live2d-tests/proj.win32/main.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.winrt/App.cpp b/tests/live2d-tests/proj.winrt/App.cpp index 40da28d7b5..89912f6b36 100644 --- a/tests/live2d-tests/proj.winrt/App.cpp +++ b/tests/live2d-tests/proj.winrt/App.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/live2d-tests/proj.winrt/App.h b/tests/live2d-tests/proj.winrt/App.h index ea506f99a3..cc7578889d 100644 --- a/tests/live2d-tests/proj.winrt/App.h +++ b/tests/live2d-tests/proj.winrt/App.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/CMakeLists.txt b/tests/lua-tests/CMakeLists.txt index 1d8ce32894..2f7b2cbec6 100644 --- a/tests/lua-tests/CMakeLists.txt +++ b/tests/lua-tests/CMakeLists.txt @@ -2,7 +2,7 @@ # Copyright (c) 2013-2014 cocos2d-x.org # Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). # -# https://axmolengine.github.io/ +# https://axmol.dev/ # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/AppDelegate.cpp b/tests/lua-tests/Source/AppDelegate.cpp index 36af359882..2baf54f299 100644 --- a/tests/lua-tests/Source/AppDelegate.cpp +++ b/tests/lua-tests/Source/AppDelegate.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/AppDelegate.h b/tests/lua-tests/Source/AppDelegate.h index ea374f9f8e..3169f26588 100644 --- a/tests/lua-tests/Source/AppDelegate.h +++ b/tests/lua-tests/Source/AppDelegate.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/lua_assetsmanager_test_sample.cpp b/tests/lua-tests/Source/lua_assetsmanager_test_sample.cpp index 3c91c4c20f..647e0019f9 100644 --- a/tests/lua-tests/Source/lua_assetsmanager_test_sample.cpp +++ b/tests/lua-tests/Source/lua_assetsmanager_test_sample.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/lua_assetsmanager_test_sample.h b/tests/lua-tests/Source/lua_assetsmanager_test_sample.h index 81abeb98db..fe89ab3350 100644 --- a/tests/lua-tests/Source/lua_assetsmanager_test_sample.h +++ b/tests/lua-tests/Source/lua_assetsmanager_test_sample.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/lua_test_bindings.cpp b/tests/lua-tests/Source/lua_test_bindings.cpp index 6a7a56babc..103ba0fff2 100644 --- a/tests/lua-tests/Source/lua_test_bindings.cpp +++ b/tests/lua-tests/Source/lua_test_bindings.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/Source/lua_test_bindings.h b/tests/lua-tests/Source/lua_test_bindings.h index 8090c1b247..f95856eb07 100644 --- a/tests/lua-tests/Source/lua_test_bindings.h +++ b/tests/lua-tests/Source/lua_test_bindings.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.android/app/jni/main.cpp b/tests/lua-tests/proj.android/app/jni/main.cpp index 06493b58ac..3b16786150 100644 --- a/tests/lua-tests/proj.android/app/jni/main.cpp +++ b/tests/lua-tests/proj.android/app/jni/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.android/app/src/org/axmol/lua_tests/AppActivity.java b/tests/lua-tests/proj.android/app/src/org/axmol/lua_tests/AppActivity.java index f24a0dbed6..49c7f12ed0 100644 --- a/tests/lua-tests/proj.android/app/src/org/axmol/lua_tests/AppActivity.java +++ b/tests/lua-tests/proj.android/app/src/org/axmol/lua_tests/AppActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.android/app/src/org/axmol/sample/LuaJavaBridgeTest/LuaJavaBridgeTest.java b/tests/lua-tests/proj.android/app/src/org/axmol/sample/LuaJavaBridgeTest/LuaJavaBridgeTest.java index 0e586ca708..85ff93ec04 100644 --- a/tests/lua-tests/proj.android/app/src/org/axmol/sample/LuaJavaBridgeTest/LuaJavaBridgeTest.java +++ b/tests/lua-tests/proj.android/app/src/org/axmol/sample/LuaJavaBridgeTest/LuaJavaBridgeTest.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/AppController.h b/tests/lua-tests/proj.ios_mac/ios/AppController.h index 6e0ecb46ff..4fd5b4e8cf 100644 --- a/tests/lua-tests/proj.ios_mac/ios/AppController.h +++ b/tests/lua-tests/proj.ios_mac/ios/AppController.h @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/AppController.mm b/tests/lua-tests/proj.ios_mac/ios/AppController.mm index 9ef977fc75..0a92158de8 100644 --- a/tests/lua-tests/proj.ios_mac/ios/AppController.mm +++ b/tests/lua-tests/proj.ios_mac/ios/AppController.mm @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.h b/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.h index d4384c6453..b4f6357798 100644 --- a/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.h +++ b/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.mm b/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.mm index e8be56db20..e7bd207e05 100644 --- a/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.mm +++ b/tests/lua-tests/proj.ios_mac/ios/LuaObjectCBridgeTest.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/RootViewController.h b/tests/lua-tests/proj.ios_mac/ios/RootViewController.h index 4c9298ae04..661d0edf36 100644 --- a/tests/lua-tests/proj.ios_mac/ios/RootViewController.h +++ b/tests/lua-tests/proj.ios_mac/ios/RootViewController.h @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/ios/RootViewController.mm b/tests/lua-tests/proj.ios_mac/ios/RootViewController.mm index 9880703317..ec7c259b82 100644 --- a/tests/lua-tests/proj.ios_mac/ios/RootViewController.mm +++ b/tests/lua-tests/proj.ios_mac/ios/RootViewController.mm @@ -3,7 +3,7 @@ Copyright (c) 2010 Ricardo Quesada Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.h b/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.h index d4384c6453..b4f6357798 100644 --- a/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.h +++ b/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.mm b/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.mm index e8be56db20..e7bd207e05 100644 --- a/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.mm +++ b/tests/lua-tests/proj.ios_mac/mac/LuaObjectCBridgeTest.mm @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.ios_mac/mac/main.cpp b/tests/lua-tests/proj.ios_mac/mac/main.cpp index 40a5e46fa0..c2ef140619 100644 --- a/tests/lua-tests/proj.ios_mac/mac/main.cpp +++ b/tests/lua-tests/proj.ios_mac/mac/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.linux/main.cpp b/tests/lua-tests/proj.linux/main.cpp index b265379f11..c50501c58e 100644 --- a/tests/lua-tests/proj.linux/main.cpp +++ b/tests/lua-tests/proj.linux/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.wasm/main.cpp b/tests/lua-tests/proj.wasm/main.cpp index 96e3ed2fae..958cea7e59 100644 --- a/tests/lua-tests/proj.wasm/main.cpp +++ b/tests/lua-tests/proj.wasm/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.win32/main.cpp b/tests/lua-tests/proj.win32/main.cpp index b2d21c43c6..10a4b29a49 100644 --- a/tests/lua-tests/proj.win32/main.cpp +++ b/tests/lua-tests/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.win32/main.h b/tests/lua-tests/proj.win32/main.h index 6116e5b5c2..00ffe2d3ca 100644 --- a/tests/lua-tests/proj.win32/main.h +++ b/tests/lua-tests/proj.win32/main.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.winrt/App.cpp b/tests/lua-tests/proj.winrt/App.cpp index 40da28d7b5..89912f6b36 100644 --- a/tests/lua-tests/proj.winrt/App.cpp +++ b/tests/lua-tests/proj.winrt/App.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/lua-tests/proj.winrt/App.h b/tests/lua-tests/proj.winrt/App.h index ea506f99a3..cc7578889d 100644 --- a/tests/lua-tests/proj.winrt/App.h +++ b/tests/lua-tests/proj.winrt/App.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/AppDelegate.cpp b/tests/unit-tests/Source/AppDelegate.cpp index 3ca12b5ca3..78260389e5 100644 --- a/tests/unit-tests/Source/AppDelegate.cpp +++ b/tests/unit-tests/Source/AppDelegate.cpp @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/AppDelegate.h b/tests/unit-tests/Source/AppDelegate.h index 0b1bcfe13d..76ed2d6108 100644 --- a/tests/unit-tests/Source/AppDelegate.h +++ b/tests/unit-tests/Source/AppDelegate.h @@ -4,7 +4,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/base/MapTests.cpp b/tests/unit-tests/Source/core/base/MapTests.cpp index 94bbd66411..b21ce55ded 100644 --- a/tests/unit-tests/Source/core/base/MapTests.cpp +++ b/tests/unit-tests/Source/core/base/MapTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/base/UTF8Tests.cpp b/tests/unit-tests/Source/core/base/UTF8Tests.cpp index 4b41de49be..94b6f4f223 100644 --- a/tests/unit-tests/Source/core/base/UTF8Tests.cpp +++ b/tests/unit-tests/Source/core/base/UTF8Tests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/base/UtilsTests.cpp b/tests/unit-tests/Source/core/base/UtilsTests.cpp index 13ddcb63ab..eaebe70732 100644 --- a/tests/unit-tests/Source/core/base/UtilsTests.cpp +++ b/tests/unit-tests/Source/core/base/UtilsTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/base/ValueTests.cpp b/tests/unit-tests/Source/core/base/ValueTests.cpp index 11bc1c9d27..6edc3a9893 100644 --- a/tests/unit-tests/Source/core/base/ValueTests.cpp +++ b/tests/unit-tests/Source/core/base/ValueTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/base/VectorTests.cpp b/tests/unit-tests/Source/core/base/VectorTests.cpp index 2355a809c0..d8cd624cf1 100644 --- a/tests/unit-tests/Source/core/base/VectorTests.cpp +++ b/tests/unit-tests/Source/core/base/VectorTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/math/MathUtilTests.cpp b/tests/unit-tests/Source/core/math/MathUtilTests.cpp index a5640ec7a4..c59a8c1526 100644 --- a/tests/unit-tests/Source/core/math/MathUtilTests.cpp +++ b/tests/unit-tests/Source/core/math/MathUtilTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/network/UriTests.cpp b/tests/unit-tests/Source/core/network/UriTests.cpp index c6cda2d16c..e484538ddc 100644 --- a/tests/unit-tests/Source/core/network/UriTests.cpp +++ b/tests/unit-tests/Source/core/network/UriTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/platform/FileUtilsTests.cpp b/tests/unit-tests/Source/core/platform/FileUtilsTests.cpp index 25442f29a8..3e3c5f5d9f 100644 --- a/tests/unit-tests/Source/core/platform/FileUtilsTests.cpp +++ b/tests/unit-tests/Source/core/platform/FileUtilsTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/Source/core/ui/UIHelperTests.cpp b/tests/unit-tests/Source/core/ui/UIHelperTests.cpp index 3a00051dac..f6889d2056 100644 --- a/tests/unit-tests/Source/core/ui/UIHelperTests.cpp +++ b/tests/unit-tests/Source/core/ui/UIHelperTests.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.android/app/jni/main.cpp b/tests/unit-tests/proj.android/app/jni/main.cpp index 06493b58ac..3b16786150 100644 --- a/tests/unit-tests/proj.android/app/jni/main.cpp +++ b/tests/unit-tests/proj.android/app/jni/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/AppActivity.java b/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/AppActivity.java index 7e72ab9613..321366ed52 100644 --- a/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/AppActivity.java +++ b/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/AppActivity.java @@ -2,7 +2,7 @@ Copyright (c) 2015-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/JNITest.java b/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/JNITest.java index 1ca3d5e192..a0c2380853 100644 --- a/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/JNITest.java +++ b/tests/unit-tests/proj.android/app/src/org/axmol/unit_tests/JNITest.java @@ -2,7 +2,7 @@ Copyright (c) 2010-2012 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. -https://axmolengine.github.io/ +https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.ios/Source/RootViewController.h b/tests/unit-tests/proj.ios/Source/RootViewController.h index db9efc5344..ddd0ca16a4 100644 --- a/tests/unit-tests/proj.ios/Source/RootViewController.h +++ b/tests/unit-tests/proj.ios/Source/RootViewController.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.ios/Source/RootViewController.mm b/tests/unit-tests/proj.ios/Source/RootViewController.mm index 342a204554..52b2aa3d5e 100644 --- a/tests/unit-tests/proj.ios/Source/RootViewController.mm +++ b/tests/unit-tests/proj.ios/Source/RootViewController.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.ios/Source/testsAppDelegate.h b/tests/unit-tests/proj.ios/Source/testsAppDelegate.h index be2772401e..8f5d22bab3 100644 --- a/tests/unit-tests/proj.ios/Source/testsAppDelegate.h +++ b/tests/unit-tests/proj.ios/Source/testsAppDelegate.h @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.ios/Source/testsAppDelegate.mm b/tests/unit-tests/proj.ios/Source/testsAppDelegate.mm index 195d311d4a..0dede16706 100644 --- a/tests/unit-tests/proj.ios/Source/testsAppDelegate.mm +++ b/tests/unit-tests/proj.ios/Source/testsAppDelegate.mm @@ -3,7 +3,7 @@ Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.linux/main.cpp b/tests/unit-tests/proj.linux/main.cpp index 43723a5807..391fd015e4 100644 --- a/tests/unit-tests/proj.linux/main.cpp +++ b/tests/unit-tests/proj.linux/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.mac/main.cpp b/tests/unit-tests/proj.mac/main.cpp index 00b9c61d8b..1399f73512 100644 --- a/tests/unit-tests/proj.mac/main.cpp +++ b/tests/unit-tests/proj.mac/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2010 cocos2d-x.org Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.wasm/main.cpp b/tests/unit-tests/proj.wasm/main.cpp index 96e3ed2fae..958cea7e59 100644 --- a/tests/unit-tests/proj.wasm/main.cpp +++ b/tests/unit-tests/proj.wasm/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.win32/main.cpp b/tests/unit-tests/proj.win32/main.cpp index 43723a5807..391fd015e4 100644 --- a/tests/unit-tests/proj.win32/main.cpp +++ b/tests/unit-tests/proj.win32/main.cpp @@ -2,7 +2,7 @@ Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md). - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.winrt/App.cpp b/tests/unit-tests/proj.winrt/App.cpp index 40da28d7b5..89912f6b36 100644 --- a/tests/unit-tests/proj.winrt/App.cpp +++ b/tests/unit-tests/proj.winrt/App.cpp @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tests/unit-tests/proj.winrt/App.h b/tests/unit-tests/proj.winrt/App.h index ea506f99a3..cc7578889d 100644 --- a/tests/unit-tests/proj.winrt/App.h +++ b/tests/unit-tests/proj.winrt/App.h @@ -1,7 +1,7 @@ /**************************************************************************** Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. - https://axmolengine.github.io/ + https://axmol.dev/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal