Skip to content

Releases: ago1024/WurmServerModLauncher

Version v0.32.2

30 Dec 11:56
Compare
Choose a tag to compare

Version 0.32.2

servermap

  • Performance optimisations for the map renderer
  • Added isometric map renderer as default
    the old one can be selected with the config option renderer=shaded
  • Prioritize the map pack to overrule the artistic Ocrea and Heavenord maps

Version v0.32.1

10 Dec 12:48
Compare
Choose a tag to compare

Version 0.32.1

Modloader

  • Fix incorrect "The X will not leave the server." message

Version 0.32

26 Nov 15:28
Compare
Choose a tag to compare

Version 0.32

modloader

  • Added facility to override the model name for items
  • Move configuration options to modname.config
  • Extract packaged config files
  • Translate tempate ids on server transfers

serverpacks

  • serverpacks mod can be used by other mods to dynamicly serve packs
  • server pack downloads can be forced

servermap

  • new mod which packs a map dump as serverpack

Version v0.31.2

22 Nov 11:16
Compare
Choose a tag to compare

Version 0.31.2

httpserver

  • handle downloads in separate threads
  • added numThreads property (defaults to 50)

Version 0.31.1

09 Nov 08:42
Compare
Choose a tag to compare

Version 0.31.1

modloader

  • Added containerSize, maxItemCount and maxItemWeight to ItemTemplateBuilder

Version 0.31

02 Nov 15:58
Compare
Choose a tag to compare

Version 0.31

modloader

  • Added #versions command which allows a GM to view the installed modloader, game and mod versions
  • Fixed CreatureTemplateParser
  • id parsers do not freeze the id classes anymore

build

  • perform release with mvn release
  • automaticly deploy release files to github

Version 0.30.1

28 Oct 11:56
Compare
Choose a tag to compare

Version 0.30.1

modloader

  • read mod configurations from packaged configurations in mod jars as well
  • size property is actually used when the ItemTemplateBuilder constructor is used
  • added eggLayer and headbuttDamString to CreatureTemplateBuilder
  • new helper CreatureTemplateParser, ItemIdParser and CreatureTypesParser which allow parsing names or ids. The names are resolved from the static entries in the CreatureTemplates, ItemList and CreatureTypes classes.
  • classes from imported dependencies retain their original classloader

creatureagemod

  • resolve excluded creature templates using CreatureTemplateParser

httpserver

  • split http server from serverpacks mod

serverpacks

  • serverpacks now requires httpserver which is activated automaticly

Version 0.29.2

18 Oct 16:54
Compare
Choose a tag to compare

Version 0.29.2

modloader

  • Fix missing heightOffset parameter in ActionPerformerBehaviour (joedobo)

Version 0.29.1

13 Oct 05:31
Compare
Choose a tag to compare

Version 0.29.1

modloader

  • Fix incorrect double use of tileY in new actions and replace it with tileX

Version 0.29

10 Oct 05:37
Compare
Choose a tag to compare

Version 0.29

modloader

  • Updated to WurmUnlimited 1.5
  • two new action prototypes for cave tiles
  • Mods can import the classloader of a dependency mod with "depend.import"

hitchingpost

  • Allow individual unhitching of animals

serverpacks

  • Serverpacks can be prepended to the list of packs by prefixing the file
    name with !. E.g. serverPacks=!playtime.jar