• Joined on 2021-10-13
conco created branch master in conco/WebNovelPortal 2022-07-15 16:11:19 +00:00
conco created repository conco/WebNovelPortal 2022-07-15 16:10:33 +00:00
conco pushed tag v0.9-3 to 2huCardTD/API 2022-02-03 14:07:36 +00:00
conco pushed to master at 2huCardTD/API 2022-02-03 14:07:27 +00:00
3f46369022 removed api key from drone yml whoopsie, issued new one and secreted
conco commented on issue 2huCardTD/API#6 2022-02-03 06:29:10 +00:00
Building & CI/CD

CI/CD setup with drone, after i get a docker registry up on orfl ill start pushing it there

conco pushed tag v0.9-2 to 2huCardTD/API 2022-02-03 06:26:35 +00:00
conco pushed to master at 2huCardTD/API 2022-02-03 06:26:27 +00:00
593293a69a probably didnt need the volume
conco pushed tag v0.9-1 to 2huCardTD/API 2022-02-03 06:13:26 +00:00
conco pushed to master at 2huCardTD/API 2022-02-03 06:12:46 +00:00
70210416d0 arrrr
conco pushed to master at 2huCardTD/API 2022-02-03 06:12:09 +00:00
a80e98df76 this should work
conco pushed to master at 2huCardTD/API 2022-02-03 06:07:56 +00:00
f0bc6c3de0 more debugging
conco pushed to master at 2huCardTD/API 2022-02-03 06:04:29 +00:00
1b2b28b6d8 update drone again
conco pushed tag v0.9 to 2huCardTD/API 2022-02-03 06:01:41 +00:00
conco pushed to master at 2huCardTD/API 2022-02-03 05:56:15 +00:00
caaf019fde Merge branch 'master' of ssh://git.orfl.xyz:2222/2huCardTD/API
c6d5eb3a3d release added to drone
Compare 2 commits »
conco pushed to master at 2huCardTD/API 2022-02-03 05:37:59 +00:00
e899d8a035 Update 'README.md'
conco pushed to master at 2huCardTD/API 2022-02-03 05:37:50 +00:00
f6125c7dcc Add 'README.md'
conco pushed to master at 2huCardTD/API 2022-02-03 05:34:35 +00:00
e115e82ca7 typo
conco pushed to master at 2huCardTD/API 2022-02-03 05:33:21 +00:00
6b803de3cd drone test
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2022-01-20 13:49:35 +00:00
a01ff2ec0e Renderers no longer have an init function and are expected to be prepared in their constructor (whatever it is)
conco pushed to master at conco/Roguelike_Algorithm_Visualizer… 2022-01-20 13:20:20 +00:00
bc6fa836b0 Moved out renderer to being selected in engine constructor based on a parsed enum. Next is to have the renderer initialize in constructor, and probably make game into a templated parameter that does the same along with input processor