2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-01 08:42:04 +00:00

25 Commits

Author SHA1 Message Date
a3d44783cb
fix: update branch 2025-06-15 12:27:36 -04:00
754bb6c9c2
fix: add TableArg for golua 2025-06-14 14:01:41 -04:00
6d793f35eb
feat: add missing functions, os.setenv
clua now starts with no errors.
2025-06-14 13:59:25 -04:00
19938fa8ef
feat: add hilbish.runner and hilbish.appendPath 2025-06-14 13:40:28 -04:00
3e85e1bf68
feat: add hilbish.completion (enough to init nature) 2025-06-14 13:26:41 -04:00
4f4a836f05
fix: set any value as table key, not only strings 2025-06-14 12:26:23 -04:00
0e1e964948
feat: impl bool for clua 2025-06-14 10:39:58 -04:00
9c0819969f
feat: impl more functions, uncomment nature code 2025-06-14 10:31:17 -04:00
9e77f0ba32
refactor: change go function types
this is the only way i could think of to be able
to push go functions to lua on the clua side.

this may or may not need adjustments on golua side
though...
2025-06-14 10:06:20 -04:00
7e0812e77a
feat: add midnight detection function 2024-12-22 11:57:28 -04:00
40d3933009
feat: add hilbish.midnightEdition 2024-12-22 11:56:53 -04:00
287a983730
feat: implement dofile on midnight 2024-12-22 01:18:54 -04:00
c3025b1417
fix: keep table methods in sync with c lua 2024-12-22 01:16:54 -04:00
0a0f2e2c38
fix: implement go lua library loading
and remove debug symbol stripping flags when building
on midnight
2024-12-22 01:09:24 -04:00
3afd1c518a
fix: attempt to implement more/fix go library loading 2024-12-22 00:03:21 -04:00
094e795d01
fix: type typo (lol) 2024-12-21 18:30:03 -04:00
d6eb92f321
fix: attempt some small fixes for loading modules 2024-07-26 17:58:25 -04:00
29ac92dc0b
fix: int64/int mixup, missing imports 2024-07-21 11:40:13 -04:00
1f9fd80fbb
feat: begin initial port to c lua 2024-07-21 11:37:08 -04:00
4fdc99db88
refactor: rewrite appendPath to use moonlight 2024-07-20 15:11:45 -04:00
69fcd8e348
refactor: rewrite runner module for moonlight, add hilbish.runnerMode function 2024-07-20 14:49:43 -04:00
57a65cb039
feat: add moonlight to commander 2024-07-20 11:46:07 -04:00
a5f695eb98
feat: implement parts of fs 2024-07-20 11:34:39 -04:00
56045ed236
feat: implement bait loading 2024-07-20 10:50:04 -04:00
4524c1451a
feat: add moonlight lua abstraction library
future plans: add the ability to use c lua
(or luajit) with hilbish

benefits? speed, i guess?
2024-07-19 16:54:15 -04:00