• Joined on 2022-05-31
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-21 01:35:17 +00:00
983588b6c9 dockerfile: switch to scratch
124bb77f8d dockerfile: specified entrypoint
Compare 2 commits »
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-06-20 09:35:17 +00:00
e4cf64d7bc started docker image
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-06-03 08:04:57 +00:00
dcf6a09dae minor refactoring
e0faa14b35 implemented jump table dispatch
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-06-02 07:57:14 +00:00
861607d6a8 fixed formatting
10c9f92a06 Merge branch 'main' of github.com:CPunch/Cosmo
8dfd7744c2 fixed MSVC support
7f7bc7c6ad added vm.disassemble()
Compare 4 commits »
CPunch synced and deleted reference chunk-loading at CPunch/Cosmo from mirror 2023-05-29 07:57:14 +00:00
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-05-29 07:57:14 +00:00
5169aca6d0 forgot to update this a while back
c34c5850e2 whoops, need to update the command to run the testsuite
07ba4c731e update README.md
788911130d Merge pull request #6 from CPunch/chunk-loading
c464a76849 minor usage fix
Compare 18 commits »
CPunch synced commits to chunk-loading at CPunch/Cosmo from mirror 2023-05-28 23:57:14 +00:00
93a09698a9 minor stack fixes
be49ec5af5 proper error handling for dump edgecases
4fe437ea4e undef macros
e854c5dbb3 fixed GC bug in cundump.c
Compare 4 commits »
CPunch synced commits to chunk-loading at CPunch/Cosmo from mirror 2023-05-28 07:57:14 +00:00
c945c56482 these values can be defined at the top of the function
89d443d767 formatting changes
54a959438b added cdump.[ch] and cundump.[ch] to makefile
355842989b cvm.c: added cosmoV_undump
45f36e6e87 cdump.c: major refactoring; various fixes
Compare 6 commits »
CPunch synced commits to chunk-loading at CPunch/Cosmo from mirror 2023-05-26 07:57:14 +00:00
CPunch synced new reference chunk-loading to CPunch/Cosmo from mirror 2023-05-26 07:57:14 +00:00
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-05-26 07:57:14 +00:00
3efee51224 minor refactoring and typos
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-05-25 23:57:14 +00:00
2836de090b removed stale COBJ_STREAM usage
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-28 01:08:42 +00:00
727c68aef3 server: split login/ and shard/
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-27 09:08:42 +00:00
70e42b5d79 server/shard: added UpdatePlayer(), which should be used whenever player struct state needs to be updated to prevent race conditions
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-24 00:32:47 +00:00
bb29a988b3 landwalker achieved!
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-22 08:20:21 +00:00
5b2a8b838e major refactoring: db.Player is now core.Player
CPunch synced commits to main at CPunch/resume from mirror 2023-03-19 04:57:02 +00:00
61c4b24b71 misc. changes
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-18 23:47:02 +00:00
735bdc5b36 protocol: added CNPeer
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-17 23:47:02 +00:00
1357de99aa server: started ShardServer
CPunch synced commits to main at CPunch/gopenfusion from mirror 2023-03-11 23:31:56 +00:00
7a26ffdcf7 server/peer: wrap 'defer pool.Put()' in a closure