Commit Graph

  • 401b2b2107 Renaming Actor -> Controller for simplicity's sake, although Actor is a good name Tyler Cloutier 2025-01-11 13:58:56 -05:00
  • 2614ae0008 Merged ConnectionManager and EntityManager into GameManager for tutorial simplicity Tyler Cloutier 2025-01-11 13:01:27 -05:00
  • 053b922a42 Fixed rebase issue Tyler Cloutier 2025-01-10 20:50:35 -05:00
  • abbad79cc2 Changes to align with the tutorial. Tyler Cloutier 2025-01-10 20:31:46 -05:00
  • 6cb47ea003 Small changes Tyler Cloutier 2025-01-08 00:07:25 -05:00
  • 3798f468a6 query engine integration (#2074) joshua-spacetime 2025-01-10 16:01:24 -08:00
  • 08a82b65af insta review Phoebe Goldman 2025-01-10 14:23:15 -05:00
  • fdc4e067a6 Fiddle with macro output until it actually compiles Phoebe Goldman 2025-01-10 12:52:33 -05:00
  • 81ffc6db03 Make DESCRIBERS hold closures, not function pointers Phoebe Goldman 2025-01-10 12:00:04 -05:00
  • 7214e12751 Update Cargo.lock Phoebe Goldman 2025-01-10 11:48:01 -05:00
  • 3afb8751ff Rework RLS macro for amended syntax Phoebe Goldman 2025-01-10 11:27:45 -05:00
  • 0b884d40de Generalize guidance to all GUI elements, not just menu paths docs/phoebe/style-guide-menu-items Phoebe Goldman 2025-01-10 09:23:11 -05:00
  • bc33749661 Style guide: add formatting advice for menu items Phoebe Goldman 2025-01-10 09:17:31 -05:00
  • ad17fe1f98 moar docs Tyler Cloutier 2025-01-10 00:40:38 -05:00
  • 933012282b [release/v1.0.0-rc3]: empty commit so we can create PR v1.0.0-rc3-hotfix1 release/v1.0.0-rc3 Zeke Foppa 2025-01-09 19:18:01 -08:00
  • 44d7b76d29 Fix defining multiple tables on the same struct in Rust modules (#2103) Phoebe Goldman 2025-01-09 20:58:20 -05:00
  • 595639db49 Merge remote-tracking branch 'origin/master' into phoebe/rust-multiple-tables phoebe/rust-multiple-tables Phoebe Goldman 2025-01-09 18:44:15 -05:00
  • 208e6b933f Make automatic migrations deterministic (#2104) james gilles 2025-01-09 17:48:21 -05:00
  • 7c6a071589 RLS policies are printed in alphabetical order jgilles/pretty_print James Gilles 2025-01-09 17:01:51 -05:00
  • 4d0f742b81 Fix scheduled_at syntax James Gilles 2025-01-09 14:31:18 -05:00
  • 68af11126b Placate clippy James Gilles 2025-01-09 14:29:23 -05:00
  • 28e6b31e8d Merge remote-tracking branch 'origin/master' into phoebe/rust-multiple-tables Phoebe Goldman 2025-01-09 14:24:02 -05:00
  • 1c2e66eb80 insta review Phoebe Goldman 2025-01-09 14:23:53 -05:00
  • 64ff27645d Fix critical security vulnerability in automigration code James Gilles 2024-12-31 18:35:04 -05:00
  • 3ddb9571f5 Add report verification in auto migration smoketest James Gilles 2024-12-31 18:34:49 -05:00
  • f97552915f Update pretty printing code to be deterministic & better formatted James Gilles 2024-12-31 17:50:23 -05:00
  • 13780fb4a6 Add plumbing to print auto migration plans James Gilles 2024-12-16 15:58:18 -05:00
  • 026ec2a81d Add pretty printing code for automigrations to schema James Gilles 2024-12-16 15:38:34 -05:00
  • 88d199c8e5 Cleanup: simplify construcing Attribute instance Phoebe Goldman 2025-01-09 14:11:32 -05:00
  • 5b5d989a3b Add multiple-tables-same-type example to rust-wasm-test Phoebe Goldman 2025-01-09 14:07:57 -05:00
  • 09fd165ca5 Support multiple tables with the same row type Phoebe Goldman 2025-01-09 13:48:22 -05:00
  • f667f65b15 perf(2019): skip PointerMap given a unique index (#2092) Mazdak Farrokhzad 2025-01-09 19:10:20 +01:00
  • c5edce96af [release/v1.0.0-rc3]: empty commit so we can create PR v1.0.0-rc3 Zeke Foppa 2025-01-09 09:39:51 -08:00
  • 360c7824e0 Remove use of cvt_attr in table attribute macro Phoebe Goldman 2025-01-09 11:33:52 -05:00
  • cad37f9245 Nix MapRowTypeToTable; make table handles nameable Phoebe Goldman 2025-01-09 11:17:17 -05:00
  • e8b8bac453 Use println/eprintln in the quickstart-chat client, not log (#2099) Phoebe Goldman 2025-01-09 10:38:52 -05:00
  • 55a5318f07 Use println/eprintln in the quickstart-chat client, not log phoebe/quickstart-chat-print-dont-log Phoebe Goldman 2025-01-09 09:15:02 -05:00
  • f9cfa99b39 Animate entities when they get consumed Steve Gibson 2025-01-08 17:05:01 -05:00
  • bade25de08 Add vocabulary to style guide, update index.md accordingly (#126) james gilles 2025-01-08 14:09:11 -05:00
  • 6f807e273c Updated version to 1.0.0-rc3 (#2059) Tyler Cloutier 2025-01-08 13:17:10 -05:00
  • 5b13b48cf7 Parallax background Steve Gibson 2025-01-08 12:05:30 -05:00
  • ef8d40e28c Table::num_rows and Table::bytes_used_by_rows Phoebe Goldman 2025-01-08 12:05:04 -05:00
  • 36ee587401 Page: track number of allocated var-len granules Phoebe Goldman 2025-01-08 12:02:51 -05:00
  • 01dab424c9 Progress on the unity tutorial Tyler Cloutier 2025-01-08 00:07:51 -05:00
  • cbfff34dc2 Extract InstanceEnv::project_cols_bsatn (#2096) Mazdak Farrokhzad 2025-01-08 04:43:39 +01:00
  • 538e7b11c8 Extract MutTxId::tx_state_removed_index(&self, index_id) -> bool (#2095) Mazdak Farrokhzad 2025-01-08 04:29:17 +01:00
  • 9cd749065c First commit to test images Tyler Cloutier 2025-01-07 18:55:59 -05:00
  • a19cc48a18 Fix missing tick marks in Rust quickstart (#124) Tyler Cloutier 2025-01-07 16:57:58 -05:00
  • d4f03b74b9 datastore: insert via BSATN instead of via PV (#2069) Mazdak Farrokhzad 2025-01-07 22:36:02 +01:00
  • c71b93cfc1 CLI - dns subcommand becomes rename (#1694) Zeke Foppa 2025-01-07 13:23:27 -08:00
  • 79a9c712f0 Implement new C# index syntax (#2078) Ingvar Stepanyan 2025-01-07 20:58:17 +00:00
  • 13f9ada9a1 Add expiration for stored request durations csharp/ingvar/stats-limit Ingvar Stepanyan 2024-11-25 15:33:38 +00:00
  • 40faad6e2e Implement ctx.Identity for C# (#2091) Ingvar Stepanyan 2025-01-07 20:45:27 +00:00
  • 763ba5ef5c Enforce .NET 8 SDK for new C# modules (#2046) Ingvar Stepanyan 2025-01-07 20:40:56 +00:00
  • af9269e8c4 Update Unity tests (#207) Ingvar Stepanyan 2025-01-07 19:49:56 +00:00
  • bb6d624b6a Update Unity tests (#207) Ingvar Stepanyan 2025-01-07 19:49:56 +00:00
  • 2b227fe535 Use a spinner to show that wasm is compiling in spacetime generate (#2057) Noa 2025-01-07 12:42:51 -06:00
  • 8b6f13208d Update to the new scheduling syntax (#10) Ingvar Stepanyan 2025-01-07 18:39:44 +00:00
  • 531e57e03b How-to: Incremental Migrations Phoebe Goldman 2025-01-07 11:26:38 -05:00
  • 52b7667277 fix(202): RemoteQuery should not SELECT * (#203) joshua-spacetime 2025-01-06 15:11:28 -08:00
  • d6d78b38b9 fix(202): RemoteQuery should not SELECT * (#203) joshua-spacetime 2025-01-06 15:11:28 -08:00
  • f2c0869db3 Describe how to define multiple tables with the same type (#113) Ingvar Stepanyan 2025-01-06 21:12:47 +00:00
  • fc282aed9c Fix CI (#205) Ingvar Stepanyan 2025-01-06 20:03:19 +00:00
  • a90e0f98e1 Fix CI (#205) Ingvar Stepanyan 2025-01-06 20:03:19 +00:00
  • 2967e3b893 CLI - Fix spacetime energy balance not working (#2087) Zeke Foppa 2025-01-06 11:04:46 -08:00
  • c87add7349 C#: fix class names for unique column indices (#2088) Ingvar Stepanyan 2025-01-06 18:58:07 +00:00
  • 74d191f465 CLI - Confirm before publishing to non-local servers (#2086) Zeke Foppa 2025-01-03 13:40:03 -08:00
  • e393595b91 Fixed missing tick marks in rust quickstart docs/tyler/fix-typo Tyler Cloutier 2025-01-03 16:05:23 -05:00
  • 639b9269fe Switches to a canonical GitHub slugger format so that our slugs always match links generated on GitHub (#123) Tyler Cloutier 2025-01-03 16:06:09 -05:00
  • df58e84eba Preserve the comments of the "cli.toml" on changes (#2002) Mario Montoya 2025-01-03 15:52:15 -05:00
  • e09444959e Rewrite index.md (#111) james gilles 2025-01-03 14:30:18 -05:00
  • a4b46c5ddb Implement the identity host call and ctx.identity() in Rust (#2085) Phoebe Goldman 2025-01-03 14:09:34 -05:00
  • c11fcbab2d Standardized slugging across docs and web docs/tyler/check-links-2 Tyler Cloutier 2025-01-03 13:18:42 -05:00
  • 48bab90a41 Added a script to check the validity of docs links and a .github action (#122) Tyler Cloutier 2025-01-03 00:44:00 -05:00
  • 24edefc19c Changed DateTimeOffset to long in C# module Steve Gibson 2025-01-02 18:43:35 -05:00
  • e9e287b8aa Server-side implementation of incremental subscription changes (#2030) Jeffrey Dallatezza 2025-01-02 13:41:57 -05:00
  • 4015237f6a Tweak scheduled_at macro syntax (#2054) Noa 2025-01-02 12:26:44 -06:00
  • ab7615dd82 Merge branch 'master' into jsdt/subscribe-2 jsdt/subscribe-2 Jeffrey Dallatezza 2025-01-02 10:18:31 -08:00
  • 8f38ae6b38 Fix broken links docs/tyler/check-links Phoebe Goldman 2025-01-02 10:26:56 -05:00
  • f4b0a74a31 Forgot exit code Tyler Cloutier 2025-01-01 18:35:33 -05:00
  • da99d1ce39 Now checking fragments properly and publishing some stats Tyler Cloutier 2025-01-01 18:29:55 -05:00
  • 733639807b now checking fragments Tyler Cloutier 2025-01-01 18:03:37 -05:00
  • c7f40daa75 Added relative link resolution and fixed the broken links Tyler Cloutier 2025-01-01 17:18:38 -05:00
  • d54c5b55d9 Fixed a few links Tyler Cloutier 2024-12-31 18:31:50 -05:00
  • ccaf71a1e2 Fix Tyler Cloutier 2024-12-31 18:26:20 -05:00
  • b2259ef082 Fixed script issue Tyler Cloutier 2024-12-31 18:25:21 -05:00
  • 3e73ab1bcb typo thing Tyler Cloutier 2024-12-31 18:22:11 -05:00
  • 970666a796 Build nav.ts Tyler Cloutier 2024-12-31 18:21:02 -05:00
  • 2afdf11fa8 typo Tyler Cloutier 2024-12-31 18:19:57 -05:00
  • 4965b3889e Added workflow to ensure that the nav.ts has been built to nav.js Tyler Cloutier 2024-12-31 18:18:47 -05:00
  • 928fedb1c5 Switched the action trigger Tyler Cloutier 2024-12-31 18:13:19 -05:00
  • c785abe34e Removed erroneous thing Tyler Cloutier 2024-12-31 18:08:04 -05:00
  • 363c1bdf88 Added a script to check the validity of docs links and a .github action Tyler Cloutier 2024-12-31 18:06:34 -05:00
  • 85c137ca90 Added .DS_store to the .gitignore Tyler Cloutier 2024-12-31 17:05:13 -05:00
  • 307ec59c9f More cleanup Jeffrey Dallatezza 2024-12-31 15:46:12 -05:00
  • e723ec0ac6 Merge branch 'master' into jsdt/subscribe-2 Jeffrey Dallatezza 2024-12-31 11:16:13 -05:00
  • 20d397cf2b Split Iter & IterByColRange types into Tx and MutTxId versions (#2043) Mario Montoya 2024-12-31 11:14:30 -05:00
  • 62a30d90cd Add some tests and comments Jeffrey Dallatezza 2024-12-31 10:52:09 -05:00
  • 78b48c9a98 Reduce noisy C# compilation errors (#2067) Ingvar Stepanyan 2024-12-30 23:48:50 +00:00
  • 43ad8be2b0 CLI - Remove deprecated use of the --project-path flag (#915) Zeke Foppa 2024-12-30 10:41:44 -08:00