Don't Starve Together

Don't Starve Together

[API] Gem Core
128件中 71-80 を表示
< 1 ... 6  7  8  9  10 ... 13 >
更新: 2019年8月20日 @ 12時42分

-v3.0.2 HOTFIX
fixed crash with invalid mod names crashing the new modconfigmanager.
added gemrun function extendenvironment to inject commonly used functions into an env.

更新: 2019年8月20日 @ 12時01分

-v3.0.1 HOTFIX
fixed crash issue with indexing a GLOBAL variable without having GLOBAL. present before it.

更新: 2019年8月20日 @ 11時28分

-v3.0.0
major rewrite of GemCore.
added new code loading system and support for specialized modfrontendmain.lua and modbackendmain.lua loading
added a config option(that appears in the mod config menu once GemCore has been enabled) that allows you to manually turn off memspikefix for specific mods.
probably lots of other tiny things, many code improvements, and more optimized code.
added another patch for global pause, fixing pausing being broken if a c_spawn()ed player is in the world.

更新: 2019年5月31日 @ 13時58分

-v2.6.14 HOTFIX
HOTFIX
fixed crash when using RoT beta.

更新: 2019年5月31日 @ 12時00分

-v2.6.13 HOTFIX
fixed crash when not using the RoT beta.

更新: 2019年5月31日 @ 11時31分

-v2.6.12
added the ability to control(to an extent) what tile ID your tile gets, by forcing it to be inside the UNDERGROUND tile range or the OCEAN tile range.
-v2.6.11
fixed issue with the dynamic tile management data not getting saved on single shard servers in the RoT beta.

更新: 2019年5月21日 @ 15時47分

-v2.6.10
removed klei implemented betafixes.
fixed maptagger bug.
added option for bank_build to DynamicTileManager.
temporary fix for overrides not getting set from inside the game.

更新: 2019年5月20日 @ 18時12分

-v2.6.9
fixed potential crash on RoT servers.
fixed crash when calling Kramped:OnNaughtyAction()
fixed weird edge case crash with non-existant snapshots for the dynamic tile mananger
greatly improved memspike fix.
added maptagger, which allows you to add map tags for worldgen

更新: 2019年5月19日 @ 16時37分

-v2.6.8
fixed OnPhysicsCollision crash with boats
fixed the following 3 bugs that exist in the beta:
-fixed teeth traps not being resetable, and spacebar improperly interacting with them.
-fixed the boat wake only showing up on the mastersim(client hosted servers).
-fixed clients being unable to repair boats.

更新: 2019年5月19日 @ 9時59分

-v2.6.7
fixed crash in the RoT beta
fixed recipe hints not appearing for certain modded recipes with custom tech requirements.