Commit Graph

38 Commits

Author SHA1 Message Date
Krzosa Karol
9edb03e1bb Core: Fix casting from array to pointer of same base, improve errors 2023-04-21 09:33:29 +02:00
Krzosa Karol
8c80f609af Core: Fix mixing named and positional in compound expressions 2023-04-21 09:26:55 +02:00
Krzosa Karol
1e12f51451 Compiler: Fix empty return compound codegen 2023-04-21 09:06:48 +02:00
Krzosa Karol
3207a390c8 Core: Fix couldnt infer compound expression 2023-04-21 08:39:33 +02:00
Krzosa Karol
ada87e6adf Core: Brought back named loads which are a bit counter intuitive 2023-04-21 08:28:44 +02:00
Krzosa Karol
200b5e4f9f Core: Add continue keyword 2023-04-21 08:03:13 +02:00
Krzosa Karol
e6bf6b680e Core: Conditional compound to fix Msvc, better assert but printf based, Fix tests 2023-04-21 07:55:34 +02:00
Krzosa Karol
fb3800a43a Core: Change lookup rules, 2x speedup 2023-04-20 22:29:31 +02:00
Krzosa Karol
7c69537283 RTS: Bug fixing, improvements 2023-04-20 15:52:07 +02:00
Krzosa Karol
6be3b60cd4 RTS: Fix history flickering 2023-04-20 15:30:58 +02:00
Krzosa Karol
1aed323783 RTS: Simulating entire path always, fix bug one off goal 2023-04-20 15:29:15 +02:00
Krzosa Karol
a728f5c37f Selection and setting target_p 2023-04-20 15:04:55 +02:00
Krzosa Karol
7037416ea7 RTS: Incremental path finding, Selection box, refactor 2023-04-20 13:36:50 +02:00
Krzosa Karol
21d97a4397 RTS: Bulletproof algorithm 2023-04-19 16:16:11 +02:00
Krzosa Karol
2d5c2d89bc RTS: Trail 2023-04-19 15:01:43 +02:00
Krzosa Karol
b7385221ac Core RTS :: Randomizing positions, improving visuals, info 2023-04-19 13:20:35 +02:00
Krzosa Karol
87657a99a6 Core: match sizeof etc. syntax with C, Core RTS: Beautifying + animations 2023-04-19 12:50:58 +02:00
Krzosa Karol
891221441e Core RTS: Multiple actors 2023-04-19 10:35:57 +02:00
Krzosa Karol
e1903a0331 Core RTS: Actor movement 2023-04-19 10:23:33 +02:00
Krzosa Karol
597cee5fb8 RTS, Fix invalid struct names in type info 2023-04-19 08:09:59 +02:00
Krzosa Karol
56eb7e6de2 Core RTS: Path finding seems to work! 2023-04-18 17:26:08 +02:00
Krzosa Karol
bea10a621e Core Compiler: Fix type incomplete polymorph, work on RTS 2023-04-18 16:23:36 +02:00
Krzosa Karol
4ecb329033 Compiler game work + enable cast from pointer to int 2023-04-18 13:50:57 +02:00
Krzosa Karol
013db0f985 Start rts thing 2023-04-17 21:51:41 +02:00
Krzosa Karol
7cb4b7145f More raylib stuff, error messages matching sublime error format 2023-04-17 21:07:21 +02:00
Krzosa Karol
4f658c0c09 Match bool c style 2023-04-16 15:30:08 +02:00
Krzosa Karol
d4a7fc32c8 raylib bindings 2023-04-16 15:27:11 +02:00
Krzosa Karol
7152a710cc Add c types, int is default type 2023-04-16 15:02:25 +02:00
Krzosa Karol
9b035e85af printf and Raylib TextFormat work! 2023-04-14 22:27:39 +02:00
Krzosa Karol
8c4975db35 Implemented C variadic arguments 2023-04-14 22:22:34 +02:00
Krzosa Karol
fdcdc8ea86 Misc 2023-04-14 21:13:38 +02:00
Krzosa Karol
fb9c8728ea Compiling with MSVC, Using raylib! Cleanup 2023-04-05 21:49:05 +02:00
Krzosa Karol
39f4b081a8 Initial polymorph seeking works! 2023-04-03 16:15:50 +02:00
Krzosa Karol
b543e1df9d Polymorphism: Add already resolved decls for identifiers 2023-04-03 11:55:14 +02:00
Krzosa Karol
41d2baa56b We are working! POLYMORPHS There was an error where we have to reconstruct exact
typespec from type. This means we will probably have problems with namespaces!!
2023-04-02 15:07:47 +02:00
Krzosa Karol
c4b27bf604 WOO YEE Basic polymorphism for untyped values, not working for typed expressions yet 2023-04-02 14:14:30 +02:00
Krzosa Karol
7203589915 Fix losing type pointer in constant type value 2023-04-02 12:53:20 +02:00
Krzosa Karol
ad5c692506 Previously it wasnt working but now its working, TRUST ME 2023-04-02 11:23:36 +02:00