projectmoon
  • Joined on 2020-11-05
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-10 20:45:22 +00:00
5ea5d627bb Implement rest of basic info editing.
ae6d5bcfa3 Implement updating basic info for character name.
ffe4f9298c Create "character identifier" type for use in all API requests.
ea4723cbe5 Add API endpoint for updating basic character info.
Compare 4 commits »
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-09 20:02:28 +00:00
c42f13af52 Remove unused REST semantics from cofd API.
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-09 19:42:01 +00:00
e6845d8c7a Fix webpack publicPath to match server route.
9ca1f989c5 Move cofd api endpoints into their own file
Compare 2 commits »
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-09 19:29:51 +00:00
31091fcb8e Update license in package.json to AGPL
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-09 13:33:09 +00:00
d6944cd4c1 Adjust webpack config slightly for better generation.
f249ab2674 Rename static directory to generated
bf75b84f3d Remove old comments in edit character script.
06dc6c1274 Move typescript into source tree.
Compare 4 commits »
projectmoon pushed to tonic at projectmoon/tenebrous-sheets 2021-01-05 21:42:46 +00:00
133b4e6236 Implement a bit more of the view character template.
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