1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-22 05:03:22 +00:00
CC-Tweaked/doc
Jonathan Coates 5bb2e8e8cd
Update Cobalt to 0.7
- Timeouts are now driven by an interrupt system, rather than polling.
   While we do not impose memory limits, this should close #1333.

 - Update the table library to largely match Lua 5.4:
    - Add table.move
    - Table methods (with the exception of foreach/foreachi) now use
      metamethods (closes #1088).
   There's still some remaining quirks (for instance, table.insert
   accepts values out-of-bounds), but I think that's fine.

 - Cobalt's threaded-coroutine system is gone (load now supports
   yielding), so we no longer track coroutine metrics.

 - Type errors now use __name. See #1355, though this does not apply to
   CC methods (either on the Java or CraftOS side), so is not enough to
   resolve it.

See https://github.com/SquidDev/Cobalt/compare/v0.6.0...v0.7.0 for the
full delta.
2023-03-26 19:42:55 +01:00
..
events License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
guides License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
images Document setting up a gps constellation (#1070) 2022-07-02 10:09:38 +01:00
reference Update Cobalt to 0.7 2023-03-26 19:42:55 +01:00
stub License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
head.html License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
index.md License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
logo.png Optimise CC:T logo 2021-09-26 10:26:42 +01:00
mod-page.md Publish Fabric jars to CF/Modrinth 2023-03-15 23:20:13 +00:00