Commit graph

143 commits

Author SHA1 Message Date
ffrostfall
ce84864084
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:51:02 -04:00
ffrostfall
70a7f83da1
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:50:55 -04:00
ffrostfall
74fde4d103
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:50:49 -04:00
ffrostfall
8b464dc828
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:50:42 -04:00
ffrostfall
4ef1731e51
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:50:35 -04:00
ffrostfall
5e2e6c2cfe
Update docs/vector-library.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-09-09 12:50:27 -04:00
Jack
df7b31404a
Update vector-library.md 2024-08-31 17:43:49 -05:00
Jack
f4e728494f
add axis to angle function 2024-07-16 14:12:29 -05:00
Jack
f6b24eb5ba
Apply suggestions from code review
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-07-16 13:41:13 -05:00
Jack
7de8372d80
remove ncg stuff, add buffer stuff 2024-07-16 13:40:51 -05:00
Jack
a98da0992d
fix typo 2024-06-29 15:22:07 -05:00
Jack
6c8890aabe
Update vector-library.md 2024-06-28 19:56:08 -05:00
Jack
4e6b581640
Merge pull request #1 from kalrnlo/master
Edits to align better with the existing math lib, and add functions from the math lib that would also be useful for vectors
2024-06-28 19:52:59 -05:00
Kalrnlo
6eb512b234
Make the vector librarys functions align more with their math lib equivalents, and add functions that exist in the math lib that would also be useful for vectors 2024-06-26 14:25:49 -04:00
Jack
80781a73bf
small fixes 2024-06-22 20:01:52 -05:00
ffrostfall
3017ab710e
clarify vector.normalized 2024-05-13 18:53:05 -04:00
ffrostfall
ba2f90e679
Switch norm and normalized again 2024-05-13 18:52:16 -04:00
ffrostfall
364d2be862
Update normalize function 2024-05-13 18:51:13 -04:00
ffrostfall
10925130cb
Change vector.unit to be vector.normalized 2024-05-13 18:31:28 -04:00
ffrostfall
946af7bc12
Clarify min and max functions 2024-05-13 18:29:58 -04:00
ffrostfall
9966eae9e5
Make max and min functions clearer 2024-05-13 18:28:57 -04:00
ffrostfall
4c0c3ce64a
Update return types 2024-05-13 18:22:06 -04:00
ffrostfall
39e3f877a9
Additional functions, primitive type, constants 2024-05-13 18:21:43 -04:00
ffrostfall
dcb7abd177 feedback 2024-05-06 22:11:41 -04:00
ffrostfall
62c86b4a22 corrections to function types + special syntax 2024-05-05 13:56:14 -04:00
ffrostfall
54c5b19a66 Additional formatting 2024-05-05 00:59:46 -04:00
ffrostfall
2d5cdd7b80 Fix formatting 2024-05-05 00:59:04 -04:00
ffrostfall
0bb608a0c1 small edits + vector(x, y, z) over vector.create 2024-05-03 14:13:32 -04:00
ffrostfall
4eb1d965f8 cut out irrelevant information 2024-05-02 12:56:37 -04:00
ffrostfall
7bb768f3a6 Vector library RFC 2024-05-02 12:53:26 -04:00
Micah
d495078767
Attributes for functions (#10)
* Add intial draft of RFC

* Correct typo

* Update syntax-attributes-functions.md

---------

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
2024-04-11 10:56:04 -07:00
Alexander McCord
e471d1f79d
Improved type checking rules of cast operator (#27) 2024-03-18 20:30:36 -07:00
Alexander McCord
2b28353611
Allow leading | and & in types (#25)
* Propose.

* Little grammar error.

* Semi-colons and language standardized indentations.

* n) -> n.
2024-03-11 11:06:25 -07:00
Alan Jeffrey
85b4d9a9d9
Add RFC for shared self (#5) 2024-01-23 09:47:08 -08:00
aaron
28e9cb8a70
RFC: keyof and rawkeyof type operators (#16) 2024-01-16 10:54:06 -08:00
Andy Friesen
8eea6768b4
RFC: Syntax for read- and write- access to properties (#15)
* RFC for property access modifier syntax.

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
2024-01-12 16:03:21 -08:00
vegorov-rbx
4d5453ce33
Status update on bit32.byteswap and buffer (#17) 2023-12-15 13:50:54 -08:00
menarulalam
2fa1e811e1
Updates to require by string RFCs (#14)
* Updated rfcs

* Removed @ requirement

* Updated alias

* Added a space

* Undid @ for paths
2023-12-12 13:56:02 -05:00
menarulalam
c6d0c6adb3
RFC: Require by string with aliases (#7)
* Create require-by-string-aliases.md

* Update require-by-string-aliases.md

* Update require-by-string-aliases.md

* Changed aliases to be case-insensitive + restricted the charset

* Update docs/require-by-string-aliases.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>

* Update require-by-string-aliases.md to have @

* Include justification for alias name case insensitivity

* Fixed typo

* Removed duplicate section

---------

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
2023-11-30 14:02:44 -05:00
menarulalam
adda97e3a1
RFC: New Require By String Semantics (#6)
* Create require-by-string-relative-paths.md

* Update docs/require-by-string-relative-paths.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>

* Enforced relative path formatting

* Rename require-by-string-relative-paths.md to new-require-by-string-semantics.md

* Update new-require-by-string-semantics.md

* Update docs/new-require-by-string-semantics.md

---------

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
2023-11-16 14:08:51 -08:00
Arseny Kapoulkine
99bbc8636e
Update behavior-stricter-utf8-library.md
Mark as implemented
2023-11-16 13:32:01 -08:00
cliffchapmanrbx
6138ca28f7
Create CNAME 2023-11-10 14:12:23 -08:00
cliffchapmanrbx
f43dc97c8d
Delete CNAME 2023-11-10 14:12:19 -08:00
Arseny Kapoulkine
c12c6cdd9f
Stricter utf8 library validation (#1) 2023-11-08 12:03:36 -08:00
Lily Brown
e14a058fe7
Add stale workflow for PRs (#8) 2023-11-08 09:30:19 -08:00
vegorov-rbx
cdaab6518c
Fix signature of buffer.tostring in the buffer RFC (#9) 2023-11-08 06:09:04 -08:00
Arseny Kapoulkine
2d619a8504
Update index.md
Preamble that discusses the RFC process and corrections.
2023-10-30 08:53:21 -07:00
Arseny Kapoulkine
9b403388c6 docs: Remove README and TEMPLATE
These files are now in the root folder.
2023-10-30 08:48:08 -07:00
Arseny Kapoulkine
f8ab9fd8cd
Delete docs/STATUS.md
We'll find a different way to track RFC status.
2023-10-30 07:56:53 -07:00
Arseny Kapoulkine
7be809109c Add site config and index
Also fix string interpolation RFC to be compatible with Jekyll
2023-10-30 07:52:49 -07:00