Commit Graph

58 Commits

Author SHA1 Message Date
303b6071d7 Fixed RPC url issue 2022-10-05 16:12:03 +00:00
cac5d0a7fc Add tf_gold_flow() 2022-10-05 15:50:31 +00:00
5e7bbd0868 Fix cities parser 2022-09-29 23:19:07 +00:00
74e28200d5 Custodian wallets "should" work now 2021-07-26 17:33:47 -04:00
6d0bb22ba5 --disable-rpc-login. Cannot get authentication to wallet RPC to work 2021-07-26 16:07:40 -04:00
d1a63e6c46 Small fix for townforge-wallet-rpc call 2021-07-26 13:00:59 -04:00
a86bbf8ac9 Deal with case when no other townforge-wallet-rpc are running 2021-07-26 12:47:19 -04:00
ffef64d711 Invalid collapse argument on paste0() 2021-07-26 12:37:33 -04:00
af64159544 Log for townforge-wallet-cli. WARNING: insecure 2021-07-26 12:04:58 -04:00
2df69dbfa0 Nearing completion of first draft of custodial wallet 2021-07-26 03:54:11 -04:00
Rucknium
f35ffc60cd
Merge branch 'Syksy:main' into main 2021-07-25 17:30:06 -04:00
0d14c291ba Finish refactoring for running on Shiny Server 2021-07-25 17:27:44 -04:00
b0fcf7ffdd Move and rename files to ease server deployment 2021-07-25 17:09:22 -04:00
862135a712 Commit before rearranging file structure 2021-07-25 17:01:55 -04:00
c1d5b929da Trying to get app to work on Shiny Server 2021-07-24 01:38:50 -04:00
T. D. Laajala
5770a9a6fe
Merge pull request #7 from Rucknium/main
hotfix for other cities' flags appearing on main map
2021-07-24 01:31:16 +03:00
ee499502e3 hotfix for other cities' flags appearing on main map 2021-07-23 17:56:10 -04:00
T. D. Laajala
60acbe0d1e
Merge pull request #6 from Rucknium/main
Version 0.0.15 -- Fixed influence map; Added more options to best flag chooser
2021-07-22 21:22:08 +03:00
1e44be9b52 Fixing off-by-one error to prevent oversized flag 2021-07-22 01:38:54 -04:00
4e1529d846 Add buy flags and buildings, but overlap bug exists 2021-07-22 01:37:06 -04:00
7476131640 Added to best flag chooser: limit choices to avoid errors, allow choice of grid density and city 2021-07-20 17:04:10 -04:00
59df3f5c17 Expanding S4 classes to city placeholder 2021-07-20 21:58:56 +03:00
42b9a88bfb Change url argument to url.rpc and url.townforged 2021-07-20 01:48:32 -04:00
b46691d262 FIXED: "Influence map is broken" 2021-07-19 23:44:28 -04:00
063d22c37d Merge origin/main into main 2021-07-19 22:45:54 -04:00
ac0fab82e1 Commit before merge 2021-07-19 22:44:59 -04:00
aede67cd16 S4 class for flags/lots 2021-07-20 03:51:10 +03:00
77366caabd Best flag search now expands in all 4 directions 2021-07-19 02:47:04 -04:00
9a97470225 Commit before adding expansion to S and W for best flag search 2021-07-19 01:30:43 -04:00
9993142f11 tf_search_best_flags actually expands north, not south. Changing var names to reflect that 2021-07-19 01:07:31 -04:00
28094705ae Increment to version 0.0.14 2021-07-18 19:58:37 -04:00
40db766404 Changed the way the coordinate grid is constructed. Now grid is based on all flags, not just those with influence. Added waiter progress bar 2021-07-18 19:55:26 -04:00
11227c39c9 First draft of best flag placement into Shiny app 2021-07-18 05:47:16 -04:00
0d0125cf9d First draft of tf_search_best_flags 2021-07-17 17:03:02 -04:00
f844a8b522 Add influence effects matrix as data embedded in package 2021-07-16 23:47:11 -04:00
5df0abcc81 Fixed passing scientific notation to RPC, which failed 2021-07-16 21:34:04 -04:00
c2e3065d48 Now allow verbatim replace of part of a JSON call to RPC, which allows passing of vector arguments to the daemon 2021-07-11 17:39:27 -04:00
205a7f0b51 Improve chart titles for influence plots 2021-07-02 15:10:59 -04:00
92ddafcfb9 Added Rucknium as package author. 2021-07-02 15:01:05 -04:00
2bfc1f85df Fix issue with misalignment of coordinate planes of the influence matrix and the flag cut-outs 2021-07-02 14:52:28 -04:00
517891200f New feature to visualize inter-building productivity influence 2021-07-02 05:28:49 -04:00
332e9762f1 Fixed issue with display of wrong order book spread 2021-06-28 14:22:20 -04:00
b74b1e99a2 Now with option to turn on dark mode. 2021-06-28 13:26:08 -04:00
0731a64fce Now can choose a URL as an argument for shinyTF, which allows choice of port for the RPC. Useful if running the game GUI at the same time as the Shiny app. 2021-06-28 03:27:49 -04:00
efdaf312e4 Splitting shiny code into ui.R and server.R 2021-06-28 02:02:55 -04:00
3c49170cb7 Adding options to parse the RPC json so that all numbers, or just the nonce, are parsed as strings. Nonces are about 20 digits, while R loses precision at about 16 digits. The Rmpfr package could be used to represent numbers at arbitrary precision. 2021-06-28 01:44:47 -04:00
d940ee3bc9 Explicitly allow passing of URL argument to parsers to allow more flexibility in specifying ports for RPC 2021-06-28 01:34:28 -04:00
7d0e483a6d Proof-of-concept for map of flags 2021-06-20 12:07:53 -04:00
59edb34e86 Added draft wallet operations and order book tab. 2021-06-19 19:13:18 -04:00
e9f32e7bd0 tf_parse_markets() now gets both bids and offers 2021-06-19 17:46:42 -04:00