halx99
|
c108ee1917
|
Now lua-binding generator use python3
|
2023-02-14 23:30:44 +08:00 |
halx99
|
7c34cfe22d
|
Remove libclang binaries from repo
|
2023-02-14 23:10:28 +08:00 |
CHP
|
b5cde53994
|
ANDROID_SDK_ROOT -> ANDROID_HOME (#1009)
* Update setup.py
* ANDROID_SDK_ROOT -> ANDROID_HOME
|
2023-01-04 08:03:48 +08:00 |
halx99
|
35876ef6c1
|
Fix ci
|
2022-11-01 12:12:13 +08:00 |
tkzcfc
|
c01af9d338
|
export 'setAttachment' function to lua (#868)
* export: sp.SkeletonAnimation:findBone sp.SkeletonAnimation:getBoundingBox
* export 'setAttachment' function to lua
Co-authored-by: tkzcfc <tkzcfc@users.noreply.github.com>
|
2022-09-27 19:15:11 +08:00 |
halx99
|
a4454e7263
|
Migrate lua bindings generator
|
2022-09-26 23:01:09 +08:00 |
一线灵|Deal
|
33b67fa0df
|
Migrate, use simple namespace ax (#818)
|
2022-08-29 20:51:22 +08:00 |
halx99
|
45d4d49266
|
Fi ci
|
2022-08-09 09:48:03 +08:00 |
一线灵
|
0b3032b4b1
|
Fix ci
|
2022-08-08 22:22:34 +08:00 |
一线灵
|
13fc72c02c
|
Migrate axys (#782)
|
2022-08-08 18:02:17 +08:00 |
halx99
|
f3ac6ea871
|
Migrate macros 'CC_' to 'AX_'
|
2022-07-15 19:17:01 +08:00 |
一线灵
|
406f962cad
|
Migrate extension lua (#747)
|
2022-07-12 21:31:54 +08:00 |
halx99
|
9ee4181976
|
Migrate tests, extensions and configs ReSquash for unexpected changes +2
|
2022-07-09 22:23:34 +08:00 |
halx99
|
ddd150d321
|
Sync lua bindings
|
2022-02-24 18:53:14 +08:00 |
halx99
|
a651879ee6
|
Tidy audio folder
|
2022-01-03 11:34:58 +08:00 |
halx99
|
6b70fc5ff3
|
Fix ci
|
2021-12-31 16:29:11 +08:00 |
halx99
|
e534dd66c0
|
Rename core folder name
|
2021-12-31 14:39:08 +08:00 |
halx99
|
23d207aace
|
Update lua bindings config files
|
2021-12-30 12:53:37 +08:00 |
halx99
|
8e8affab5e
|
string_view for lua bindings
|
2021-12-28 15:46:32 +08:00 |
halx99
|
16e3d66a66
|
Update lua bindings
|
2021-08-14 13:22:03 +08:00 |
halx99
|
c5aeed4c06
|
Update lua bindings
|
2021-08-13 20:36:10 +08:00 |
halx99
|
7ee1785858
|
Improve Lua RTTI performance [ci build]
|
2021-06-18 12:23:10 +08:00 |
halx99
|
b6378332eb
|
Fix for luabinding generator [ci build]
|
2021-06-18 11:31:07 +08:00 |
halx99
|
2b7ca1b858
|
Merge branch 'master' of https://github.com/c4games/engine-x
|
2020-12-16 12:47:04 +08:00 |
halx99
|
d467b647e2
|
Sync luabinding config file
|
2020-12-16 12:46:37 +08:00 |
HALX99
|
29819491f7
|
Update README.md
|
2020-12-16 12:33:22 +08:00 |
halx99
|
043d139669
|
Now, the lua binding generator should works [ci build]
|
2020-11-02 16:47:33 +08:00 |
halx99
|
e2c3e53997
|
Sync readme files
|
2020-11-02 16:40:05 +08:00 |
halx99
|
877de444e4
|
tolua mutli search paths support
|
2020-11-02 16:37:18 +08:00 |
halx99
|
2471f74de0
|
Sync config files
|
2020-11-02 12:50:51 +08:00 |
halx99
|
940f4fccaa
|
Optimize python scripts
|
2020-11-02 11:35:44 +08:00 |
halx99
|
c563bc295f
|
Sync folder for binding generator config
|
2020-11-01 20:18:50 +08:00 |
halx99
|
919d48d68e
|
Finish cpp and lua template to use env var 'COCOS2DX_ROOT' to avoid copy whole engine source when new project.
|
2020-10-19 18:33:10 +08:00 |
minggo
|
6b1e55f419
|
Remove experimental namespace (#20229)
|
2019-10-23 14:58:31 +08:00 |
coulsonwang
|
b8cf680342
|
update ProgramState usage in lua (#20204)
|
2019-10-16 09:48:38 +08:00 |
coulsonwang
|
c4e6ede197
|
move VertexLayout to ProgramState (#20029)
* move VertexLayout to ProgramState
* fix lua
|
2019-08-15 16:51:49 +08:00 |
coulsonwang
|
320b9b4e67
|
Feature/sprite optimized (#19998)
Optimize sprite creation speed
|
2019-08-06 09:37:49 +08:00 |
Arnold
|
097a4a74dc
|
[Lua] Export ccexp.AudioEngine on linux (#19898)
* export ccexp.AudioEngine on linux
* revert auto bindings
* gen bindings
|
2019-07-03 18:57:18 +08:00 |
Arnold
|
888cd9b159
|
fix lua (#19888)
|
2019-07-02 09:29:20 +08:00 |
coulsonwang
|
22e8a651d2
|
Feature/lua render texture test (#19827)
* fix render texture test in lua
* remove unnecessary code
* fix CI compile error
|
2019-06-18 22:45:14 -07:00 |
Arnold
|
7851f212bf
|
Rename backend::Texture2D (#19821)
* compile on windows
* compile on mac
* rename to Texture2DBackend
* compile on mac
|
2019-06-12 00:01:15 -07:00 |
minggo
|
1273fb305d
|
Remove simple audio engine (#19802)
|
2019-06-11 18:23:16 -07:00 |
Arnold
|
60deaa60ca
|
run genbindings.py (#19805)
|
2019-06-06 02:49:33 -07:00 |
Arnold
|
401ce1ee1c
|
run genbinding
|
2019-05-06 09:43:40 +08:00 |
Arnold
|
98d5f37a30
|
fix lua-tests errors (#19646)
* enable test case
* save
* generate enum classes
* save
* autobindg backend interface
* safe
* fix typos
* fix setUniform
* enable draw primitives and fast tmx tiled map
* save all
* update
* fix compile error on mac
* fix locations
* fix locations
* deduce vertexlayout
* clean
* compile on mac
* fix resource path
* save
* update bindings-generator
* remove unused code
* rename ccbackend to ccb
* remove todo
|
2019-05-05 00:26:34 -07:00 |
Arnold
|
0922ca9e7f
|
add doc
|
2019-03-19 02:03:48 +08:00 |
patricejiang
|
a03109ca36
|
remove log
|
2019-03-18 16:27:46 +08:00 |
Arnold
|
b3d5b6ef39
|
fix 1
|
2019-03-18 16:22:02 +08:00 |
patricejiang
|
0c8ae82fe3
|
fix lua bindings
|
2019-03-18 13:56:19 +08:00 |
minggo
|
e63c4d1ba6
|
make lua binding work (#19474)
|
2019-03-07 18:29:06 +08:00 |