Block a user
983588b6c9
dockerfile: switch to scratch
124bb77f8d
dockerfile: specified entrypoint
861607d6a8
fixed formatting
10c9f92a06
Merge branch 'main' of github.com:CPunch/Cosmo
8dfd7744c2
fixed MSVC support
7f7bc7c6ad
added vm.disassemble()
CPunch
synced and deleted reference 2023-05-29 07:57:14 +00:00
chunk-loading
at CPunch/Cosmo from mirror
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
93a09698a9
minor stack fixes
be49ec5af5
proper error handling for dump edgecases
4fe437ea4e
undef macros
e854c5dbb3
fixed GC bug in cundump.c
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
70e42b5d79
server/shard: added UpdatePlayer(), which should be used whenever player struct state needs to be updated to prevent race conditions