Skip to content

Releases: lord-server/lord

2024.06.p3

15 Jul 01:12
Compare
Choose a tag to compare

Change Log:

  • Game-Web: change passed player last_login as now(). Relates to #1436
  • Add spawns of cave mobs on lord_rocks. Closes #1468
  • Fix lost mordor blocks|bricks and theirs stairs|slabs. Fixes #1512. Relates to #1233

View full changes

View Commits

2024.06

30 Jun 20:55
Compare
Choose a tag to compare

Change Log:

  • Колонны теперь можно ставить без блока под ними. Closes #1269 (#1361)

  • Dirt bloscks: add coarse & stony dirts for desert & mordor. Closes #1321

  • Add Lembas. Closes #1491

  • Added reinforced hatches (#1380). Closes #1226

  • Add lord_books:scroll (#1328)

  • Add straw bed. And you can sleep on it (#1394)

  • Clans v2:

    • feature: max players in clan - 10 (fixes #1346)
    • Feature: raid bell notification cooldown. Closes #1325 (#1381)
    • Auto-Kick inactive players from clans (#1385). Closes #1324.
    • Added clan Tapestries (#1393). Closes #1370.
      • README for clan tapestries (#1399)
    • Feature: clan blocking (#1396). Closes #1372.
    • Refresh player tag-name (add/del clan postfix) on the fly, when player {add|delete}ed to clan (no need to re-login) (#1398)
    • Commands clans.list and clans.show available for all (closes #1432)
  • Reduced time of day end for beds (#1410). Closes #780.

  • Configure Hobbiton coordinates. Official opening of Hobbits spawn.

  • Tooltips: for food items now shows food points. Closes #1484

  • Textures:

    • New textures for mithril, silver, tin, copper, gold, iron ores. Close #1290
  • Bug fixes:

    • Correction of the number of used bottles when crafting mead. fix #1350
    • Adding a check for the ability to place bottles (stop brewer barrel if not enough place). fix #1364 (#1365)
    • No warning of non-existent textures when login. (#1358) Fixes #1354
    • Fix invisible fishes (Set use_texture_alpha = false for mobs)
    • Unified straw: Fixed multiple straws: using farming's (#1426). Closes #1414. Closes #1203.
    • Now pictures and not annihilates blocks. Closes #319
    • Fixes for painting mod (#1482). Closes #1197.
    • Extended Tooltips: add "Luminance: N" for Lampposts. Fixes #1483
  • Technical:

    • Clans enchancements. Add localization (#1357). Closes #1347
    • Force Linux eol in .gitattributes.
    • Add label unconfirmed into bug-issue template.
    • Fix: english troubles
    • Refactoring castle (tapestries) (#1389). Relates to #1370
    • Add straw bed craftitem texture and use textures from castle (#1395)
    • Add CODE_OF_CONDUCT.md
    • CODE_OF_CONDUCT.md fixes
    • Generated mods: fix tabs in init.lua; add mod.conf; add cmd & arg description.
    • Added clans callbacks API
    • Total turning off mechanism if no lord_ground.mordor_{from|to} settings found (#1369). Closes #1360.
    • Removed unnecessary clear craft statements (#1416). Closes #710
    • Fixed global planks (#1417). Closes #1415
    • Clans v2: rectructure files. Relates to #1419
    • Clans v2: rename some functions and commands. Relates to #1422
    • Clans v2: minimal restructure clans mod as new format. Closes #1419
    • Add mod player_nametag for managing displayed phrase. Closes #1427
    • Fix crash on clan player auto-kick. Closes #1430
    • NameTag Manager: add ability to pass params into Segment:update(). Relates to #1427
    • Clans: auto-kick: log error, if no auth for player found. Relates to #1430
    • NameTag Manager: add ability to use Segment:update() with values & ability to use function as value. Relates to #1427
    • Clans v2: use player_nametag mod. Relates to #1423
    • Clans v2: rename subscription functions. Relates to #1424
    • Clans v2: change callbacks signature; use own callbacks for nametags. Relates to #1423
    • Clans v2: unify change player nametsg; remove redundant functions. Relates to #1423
    • Clans v2: extract some nametag operations into separate file. Closes #1423
    • Clans v2: just reorder code in callbacks.lua. Relates to #1424
    • Clans v2: fix fogotten require("clans.players.nametag"). Relates to #1423.
    • Clans v2: rename & collect all subscribers callbacks in one array. Relates to #1424
    • Clans v2: rename callbacks types. Relates to #1424
    • Clans v2: rename callbacks => Event. Relates to #1424
    • Clans v2: unify Event subscription. Relates to #1424
    • Clans v2: unify Event subscribers notification. Relates to #1424
    • Clans v2: unify Event triggering. Closes #1424
    • Clans v2: fix typo. Relates to #1430
    • Fix nametag cleaning
    • Added on_clan_player_join/leave callbacks
    • Added on_clan_(un)blocked callbacks
    • Fixed review remark
    • Clans v2. Change /clans.register command. Add color. Closes #1440, #1435
    • Clans v2: in several lines; add color for title. #1433
    • Beautified clans.list chat command
    • Improved clans.list and beautified clans.list
    • /lists writes localized strings now (#1447)
    • Clans: players must exist now (#1458). Closes #1421.
    • Converted lottblocks/sounds to mono. Fixes #1460. (#1462)
    • Created new mod lord_wooden_stuff. Relates to #1233
    • Moved wooden_stuff.lua to lord_wooden_stuff.api
    • %s/lottblocks/lord_wooden_stuff/g - relates to #1233.
    • Removed lord_planks textures dups. Relates to #1233
    • Removed ladder inventory images. Relates to #1233.
    • Moved textures to new mod. Relates to #1233.
    • Used optipng on textures and deleted metadata. Relates to #1233.
    • Renamed stick textures. Related to #1233
    • Removed wooden_stuff.lua from lottblocks init. Relates to #1233
    • Removed unknown namespace from api. Relates to #1233
    • Corrected stuff names. Relates to #1233
    • Replaced wooden stuff in other mods to new. Relates to #1233
    • Moved wood types to config. Related to #1233
    • Fixed some aliases. Relates to #1233
    • Documented register_wooden_stuff func 📝
    • Moved locales to new mod. Relates to #1233
    • Replaced weird func with normal one
    • Handling legacy stuff. Relates to #1233
    • Fixed ladder texture. Relates to #1233
    • Created new "type" for wooden stuff def
    • Teached main registering func to work with new def
    • Fixed protected doors textures
    • Moved old legacy aliases to legacy.lua
    • Moved some checks from funcs to registering func
    • Changed LordWoodenStuffDef (separated name)
    • Handled legacy in another way 🍝
    • Some renaming 🚚
    • Separated functions to files ♻️
    • Fixed localization 🌐
    • Changed func arguments, some renaming ♻️
    • Standardization of registration functions ♻️
    • Added exceptions for wood stuff types ♻️
    • Little enchancements everywhere
    • Fixed luacheck warnings
    • Some refactoring to fix cyclomatic complexity
    • Moved textures to folders.
    • Updating painting mod (#1482). Closes #1197.
    • Unregistered painting canvas 64x64 (it causes freezes)
    • Updated painting submodule
    • Add http_client mod skeleton. Relates to #1401 #1402
    • Add lord_web_api mod skeleton. Relates to #1401 #1333
    • Game-Web: add add skeleton for lord_web_integration mod Closes #1401. Relates to #1234, #1335, #1336, #1337, #1338, #1339
    • Added type hints for http defs (fixes #1403)
    • Add HTTPApiTable class definition into mt-ide-helper. Relates to #1402
    • Implement HTTP Client. Closes #1402
    • Game-Web: add lord_web_api. Closes #1333
    • Game-Web: rename mod http_client -> http. Relates to #1402
    • Move Resource class into http mod. Relates to #1402 #1333
    • Game-Web: rename lord_web_api -> web_api global ver. Relates to #1333
    • http mod fixes. Relates to #1402.
    • Game-Web: improve lord_web_api: check if http not init. Relates to #1333
    • Game-Web: add integrations for player creating & updating last_login on player join. Closes #1334. Closes #1335
    • Game-Web: add integration for clan creation & deletion. Closes #1336. Closes #1443
    • Game-Web: add integration for clan player add & del. Closes #1338, closes #1339
    • Game-Web: add intergation clan online/offline. Closes #1488
    • Add publuc access for on_clan_[un]clocked events. Relates to #1437, #1438
    • Game-Web: add intergation clan [un]blocked. Closes #1444
    • Direct poligon MT to production website
    • Fix typo in set_unblocked() func.
    • Food points in food items (lord). Relates to #1484
    • Food points in food items (mtg & various). Closes to #1484
    • Tmp tool for print food points.
    • Dirt blocks: replace all old names with new ones. Closes #1348
    • Dirt blocks: add aliases for ghost bloscks. Relates to #1348. Closes #1428
    • Temporary command /bree
    • Add alias for legacy lottmapgen:default_grass. Closes #1492
    • Update Lembas texture. Relates to #1491
    • Web API: fix parent class contructor call. Fixes #1495
    • Economics: Shops Analytics: add backbone for web_api.shops. Relates to #1478

View full changes

View Commits

2024.04.p4

13 Jun 23:33
Compare
Choose a tag to compare

Change Log:

  • Add command /center, reserve command /life.
  • Change server descrioption & max players. Closes #1449

View full changes

View Commits

2024.04.p3

13 Jun 22:09
Compare
Choose a tag to compare

Change Log:

  • Revert "Fixed paintings (#1383) Fixes #1302."
  • Fixed randomized palette
  • pngquant and removed metadata from canvases

View full changes

View Commits

2024.04.p2

09 Jun 13:58
Compare
Choose a tag to compare

Change Log:

  • Fixed paintings (#1383) Fixes #1302.
  • Change deploymet: add submodules update; new restart method for prod.

View full changes

View Commits

2024.04.p1

17 May 14:43
Compare
Choose a tag to compare

Change Log:

  • Fix prod config for Mordor Lands spreading. Relates to #1310
  • Fix lord_ores mithril drop. Closes #1352
  • Add music box
  • Temporary reduced mithril ingots x 10

View full changes

View Commits

2024.04

12 May 23:46
Compare
Choose a tag to compare

Change Log:

  • Добавление белого списка для прилавков (#1259)

  • Добавление густых веток сакуры и белого дерева (#1266). Closes #1260

  • Add plum tree own trunk (relates to #1288). Fix trunk trunslations - add trunk and slabs - correct growing from sapling - correct generation in biomes - add to list of WE_ext command //clear_trees

  • Wooden:

    • Add plum tree planks and their stairs & slabs. Relates to #1288
    • Add plum all wooden stuff. Relates #1288
  • Ground: add mixed dirts:

    • Coarse & Stony. Closes #1311
    • make possible cultivate the lord_ground:coarse_dirt & lord_ground:stony_dirt by hoe. Closes #1319
    • lord_ground:coarse_dirt & lord_ground:stony_dirt drops themselves. Relates to #1319
  • Add new rocks:

    • Андезит
    • Базальт
    • Диорит
    • Гранит
    • Серый кварцит
    • Серый туф
    • Перидотит
    • Розовый кварцит
    • Пироксенит
    • Красный туф
    • Глинистый сланец
    • Add rock biomes generation in deep caves. Relates to #1296 #1273
  • Ground:

    • Add Mordor Lands spreading!! Closes #1310
  • Электронный заместитель смотрителя (#1285)

  • Небольшие улучшения:

    • Теперь в центрифуге можно перекладывать предметы с shift+click (#1268)
    • Сброс пустой бутылки при крафте медовухи (#1300) Closes #41
  • Текстуры:

    • Обновление текстуры каменного блока (#1265). Relates to #1263
    • Обновление текстур лошади и пони (#1264)
    • Plants: Новая текстура тростника (#1294)
    • Ground: Dirt: for biomes: change grass colors: each biome have own. Closes #1320
  • Technical:

    • Delete unused texture zqzu.png (#1267)
    • [broken code] Refactoring lottplants: extract trees: just move everything related. Relates to #1262
    • [broken code] Refactoring lottplants: extract trees: rename nodes & files lottplants_* -> lord_trees_*. Relates to #1262
    • [broken code] Refactoring lottplants: extract trees: rename leaves & fruits. Relates to #1262
    • [broken code] Refactoring lottplants: extract trees: rename saplings. Relates to #1262
    • [broken code] Refactoring lottplants: extract trees: rename trunks. Relates to #1262
    • Refactoring lottplants: extract trees: finaly commit: add aliases for Ghost blocks. Closes #1262
    • Refactoring lottplants: extract planks into separate mod. Relates to #1238. Closes #1295
    • Add MT class docs
    • Use our fork lord-server/mt-chat-lp-api for Discord LP API mod
    • [lord_bows] Частичное исправление луков (#1297) Relates to #966 #76
    • Disable http requests from LP-API for test & local
    • IDE helper: Add EntityDefinition & ObjectProperties
    • Refactor lord_bows (#1303)
    • Upadate readme.md: actualize contributors and theirs roles in the project
    • Add simple mod backbone creator. Relates to #1299
    • Refactoring lottplants: register public API for lord_treea. Relates to #1238, #1299
    • Extract textures folder detection in Core. Relates to #1233
    • Refactor planks: use trees API for regigiser planks. Relates #1238, #1236
    • Refactoring mountgen (#1306)
    • Ground: Dirt: add backbone for lord_dirt mod. Closes #1308
    • Ground: add dirt & sand APIs. Closes #1308
    • Ground: move lottmapgen:mordor_sand into lord_ground. Relates to #1309
    • Ground: move biomes gradded into lord_ground. Closes #1309
    • Ground: Dirt: collect mixed_nodes (forgotten). Relates to #1311
    • Rocks: Nodes: add lord_rocks mod backbone. Relates to #1270 #1283
    • Update lord_rocks_diorite.png
    • Add Shale and Pyroxenite rocks; format config.lua. Relates to #1270 #1283
    • Add textures
    • Update texture granite and pyroxenite. Relates to #1296 #1273
    • Update texture quartzite & tuff
    • Add backbone TODO for adding walls for new rocks. Relates to #1298
    • Fix rock API; add field to differentiate new oand existing ones; move magma to lord_ores. Relates to #1296 #1273
    • Rename localization files to match mod name; corrected names of some variables. Relates to #1296 #1273
    • Change existing detection mechanism. Relates to #1296 #1273
    • Add stair registration; move frozen_stone to lord_rocks; add mordor_sone via add_existing. Relates to #1296 #1273
    • Move mordor_stone to lord_rocks; add ore variants and their generation; make magma animated. Relates to #1296 #1273
    • Change all entries of lottmapgen:mordor_stone and lottmapgen_mordor_stone to the lord_rocks version. Relates to #1296 #1273
    • Fix small texture construction mistake. Relates to #1296 #1273
    • Fix localization problems for lord_rocks. Relates to #1296 #1273 (#1322)
    • Fix plum stuff traslations. Relates to #1288
    • Moved clans API to mod storage
    • Clans refactoring
    • Minetest type hinting enchancements
    • Fix Coarse/Stony Dirts localization. Relates to #1311

View full changes

View Commits

2024.03.p5

10 May 10:54
Compare
Choose a tag to compare

Change Log:

  • Add members into International clan.

View full changes

View Commits

2024.03.p4

06 May 00:06
Compare
Choose a tag to compare

Change Log:

  • Add members into "International" clan

View full changes

View Commits

2024.03.p3

03 May 23:52
Compare
Choose a tag to compare

Change Log:

  • Add new clan "International"
  • Open clan chest only for players from any clans, not for regular players.

View full changes

View Commits