projectmoon
  • Joined on 2020-11-05
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-05 21:33:24 +00:00
2008b90cba Remove more unneeded things
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-05 21:25:38 +00:00
3fc9378f50 Clean up files and remove things that no longer need to exist.
dd2741a0c1 Return semi-proper values from the protobuf HTTP API
dcbf801ecc Reimplement attribute updtaes
af01a56907 WIP on reimplementing edit character script with typescript
06262e6ad3 Compiles, assuming the user id will be in grpc metadata from auth interceptor.
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2021-01-04 21:13:05 +00:00
a4cdad4936 Update dependencies.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2021-01-02 22:12:46 +00:00
cb92ffe3df Remove un-needed 'resources' functions.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2021-01-02 22:12:21 +00:00
76c67425b1 RPC-ify update attribute API.
9968cc4a6e Update skill value as rpc API (though not grpc)
d1e29b40ed Implement updating skills.
Compare 3 commits »
projectmoon pushed to master at projectmoon/tenebrous-sheets 2021-01-01 23:37:56 +00:00
b467c32acb Switch to oneof field for game-specific information and values.
14863353f0 Remove versioning from data type enum members
Compare 2 commits »
projectmoon pushed to master at projectmoon/tenebrous-sheets 2021-01-01 00:40:55 +00:00
2cb547e16a Implement updating skills on the backend.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-31 22:32:35 +00:00
322e13108a Update cargo dependencies.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-31 22:28:11 +00:00
2b7f9b8897 Add ability to edit changeling characters.
06c8289eae Add skills to the character editor.
Compare 2 commits »
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-31 20:19:49 +00:00
06b3e0b390 Skip loading owner of character for API.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-31 14:11:53 +00:00
c99c7af369 Update readme for SQLx.
574ab543e5 Add ability to pass in custom database path.
f572a9c493 Move migrations to refinery + barrel, enable 'offline' sqlx query checking
717ab0677b Convert load user queries to compile-checked
ed9b7c1a81 Clear out unused imports in db.rs
Compare 8 commits »
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-29 14:01:12 +00:00
cd4afbafe2 Load character in API as common function. Fix attribute editing.
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-29 13:36:50 +00:00
4bff55cc6b Implement editing of attributes.
c0a48245b1 Start of adding protobuf-based editable character sheet.
Compare 2 commits »
projectmoon pushed to master at projectmoon/tenebrous-sheets 2020-12-29 13:36:41 +00:00
b95bad440b Update cargo.lock
projectmoon pushed to edit-character at projectmoon/tenebrous-sheets 2020-12-27 21:49:12 +00:00
4bff55cc6b Implement editing of attributes.
projectmoon pushed to edit-character at projectmoon/tenebrous-sheets 2020-12-27 21:03:26 +00:00
c0a48245b1 Start of adding protobuf-based editable character sheet.
b95bad440b Update cargo.lock
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-12-18 14:16:36 +00:00
297a8454f6 Avoid cloning when counting successes.
c9c80b974c Tests for dice pool formatting.
Compare 2 commits »
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-12-17 21:06:48 +00:00
eb42704380 Switch to into_iter instead of a non-consuming iterator.
projectmoon closed issue projectmoon/tenebrous-dicebot#50 2020-12-17 21:00:40 +00:00
Rolling 12 dice doesn't show "and X more" in dice results
projectmoon pushed to master at projectmoon/tenebrous-dicebot 2020-12-17 21:00:40 +00:00
f355fad06b Rename some variables for consistency.