Don't Starve Together
[API] Gem Core
Εμφάνιση 71-80 από 128 καταχωρίσεις
< 1 ... 6  7  8  9  10 ... 13 >
Ενημέρωση: 20 Αυγ 2019 στις 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.

Ενημέρωση: 20 Αυγ 2019 στις 12:01

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

Ενημέρωση: 20 Αυγ 2019 στις 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.

Ενημέρωση: 31 Μαϊ 2019 στις 13:58

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

Ενημέρωση: 31 Μαϊ 2019 στις 12:00

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

Ενημέρωση: 31 Μαϊ 2019 στις 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.

Ενημέρωση: 21 Μαϊ 2019 στις 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.

Ενημέρωση: 20 Μαϊ 2019 στις 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

Ενημέρωση: 19 Μαϊ 2019 στις 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.

Ενημέρωση: 19 Μαϊ 2019 στις 9:59

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