Commit Graph

651 Commits (master)

Author SHA1 Message Date
Milan 9f75900c0c Merge https://github.com/minetest-mods/xdecor into HEAD 2020-11-14 09:36:24 +01:00
yodabear1 01eb8e8184
Add german translation (#135) 2020-10-31 13:07:20 +01:00
Milan Ihl 0a72a6524a merge upstream 2020-09-28 12:18:21 +02:00
rusty-snake 259420dcf5
enchanting.lua: Allow to pay with industrial mese (#132) 2020-09-17 19:27:45 +02:00
Louis Royer 64dcec0c74
Add translation support, requires 5.0.0+ (#131)
Add translation for all parts of the mod
Add french translation

Requires Minetest 5.0.0 or newer.
2020-09-09 17:05:44 +02:00
Louis Royer e26e4fde05 Update cobweb craft to use farming:string (#130)
Add `farming` to depends, since it was missing
2020-09-05 18:57:53 +02:00
Elias Fleckenstein 841a033983
Add nil check in doors_toggle (#126)
Add nil check to prevent errors xdecor caused in combination with pkarcs_doors.
2020-08-26 10:13:25 +02:00
adrido 5b0b4f3b56
Fix "xpanes_space.png" texture not found (#125) 2020-07-26 11:25:56 +02:00
Damian Hofmann 16adad0cd7 Chess: Fix queen-side castling
When castling queen side, the king moves two squares to the left,
not three as this implementation used previously.

This resolves issue #120.
2020-06-24 18:31:30 +02:00
Damian Hofmann d868488633 Chess: Fix short-castling for black
In the code for black short-castling, the presence of rook_black_2 was checked on the wrong field (1 instead of 8), which prevents black from short-castling. (This was probably overlooked when copying the logic from the long-castling check directly above.)
2020-06-24 18:31:30 +02:00
SmallJoker 7a4c0e852a Fix erroneous dependency to mesecons_*
nodes.lua checks against 'mesecon', which is provided by 'mesecons'

Co-authored-by: Yves Quemener <yves.quemener@gmail.com>
2020-04-27 19:46:14 +02:00
Milan 17b0d7869c update homedecor dependency 2020-03-03 17:13:06 +01:00
Milan c627fea222 Merge https://github.com/minetest-mods/xdecor into HEAD 2020-02-17 19:05:41 +01:00
Niwla23 b8aaf37fc2 Display itemstring in itemframes (#116)
Itemframe patch
2019-10-12 13:23:04 +02:00
Panquesito7 39e9991404 Replace "setpos" with "set_pos" 2019-08-25 14:57:15 +02:00
Panquesito7 4ebdf89fcb Replace "getpos" with "get_pos" 2019-08-25 14:57:15 +02:00
Panquesito7 cfca4ccdf3 Update mod.conf
Dependencies, optional dependencies, and description was added here.
2019-08-25 14:57:15 +02:00
flux 1e177c009e remove protection checks and logging 2019-08-20 00:14:10 +02:00
flux a15ce62b20 remove unnecessary privilege checks 2019-08-20 00:14:10 +02:00
flux 15b0e749fd fix workbench inv movement bug; add protection checking 2019-08-20 00:14:10 +02:00
Milan 2f0de6f8a3 merge upstream / solve conflicts 2019-07-28 21:03:30 +02:00
Milan f668350bf1 wtf 2019-07-28 20:04:06 +02:00
Jean-Patrick Guerrero 61d9da63fa Global code style cleaning 2019-07-23 14:03:20 +02:00
y f0860cb598 Stairs fix 2019-07-23 12:10:21 +02:00
James Stevenson 2e61cc4578 Use stairs mod inner/outer nodes. 2019-07-16 11:47:16 +02:00
CloudyProton 238d0030f4 Request: Change painting recipe to use dye group
Request: Change painting craft recipe to use dye group instead of specifically blue dye.
2019-07-16 11:46:44 +02:00
y 52db2cc97a allow farming bowl to be used on the cauldron to get soup 2019-07-16 11:46:18 +02:00
y f85c4091ef fix physics overrides 2019-07-16 11:46:03 +02:00
y bedcc4d4e4 prevent crash after king is taken 2019-07-16 11:45:49 +02:00
Vanessa Dannenberg f78fce959c Alias empty shelf if moreblocks is enabled (#108) 2019-07-10 20:27:30 +02:00
benrob0329 8020eb1863 Add mesecons support to doors (#106)
(if available)
2019-06-09 20:50:10 +02:00
Jean-Patrick Guerrero ee7a28176b Merge branch 'chess_ai' 2019-03-10 23:52:05 +01:00
Jean-Patrick Guerrero 63794662ee Add a singleplayer mode to the chess 2019-03-10 23:50:16 +01:00
Milan 7eb2c245f4 drop recipe for itemframe again 2019-01-16 18:42:56 +01:00
Milan 876e8bc165 drop obsolete recipes 2019-01-12 12:06:46 +01:00
Milan 2472b65e92 merge upstream 2018-11-26 15:16:36 +01:00
SmallJoker 5dfbf7c6e7 Final door toggle crash fix 2018-09-18 01:41:39 +02:00
Hector Kio 79f97a1569 Add listring to move honey to inventory
Allows using shift+click to transfer honey to player inventory.
2018-09-17 02:30:47 +02:00
Jean-Patrick Guerrero b5bbb1be2e Implement a chess AI 2018-09-05 16:52:03 +02:00
Jean-Patrick Guerrero 3c1423a462 Chess cleanup 2018-08-25 14:36:23 +02:00
Jean-Patrick Guerrero ed931905be Fix checkmate logic 2018-08-25 12:55:03 +02:00
Jean-Patrick Guerrero 70277d4216 Chess cleanup 2018-08-25 11:40:30 +02:00
Jean-Patrick Guerrero 5e4704ad2a Chess: Add checkmate system 2018-08-24 22:08:19 +02:00
Jean-Patrick Guerrero 9df5d94fcb New chessboard interface 2018-08-15 14:20:08 +02:00
SmallJoker 059b69efa1 Solve iCCP warnings
$ mogrify *.png
$ optipng -o7 -zm1-9 -strip all *.png
2018-08-04 14:21:08 +02:00
Jat15 4d921123ed Fix echnating for sword and delete data for armor 2018-07-23 15:51:11 +02:00
SmallJoker e36839e178 Fix passing invalid player object (#94) 2018-07-23 15:50:39 +02:00
JP Guerrero 9b5bdc1b1a Workbench: Fix special case of unknown items output (#90) 2018-04-17 13:17:56 +02:00
Jat15 4888c40464 Fix condition for new typo of setting (#89)
* Fix condition for new typo of setting
* Add moreblocks in depends
2018-04-02 18:27:16 +02:00
JP Guerrero a8000f99fd Fix missing comma 2018-03-24 10:27:13 +01:00