Releases: lord-server/lord
2024.07.p1
2024.07
Change Log:
-
Extended Tooltips: add properties description. Closes #1490
-
Lighting: add mese lamps from our woods. Closes #886
-
Update discord mod for: display info about join/left player race. Closes #1517
-
Add first version of Mob-Spawners (
lord_spawners
). -
Integration with website:
- Sync Players: update
race
,gender
,is_online
, whenlast_login
- Sync Clans: update on create/del/block, add/del players, update when clan
is_online
- Sync Players: update
-
Bug fixes:
- Remove craft stick by group: fixing crafts of other wood types. Fixes #1546
-
Technical:
- Add
io.write_to_file()
helper. Relates to #925. Needs for #1502 - Rebalance: Food: take ru titles for analytics document. Closes #1502
- Extended Tooltips: add original
tt
&tt_base
as submodules. Closes #1503 - Lord Bows: add damge info to arrows description. Closes #1457
- Planks: add
planks.get_lord_nodes()
into API. Now needs for #886 - Rebalance: Food: extract
hbhunger
overwrites. Closes #1507 - Rebalance: Food: Research: add
/satiety.{get|set}
commands for testing. CLoses #1506 - Add/Move
/armor.{get|set}
command(s) intodev
fromlord_damage
branch. Relates to # 1509 - Move
castle
to builtin translations. Closes #1363. Fixes #1514 - Move several mods from
_various
intolord
. Relates to #328 - Refactor
core_function
: check if last controls already inited. Extractnotify_subscribers()
. Fixes #1533. Fixes #936. - Game-Web: turn off integration on Poligon. Relates to lord-server/infrastructure#7
- Game-Web: Players: update
race
,gender
,is_online
. Closes #1530. Fixes #1534 - Game-Web: pass as player
last_login
"now()" and not previous last-login. Fixes #1535 - Game-Web: add tmp command for register clan players on webside. Closes #1532
- Game-Web: add
409 Conflict
handling. Closes #1442 - Game-Web: extract sync_command into separate file. Relates to #1538
- Game-Web: make
for_players
&for_clans
returns classes. Relates to #1538 - Game-Web: Refatoring classes for player & clan integration. Make then nor consistent. Relates to #1538
- Game-Web: add clan id sync. Closes #1538
- Add
mod.conf
for modlord_food
. Fix warning in logs. http.Client
: addhttp.debug
setting for dumpingrequest
&result
.- Game-Web: add|del player to clan: add workaround for minetest/minetest#14846 . Closes #1539
- Mobs: Refactoring:
lottmobs
: initial restructure. Closes #1543 - Fix
luacheck
warnings forlord_spawners
.
- Add
View full changes
View Commits
2024.06.p3
Change Log:
- Game-Web: change passed player
last_login
asnow()
. 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
Change Log:
-
Колонны теперь можно ставить без блока под ними. Closes #1269 (#1361)
-
Dirt bloscks: add coarse & stony dirts for desert & mordor. Closes #1321
-
Add Lembas. Closes #1491
-
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
andclans.show
available for all (closes #1432)
-
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
; addmod.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 asvalue
. 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 intomt-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 intohttp
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 ifhttp
not init. Relates to #1333 - Game-Web: add integrations for
player
creating & updatinglast_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
Change Log:
- Add command
/center
, reserve command/life
. - Change server descrioption & max players. Closes #1449
View full changes
View Commits
2024.04.p3
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
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
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
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:
-
Ground: add mixed dirts:
-
Add new rocks:
-
Ground:
- Add Mordor Lands spreading!! Closes #1310
-
Электронный заместитель смотрителя (#1285)
-
Небольшие улучшения:
-
Текстуры:
-
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 & fileslottplants_*
->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 forlord_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
intolord_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