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일 오후 1시 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일 오후 3시 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일 오후 6시 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일 오후 4시 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.