• Joined on 2021-10-13
conco commented on issue 2huCardTD/2HUCardTDGame#4 2021-10-25 04:16:24 +00:00
API replacement

API Replacement has been started on a new repository in this organization. Once all the endpoints are replaced in the config structure, this can be closed.

conco commented on issue 2huCardTD/2HUCardTDGame#3 2021-10-25 04:15:28 +00:00
Correct new table data

It looks like character power and acttack factor values followed a template on the old game based on rank and such, so we can probably just ape other character's values onto the missing ones as it…

conco opened issue 2huCardTD/API#4 2021-10-25 04:13:38 +00:00
Rank Endpoint
conco opened issue 2huCardTD/API#3 2021-10-25 04:12:31 +00:00
Player Base Data Endpoint
conco opened issue 2huCardTD/API#2 2021-10-25 04:10:23 +00:00
Player Data endpoint
conco opened issue 2huCardTD/API#1 2021-10-25 04:08:42 +00:00
Game Config Endpoint
conco pushed to english at 2huCardTD/2HUCardTDGame 2021-10-25 01:52:27 +00:00
de19c4215d http
conco pushed to english at 2huCardTD/2HUCardTDGame 2021-10-25 01:50:44 +00:00
91d8dabbf7 changed url
conco commented on issue 2huCardTD/2HUCardTDGame#3 2021-10-25 01:29:11 +00:00
Correct new table data

Corrected attack factor table to at least be in correct format, looks like everything has default values so missing stuff shouldn't crash at least but I doubt we'll be able to correctly replicate…

conco closed issue 2huCardTD/2HUCardTDGame#2 2021-10-25 01:28:17 +00:00
Test new table loading
conco commented on issue 2huCardTD/2HUCardTDGame#4 2021-10-25 01:27:48 +00:00
API replacement

Started on replacing the api

conco pushed to english at 2huCardTD/2HUCardTDGame 2021-10-25 01:27:08 +00:00
b148bdf1db changed gameconfig url
conco pushed to master at 2huCardTD/API 2021-10-25 01:26:16 +00:00
cd55d95ba9 Added controller for gameconfig, easiest one to stub out more or less
conco created branch master in 2huCardTD/API 2021-10-25 00:51:04 +00:00
conco pushed to master at 2huCardTD/API 2021-10-25 00:51:04 +00:00
627ebab716 Initial commit
conco created repository 2huCardTD/API 2021-10-25 00:50:14 +00:00
conco pushed to english at 2huCardTD/2HUCardTDGame 2021-10-25 00:01:00 +00:00
be60424164 attack factor stuff is probably all wrong but lets roll with it for now
conco pushed to english at 2huCardTD/2HUCardTDGame 2021-10-24 23:40:05 +00:00
2521f3b61d inlining for now, no io access
conco commented on issue 2huCardTD/2HUCardTDGame#2 2021-10-24 23:37:48 +00:00
Test new table loading

IO is only allowed in tools test mode it looks ike, going back to tinline tables for the time being

conco commented on issue 2huCardTD/2HUCardTDGame#3 2021-10-24 23:34:58 +00:00
Correct new table data

Attack table was changed in the new version It now utilizes a single kv pairing of unit to attack factor, and that is used with the power values to get an attack value