Commit Graph

38623 Commits

Author SHA1 Message Date
RH df126856ba
Fix for incorrect COCOS_COMMAND path (#357) 2021-05-24 23:15:06 +08:00
halx99 1a1d67bc57
Fix pull-request linux ci 2021-05-24 21:43:06 +08:00
halx99 adce3298de Fix lua build [ci build] 2021-05-24 19:18:15 +08:00
halx99 c49a4ea632
Update README.md 2021-05-24 17:54:18 +08:00
halx99 d13746a035
Fix ci [ci build] 2021-05-24 17:20:28 +08:00
halx99 c3b61d46fd
Also build lua-tests on win32 [ci build] 2021-05-24 16:41:39 +08:00
halx99 2870c39fb2 Better code style 2021-05-24 13:26:56 +08:00
halx99 922d49989c
Merge pull request #355 from aismann/patch-2
'adxe' always lowercase
2021-05-19 11:42:53 +08:00
halx99 75a07cbaad
Merge pull request #354 from aismann/patch-1
'adxe'  always lowercase
2021-05-19 11:42:41 +08:00
aismann b46e127cc9
'adxe' always lowercase 2021-05-19 02:15:21 +02:00
aismann 0ffec3873a
'adxe' always lowercase 2021-05-19 02:14:17 +02:00
halx99 7f248efcee
Update CCDevice-win32.cpp 2021-05-18 23:52:25 +08:00
halx99 abc5f93c02
Fix charset process for fontName on win32 [ci build]
Since we use freetype, never needs create ttf font by win32 API
2021-05-18 23:50:23 +08:00
halx99 59ec137b7b Merge branch 'master' of https://github.com/adxeproject/adxe 2021-05-18 21:30:54 +08:00
halx99 67404f2ae6 plain glfw lib name 2021-05-18 21:30:42 +08:00
halx99 9b7458806c
Update README_CN.md 2021-05-18 20:24:21 +08:00
halx99 96cd2376c7
Fix readme reference 2021-05-18 20:23:43 +08:00
halx99 13d187c174 Fix lua include header 2021-05-18 19:56:36 +08:00
halx99 1925d9ea80 Merge branch 'master' of https://github.com/adxeproject/adxe 2021-05-18 18:09:06 +08:00
halx99 71ebb455a6 Add cmdline tools 2021-05-18 18:08:59 +08:00
halx99 2dd4051cbb Update readme 2021-05-18 16:51:46 +08:00
HALX99 a42f9ac25c
Renaming refactor (#353) [ci build] 2021-05-18 16:40:30 +08:00
halx99 ad91ea9f33 Sync yasio 2021-05-18 00:39:50 +08:00
halx99 c987b2da9e Sync yasio to latest 2021-05-18 00:25:11 +08:00
halx99 97e8d4c58a Replace jcenter with mavenCentral [ci build] 2021-05-15 12:15:38 +08:00
halx99 bb1871b0e0 Gradle Plugin no longer support cmake 3.10.0+ 2021-05-15 11:58:56 +08:00
halx99 872f7df17f Add some comment 2021-05-15 11:54:17 +08:00
halx99 8cad859a56 Fix linux ci 2021-05-15 01:00:20 +08:00
halx99 ccce8d32cc Fix ci [ci build] 2021-05-15 00:44:30 +08:00
halx99 a764d659aa Fix ci [ci build] 2021-05-15 00:33:38 +08:00
halx99 412a6fa9e2 Fix android ci [ci build] 2021-05-15 00:12:41 +08:00
halx99 34026070ab Fix warning [ci build] 2021-05-14 20:50:59 +08:00
halx99 d8d8ebdd50 Update AndroidStudio required version to 4.2+ 2021-05-14 12:15:38 +08:00
halx99 71f3e15308 Improve cmake 2021-05-14 12:13:39 +08:00
halx99 798e0fe1a1 Update gradle stubs [ci build]
a. wrapper  to  6.9
b. plugin to 4.2.0
2021-05-14 12:11:19 +08:00
halx99 505a479408 Use EXCLUDE_FROM_ALL to exclude unnecessary targets 2021-05-14 10:16:55 +08:00
halx99 02cb09c6e2 Update openal 2021-05-14 10:15:42 +08:00
HALX99 529895baff
Update ios.mini.cmake 2021-05-14 08:22:46 +08:00
HALX99 fdba046541
Fix ci [ci build] 2021-05-13 02:42:12 +08:00
halx99 fc3ffa3b5b Improve cmake [ci build] 2021-05-13 01:03:11 +08:00
halx99 36965d2e49 Fix #352 [ci build] 2021-05-12 11:18:31 +08:00
halx99 6aea443282 Fix cmake issue [ci build]
Avoid cause check_include_file return unexpected result.
2021-05-11 23:48:15 +08:00
HALX99 c635091618
Add missing dep [ci build] 2021-05-11 12:23:35 +08:00
HALX99 273e9120f6
Fix linux build action [ci build]
We simply upgrade to ubuntu-20.04 since github action ubuntu-18.04 broken on 2021.5.1X
2021-05-11 11:30:00 +08:00
HALX99 dd12a29cb1
Fix linux build action [ci build]
https://github.com/actions/virtual-environments/issues/323
2021-05-11 10:45:18 +08:00
HALX99 dca5df1ae9
Fix linux ci [ci build] 2021-05-11 09:45:42 +08:00
HALX99 7bd2010995
Explicit disable libssh2 dep for libcurl [ci build] 2021-05-09 00:54:05 +08:00
HALX99 2c7830246a
Merge pull request #350 from rh101/fix-cmake-set-property
Fix for CMake error when set_property is called with aliased target
2021-05-05 19:49:30 +08:00
rh101 3a7bb58045 Extract real target from ALIAS if it exists in order to set property successfully
Remove duplicate entries in dependencies lists
2021-05-05 16:04:06 +10:00
halx99 3348f10813 Make tests could build at external location [ci build] 2021-05-02 17:23:39 +08:00