Commit Graph

3186 Commits

Author SHA1 Message Date
Piotr Sarnacki 3bbab24565 Add dist/ to .gitignore 2023-03-22 18:17:18 +01:00
Piotr Sarnacki 7e3403f99b Delete main.ts 2023-03-22 17:50:13 +01:00
Piotr Sarnacki 5545b94bfb Fix registering components and fix for in-browser 2023-03-22 17:47:20 +01:00
Piotr Sarnacki c608939009 Lots of changes 2023-03-22 03:26:30 +01:00
John Detter 02cbdd03b7 C# Enum Generation (#9)
* First pass

* Committing meta file

* Removed option type - unneeded

* Implementing new some converter

* Some converter updates

* Tons of fixes here

* Cleaned up the some/enum serialization implementation

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
2023-03-21 14:53:08 -05:00
Piotr Sarnacki 6a4b547e68 Export ProductValue 2023-03-16 21:55:09 +01:00
Piotr Sarnacki c45efb5ee2 Remove unneeded file 2023-03-16 21:54:46 +01:00
Piotr Sarnacki b87c11edfd Properly export stuff 2023-03-16 16:35:44 +01:00
Piotr Sarnacki 8e2cd50256 Set package name to spacetimedb-typescript-sdk 2023-03-15 14:42:57 +01:00
Piotr Sarnacki ae6d097ef4 Add reducer events, add globals 2023-03-15 12:43:24 +01:00
Piotr Sarnacki a362a2c60d Implement deserializing byte arrays and deserialize data for cache 2023-03-14 16:53:57 +01:00
Piotr Sarnacki f5ba82ddad Add tests for AlgebraicValue 2023-03-13 15:54:25 +01:00
Piotr Sarnacki a1f62844e5 Make arrays work 2023-03-10 18:21:50 +01:00
Piotr Sarnacki 8e5887d1a7 initial commit 2023-03-10 16:37:13 +01:00
John Detter 93cd63d567 Json Byte Arrays Serialized as Hex (#8)
* Serialize byte arrays as hex

* Fix namespace

* Small fix

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
2023-03-08 11:39:54 -06:00
John Detter 0a52df6081 SDK Upload Script (#7)
* Upload script to help deploying to our partners

* You have to specify hosts individually

* Small fix

* Another small fix - tested + working

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
2023-02-27 18:16:48 -06:00
John Detter 2054da43fb Migrate from TypeDef/TypeValue to SATS (#5)
* Fix compilation issue with master

* Initial push for SATS (still WIP)

* Small build fix

* Small update

* Updates from meeting with Tyler

* Fixed issues with LayoutExplicit and added some missing functions

* AlgebraicValue cleanup

* Copied changes from BitCraftMini

* Removed TypeDef

---------

Co-authored-by: Clockwork Labs <no-reply@clockworklabs.io>
Co-authored-by: Tyler Cloutier <cloutiertyler@aol.com>
Co-authored-by: John Detter <no-reply@boppygames.gg>
2023-02-25 23:38:08 -08:00
dbrinkmanncw a82c379e01 Merge pull request #4 from clockworklabs/derek-add-SSL-option
Add sslEnabled option to Connect function
2023-01-23 11:05:13 -05:00
Derek Brinkmann ec5fa25ebd Add sslEnabled option to Connect function 2023-01-20 17:26:46 -05:00
dbrinkmanncw dbd3387e00 Merge pull request #3 from clockworklabs/Derek-Callback-Improvements
API callback improvements
2023-01-18 10:14:41 -05:00
Derek Brinkmann c499710cda Changes to the Unity SDK to support callbacks for individual table row updates and reducer events 2023-01-13 13:21:28 -05:00
Derek Brinkmann 7f4e27d4f2 Give SDK users access to the token key 2023-01-11 17:11:59 -05:00
Clockwork Labs 789b5b2223 Several fixes to sending when the websocket is closed. 2022-11-03 17:17:44 +00:00
Tyler Cloutier e518ebe815 .gitignore change 2022-11-03 12:01:03 +00:00
Clockwork Labs df3742f68a Improved names 2022-11-03 11:58:03 +00:00
Tyler Cloutier 8eef49fbfd Merge pull request #2 from clockworklabs/jdetter/some-api-updates2
More API updates
2022-11-02 12:16:42 +00:00
Clockwork Labs a4727e6e60 Small fix 2022-11-02 12:13:07 +00:00
Clockwork Labs 63f4550a66 More API updates 2022-11-02 12:09:45 +00:00
John Detter ddf626c129 Merge pull request #1 from clockworklabs/jdetter/some-api-updates
Some API updates
2022-11-02 12:01:02 +00:00
Clockwork Labs ee0380193e Some API updates 2022-11-02 11:57:20 +00:00
Clockwork Labs 5ac9a7e25b Remove BitCraftMini from the SDK 2022-11-02 10:37:43 +00:00
Clockwork Labs e6670fe3e8 Another fix to export script 2022-11-01 18:46:04 +00:00
Clockwork Labs 1f4f10b655 Fix export script 2022-11-01 18:44:57 +00:00
Clockwork Labs 6c014f68ee Renamed arguments for connect. Changed connection URI to use URL
parameter.
2022-11-01 14:35:07 +00:00
Tyler Cloutier 77b7c27807 chmod +x export.sh 2022-11-01 14:10:15 +00:00
Clockwork Labs 271e8ce78c Initial commit for SpacetimeDBUnitySDK (squashed commit) 2022-11-01 13:53:38 +00:00