aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17 from CatilGrass/csharp_bindingsHEADmainWeicao Mao2025-06-227-15/+62
|\ | | | | Csharp bindings
| * Add some trace! macros to game_runtime.rs, controller_runtime.rscsharp_bindings1992414357@qq.com2025-06-221-2/+2
| |
| * Update Csharp Bindings1992414357@qq.com2025-06-226-13/+60
|/
* Add some trace! macros to game_runtime.rs, controller_runtime.rs1992414357@qq.com2025-06-222-2/+27
|
* Merge pull request #16 from CatilGrass/csharp_bindingsWeicao Mao2025-06-224-0/+68
|\ | | | | Update Csharp Bindings
| * Update Csharp Bindings1992414357@qq.com2025-06-224-0/+68
| |
* | Merge pull request #15 from CatilGrass/csharp_bindingsWeicao Mao2025-06-2210-36/+294
|\| | | | | Update CSharp Bindings
| * Update CSharp Bindings1992414357@qq.com2025-06-2210-36/+294
|/
* Merge pull request #14 from CatilGrass/bevy_clientWeicao Mao2025-06-213-18/+13
|\ | | | | Update Client
| * Update Clientbevy_client1992414357@qq.com2025-06-213-18/+13
|/
* Merge pull request #13 from CatilGrass/documentsWeicao Mao2025-06-213-12/+13
|\ | | | | Documents
| * Update About_bindings.mddocuments1992414357@qq.com2025-06-211-6/+7
| |
| * Removed How_to_export.md1992414357@qq.com2025-06-211-2/+0
| |
| * Update README.md1992414357@qq.com2025-06-211-4/+6
|/
* Merge pull request #12 from CatilGrass/csharp_bindingsWeicao Mao2025-06-2111-42/+187
|\ | | | | Update Csharp Bindings
| * Update Csharp Bindings1992414357@qq.com2025-06-2111-42/+187
| |
* | Merge pull request #11 from CatilGrass/csharp_bindingsWeicao Mao2025-06-2020-17/+654
|\| | | | | Csharp bindings
| * Update Csharp Bindings1992414357@qq.com2025-06-2015-20/+519
| |
| * Update Csharp Bindings1992414357@qq.com2025-06-207-13/+151
|/
* Merge pull request #10 from CatilGrass/documentsWeicao Mao2025-06-193-1/+4
|\ | | | | Documents
| * Update Cargo.toml1992414357@qq.com2025-06-191-1/+1
| |
| * Update README.md1992414357@qq.com2025-06-192-0/+3
| |
* | Merge pull request #9 from CatilGrass/documentsWeicao Mao2025-06-181-4/+66
|\| | | | | Update README.md
| * Update README.md1992414357@qq.com2025-06-181-4/+66
|/
* .1992414357@qq.com2025-06-1846-8537/+0
|
* .1992414357@qq.com2025-06-181-0/+9
|
* .1992414357@qq.com2025-06-1834-28/+8072
|
* Merge pull request #8 from CatilGrass/csharp_bindingsWeicao Mao2025-06-1814-8/+183
|\ | | | | Create Csharp bindings
| * Create Csharp bindings1992414357@qq.com2025-06-1814-8/+183
|/
* Create Csharp bindings1992414357@qq.com2025-06-1839-2/+587
|
* Merge pull request #7 from CatilGrass/documentsWeicao Mao2025-06-183-2/+24
|\ | | | | Edit documents
| * Edit documents1992414357@qq.com2025-06-183-2/+24
|/
* Finished CBindings1992414357@qq.com2025-06-184-684/+3
|
* Finished CBindings1992414357@qq.com2025-06-1818-265/+1180
|
* Fixing...Weicao-CatilGrass2025-06-163-11/+17
|
* Add C Example ConfigureWeicao-CatilGrass2025-06-162-0/+78
|
* Add C Example ConfigureWeicao-CatilGrass2025-06-161-7/+0
|
* Add C Example ConfigureWeicao-CatilGrass2025-06-163-4/+29
|
* Update CBindings of TcpNetworkService1992414357@qq.com2025-06-161-2/+4
|
* Update CBindings of TcpNetworkService1992414357@qq.com2025-06-163-22/+20
|
* Merge remote-tracking branch 'origin/c_bindings'1992414357@qq.com2025-06-162-82/+90
|\
| * Update CBindings of TcpNetworkService1992414357@qq.com2025-06-162-82/+90
| |
* | Merge pull request #6 from CatilGrass/c_bindingsWeicao Mao2025-06-166-39/+473
|\| | | | | C bindings
| * Merge remote-tracking branch 'origin/c_bindings' into c_bindings1992414357@qq.com2025-06-160-0/+0
| |\ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # core/bindings/lang/clang/configures/nogamepads_data.toml # core/bindings/lang/clang/headers/nogamepads_data.h # core/bindings/lang/clang/src/data/ngpd_game.rs # core/bindings/lang/clang/src/service/mod.rs
| * | Add CBindings of TcpNetworkService1992414357@qq.com2025-06-166-39/+473
| | |
| * | Add CBindings of GameData, GameRuntime1992414357@qq.com2025-06-1617-370/+1062
| | |
| * | Update ngpd_message.rs free methods1992414357@qq.com2025-06-161-16/+76
| | |
| * | Update ngpd_player.rs free_player(*FfiPlayer player);1992414357@qq.com2025-06-165-16/+288
| | |
* | | Merge pull request #5 from CatilGrass/c_bindingsWeicao Mao2025-06-1617-370/+1062
|\ \ \ | | |/ | |/| Add CBindings of GameData, GameRuntime
| * | Add CBindings of GameData, GameRuntime1992414357@qq.com2025-06-1617-370/+1062
| | |