RH
f59d786b7a
Fix cpp-template ( #1016 )
...
* Committing genbindings changes
* Fix compilation error related to redefinition of 'pause'
Fix update override warning
Improve code
* Revert "Fix compilation error related to redefinition of 'pause'"
This reverts commit 1744a48fec
.
* Fix compilation error related to redefinition of 'pause'
Fix update override warning
Improve code
2023-01-06 13:02:55 +08:00
aismann
8d4c763769
Update HelloWorldScene.cpp ( #1008 )
...
replace _director->end(); with menuCloseCallback(this);
2023-01-03 17:40:05 +08:00
aismann
1b35d57b0b
Improve cpp-template
...
Add:
- scheduleUpdate()
- HelloWorld::update(float delta) with some "gamestate switch/cases"
2023-01-02 22:26:23 +01:00
halx99
22244469d4
Add win32 console for cpp template [skip ci]
2022-12-29 19:00:40 +08:00
CHP
d79156d728
Improve Android cmake ( #985 )
...
* Update CMakeLists.txt
* Improve Andoid CMAKE
2022-12-17 16:35:34 +08:00
halx99
3f0df4a348
Update logo [skip ci]
2022-12-17 16:32:20 +08:00
halx99
691cdd0ed9
Remove unnecessary cmake include
2022-12-17 14:32:20 +08:00
AsakuraMizu
8936e77bf6
experimental linux prebuilt support
2022-11-17 22:25:13 +08:00
halx99
0651f77a3c
Improve gradle scripts
...
Add cmake options from gradle command line properties support
2022-11-10 22:53:54 +08:00
halx99
154009da5f
Migrate namespace for templates [skip ci]
2022-10-19 13:17:18 +08:00
aismann
a5810457f1
rename cocos2d to axmol ( #920 )
...
* rename cocos2d to axmol
* rename cocos2d.h to axmol.h
* Update Physics3DTest.cpp
replace Sprite3D -> MeshRenderer
2022-10-12 00:15:09 +08:00
一线灵|Deal
7a3314160c
Merge pull request #903 from aismann/patch-2
...
Update AppDelegate.h
2022-10-07 23:44:37 +08:00
aismann
dbedd025d7
Update AppDelegate.h
...
#883
2022-10-07 15:24:01 +02:00
aismann
be406badfe
Update AppDelegate.cpp
...
#883
2022-10-07 15:21:07 +02:00
aismann
2d666a6b84
Update HelloWorldScene.h
2022-10-02 13:09:56 +02:00
一线灵|Deal
5645bb241e
Final migrate ( #876 )
2022-10-01 16:24:52 +08:00
Paulo Coutinho
8c359917f7
Add apple tvos support ( #846 )
...
* support tvos
* support tvos and fix run command
* support tvos, fix run script and fix windows files
* support tvos on ci
* support tvos on ci and fix windows zlib
* support tvos on ci
* support tvos
* support tvos and tvos tests
2022-09-05 14:13:52 +08:00
halx99
6df48e9f8b
Fix typo
2022-09-02 10:36:25 +08:00
一线灵|Deal
33b67fa0df
Migrate, use simple namespace ax ( #818 )
2022-08-29 20:51:22 +08:00
halx99
7e1db178ab
Improve template HelloCpp code style [skip ci]
2022-08-13 09:35:38 +08:00
halx99
9150b9db83
Migrate cmake files
2022-08-11 15:41:10 +08:00
一线灵
13fc72c02c
Migrate axys ( #782 )
2022-08-08 18:02:17 +08:00
halx99
f03bce1380
Improve android gradle cmake & ndk setup
2022-08-06 23:09:16 +08:00
halx99
f152c8edf3
Update android gradle plugin to 7.2.2
2022-08-06 20:05:12 +08:00
halx99
21b9ac90e0
Update android target and compile sdk to android 12
2022-08-06 19:26:44 +08:00
aismann
12a1d92536
Renamed 'CC_CALLBACK_1' to 'AX_CALLBACK_1'
2022-07-19 08:32:18 +02:00
halx99
cf6baeed52
Improve android gradle script axistools.gradle
2022-07-12 13:07:27 +08:00
一线灵
279337f17f
Migrate engine namespace to `axis`(abbv: `ax`) ( #743 )
2022-07-11 17:50:21 +08:00
halx99
9ee4181976
Migrate tests, extensions and configs ReSquash for unexpected changes +2
2022-07-09 22:23:34 +08:00
halx99
fff2bd59ed
Fix setup cmake files and some relative sources
2022-07-08 14:20:41 +08:00
DelinWorks
a27486a7f7
[skip ci]
2022-07-08 07:36:32 +03:00
DelinWorks
d8b2298b9b
Fix project creation tools. [skip ci]
2022-07-08 07:27:10 +03:00
DelinWorks
49b6dda016
Fix CMAKE
2022-07-08 02:10:35 +03:00
DelinWorks
c116171c1f
Fix compilation.
2022-07-04 17:55:41 +03:00
halx99
95e8b68051
Improve project template [skip ci]
2022-06-24 03:09:20 +08:00
aismann
0aa6d151c9
SimpleSnake example
2022-06-14 19:48:06 +02:00
halx99
5c35eda3b9
Upgrade android toolsets
...
- ndk to r23c
- gradle plugin to 7.2.0
- gradle wrapper to 7.4.2
- config ndk ver at adxetools.gradle
2022-06-11 16:16:47 +08:00
halx99
c0977642bb
Improve cmake scripts
2022-05-19 10:54:42 +08:00
halx99
4a05253be1
Fix cmake link
2022-05-18 22:27:43 +08:00
halx99
4ca80aee68
Fix app link with prebuilt msedge webview2
2022-05-18 12:49:12 +08:00
halx99
c9f3ca9278
Improve VS Ninja workflow
2022-04-28 11:43:59 +08:00
Shatyuka
d71c620fc1
Compatible with Ninja
2022-04-26 15:16:02 +08:00
halx99
099d885393
Sync zlib file name for templates
2022-04-23 09:01:34 +08:00
halx99
93f549a0ad
Fix libc++_shared.so not found in old devices(API 22)
2022-04-05 11:45:59 +08:00
halx99
34f5b84d5d
Improve optional libs linking on non-win32 platforms
2022-04-02 14:03:46 +08:00
halx99
0ea2db2dfd
Improve use prebuilt engine libs for windows
...
a. Fix msedge webview2 include for win32
b. Fix msedeg webview2 linking for apps which use prebuilt libs
c. Improve optional libs linking for apps which use prebuilt libs
d. Auto build optional libs which not dependent by engine, such as yaml-cpp
2022-04-02 13:50:53 +08:00
halx99
5b2eb79456
Update project urls
2022-02-24 18:45:25 +08:00
halx99
94f3b94d55
Fix use prebuilt engine libs for win64
2022-02-22 19:09:34 +08:00
halx99
8196eb8ac6
Finish #564
...
Add new cmake variable:
- AX_PREBUILT_DIR: specific engine build directory relative to ADXE_ROOT, such as "-DAX_PREBUILT_DIR=build_x86"
2022-02-20 17:07:13 +08:00
halx99
69d08cc420
Improve run.bat.in
2022-02-09 11:50:06 +08:00