-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vm rebuild #34
Vm rebuild #34
Commits on Apr 30, 2024
-
start building macros for VMObject trait
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2536af8 - Browse repository at this point
Copy the full SHA 2536af8View commit details -
refactor: intorduction of a macro enabled Object trait
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a332163 - Browse repository at this point
Copy the full SHA a332163View commit details
Commits on May 1, 2024
-
refactor(vm::objects): Establixh base object macros and traits
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6bdc6f2 - Browse repository at this point
Copy the full SHA 6bdc6f2View commit details -
refactor(vm): use proper repr on generated enums if possible, generat…
…e stationpedia prefab enum Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c318203 - Browse repository at this point
Copy the full SHA c318203View commit details -
refactor(vm): generic impls for generic Objects (not implimented with…
… special logic) Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d8b35c - Browse repository at this point
Copy the full SHA 2d8b35cView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5cc935b - Browse repository at this point
Copy the full SHA 5cc935bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48fbe67 - Browse repository at this point
Copy the full SHA 48fbe67View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 371167d - Browse repository at this point
Copy the full SHA 371167dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 096e272 - Browse repository at this point
Copy the full SHA 096e272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 095e17a - Browse repository at this point
Copy the full SHA 095e17aView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17bde04 - Browse repository at this point
Copy the full SHA 17bde04View commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8288d8a - Browse repository at this point
Copy the full SHA 8288d8aView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 347f5f1 - Browse repository at this point
Copy the full SHA 347f5f1View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6ebbcf - Browse repository at this point
Copy the full SHA d6ebbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2698c - Browse repository at this point
Copy the full SHA de2698cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8523d - Browse repository at this point
Copy the full SHA 7b8523dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 708d68e - Browse repository at this point
Copy the full SHA 708d68eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b7046 - Browse repository at this point
Copy the full SHA 25b7046View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c5e2b2 - Browse repository at this point
Copy the full SHA 0c5e2b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e928813 - Browse repository at this point
Copy the full SHA e928813View commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc6cc35 - Browse repository at this point
Copy the full SHA cc6cc35View commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29ef54c - Browse repository at this point
Copy the full SHA 29ef54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bdc37 - Browse repository at this point
Copy the full SHA b0bdc37View commit details
Commits on May 20, 2024
-
refactor(vm): pull generated data into new crate
pregenerate prefab templates -> locked behind crate feature
Configuration menu - View commit details
-
Copy full SHA for 4346bc5 - Browse repository at this point
Copy the full SHA 4346bc5View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc84200 - Browse repository at this point
Copy the full SHA bc84200View commit details -
Configuration menu - View commit details
-
Copy full SHA for d79726a - Browse repository at this point
Copy the full SHA d79726aView commit details
Commits on May 24, 2024
-
refactor(vm): rework object freazing
- let vm carry object dtabase - seperate frozen object info and templates
Configuration menu - View commit details
-
Copy full SHA for 24778b2 - Browse repository at this point
Copy the full SHA 24778b2View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d70d3a2 - Browse repository at this point
Copy the full SHA d70d3a2View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88ff2d1 - Browse repository at this point
Copy the full SHA 88ff2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dae6be9 - Browse repository at this point
Copy the full SHA dae6be9View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1843bdb - Browse repository at this point
Copy the full SHA 1843bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efcec9 - Browse repository at this point
Copy the full SHA 7efcec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4167ef - Browse repository at this point
Copy the full SHA e4167efView commit details
Commits on May 29, 2024
-
refactor(frontend): use new frozen object to fill values for baseObje…
…ct mixin, proxy vm to webworker to avoid hogging main thread
Configuration menu - View commit details
-
Copy full SHA for c1f4cb2 - Browse repository at this point
Copy the full SHA c1f4cb2View commit details
Commits on May 30, 2024
-
refactor(vm, frontend): memory instructions, baseObject
- parse and map meory instructions - use FrozenObjectFull to propogate data out of VM to componates (far less wasm calls)
Configuration menu - View commit details
-
Copy full SHA for 7b6909a - Browse repository at this point
Copy the full SHA 7b6909aView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10997d4 - Browse repository at this point
Copy the full SHA 10997d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 337ca50 - Browse repository at this point
Copy the full SHA 337ca50View commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d618f7b - Browse repository at this point
Copy the full SHA d618f7bView commit details -
refactor(vm, frontend): turns out that the serde_wasm_bindgen facilit…
…ies of TSify are borken...
Configuration menu - View commit details
-
Copy full SHA for 6c26a37 - Browse repository at this point
Copy the full SHA 6c26a37View commit details
Commits on Jun 2, 2024
-
refactor(frontend): Maps are dea dlong live Objects, also delay main …
…body render untill VM is fully loaded
Configuration menu - View commit details
-
Copy full SHA for 3da16d1 - Browse repository at this point
Copy the full SHA 3da16d1View commit details
Commits on Aug 17, 2024
-
refactor(ui): start using signals
smaller DOM updates & easier data update paths. fix sl-select problems with force update on signal sub Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70833e0 - Browse repository at this point
Copy the full SHA 70833e0View commit details
Commits on Aug 20, 2024
-
refactor(frontend) finish signal conversion, fix passing data to VM
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1c9db2 - Browse repository at this point
Copy the full SHA b1c9db2View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e503f9 - Browse repository at this point
Copy the full SHA 6e503f9View commit details
Commits on Aug 26, 2024
-
refactor(frontend) fix template searching, update database images
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f40437e - Browse repository at this point
Copy the full SHA f40437eView commit details
Commits on Aug 27, 2024
-
refactor(frontend): fix loading code to editor
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c810806 - Browse repository at this point
Copy the full SHA c810806View commit details
Commits on Sep 17, 2024
-
refactor(vm): add proper reagent interface, trace VM, fix slot serial…
…ization Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08c42a2 - Browse repository at this point
Copy the full SHA 08c42a2View commit details -
refactor(vm): fix Reagent code gen
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e80f21 - Browse repository at this point
Copy the full SHA 6e80f21View commit details -
refactor(frontend): use signals in Session, fix various things
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f05f81c - Browse repository at this point
Copy the full SHA f05f81cView commit details -
refactor(vm+frontend): better logging, fix slot serialization
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a34fb42 - Browse repository at this point
Copy the full SHA a34fb42View commit details -
refactor(frontend): bump rebuild to v1.0
Signed-off-by: Rachel Powers <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87959ef - Browse repository at this point
Copy the full SHA 87959efView commit details