This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Commit 8fae2a0
committed
1.0.0
* Use $crate instead of rglua in macros
* Add variadic support to dyn_symbols (In turn re-adds luaL_error and pushfstring
* Add lua_getinfo
* Add lua_next
* Add lua_replace
* Add lua_lessthan
* Add lua_gc
* Add rest of the functions we were missing
* Add lua_objlen
Types are now T* instead of Type::*. Same with prior enums. Deprecated old ones
* Added LuaDebug
* Added LuaAlloc
* Added LuaHook
* Added LuaReader
* Removed redundant Interface trait, vtables already adds a function to get a ptr.
I'm not gonna work on this for a while this is getting tiring. Near the completion of the library (in terms of the lua part.)1 parent 1300660 commit 8fae2a0
File tree
7 files changed
+363
-58
lines changed- rglua
- src
- interface
- lua
- util
7 files changed
+363
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
| |||
134 | 129 | | |
135 | 130 | | |
136 | 131 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 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 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
19 | 66 | | |
20 | 67 | | |
21 | 68 | | |
| |||
32 | 79 | | |
33 | 80 | | |
34 | 81 | | |
| 82 | + | |
35 | 83 | | |
36 | 84 | | |
37 | 85 | | |
| |||
42 | 90 | | |
43 | 91 | | |
44 | 92 | | |
| 93 | + | |
| 94 | + | |
45 | 95 | | |
46 | 96 | | |
47 | 97 | | |
| |||
57 | 107 | | |
58 | 108 | | |
59 | 109 | | |
| 110 | + | |
60 | 111 | | |
61 | 112 | | |
62 | 113 | | |
| |||
65 | 116 | | |
66 | 117 | | |
67 | 118 | | |
| 119 | + | |
68 | 120 | | |
| 121 | + | |
69 | 122 | | |
| 123 | + | |
70 | 124 | | |
| 125 | + | |
71 | 126 | | |
| 127 | + | |
72 | 128 | | |
73 | 129 | | |
74 | 130 | | |
75 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
76 | 152 | | |
| 153 | + | |
77 | 154 | | |
78 | 155 | | |
79 | 156 | | |
| |||
86 | 163 | | |
87 | 164 | | |
88 | 165 | | |
89 | | - | |
| 166 | + | |
| 167 | + | |
90 | 168 | | |
91 | 169 | | |
92 | 170 | | |
| |||
0 commit comments