Commit Graph

70 Commits

Author SHA1 Message Date
Add00
eb4c44193c added path method and more tests 2023-08-24 17:09:20 -04:00
Add00
214351abaa view result 2023-08-23 23:19:33 -04:00
Add00
73965bc0e4 input and output can now be closed 2023-08-21 22:47:32 -04:00
Add00
925f13abf5 potential fix for mingw32 issue 2023-08-19 22:10:29 -04:00
Add00
9a56a86ec8 add read/write for bools, and fixed sanitize issue 2023-08-19 21:51:44 -04:00
Add00
65acdd2730 in and out file marked as static 2023-08-15 22:53:16 -04:00
Add00
1603ea1798 mostly fixed sanitization issue 2023-08-14 23:09:13 -04:00
Add00
79f2e231db fix stack overflow issue 2023-08-14 22:22:20 -04:00
Add00
ab0720a5ef memory leak and several bugs fixed 2023-08-14 22:02:33 -04:00
Add00
a0acd27be1 partly fixed memory leak issue 2023-08-13 22:27:54 -04:00
Add00
0c005d0af2 added file operations and additional tests 2023-08-12 16:02:54 -04:00
Add00
38ba2273dd added accessors, write and additional tests 2023-08-10 23:00:26 -04:00
Add00
648a5f84db fixed close function 2023-08-08 23:41:23 -04:00
Add00
e2dda434f8 Fixed memory leak 2023-08-08 19:25:18 -04:00
Add00
5a8e2c0527 Fixed path 2023-08-08 19:05:35 -04:00
Add00
dea5cf6d43 removed HAL 2023-08-08 19:04:27 -04:00
Add00
930115f94c Merge branch 'Ratstail91:main' into main 2023-08-08 13:57:57 -04:00
Add00
2fa6b7ee23 added basic read, and an improved HAL 2023-08-06 09:39:06 -04:00
Add00
43b58eb421 Library rename, added HAL, added open function 2023-08-04 23:13:43 -04: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
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
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
Add00
5317a12383 Added radian and degree conversion functions. 2023-07-30 23:17:43 -04: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
4137935468 Added sign() and normalize() to standard lib 2023-07-30 17:46:00 +10:00
Ratstail91
efc1e764d2 Patched a casting error in round 2023-02-27 23:27:11 +11:00
Kayne Ruse
c5c0122243 BUGFIX: typeof keyword precedence was off 2023-02-27 21:47:38 +11:00
Kayne Ruse
348b7b8c24 Added some math utils to standard
* ceil
* floor
* max
* min
* round
2023-02-27 21:32:31 +11:00
Kayne Ruse
92c71a374d Implemented a basic random library 2023-02-23 19:19:17 +11:00
Kayne Ruse
3e6d21afbb Added abs(), hash() to libstandard 2023-02-23 18:36:12 +11:00
Kayne Ruse
87de634e30 Updated version number to 1.0.0 2023-02-20 02:08:42 +00:00
Kayne Ruse
3312a38c7c Updated memusage tool 2023-02-14 16:05:43 +00:00
Kayne Ruse
1ed114b80d Allow for stmt to have empty clauses, resolved #58 2023-02-13 14:45:24 +00:00
Kayne Ruse
eb8e522bf2 Merged standard and timer, resolved #48 2023-02-13 13:58:41 +00:00
Kayne Ruse
16b71ba6f4 Implemented quicksort in _sort() 2023-02-13 13:31:58 +00:00
Kayne Ruse
9725f3c6a3 Patched some very obscure bugs 2023-02-12 16:54:44 +00:00
Kayne Ruse
8653a2663f Added _indexOf 2023-02-12 14:32:26 +00:00
Kayne Ruse
c00b32017b Dummied out lib timer 2023-02-11 01:42:44 +00:00
Kayne Ruse
53012dbce1 Added _filter() 2023-02-10 15:41:38 +00:00
Kayne Ruse
4fe57f9562 Added _containsKey() and _containsValue() 2023-02-10 15:27:39 +00:00