Commit Graph

40174 Commits

Author SHA1 Message Date
一线灵 3329e1b0ea
Merge pull request #739 from axis-project/migrate-engine-test-extension-config
Migrate tests, extensions and configs
2022-07-10 09:47:41 +08:00
一线灵 04ca16125b
Merge pull request #738 from solan-solan/index_array_to_stl
IndexArray to stl
2022-07-10 09:47:27 +08:00
halx99 9ee4181976 Migrate tests, extensions and configs ReSquash for unexpected changes +2 2022-07-09 22:23:34 +08:00
DESKTOP-16GC0B8\813658 2f8d5dd2f6 operator[] changed for better usage 2022-07-09 02:07:01 +03:00
一线灵 18076d09f0
Merge pull request #734 from solan-solan/index_array_to_stl
IndexArray to stl
2022-07-09 01:23:36 +08:00
Turky Mohammed 8517d0ee7f
Replace everything under `core` (#735)
Co-authored-by: deal <halx99@live.com>
2022-07-09 01:23:11 +08:00
一线灵 c3fcf751d7
Rename .github/PULL_REQUEST_TEMPLATE/pull_request_template.md to .github/pull_request_template.md
Fix pull request tempalte doesn't work
2022-07-08 23:17:29 +08:00
halx99 873e08391c Add pull request template 2022-07-08 22:56:49 +08:00
DESKTOP-16GC0B8\813658 21f928c4a0 Added operator[] for IndexArray to align it to stl container to protect existing code which could use IndexArray with the corresponding api;
Added uint16_t as default template parameter for IndexArray::push_back(...)
2022-07-08 17:08:39 +03:00
halx99 85bf142e52 Update tool scripts and delete unused file 2022-07-08 17:56:04 +08:00
一线灵 86e56f304f
Update version [skip ci] 2022-07-08 16:02:51 +08:00
一线灵 590fbba6bd
Merge pull request #730 from DelinWorks/migrate-engine-name
Fix engine setup files.
2022-07-08 15:34:23 +08:00
一线灵 f15dc098e6
Update Codacy Badge [skip ci] 2022-07-08 15:04:01 +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 96c3453784 Fix project creation tools. 2022-07-08 07:22:29 +03:00
DelinWorks 7d557415cd Merge branch 'migrate-engine-name' of https://github.com/DelinWorks/axis into migrate-engine-name 2022-07-08 02:18:06 +03:00
DelinWorks e73b2492c5 Replace CC_ with AX_ 2022-07-08 02:17:41 +03:00
Turky Mohammed b5f7378b72
[skip ci] 2022-07-08 02:11:46 +03:00
Turky Mohammed f407116f02
[skip ci] 2022-07-08 02:11:24 +03:00
DelinWorks 49b6dda016 Fix CMAKE 2022-07-08 02:10:35 +03:00
DelinWorks 3cb33409d2 Update .gitignore [skip ci] 2022-07-07 15:54:17 +03:00
DelinWorks 16e2d3bbe9 Update .gitignore [skip ci] 2022-07-07 15:52:49 +03:00
DelinWorks 6a9fed3f99 Finally fix .gitignore [skip ci] 2022-07-07 15:51:47 +03:00
DelinWorks 3c70f299a1 Update .gitignore [skip ci] 2022-07-07 15:43:01 +03:00
DelinWorks 786e088ade Update .gitignore 2022-07-07 15:32:12 +03:00
DelinWorks 51a04cceaf Update .gitignore 2022-07-07 15:31:33 +03:00
DelinWorks 13ebaea1a9 Rename build toolchain. 2022-07-07 15:29:23 +03:00
DelinWorks 0493ae832f Fix python setup file. 2022-07-07 14:37:59 +03:00
一线灵 f02410f81b
Merge pull request #726 from DelinWorks/migrate-engine-name
Improve Readme title.
2022-07-07 18:27:42 +08:00
halx99 35a95b0c0f Fix gh actions syntax 2022-07-07 17:45:52 +08:00
halx99 df0c1fbd79 Auto ignore all *.md files for ci 2022-07-07 17:42:45 +08:00
DelinWorks a4d40c0bbe Update README.md 2022-07-07 12:07:34 +03:00
DelinWorks fd9dcfae17 Improve Readme title. 2022-07-07 12:05:04 +03:00
一线灵 1062a2251f
Merge pull request #720 from axis-project/improve-index-array
Improve IndexArray
2022-07-07 16:53:18 +08:00
一线灵 df27706ad2
Merge pull request #725 from DelinWorks/migrate-engine-name
Replace occurrences of `adxe` with `axis` in readme files.
2022-07-07 16:31:35 +08:00
DelinWorks 8edf86220f Update md files. [skip ci] 2022-07-07 11:26:13 +03:00
DelinWorks 3094c1617c Revert "Revert "Update README.md" [skip ci]"
This reverts commit 54189e0ae3.
2022-07-07 11:23:03 +03:00
DelinWorks 0836252e3f Merge branch 'migrate-engine-name' of https://github.com/DelinWorks/axis into migrate-engine-name 2022-07-07 11:22:17 +03:00
DelinWorks 54189e0ae3 Revert "Update README.md" [skip ci]
This reverts commit 9e7d44f131.
2022-07-07 11:22:11 +03:00
DelinWorks dc22e9bc1a Revert "Update README.md"
This reverts commit 9e7d44f131.
2022-07-07 11:21:55 +03:00
DelinWorks 9e7d44f131 Update README.md 2022-07-07 11:21:42 +03:00
halx99 698b84d7b2 Delete unused comments 2022-07-07 15:41:32 +08:00
halx99 39d40728cb The `operator[]` not good for template use, always use at instead. 2022-07-07 15:40:16 +08:00
halx99 a9be51ff72 Improve IndexArray implementation 2022-07-07 14:49:26 +08:00
一线灵 ec054cf10b
Merge pull request #721 from DelinWorks/hardware-instancing-support
[BUG] Fix shader matrix multiplication.
2022-07-07 11:33:35 +08:00
DelinWorks d1d8873964 Fix shader matrix multiplication. 2022-07-07 05:38:28 +03:00
halx99 062e0d38f9 Merge branch 'dev' of https://github.com/adxeproject/adxe into improve-index-array 2022-07-07 10:06:21 +08:00
一线灵 8ff01d47c4
Fix ci 2022-07-07 09:59:21 +08:00