Commit Graph

106 Commits

Author SHA1 Message Date
7d67e762b1 Context::from_ref 2024-10-04 16:50:24 -07:00
db8e22c34d v0.3.2 error trait + Services constructor 2024-10-03 21:39:24 -07:00
a88debe9f1 Services::find_in 2024-10-03 21:35:00 -07:00
317400548d error trait 2024-10-03 21:22:43 -07:00
c12ad7df0f v0.3.1 services reference 2024-10-03 20:28:25 -07:00
00a5d71b2b v0.3.0 thread of fate 2024-10-03 19:30:17 -07:00
d272ac242b sneak past type issues 2024-10-03 19:21:14 -07:00
e67f0f0889 implement Instance.__index 2024-10-03 19:09:02 -07:00
40655cdf44 get referent from any class 2024-10-03 18:55:50 -07:00
6c12bc2bf6 print errors better 2024-10-03 18:54:37 -07:00
5a1df16bd9 from_lua macro 2024-10-03 18:53:17 -07:00
9d219004f4 Terrain 2024-10-03 18:05:45 -07:00
6ec0d61b3d game:GetService("Lighting") + game.PlaceId 2024-10-03 18:05:45 -07:00
748f544a4b ClassName 2024-10-03 18:05:45 -07:00
7403888348 Enum 2024-10-03 18:05:44 -07:00
c06ba65662 Color3 2024-10-03 18:05:39 -07:00
fb38f1076d place with services 2024-10-03 18:01:42 -07:00
f5e9287798 weave the thread of fate
lifetime annotations hold &mut Context while scripts are runnable
2024-10-03 18:01:38 -07:00
6b66009c44 self 2024-10-03 17:17:59 -07:00
a4e2137463 move globals init into their respective files 2024-10-03 17:17:55 -07:00
3bb496f87b v0.2.3 update deps 2024-10-01 16:42:53 -07:00
9d56773343 update deps 2024-10-01 16:42:33 -07:00
6a3f0ca9aa v0.2.2 run single script from cli 2024-09-28 12:34:02 -07:00
4a939e74d1 Context::script_singleton constructor for running a single script from cli 2024-09-28 12:32:19 -07:00
72874d450f CFrame :components() 2024-09-28 12:31:52 -07:00
7780e1a3f1 Vector3 __div 2024-09-28 12:31:41 -07:00
0e4ea2e722 expose runner Error 2024-09-28 12:31:27 -07:00
8aa5aa2c5a v0.2.1 slightly different errors 2024-09-21 15:08:29 -07:00
a1626b464e redo error stuff 2024-09-21 15:03:27 -07:00
0ea8551781 throw lua error rather than silently failing 2024-09-21 14:25:56 -07:00
b0df1fb3bd clone once instead of twice 2024-09-21 14:21:23 -07:00
66d9279445 macro-ify classes + bring script into instances 2024-09-21 13:27:57 -07:00
b765f4cb21 why are these early returns in between app data 2024-09-21 12:53:03 -07:00
4f65c35407 v0.2.0 change api to &mut self 2024-09-21 12:39:31 -07:00
90609f4ad4 the composition paradigm 2024-09-20 18:22:55 -07:00
ff76f3c865 Instance: name 2024-09-20 18:01:33 -07:00
ededfd9e55 include source in error 2024-09-20 18:01:25 -07:00
e2c74b8dfe use find_default_property 2024-09-20 17:54:43 -07:00
701897b00d coerce_float32 2024-09-20 17:54:16 -07:00
930ac1c331 cframe: fixup FromLua 2024-09-20 17:53:55 -07:00
aa0bee9f69 the "transmute lifetimes" solution 2024-09-20 14:01:36 -07:00
acfdc1bd5e v0.1.0 open source 2024-09-20 11:43:29 -07:00
261e0a474e GetDescendants 2024-09-18 20:16:28 -07:00
a394778a8e make boosters work 2024-09-18 20:16:14 -07:00
2dddda685a must own (rework api) 2024-09-18 18:48:11 -07:00
129998e628 tweak Vector3 FromLua 2024-09-18 18:48:11 -07:00
cef0ce4c09 impl Into<rbx_types::Vector3> for Vector3 2024-09-18 18:48:09 -07:00
d5854f7e92 add deps 2024-09-18 18:46:38 -07:00
f84bd5651e context take a &mut WeakDom to simplify external business 2024-09-18 15:30:28 -07:00
c7c17243fb set script full name 2024-09-17 18:26:58 -07:00