• Joined on 2022-05-31
CPunch synced commits to error-handling at CPunch/Cosmo from mirror 2023-08-30 20:59:27 +00:00
bfde2d25cf Merge branch 'main' into error-handling
97d40765ce more refactoring; things seem to work fine
409937c1fa fix vm.collect()
Compare 3 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-30 20:59:27 +00:00
420cd3e856 Merge pull request #7 from CPunch/error-handling
bfde2d25cf Merge branch 'main' into error-handling
97d40765ce more refactoring; things seem to work fine
37e4653d40 don't freezeGC during GC cycle
1ae473383d fix more GC bugs
Compare 11 commits »
CPunch synced commits to error-handling at CPunch/Cosmo from mirror 2023-08-30 04:39:32 +00:00
37e4653d40 don't freezeGC during GC cycle
1ae473383d fix more GC bugs
6ed5589513 fix cparse.c gc bug
1408a07b23 fix this test script
27818b3788 cosmoV_throw() now resets the vm stack as well
Compare 5 commits »
CPunch synced commits to error-handling at CPunch/Cosmo from mirror 2023-08-29 20:39:25 +00:00
37e42eb60b fixed minor memory leak in cparse
cd3047c271 WIP: removed stale error handling
Compare 2 commits »
CPunch synced commits to error-handling at CPunch/Cosmo from mirror 2023-08-29 04:19:28 +00:00
CPunch synced new reference error-handling to CPunch/Cosmo from mirror 2023-08-29 04:19:28 +00:00
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-27 03:29:26 +00:00
409937c1fa fix vm.collect()
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-26 11:29:25 +00:00
1d2ba217af minor refactoring
e28ffe1c6c refactored cobj.c:printObject()
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-26 03:19:26 +00:00
9c5270124d finally fixed this memory bug
5fc9af5564 more debug related refactoring
a1c58647ba minor CTable refactoring
Compare 3 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-25 11:09:26 +00:00
5c3e24fc39 refactoring and cleanup
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-25 02:59:26 +00:00
32e1e54857 refactoring and cleanup
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-08-24 02:39:27 +00:00
a78dedcb89 better readme
dcb86e2518 more minor refactoring
458e907c99 moved 'core' to 'internal'
74b68863b1 updated readme
83b664da93 minor refactoring, fixed go-staticcheck warnings
Compare 6 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-07-03 02:14:34 +00:00
7ebe80d6e3 fixed FinishPlayer assigning items to the wrong slots
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-28 09:44:34 +00:00
f27e72d68d send chat packets to *all* players
215e313c43 added chat :D
Compare 2 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-28 01:44:34 +00:00
3559d9ba9b switched NPC autoincremented ID to atomic int
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-27 09:38:05 +00:00
c4325475ed minor renaming
fd41b32b70 added NPCs; added tdata submodule
80dc876517 added shard.addEntity() and shard.removeEntity()
Compare 3 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-26 01:38:01 +00:00
c09a6cfd25 fixed sent server time
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-25 09:37:52 +00:00
8f00a0c492 movement.go: added support for basic movement packets
f6ab7a9b5d started chunking
f0b9bc6ed6 god forgive me for this commit
dfc00bcb52 shardServer: simplified peer map logic
Compare 4 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-23 01:36:51 +00:00
1da82ac750 include AccountID in loginMetadata
d42a34535b split redis.go
Compare 2 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-22 09:36:51 +00:00
d7445e0f0f Switched to redis/postgres, major refactoring