• Joined on 2022-05-31
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-09-05 07:26:30 +00:00
1544332b90 build a release build for linux as well
b73d865447 even more error handling refactoring
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-09-02 06:09:27 +00:00
5a00d61646 lol oops
83dfd36c5c switched to a better linenoise fork
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-09-01 21:59:28 +00:00
2d889a37d1 fix artifacts path
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-09-01 05:39:27 +00:00
0f0a8fb085 better repl input, using linenoise
c03df8f506 include util path
Compare 2 commits »
CPunch synced commits to main at CPunch/Cosmo from mirror 2023-08-31 05:09:27 +00:00
38d9c499ea whoops, wrong path to the workflow file
79d40d4bb0 ig that runner doesn't work lol
dc44adba6e removed CERROR
7c0bec5e6c allow manual runs
a44450ff22 wrong output path for windows build
Compare 7 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 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 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 new reference error-handling to CPunch/Cosmo from mirror 2023-08-29 04:19:28 +00:00
CPunch synced commits to error-handling at 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