mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 21:51:52 +02:00
e7e2f355b0 Some work on lexer
5a0b2ecd13 Implement VariableExpression
3836c35723 Introduce VariableAssignment
a4111d0622 Rename NumericExpression to LiteralExpression and add pointer to Value
f975cebeb5 Introduce FunctionCall and way to register native functions
Compare 6 commits »
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-16 19:23:16 +02:00
e3da82c0ac Introduce FunctionDefinition
mrkubax10 closed pull request mrkubax10/industrialtest#21 2024-08-06 12:59:54 +02:00
WIP: Craft guide support (#20)
mrkubax10 commented on pull request mrkubax10/industrialtest#21 2024-08-06 12:59:53 +02:00
WIP: Craft guide support (#20)

Feel free to reopen if you would like to continue working at this.

mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-05 21:59:13 +02:00
8d97cda751 Add simple VM with stack storage
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-05 21:58:28 +02:00
c2985a6bb1 Introduce StatementBlock
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-05 13:29:50 +02:00
b5d5009f61 Introduce NumericExpression and BinaryExpression
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-05 13:20:12 +02:00
5d8d5849ee Introduce Value for storing AST result values
mrkubax10 created branch as in PolyGun/PolyGun 2024-08-05 13:20:10 +02:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-08-03 12:11:30 +02:00
a364f21a07 Forgot to clear player information in RedirectManager
mrkubax10 pushed to master at PolyGun/PolyGun 2024-08-03 12:09:14 +02:00
56759639ae Implement ability for server to redirect player to another server
mrkubax10 pushed to master at PolyGun/PolyGun 2024-08-01 22:00:05 +02:00
64f1f87c0a Clean up parent setting code in GUI
mrkubax10 pushed to master at PolyGun/PolyGun 2024-08-01 13:40:08 +02:00
eed9440200 Fix camera view not getting updated when game is paused
mrkubax10 pushed to master at PolyGun/PolyGun 2024-07-20 21:21:02 +02:00
53e30c70da Implement TabView GUI component
mrkubax10 deleted branch general_improvements from PolyGun/PolyGun 2024-07-01 20:44:00 +02:00
mrkubax10 pushed to master at PolyGun/PolyGun 2024-07-01 13:43:11 +02:00
e71c6e863c Allow for sending large resource data
mrkubax10 pushed to master at PolyGun/PolyGun 2024-07-01 12:58:14 +02:00
e995c2c687 Implement packet fragmentation to allow sending larger packets
ea161290eb Some improvements in NetworkPacket
Compare 2 commits »
mrkubax10 pushed to master at PolyGun/PolyGun 2024-06-28 11:52:22 +02:00
89c8290045 Some GLMeshRenderer fixes
mrkubax10 pushed to master at PolyGun/PolyGun 2024-06-28 10:35:33 +02:00
c877952365 Change node resolution from 7 to 4 in normal meshing
mrkubax10 pushed to master at PolyGun/PolyGun 2024-06-23 21:57:04 +02:00
88743161e2 Send chunk vertices as uint8 fixed-point to GPU