Commit e311800
authored
BREAKING CHANGE: support Lua scripting (#307)
* lua
* lua types
* lua types
* lua types
* lua types
* organize files
* create files
* lua types
* more lua types and an actual bug fix
* files
* finish lua types? (for now)
* metadata
* license
* nil dir
* doc
* user agent
* run examples
* user agent
* files
* bindings
* clippy
* flags
* rename fn
* lua state
* commands
* reuse `is_script`
* avoid clone
* fix eval regex
* stdout
* heterogeneous try blocks
* cheat_get_players
* cheat_get_player
* links
* `NIL_DIR` env var
* chat history
* limit size
* devtools
* rename database crate
* deps
* scripts scene
* fonts
* deps
* if let guard is now stable
* world id
* separator
* deps
* radius
* settings footer
* remove stdout
* fonts
* readme
* stdio messages
* remove helper
* terminal
* `Round::started_at`
* change order
* don't disable
* rename
* splice
* chat input
* queue chat messages
* spinner
* line class
* settings
* strum
* update tauri-store
* reactive and spinner
* spinner
* load scripts
* sort by name
* useScripts
* table
* wrap-anywhere
* https
* scripts scenes
* path
* return round
* preserve order
* tap1 parent 2d7e8d0 commit e311800
File tree
465 files changed
+9878
-1806
lines changed- .cargo
- .github
- workflows
- .vscode
- .zed
- app
- src-tauri
- capabilities
- src
- command
- cheat
- plugin
- window
- src
- assets/style
- commands
- cheat
- components
- button
- chat
- form
- infrastructure
- resources
- composables
- chat
- scripts
- world
- core
- model
- chat
- player
- scripts
- lib
- request
- cheat
- response
- schema
- locale
- en-US
- pt-BR
- public/fonts
- Geist_Mono
- Geist
- Syne_Mono
- Syne
- Ubuntu_Mono
- router/game
- scenes
- game
- city
- continent/root
- infrastructure
- academy
- root
- settings
- prefecture
- root
- settings
- stable
- root
- settings
- workshop
- root
- settings
- report/root
- scripts
- root
- terminal
- war-room
- home
- host-local-game
- host-remote-game
- join-local-game
- join-remote-game
- load-local-game
- lobby
- settings
- sign-in
- sign-up
- settings
- stores
- settings
- infrastructure
- types
- military
- scene/game
- crates
- nil-client
- src
- client
- cheat
- infrastructure
- npc
- http
- nil-core-macros
- src
- infrastructure
- nil-core
- src
- city
- infrastructure
- building
- academy
- prefecture
- stable
- workshop
- military
- army
- squad
- unit
- ranking
- round
- world
- cheat
- nil-crypto
- src
- nil-log
- src
- nil-lua-cli
- src
- nil-lua
- examples
- src
- client
- cheat
- infrastructure
- npc
- types
- core
- infrastructure
- military
- npc
- request
- cheat
- infrastructure
- npc
- response
- script
- client
- cheat
- infrastructure
- npc
- nil-namegen
- src
- nil-num-macros
- src
- nil-num
- src
- nil-payload
- src
- cheat
- nil-server-database
- migrations
- 2026-01-26-232422-0000_create_user
- 2026-01-26-232513-0000_create_game
- src
- database
- model
- sql_types
- nil-server-types
- src
- nil-server
- src
- middleware
- router
- cheat
- server
- nil-util
- src
- docs
- src/guide
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
465 files changed
+9878
-1806
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
18 | 51 | | |
19 | 52 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments