Arthur Gerbaud artus
  • Joined on 2018-11-07
artus pushed to master at rust/lootalot 2019-10-26 11:07:35 +02:00
dc0874bd12 preps undo actions
artus pushed to master at rust/lootalot 2019-10-26 10:58:05 +02:00
49dfd8bb14 adds selling procedure for 'group'
artus pushed to master at rust/lootalot 2019-10-20 22:03:37 +02:00
74ee4a831b works on selling group items
05a08ea337 adds forbidden_to_players wrapper for db_call
Compare 2 commits »
artus pushed to master at rust/lootalot 2019-10-20 16:10:43 +02:00
edf236ef8c routing the rest of implemented features, hits response problem
artus pushed to master at rust/lootalot 2019-10-19 21:59:51 +02:00
ed3ac2abcb adds notifications table and models
2248e25aec split player module
Compare 2 commits »
artus pushed to master at rust/lootalot 2019-10-19 16:13:38 +02:00
24807615f7 adds docs, removes some useless pub statements
artus merged pull request rust/lootalot#1 2019-10-19 14:39:07 +02:00
Major refactor of API
artus closed pull request rust/lootalot#1 2019-10-19 14:39:06 +02:00
Major refactor of API
artus created pull request rust/lootalot#1 2019-10-19 14:35:50 +02:00
Major refactor of API
artus pushed to refactoring at rust/lootalot 2019-10-19 14:29:52 +02:00
ce04b77a15 removes unused file
artus pushed to refactoring at rust/lootalot 2019-10-19 14:24:01 +02:00
622d746446 removes obsolete AppStorage.js
artus pushed to refactoring at rust/lootalot 2019-10-18 21:40:29 +02:00
b0441f3402 fixes bug (float precision) by using f64
artus pushed to refactoring at rust/lootalot 2019-10-18 16:21:06 +02:00
61c9a4e6d4 moves all api logic inside PlayerView, found weird bug in unpack_gold_value (floating error)
artus pushed to refactoring at rust/lootalot 2019-10-18 14:48:45 +02:00
3fce1dc7d0 adds nicer notifications to user
artus pushed to refactoring at rust/lootalot 2019-10-18 14:35:21 +02:00
60a6e69f67 refactor PlayerView, plans to replace ApiStorage.js by lootalot.js api module
artus pushed to refactoring at rust/lootalot 2019-10-18 12:42:30 +02:00
08397e7b25 fixes API consumer
artus pushed to refactoring at rust/lootalot 2019-10-18 12:41:46 +02:00
ec36403dc3 adds custom serializer for api::Value
artus pushed to refactoring at rust/lootalot 2019-10-17 13:01:36 +02:00
80585eb1cd removes useless file
artus pushed to refactoring at rust/lootalot 2019-10-17 12:57:03 +02:00
185e1403e3 moves API logic inside its own module
artus pushed to refactoring at rust/lootalot 2019-10-17 11:58:32 +02:00
3cc45397da fixes errors, cleans up