Commit Graph

71 Commits

Author SHA1 Message Date
Luke aka SwissalpS cc52a10811
Protect chests from being overwritten by mapgen (#31) 2024-02-28 17:30:07 +01:00
Zemtzov7 ad63d3d691
Refuse take/put in wifi chest if there is no more_chest:wifi node near (#30)
Exception: creative players
2023-10-11 20:03:15 +02:00
Luke aka SwissalpS 6be81453ca
Dropbox: check for owner on item take (#29) 2021-04-05 19:03:12 +02:00
Megaf 7db8f7ba10
Merge pull request #27 from louisroyer/rewrite
[No squash] Bugfixes
2021-03-13 12:57:03 +00:00
Louis 61db871d3f Insertion with vacuum pipes
Insertion is now done into the wifi-chest of the player who placed the
wifi chest when the item to be inserted has no owner yet (otherwise, it
is inserted into the wifi-chest of the player who own the item).
2021-03-06 17:58:27 +01:00
Louis 109e6b1fdc Right inventory for wifi chests
Fix #23
2021-02-25 18:19:05 +01:00
Louis 9526aec1cd Recipes not part of def
Fixes #22
2021-02-25 18:19:05 +01:00
Louis f1cfa9d7f3 Add .luacheckrc 2021-02-25 18:19:05 +01:00
Louis f3c799b9b3 Fix wifi chest front texture 2021-02-25 18:19:05 +01:00
nxet 886108a1af Mod rewrite and new models (#21)
* Aliases moved to utils folder

* Method to generate two different formspec layouts, big and small

* Log Actions moved to separate module

* Added method to generate a chest definition

* Rewritten models

* Add Fridge model

* Add Toolbox models

* "Mod loaded" message; Updated localization template

* Add Italian localization

* Fridge now has both normal and big (2 blocks) models

* Fixed mixed indentation

* Rewritten README; improved IT and FR (thanks to @louisroyer) localizations.
2021-02-25 18:19:05 +01:00
DS cac8cddc66
make the wifi chest pipeworkable (#16)
* Make the wifi chest pipeworkable

* fix mod crashing without pipeworks
2020-10-25 11:24:03 +00:00
DS f7cfee874a
change wifi tiles back (#15) 2020-10-24 19:47:43 +01:00
Megaf 058b3a0d4b Revert "Mod rewrite and new models (#21)"
This reverts commit 74b3c5a25d.
2020-10-22 21:47:59 +01:00
Megaf 426a13089c Revert "Removed lost HTML tag"
This reverts commit 1d59b74c89.
2020-10-22 21:47:46 +01:00
Megaf 1d59b74c89
Removed lost HTML tag 2020-10-08 10:20:47 +01:00
nxet 74b3c5a25d
Mod rewrite and new models (#21)
* Aliases moved to utils folder

* Method to generate two different formspec layouts, big and small

* Log Actions moved to separate module

* Added method to generate a chest definition

* Rewritten models

* Add Fridge model

* Add Toolbox models

* "Mod loaded" message; Updated localization template

* Add Italian localization

* Fridge now has both normal and big (2 blocks) models

* Fixed mixed indentation

* Rewritten README; improved IT and FR (thanks to @louisroyer) localizations.
2020-10-08 10:17:51 +01:00
An0n3m0us 939c7ea73d
Add Hungarian translation (#20) 2020-02-17 19:03:57 +01:00
Louis 9666707470 Add french translation 2020-02-14 20:49:35 +01:00
Louis 1d7edabfc3 Update mod.conf 2020-02-14 20:49:35 +01:00
xisd c597779aca Update formspecs to lookmore like default chest 2017-03-14 22:01:37 -07:00
Juraj Vajda 0ca4ace7d1 New textures 2016-04-01 21:42:12 -07:00
Juraj Vajda 2faa757730 Shift-click support. 2016-04-01 21:22:19 -07:00
HybridDog a8183cfbd3 Remove .env: old API usage.
Original title: 🐈
2016-04-01 21:22:03 -07:00
Auke Kok 4890dc8c7e Add description.txt 2016-04-01 15:21:42 -07:00
Auke Kok fca278aab2 Add mod.conf 2016-04-01 15:18:04 -07:00
Megaf a25aa062c6 Merge pull request #10 from CraigyDavi/new-cobble-chest-texture
New cobble chest texture, thanks CraigyDavi
2014-10-05 01:27:05 +01:00
CraigyDavi 17a6492b37 New cobble chest texture
Fits with the new one added to minetest_game.
https://cdn.mediacru.sh/tBe2L_QN9yxd.png
2014-10-04 19:53:30 +01:00
Megaf 4aa3219574 Removed Pipeworks compatibility.
It seems like this chest can not use pipeworks.
When one connect a filter to it and punch or signal the filter it will cause the server to crash.
```
17:27:24: ACTION[ServerThread]: Megaf joins game. List of players: Megaf
17:27:37: ACTION[ServerThread]: Megaf places node pipeworks:filter at (5,7,-17)
17:27:37: ACTION[ServerThread]: facedir: 3
17:27:39: ERROR[main]: ERROR: An unhandled exception occurred: ...minetest/Server/bin/../mods/pipeworks/item_transport.lua:54: bad argument #1 to 'ipairs' (table expected, got nil
)
17:27:39: ERROR[main]: stack traceback:
17:27:39: ERROR[main]:  [C]: in function 'ipairs'
17:27:39: ERROR[main]:  ...minetest/Server/bin/../mods/pipeworks/item_transport.lua:54: in function 'grabAndFire'
17:27:39: ERROR[main]:  ...minetest/Server/bin/../mods/pipeworks/item_transport.lua:150: in function 'punch_filter'
17:27:39: ERROR[main]:  ...minetest/Server/bin/../mods/pipeworks/item_transport.lua:214: in function <...minetest/Server/bin/../mods/pipeworks/item_transport.lua:213>

In thread b693c220:
/home/minetest/Server/src/main.cpp:1955: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b23ff440:
#0  virtual void* CurlFetchThread::Thread()
DEBUG STACK FOR THREAD b693c220:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  void ItemStack::serialize(std::ostream&) const)
Aborted
```
2014-10-02 21:46:19 +01:00
Megaf 188d111577 Merge pull request #9 from Megaf/1.0-beta1
Update README.md
2014-10-02 13:40:27 +01:00
Megaf ce7740e40d Update README.md 2014-10-02 13:33:38 +01:00
Megaf ff021e363a Merge pull request #8 from Megaf/1.0-beta1
Merge pull request #7 from Megaf/master
2014-10-02 13:26:04 +01:00
Megaf 10555a5759 Merge pull request #7 from Megaf/master
Fixed dropbox bug and added pipeworks compatibility
2014-10-02 13:25:27 +01:00
Megaf 9bdd6b9e91 Merge pull request #6 from Megaf/Pipeworks-Test
Added Pipeworks compatibility
2014-10-02 13:19:59 +01:00
Megaf eb89f2658e Update dropbox.lua 2014-10-02 13:14:37 +01:00
Megaf 7eb218a63d Added pipeworks compatibility 2014-10-02 13:14:16 +01:00
Megaf cad1db49b8 Added pipeworks compatibility 2014-10-02 13:13:34 +01:00
Megaf 153565250f Added pipeworks compatibility 2014-10-02 13:10:42 +01:00
Megaf 4f81ccfa9e Attempt to make it connect to pipeworks. 2014-10-02 12:50:23 +01:00
Megaf 1f29589c3e Merge pull request #4 from HybridDog/master
fix dropbox cheat
Thanx @HybridDog !
2014-10-02 09:06:51 +01:00
HybridDog 1a5bf2eafa update dropbox 2014-09-08 11:36:43 +02:00
HybridDog 57e32a597c fix dropbox cheat 2014-08-31 22:02:25 +02:00
HybridDog 32d369bd65 add gitignore 2014-08-31 21:28:46 +02:00
Megaf 1884d17f7d Update init.lua 2014-06-11 13:23:06 -03:00
Megaf 364f65ce0f Update aliases.lua 2014-06-11 13:17:38 -03:00
Megaf 70d8a95793 Update aliases.lua 2014-06-11 13:15:07 -03:00
Megaf 4f5eb43c76 Update aliases.lua 2014-06-11 13:11:03 -03:00
Megaf d82822e7ca Update init.lua 2014-06-11 13:05:59 -03:00
Megaf 57d40108bb Create aliases.lua 2014-06-11 13:05:44 -03:00
Megaf 104db85b6c New chests textures
modified:   textures/cobblechest_front.png
	modified:   textures/dropbox_front.png
	modified:   textures/secret_front.png
	modified:   textures/shared_front.png
2014-06-11 10:39:37 -03:00
Megaf 314fd4e90e Attempt to fix crash when placing shared chests. 2014-06-11 10:19:42 -03:00