• Joined on 2022-05-31
CPunch synced commits to main at CPunch/gopenfusion from mirror 2024-03-03 20:04:20 +00:00
cafca9093c login_test: use TestCharCreate from testutil
d84fcd2c93 testutil: added account.go
1f63f9856e testutil: refactoring/organizing
Compare 3 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2024-02-24 08:15:35 +00:00
de3e067b48 cnet/service: RandomPort no longer binds on 127.0.0.1
CPunch synced commits to main at CPunch/gopenfusion from mirror 2024-02-05 22:06:18 +00:00
02afe67ac3 fix: os.Exit() kills any deferred cleanup functions
CPunch synced commits to main at CPunch/gopenfusion from mirror 2024-02-04 21:40:23 +00:00
79f68187bf testutil: DummyPeer now holds onto the *is.Is
cd93a058ce shard: no longer panics if tdata/NPCs.json isn't found
Compare 2 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2024-02-02 04:20:22 +00:00
0a28dbcc3e removed util
1a6de671e5 moved 'testutil' to 'internal/testutil'
261ea6505f testutil: fix possible orphaned container in SetupEnvironment
556878544d testutil: refactoring && cleanup
bfcbe6d3d6 started testutil: login_test now uses these helpers
Compare 6 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-12-30 06:32:27 +00:00
5711ca218e improved readme, added asciinema demo
5cd3049d66 cdebug: added cosmoG_disassemble
cd37cfdae5 cparse: removed stale expressionStatement forward declare
Compare 3 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-12-29 06:02:28 +00:00
e0455902b0 'return' is now a valid statement outside of a function
43d79a456e cparse.c: removed expressionStatement()
105a3d70c3 cparse.c: refactoring
93f3ae1106 cvm.c:cosmoV_printError -> cosmoV_printBacktrace
4816e64612 cvalue.c:printValue renamed to cosmoV_printValue
Compare 6 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-12-28 05:36:38 +00:00
e7b2d7d833 cbaselib.c:fileB_read() fix MSVC warnings
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-12-26 21:06:35 +00:00
39060a67e9 fix cosmoB_loadObjLib()
5296495e47 formatting fixes
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-12-26 04:46:34 +00:00
a337e26229 added <obj>:keys() method
b7bb0773b1 removed stale WRITE_GLOBAL_OP macro
Compare 2 commits »
CPunch synced commits to refactor at CPunch/LuaDecompy from mirror 2023-12-26 04:26:34 +00:00
CPunch synced new reference refactor to CPunch/LuaDecompy from mirror 2023-12-26 04:26:34 +00:00
CPunch synced commits to main at CPunch/LuaDecompy from mirror 2023-12-09 21:26:34 +00:00
df8e9f7e83 refactoring: switched to match/case
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-08 06:16:34 +00:00
23170093ee login_test: fix minor memory leak
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-07 06:06:34 +00:00
2bd61dc571 login_test: more stale comments lol
cba01a877d login_test: fix sendAndRecv
e1b9fa5d99 login_test: refactor, abstracted send and recv
77751a2aa0 login_tests: annotate tests
8e84f0c7b2 more better README
Compare 11 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-06 05:36:34 +00:00
335fdb417c fix: add player to current chunk on LOAD_COMPLETE
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-05 05:16:35 +00:00
2a6fb25f03 use passed context.Context
0ebd162af0 login_test: minor cleanup
d1763418a8 removed useless closure
c4d885cf6d Login && Password need to be at least 4 long
afd5c9ef23 added login_test
Compare 5 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-03 04:36:34 +00:00
ac62f7d64e moved config/ -> internal/config
58afc9df1f protocol/packet: use append() w/ temp buf to grow
e257bf998f protocol/encrypt: minor cleanup
96eed66831 add cnet/ util/ to unit-tests push event
12f16645e1 updated README
Compare 7 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-02 04:06:35 +00:00
899b95b4e6 SelectWithTimeout && WaitWithTImeout now use time.Duration
e33b7c0556 util: added test
3445b852fd util: added SelectWithTimeout && WaitWithTImeout
557117f093 moved internal/protocol -> cnet/protocol
b07e9ddbcb merged internal/service -> cnet/service
Compare 13 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-12-01 19:56:34 +00:00
96130ddc8d TestService: wait for OnConnect and OnDisconnect
8e65a78d07 testing refactor; use github.com/matryer/is
Compare 2 commits »