mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:31:51 +02:00
cb41e76742 Extract side API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:28:12 +02:00
9436c7033b Extract power API functions to separate file
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-26 13:15:20 +02:00
33f76e6a89 Implement identifier lexing
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-26 13:14:29 +02:00
872d9d7bc3 Implement token dumping
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 22:27:34 +02:00
d689db9388 Fix lexing tokens starting with '|' and '^'
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 22:22:50 +02:00
7a31c754ee Fix lexing tokens starting with '<' and '>'
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