• Joined on 2020-07-03
dkanus created branch master in dkanus/acedia-cookbook 2022-08-11 21:45:39 +03:00
dkanus pushed to master at dkanus/acedia-cookbook 2022-08-11 21:45:39 +03:00
4624668be3 Initial commit
dkanus created repository dkanus/acedia-cookbook 2022-08-11 21:45:14 +03:00
dkanus pushed to new at dkanus/Acedia 2022-08-08 09:47:33 +03:00
8583bef23d Fix formatting
6a13c509a2 Remove selfReference from Packages mutator
925f9a100d Change LevelCores to be loaded after base API
e1d61ed7e8 Change to use new TextAPI.IntoString() name
Compare 4 commits »
dkanus pushed to new at dkanus/Acedia 2022-07-18 00:53:48 +03:00
7f7221e1b7 Change to use ServerUnrealAPI instead
51beae9849 Change to support Acedia's new shutdown proces
83f137c063 Change to new AcediaCore collections
Compare 3 commits »
dkanus pushed to new at dkanus/Acedia 2022-07-15 00:37:25 +03:00
d3d6ae4627 Change to use UnrealAPI from _server
dkanus pushed to new at dkanus/Acedia 2022-07-12 00:51:00 +03:00
0bb7f89040 Change to support new AcediaCore changes
7721b520f5 Change code to adapt to iterator's refactor
Compare 2 commits »
dkanus pushed to new at dkanus/Acedia 2022-07-04 23:30:55 +03:00
a026b731ee Change to adapt to AcediaCore's changes
dkanus pushed to new at dkanus/Acedia 2022-07-02 01:28:32 +03:00
1e9e146a9f Change to supprot new AcediaCore's events
dkanus pushed to new at dkanus/Acedia 2022-06-22 22:52:28 +03:00
824a6e270a Change to account for AcediaCore's refactor
dkanus pushed to new at dkanus/Acedia 2022-06-18 20:24:53 +03:00
57f11ad644 Adapt to AcediaCore's Text changes
dkanus opened issue dkanus/Acedia#1 2022-06-17 22:41:08 +03:00
excludeFeature parameter doesn't actually work
dkanus pushed to new at dkanus/Acedia 2022-01-11 22:17:48 +03:00
0274c0c31f Add OnModifyLogin() signal support
dkanus pushed to new at dkanus/Acedia 2021-11-29 22:05:07 +03:00
845930f8f1 Add game modes default config
dkanus pushed to new at dkanus/Acedia 2021-11-29 21:18:59 +03:00
d3afb611d8 Remove unused config entries
dkanus commented on pull request dkanus/Avarice#13 2021-08-04 00:39:18 +03:00
Add network link to ue-server implementation

I think enough is implemented on this branch to merge it once it passes peer review.

I've left a bunch of unwrap()s in the code for now - I think it's best to get rid of them later, when we…

dkanus pushed to feature_link at dkanus/Avarice 2021-08-04 00:32:21 +03:00
cfe680d770 Refactor link module for use in one thread
a6ac0b7a17 Change MessageWriter's protocol
Compare 2 commits »
dkanus commented on issue dkanus/Avarice#2 2021-08-03 22:34:55 +03:00
Implement network message manager

After finishing code on the UE server's side, I have made some slight modifications to the issue. In particular, I've decided to add "echo" service that would simply repeat received messages back.…

dkanus commented on pull request dkanus/Avarice#13 2021-07-29 13:50:32 +03:00
Add network link to ue-server implementation

Fixed in upcoming patch.

dkanus commented on pull request dkanus/Avarice#13 2021-07-29 13:48:30 +03:00
Add network link to ue-server implementation

Did some tests with ue-server. As of now, buffer size does not make a difference in speed, since bottleneck is ue-server's side by far. And it's unlikely that situation will change even with multiple…