manee_too
976fc4cd26
Added new Server Method - .Server
2026-05-07 13:07:49 +07:00
manee_too
8e9d824f69
Added new Client Method - .Client
2026-05-07 13:07:18 +07:00
manee_too
8397d869c1
Added New Method to Get Side
2026-05-07 13:06:36 +07:00
manee_too
5e972a7b9c
Changing Warp from a regular to a strict table. Adding the ability to use Client and Server without calling fn(); (Like Buffer)
...
Why Strict Table instead Regular?
- Catching early syntax errors
- Preventing changes/replacements of keys in the table
- Better Error handling with link to Documentation
Why `metatable` instead `fn()` for `Server` and `Client`?
- Flexibility (now you can use ".Client" and ".Client()" without losing typing)
- More convenient use - for me personally, it will be more convenient to use one API retrieval interface (including for Warp), as Buffer is currently retrieved directly, but Client and Server - not.
Also, I Fixed Type Error for line 6 (RunService get) and added some comments
2026-05-07 12:14:08 +07:00
EternityDev
a27067c8df
Merge pull request #31 from maneetoo/master
...
Deploy / Build & Deploy (push) Has been cancelled
Fixed Type Annotation for Client.Connect
2026-05-05 20:16:36 +07:00
manee_too
a6456af3e3
Fixed Type Annotation for Client.Connect
2026-05-04 13:06:58 +07:00
khtsly
a21a1e964b
feat: add float32 precision option for vector2 & vector3 type
2026-05-04 08:17:09 +07:00
khtsly
677a13dcc1
feat: add float32 precision option for vector2 & vector3 type
2026-05-04 08:15:52 +07:00
Khietsly Tristan
61deb37bae
bump versions to pre.7
2026-04-22 08:52:44 +07:00
Khietsly Tristan
f470f74b29
chore: fix lint error for studio editor
2026-04-22 08:50:59 +07:00
Khietsly Tristan
36137ea940
chore(server): dont pass identifier id for invoke client
2026-04-22 08:49:30 +07:00
Khietsly Tristan
57f381d335
chore: fix client & server processing for invoke
2026-04-22 08:41:14 +07:00
Khietsly Tristan
b425db5f0b
chore: fix client & server processing for invoke
2026-04-22 08:40:17 +07:00
khtsly
847b76921a
chore(xor): shrinks the buffer when it exceed max oversize to prevents huge memory issue
2026-04-16 13:17:36 +07:00
khtsly
1834e01a24
chore(docs): fix buffer doc
2026-04-11 18:27:23 +07:00
khtsly
0b9bc3d39c
chore(docs): oops this shouldnt return anything
2026-04-11 18:19:36 +07:00
khtsly
1f9ae004f4
chore(docs): add .awaitReady()
2026-04-11 18:12:23 +07:00
khtsly
597bfabb3d
update .rbxm
2026-04-11 17:32:44 +07:00
khtsly
ce8cfeef5e
feat: XOR encoding
2026-04-11 16:56:20 +07:00
khtsly
39143db390
chore(docs): update supported types
2026-04-09 01:01:26 +07:00
khtsly
33477c4b74
present new .rbxm file
2026-04-09 00:39:47 +07:00
khtsly
94b0c5a919
feat: hash-map for listeners
2026-04-09 00:35:48 +07:00
khtsly
050969ab5b
chore(server): bugfix mismatch on flushing player_bytes
2026-04-09 00:15:05 +07:00
khtsly
13674fd8b0
chore(buffer): notices a significant faster for precomputing fp16
2026-04-09 00:00:43 +07:00
khtsly
ba7d1dfb26
feat(buffer): removed redundant, performance optimizations, cframe now uses quaternion compression, more data-types supported to both dynamic & schema
2026-04-08 23:57:42 +07:00
EternityDev
4dbe9e3ddf
Delete TestEZ directory
2026-04-08 17:01:34 +07:00
EternityDev
e7a0803b7b
Delete node_modules directory
2026-04-08 17:01:20 +07:00
Khietsly Tristan
80646eeebb
chore(server): disable player buffer history in studio environment
Deploy / Build & Deploy (push) Has been cancelled
2026-02-25 11:21:36 +07:00
Khietsly Tristan
704942c979
chore(repl): fast access
2026-02-25 10:49:06 +07:00
Khietsly Tristan
b26d06fa3d
chore(repl): debloated prev changes made
2026-02-25 10:47:37 +07:00
khtsly
4f92248187
chore(docs): use card instead for this note
2026-02-23 12:17:02 +07:00
khtsly
8d114d3b51
upstream to pre4
2026-02-23 12:06:03 +07:00
khtsly
c4a7934bc4
rewrite(phase5): add docstring
2026-02-23 12:02:18 +07:00
khtsly
85f6aa8b77
rewrite(phase5): finalize identifier replication implementation and fixes the race condition
2026-02-23 11:49:39 +07:00
khtsly
1fdf90e00c
feat(buffer): expose some methods for custom datatypes usage
2026-02-16 20:45:45 +07:00
khtsly
189ac58d0d
chore(docs): update buffer.md
2026-02-16 20:44:44 +07:00
khtsly
07e0a99577
chore(docs): update server.md
2026-02-16 17:55:41 +07:00
khtsly
8ceb5257ba
chore(docs): update server.md
2026-02-16 17:52:49 +07:00
khtsly
211900d874
upstream to pre3
2026-02-16 17:43:56 +07:00
khtsly
5e6433e892
chore(replication): bug fixes
2026-02-16 17:42:28 +07:00
khtsly
71c66b6d23
chore(replication): small refine due its failing the tests
2026-02-16 17:36:25 +07:00
khtsly
bb120bfbef
chore(test): update buffer test
2026-02-16 17:31:13 +07:00
khtsly
1200ff41f1
chore(docs): update buffer.md
2026-02-16 17:27:07 +07:00
khtsly
ff6a0c5cf4
chore(buffer): oops wrong type
2026-02-16 17:23:58 +07:00
khtsly
1f9fe9dfd7
feat(buffer): .custom_datatype & color3f16 support
2026-02-16 17:17:55 +07:00
khtsly
4d958a91fb
chore(buffer): prevent unexpected crash due precomputes
2026-02-16 16:56:13 +07:00
khtsly
492da9e607
chore(client): oops forgot to throw return
2026-02-16 16:51:49 +07:00
khtsly
d2e362fd8d
chore(identifier): more fixes
2026-02-16 16:50:43 +07:00
khtsly
b6fa3cf2d7
chore(identifier): few fixes
2026-02-16 14:41:45 +07:00
khtsly
a34f161cfe
chore(replication): strict mode
2026-02-16 14:30:45 +07:00