Commit Graph

560 Commits

Author SHA1 Message Date
Kayne Ruse
3783c94064 Allow trailing commas when writing a compound 2023-08-04 18:43:07 +10:00
Ratstail91
d292b33184 Tweaked types to stop MSVC complaining 2023-08-04 18:24:54 +10:00
Kayne Ruse
64944c24f6 Snipped some duplicate code, resolved #97 2023-08-04 14:52:01 +10:00
Kayne Ruse
604604e8bc Two opcodes weren't being used, resolved #98 2023-08-04 14:51:08 +10:00
Kayne Ruse
67e49b7477 Fixed the way an identifier was handled, resolved #99 2023-08-04 14:45:07 +10:00
Kayne Ruse
967963c9d7 Fixed a spelling mistake 2023-08-03 15:22:06 +10:00
Add00
36b4a494ae io library file creation 2023-08-02 22:19:09 -04:00
Kayne Ruse
9b469e6eb0 Merge pull request #94 from Add00/main
Adding a math library to toy
2023-08-03 01:40:19 +10:00
Add00
f8094fa17e Added hyperbolic and additional comparisons 2023-08-02 11:25:27 -04:00
Add00
8714c56c3e Implemented feedback 2023-08-02 08:39:50 -04:00
Add00
9faaa311e0 Fixed Memory Leak 2023-08-01 17:50:20 -04:00
Add00
f5ba1181c0 Added arc versions of trigonometric functions 2023-08-01 13:41:55 -04:00
Add00
b06b2d9485 test cases and additional functions 2023-08-01 09:04:37 -04:00
Add00
e3e9ca7ece Added math library 2023-07-31 23:31:12 -04:00
Add00
81fe278c96 Added partial cos and sine implementations 2023-07-31 19:02:55 -04:00
Add00
027d093e21 Added math constants for pi and e 2023-07-31 13:56:06 -04:00
Add00
2eaf7fc71a Merge branch 'main' of https://github.com/Add00/Toy 2023-07-31 13:16:01 -04:00
Add00
c43310f316 Code clean up 2023-07-31 13:13:10 -04:00
Add00
6e07c5f2f4 Merge branch 'Ratstail91:main' into main 2023-07-31 13:11:06 -04:00
Ratstail91
7690dce3f6 Fixed casting and grouping v1.2.1 2023-07-31 17:26:07 +10:00
Ratstail91
1ed1993489 Whoops, lets try that again. 2023-07-31 16:55:27 +10:00
Ratstail91
9b5327b83d Merge bug 2023-07-31 16:22:04 +10:00
Ratstail91
10dbe8f8f1 Fixed casting + grouping, resolved #67 2023-07-31 16:20:45 +10:00
Ratstail91
9e4ad7a9a5 Fixed casting + grouping, resolved #67 2023-07-31 16:17:33 +10:00
Add00
5317a12383 Added radian and degree conversion functions. 2023-07-30 23:17:43 -04:00
Ratstail91
35bfa1b9f1 Tweak, these were annoying me 2023-07-31 12:06:04 +10:00
Kayne Ruse
7f692b4cb4 Renamed the about library to toy_version_info library, resovled #81 2023-07-31 11:15:10 +10:00
Kayne Ruse
0cef0abdb5 Adjusted the layout of nativeClamp() and nativeLerp(), thanks Add00! 2023-07-31 04:51:40 +10:00
Kayne Ruse
6ba42b5a9b Merge pull request #93 from Add00/main
Adding clamp and lerp functions to standard library
2023-07-31 04:12:15 +10:00
Add00
3cb62274c9 Fixed merge issue 2023-07-30 13:21:42 -04:00
Add00
60b561d809 Merge branch 'Ratstail91:main' into main 2023-07-30 13:16:57 -04:00
Add00
70b2dcd829 Added clamp and lerp functions to standard library 2023-07-30 13:15:39 -04:00
Ratstail91
0955b3ff38 Tweak to the MSVC build 2023-07-31 02:04:27 +10:00
Kayne Ruse
4137935468 Added sign() and normalize() to standard lib 2023-07-30 17:46:00 +10:00
Kayne Ruse
ebeabcb9d4 Reordered some functions for clarity, caught a bug or two 2023-07-28 02:42:57 +10:00
Kayne Ruse
4d33a9473a Added tools/changing-of-the-guard.cpp, resolved #89
A present for @hyperiondev - just run this in the 'includes/' directory.

It's easier than changing things by hand.
2023-07-28 01:09:58 +10:00
Kayne Ruse
61e3cdba82 Fixed a potential linker issue 2023-07-26 08:13:05 +10:00
Ratstail91
3b7d2be87e Discovered and fixed a misplaced macro 2023-07-26 01:44:15 +10:00
Kayne Ruse
fa175203c9 Tweaked docs 2023-07-26 01:08:54 +10:00
Kayne Ruse
b4a3e9b42b Renamed drive system files, see #88 2023-07-26 00:53:41 +10:00
Kayne Ruse
6347778ead Moved drive system to repl, resolved #88 2023-07-26 00:46:47 +10:00
Kayne Ruse
ba98624e82 Fixed C-API function name, resolved #87, thanks @hiperiondev v1.2.0 2023-07-26 00:22:45 +10:00
Ratstail91
24ce965e76 Smoothed out building on Windows 2023-07-23 23:57:48 +10:00
Kayne Ruse
29c130135c Tweak 2023-07-23 18:34:52 +10:00
Kayne Ruse
01eca37560 Comment tweak 2023-07-22 19:14:33 +10:00
Kayne Ruse
8e5ec7d847 Tweaked docs in repl_tools.h and toy.h 2023-07-22 19:11:45 +10:00
Kayne Ruse
9ed6383630 Wrote tests for the drive system, resolved #75 2023-07-21 05:20:59 +10:00
Kayne Ruse
1ec0f63f76 Removed unneeded safties from the libs
I missed removing these before, and I haven't needed these in a long time.
2023-07-21 04:25:36 +10:00
Kayne Ruse
d2341ae227 Bumped version number 2023-07-21 03:08:06 +10:00
Kayne Ruse
3782f2aaaa Comment tweak 2023-07-21 02:59:07 +10:00