Fixes/improvements
- [#3703] Fix potential packet memory leak.
- [#3726] Fix missing tooltip on Power Converter.
- [#3729] Fix potential crash when opening the manual.
- [#3748] Fix broken "Support de serveur" link in the French manual.
- Added a configuration option for network packet TTL. (Timothé GRISOT)
- Improved mod load times on certain platforms. (charagarland)
- Updated Chinese translation. (HfSr)
- Updated Unifont to 16.0.02.
OpenOS fixes/improvements
- [#3714] Fix an OpenOS 1.8.0 regression causing event.pullFiltered() to effectively ignore filter timeouts.
- [#3727] Fix an exception handler bug in process.lua, uncovered by fixing recursive xpcall() handling in 1.8.4.
List of contributors
asie, charagarland, DragDen, HfSr, Timothé GRISOT
Fixes/improvements
- [#3703] Fix potential packet memory leak.
- [#3729] Fix potential crash when opening the manual.
- Added a configuration option for network packet TTL. (Timothé GRISOT)
- Improved mod load times on certain platforms. (charagarland)
- Updated Chinese translation. (HfSr)
- Updated Unifont to 16.0.02.
OpenOS fixes/improvements
- [#3714] Fix an OpenOS 1.8.0 regression causing event.pullFiltered() to effectively ignore filter timeouts.
- [#3727] Fix an exception handler bug in process.lua, uncovered by fixing recursive xpcall() handling in 1.8.4.
List of contributors
asie, charagarland, DragDen, HfSr, Timothé GRISOT
Fixes/improvements
- [#3731] Fix string.format() omission in OpenOS package.lua.
- [#3735] Fix server hangs on long-lasting HTTP requests.
List of contributors
asie, REUSS-dev
Fixes/improvements
- [#3710] Fix localization regression introduced in 1.8.4.
List of contributors
asie
New features
- Improve OpenOS "package" implementation:
- [#3447] Populate package.config, add support for the package.preload table. (RobertCochran)
- Add support for the package.searchers table.
Fixes/improvements
- [CVE-2024-31446] Fixed Lua virtual machine freeze involving xpcall().
- [#3659] Fixed bug when programatically transferring fluids from specific tanks. (yut23)
- [#3664] Fixed client-side errors when using third-party mod energy integration on an integrated server.
- [#3677] Fixed crash when showing error containing a percent sign with the Analyzer item.
- [#3698] Fixed documentation for the Screen's "turnOn" and "turnOff" functions. (Hawk777, DCNick3)
- [#3663] Fixed response code/message information not being preserved for unsuccessful HTTP responses.
- [#3691] Improved documentation for software bundled with the "network" floppy. (Computerdores)
- [#3644] Improved forged packet protection with regards to configuring server racks. (Glease)
- [#3652] Updated French translation. (ff66theone)
- Updated GNU Unifont to 15.1.05.
List of contributors
asie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23
New features
- [#3524] Add support for reading Thaumcraft aspect information from Wands. (repo-alt)
- Improve OpenOS "package" implementation:
- [#3447] Populate package.config, add support for the package.preload table. (RobertCochran)
- Add support for the package.searchers table.
Fixes/improvements
- [CVE-2024-31446] Fixed Lua virtual machine freeze involving xpcall().
- [#3664] Fixed client-side errors when using third-party mod energy integration on an integrated server.
- [#3677] Fixed crash when showing error containing a percent sign with the Analyzer item.
- [#3698] Fixed documentation for the Screen's "turnOn" and "turnOff" functions. (Hawk777, DCNick3)
- [#3663] Fixed response code/message information not being preserved for unsuccessful HTTP responses.
- [#3691] Improved documentation for software bundled with the "network" floppy. (Computerdores)
- [#3644] Improved forged packet protection with regards to configuring server racks. (Glease)
- [#3652] Updated French translation. (ff66theone)
- Updated GNU Unifont to 15.1.05.
List of contributors
asie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23
Fixes/improvements
- Reworked Internet Card filtering rules.
- Implemented a new, more powerful system and improved default configuration.
- Internet Card rules are now stored in the "internet.filteringRules" configuration key.
- The old keys ("internet.whitelist", "internet.blacklist") are no longer used; an automatic migration is done upon upgrading the mod.
- [#3635] ArrayIndexOutOfBoundsException when using servers with 3 network cards
- [#3634] Internet card selector update logic erroneously drops non-ready keys
List of contributors
asie, Fingercomp
New features
- [#3533] Added support for observing the contents of fluid container items.
- Ported some CoFH Core, Ender IO and Railcraft drivers and wrench support.
- Added Railcraft Anchor/Worldspike driver (repo-alt).
- Added Spanish translation (sanmofe).
Fixes/improvements
- [#3620] Fixed OC 1.8.0+ regression involving API arguments and numbers.
- [#3013] Fixed rare server-side deadlock when sending disk activity update packets.
- Fixed bugs in internal wcwidth() implementation and updated it to cover Unicode 12.
- Fixed server->client synchronization for some types of GPU bitblt operations.
- Fixed string.gmatch not supporting the "init" argument on Lua 5.4.
- Tweaks to server->client networking code:
- Added support for configuring the maximum packet distance for effects, sounds, and all client packets.
- Improved the method of synchronizing tile entity updates with the client.
- Robot light colors are now sent to all observers of the tile entity, preventing a potential (rare) glitch.
- Update GNU Unifont to 15.0.05.
OpenOS fixes/improvements
- [#3371] Fix minor bug in rm.lua.
- Fix "ls -l" command on Lua 5.4.
- General minor improvements to the codebase.
List of contributors
asie, ds84182, Possseidon, repo-alt, sanmofe
New features
- [#3533] Added support for observing the contents of fluid container items.
- Added Railcraft Anchor/Worldspike driver (repo-alt).
- Added Spanish translation (sanmofe).
Fixes/improvements
- [#3620] Fixed OC 1.8.0+ regression involving API arguments and numbers.
- [#3013] Fixed rare server-side deadlock when sending disk activity update packets.
- Fixed bugs in internal wcwidth() implementation and updated it to cover Unicode 12.
- Fixed the Database upgrade's documentation not showing up in NEI.
- Fixed server->client synchronization for some types of GPU bitblt operations.
- Fixed string.gmatch not supporting the "init" argument on Lua 5.4.
- Tweaks to server->client networking code:
- Added support for configuring the maximum packet distance for effects, sounds, and all client packets.
- Improved the method of synchronizing tile entity updates with the client.
- Robot light colors are now sent to all observers of the tile entity, preventing a potential (rare) glitch.
- Update GNU Unifont to 15.0.05.
OpenOS fixes/improvements
- [#3371] Fix minor bug in rm.lua.
- Fix "ls -l" command on Lua 5.4.
- General minor improvements to the codebase.
List of contributors
asie, ds84182, Possseidon, repo-alt, sanmofe
Fixes/improvements
- Reverted Internet Card code to OC 1.7.7, fixing the many related regressions.
- Fixed "number expected, got number" being displayed instead of "number has no integer representation" on Lua 5.3+.
- Fixed math.randomseed() not working with non-integer values.
OpenOS fixes/improvements
- Fixed OpenOS version number.
List of contributors
asie
New Features/Support
- Added: Experimental Lua 5.4 support (Lua 5.4.4).
- For now, this is hidden behind a configuration option.
- Added: Forestry circuit boards' internal layout is now available to Lua scripts.
- Added: Major upgrade of Lua libraries.
- Updated LuaJ to 3.0.2 with many third-party patches applied.
- JNLua is now compiled with proper optimizations - ~2x better performance!
- Lua 5.2 has been updated with gamax92's backported bugfixes.
- Lua 5.3 has been updated from 5.3.2 to 5.3.6.
- 64-bit integers in calls should now be handled properly.
- Added: New robot names.
- Added: Official support for AArch64 on Linux and macOS.
- Added: Source tank parameter for Transposer transferFluid(). (repo-alt)
- Added: Subtle indentations to Redstone I/O texture.
- The amount of darkened dots on each side marks the ordinal number of the side it responds to.
- Added: Support for non-BMP Unicode codepoints!
- To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they're provided in the font.
- Added: Support for partial font overrides in resource packs.
- If a resource pack's font.hex file only contains some glyphs, missing glyphs present in parent resource packs won't disappear.
- Added: Support for the "PATCH" HTTP method. (hohserg1)
- Added: New config option: "transposerFluidTransferRate". (repo-alt)
- Changed: New limitFlightHeight configuration definition.
- This allows values above 256 to be used, which may be useful for Cubic Chunks users.
- Changed: Replaced the forceNativeLibWithName config option with two new ones: forceNativeLibPlatform and forceNativeLibPathFirst. (TheCodex6824)
- forceNativeLibPlatform allows overriding the normally auto-detected platform string to a custom value, in case the user is on an unsupported platform.
- forceNativeLibPathFirst allows choosing a directory to check for natives in, instead of always searching in the jar for one. This allows custom natives to be used without packing them into the mod jar first, which should be much easier for end users.
- Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.
- Fixed: [#3588] Renaming over other files does not properly free space.
- Fixed: [#3591] Memory leak with wrapped worlds from other mods.
- Fixed: [#3596] Freeze when connecting a ComputerCraft peripheral via an Adapter (Kosmos-Prime)
- Fixed: [#3603] computer.getDeviceInfo doesn't pause the computer immediately (AR2000AR)
- Fixed: [#3609] Swapped arguments in a graphics card "bitblt()" edge case. (Kosmos-Prime)
- Removed: Native Lua library support for x86 (32-bit) macOS.
OpenOS fixes/improvements
- Fixed: [#3558] Invalid file modification timestamps in /bin/ls.
List of contributors
AR2000AR, asie, hohserg1, Kosmos-Prime, payonel, repo-alt, Smok1e, TheCodex6824
New Features/Support
- Added: Experimental Lua 5.4 support (Lua 5.4.4).
- For now, this is hidden behind a configuration option.
- Added: Forestry circuit boards' internal layout is now available to Lua scripts.
- Added: Major upgrade of Lua libraries.
- Updated LuaJ to 3.0.2 with many third-party patches applied.
- JNLua is now compiled with proper optimizations - ~2x better performance!
- Lua 5.2 has been updated with gamax92's backported bugfixes.
- Lua 5.3 has been updated from 5.3.2 to 5.3.6.
- 64-bit integers in calls should now be handled properly.
- Added: New robot names.
- Added: Official support for AArch64 on Linux and macOS.
- Added: Source tank parameter for Transposer transferFluid(). (repo-alt)
- Added: Subtle indentations to Redstone I/O texture.
- The amount of darkened dots on each side marks the ordinal number of the side it responds to.
- Added: Support for non-BMP Unicode codepoints!
- To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they're provided in the font.
- Added: Support for partial font overrides in resource packs.
- If a resource pack's font.hex file only contains some glyphs, missing glyphs present in parent resource packs won't disappear.
- Added: Support for the "PATCH" HTTP method. (hohserg1)
- Added: New config option: "transposerFluidTransferRate". (repo-alt)
- Changed: New limitFlightHeight configuration definition.
- This allows values above 256 to be used, which may be useful for Cubic Chunks users.
- Changed: Replaced the forceNativeLibWithName config option with two new ones: forceNativeLibPlatform and forceNativeLibPathFirst. (TheCodex6824)
- forceNativeLibPlatform allows overriding the normally auto-detected platform string to a custom value, in case the user is on an unsupported platform.
- forceNativeLibPathFirst allows choosing a directory to check for natives in, instead of always searching in the jar for one. This allows custom natives to be used without packing them into the mod jar first, which should be much easier for end users.
- Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.
- Fixed: [#3239] Inconsistencies in Robot block clicking.
- Fixed: [#3588] Renaming over other files does not properly free space.
- Fixed: [#3591] Memory leak with wrapped worlds from other mods.
- Fixed: [#3596] Freeze when connecting a ComputerCraft peripheral via an Adapter (Kosmos-Prime)
- Fixed: [#3603] computer.getDeviceInfo doesn't pause the computer immediately (AR2000AR)
- Fixed: [#3609] Swapped arguments in a graphics card "bitblt()" edge case. (Kosmos-Prime)
- Removed: Native Lua library support for x86 (32-bit) macOS.
OpenOS fixes/improvements
- Fixed: [#3558] Invalid file modification timestamps in /bin/ls.
List of contributors
AR2000AR, asie, hohserg1, Kosmos-Prime, payonel, repo-alt, Smok1e, TheCodex6824
(1.7.10 only: Fix version number metadata.)
New Features/Support
- Added: Experimental Lua 5.4 support (Lua 5.4.4).
- For now, this is hidden behind a configuration option.
- Added: Forestry circuit boards' internal layout is now available to Lua scripts.
- Added: Major upgrade of Lua libraries.
- Updated LuaJ to 3.0.2 with many third-party patches applied.
- JNLua is now compiled with proper optimizations - ~2x better performance!
- Lua 5.2 has been updated with gamax92's backported bugfixes.
- Lua 5.3 has been updated from 5.3.2 to 5.3.6.
- 64-bit integers in calls should now be handled properly.
- Added: Official support for AArch64 on Linux and macOS.
- Added: Subtle indentations to Redstone I/O texture.
- The amount of darkened dots on each side marks the ordinal number of the side it responds to.
- Added: Support for non-BMP Unicode codepoints!
- To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they're provided in the font.
- Changed: New limitFlightHeight configuration definition.
- This allows values above 256 to be used, which may be useful for Cubic Chunks users.
- Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.
- Removed: Native Lua library support for FreeBSD and x86 macOS.
- (1.7.10) Fixed: [#3239] Inconsistencies in Robot block clicking.
OpenOS fixes/improvements
- Fixed: [#3558] Invalid file modification timestamps in /bin/ls.
List of contributors
asie, payonel, Smok1e
New Features/Support
- Added: Experimental Lua 5.4 support (Lua 5.4.4).
- For now, this is hidden behind a configuration option.
- Added: Forestry circuit boards' internal layout is now available to Lua scripts.
- Added: Major upgrade of Lua libraries.
- Updated LuaJ to 3.0.2 with many third-party patches applied.
- JNLua is now compiled with proper optimizations - ~2x better performance!
- Lua 5.2 has been updated with gamax92's backported bugfixes.
- Lua 5.3 has been updated from 5.3.2 to 5.3.6.
- 64-bit integers in calls should now be handled properly.
- Added: Official support for AArch64 on Linux and macOS.
- Added: Subtle indentations to Redstone I/O texture.
- The amount of darkened dots on each side marks the ordinal number of the side it responds to.
- Added: Support for non-BMP Unicode codepoints!
- To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they're provided in the font.
- Changed: New limitFlightHeight configuration definition.
- This allows values above 256 to be used, which may be useful for Cubic Chunks users.
- Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.
- Removed: Native Lua library support for FreeBSD and x86 macOS.
- (1.7.10) Fixed: [#3239] Inconsistencies in Robot block clicking.
OpenOS fixes/improvements
- Fixed: [#3558] Invalid file modification timestamps in /bin/ls.
List of contributors
asie, payonel, Smok1e
New Features/Support
- Fixed: Adjusted version check to support the newer GitHub tag format.
- Fixed: [#2883] Allowing any domain through if a whitelisted domain failed to resolve.
- Fixed: Block/item color regression (introduced in OpenComputers 1.7.6).
- Fixed: [#3547] Character glyph regressions (introduced in OpenComputers 1.7.6).
- Fixed: [#3004] Incorrect damage/metadata values on Cable items.
- Fixed: [#3546] Incorrect version number reported by mod.
- Fixed: Reflection call regression (introduced in OpenComputers 1.7.6).
- Fixed: [#2902] Thread race condition crash when rendering some blocks.
OpenOS fixes/improvements
- Fixed: /bin/edit not working on Lua 5.2 (introduced in OpenOS 1.7.6).
- Fixed: Reverted "[#3196] Env pass in 'sh' command." due to a regression.
List of contributors
payonel, asie
New Features/Support
- Fixed: Adjusted version check to support the newer GitHub tag format.
- Fixed: [#2883] Allowing any domain through if a whitelisted domain failed to resolve.
- Fixed: [#3547] Character glyph regressions (introduced in OpenComputers 1.7.6).
- Fixed: [#3004] Incorrect damage/metadata values on Cable items.
OpenOS fixes/improvements
- Fixed: /bin/edit not working on Lua 5.2 (introduced in OpenOS 1.7.6).
- Fixed: Reverted "[#3196] Env pass in 'sh' command." due to a regression.
List of contributors
payonel, asie