Commit Graph

460 Commits

Author SHA1 Message Date
KaadmY fdb2e11951 New crafting method along with a plethora of bugfixes in general; crafts in the default mod all should be functional 2017-05-14 14:50:37 -07:00
KaadmY 7e825c4a6a Almost entirely works except the output amount is incorrect 2017-05-13 19:15:17 -07:00
KaadmY 3cef23e65b New crafting system is in place and tests work; now have to hook up craft recipes 2017-05-13 15:15:43 -07:00
KaadmY 509827186f Cleanup a lot of interface stuff and standardize formspec page names 2017-05-13 11:50:35 -07:00
KaadmY c797a15e8b Add new crafting mod for a new crafting method 2017-05-13 10:27:40 -07:00
KaadmY af8e2093be Add object:getyaw() nan shim, should fix a common crash 2017-05-12 09:30:42 -07:00
KaadmY d85bdb491e Revert "Add a shim for object:getyaw returning nan, this should be fixed correctly eventually"
This reverts commit dffc4b97db.
2017-05-12 09:07:18 -07:00
KaadmY dffc4b97db Add a shim for object:getyaw returning nan, this should be fixed correctly eventually 2017-05-12 09:02:12 -07:00
KaadmY 69fc1cbb64 Prevent water buckets from overriding some nodes; closes #46 2017-05-12 08:07:52 -07:00
KaadmY fea962b9ca Don't show PM count on connect in singleplayer; closes #42 2017-05-12 07:14:54 -07:00
KaadmY dec846e265 Remove extra debug info 2017-05-11 21:26:14 -07:00
KaadmY 3f26b5431d Standardize database naming across mods along with numerous minor fixes 2017-05-11 21:25:14 -07:00
KaadmY 41edd82122 Code cleanup and add settings file 2017-05-11 20:24:40 -07:00
KaadmY b667b4561e Revert "Phew, use the core namespace for everything instead of minetest"
This reverts commit 4af67a5d54.
2017-05-11 19:29:55 -07:00
KaadmY 4af67a5d54 Phew, use the core namespace for everything instead of minetest 2017-05-11 16:45:53 -07:00
KaadmY e5be49c0b6 Changes to music and headbars 2017-05-11 16:05:36 -07:00
KaadmY 5c5f438b79 Add music volume 2017-05-11 14:21:03 -07:00
KaadmY b51ff71ccc Oops 2017-05-11 14:12:40 -07:00
KaadmY abb1c196da Minor changes to villages backend 2017-05-11 14:10:09 -07:00
KaadmY 583925d611 More colors and tweaks in general 2017-05-11 14:03:08 -07:00
KaadmY 029adbbe8b Begin adding colors to pertinent information 2017-05-11 13:11:18 -07:00
KaadmY ab11fc6a91 New player skin color schemes 2017-05-10 19:06:20 -07:00
KaadmY 9adf3d8c08 New hand texture and rebalanced tool dig times; feedback please! 2017-05-10 18:23:21 -07:00
KaadmY 807c2cbf5e Use dirt group instead of the dirt node so different dirt types with for crafting; closes #23 2017-05-10 11:01:02 -07:00
KaadmY 9c8abac706 Remove minimap; closes #29 2017-05-10 10:20:40 -07:00
KaadmY d24cd2146e Add tons of new achievements; closes #32. Recommend not using this version with older worlds 2017-05-10 10:19:28 -07:00
KaadmY ef86ababf1 Fix crafting guide crash when showing previous recipe 2016-12-21 18:03:43 -08:00
kaadmy f38da4b17f Make the Addorable achievement work 2016-11-14 09:07:37 -08:00
kaadmy 740ad418cb Use item description instead of the itemstring in the craft guide; fixes #27 2016-11-14 08:56:46 -08:00
kaadmy 3262d90864 Make the crafting guide pages loop 2016-11-14 08:50:07 -08:00
kaadmy 40f5bee790 Fix some bugs with achievements thanks to @asl97; fixes #35 2016-11-14 08:41:47 -08:00
KaadmY eb7171bd0c Merge pull request #36 from asl97/patch-1
Unlink character.png from b3d export
2016-11-14 07:20:54 -08:00
KaadmY 44b2c928bd Merge pull request #37 from asl97/patch-2
Fix player model animations
2016-11-14 07:19:42 -08:00
ASL97 682b086ea7 Fix player model animations 2016-11-14 18:39:54 +08:00
ASL97 e29d73e812 Unlink character.png from b3d export
Fix "Irrlicht: Could not open file of texture: character.png" messages
See https://github.com/minetest/minetest_game/pull/917
2016-11-14 17:58:46 +08:00
KaadmY 4b7363fc19 Make rain particles disappear when they touch the ground 2016-11-13 17:24:52 -08:00
KaadmY 498e4426ea Make water not drop when blown up by TNT 2016-11-13 17:22:44 -08:00
KaadmY 7f6b73246d Remove unneeded code 2016-11-13 13:32:07 -08:00
KaadmY 1a69d651b6 Remove boring achievements 2016-11-13 13:02:09 -08:00
kaadmy f01a0051c6 added more ambient sound control 2016-09-02 15:52:00 -07:00
kaadmy b2a18e619c add more partial block shapes thanks to @melzua 2016-06-22 11:03:42 -07:00
melzua a6f27368bc Add coal, steel, compressed sandstone, reinforced cobble, reinforced frame and frames partialblocks (stairs and slabs). 2016-06-21 13:57:38 +02:00
kaadmy 34e5f50d63 fixed some problems in ambiance, as well as using ambiance_volume thanks to @melzua 2016-03-09 07:57:26 -08:00
kaadmy 0e6b7e420a added another dangerous mob, the walker 2016-02-27 11:10:02 -08:00
kaadmy 8208c8c275 some code cleanup and increase the lumien activation range 2016-02-10 13:18:54 -08:00
kaadmy b31ccecc10 Merge pull request #15 from melzua/master
Fix some problems by @melzua
2016-02-09 11:41:14 -08:00
melzua 9dd0636bd8 Merge branch 'welcome' 2016-02-09 19:47:02 +01:00
melzua 6c554b8def Set player privs correctly
Before this commit, you loose all the previous privs and get only
interact when push the Ok button. Also the 'true' in ‘return true’
makes the other register_on_player_receive_fields unusable (for
example, the inventory form).
2016-02-09 19:43:51 +01:00
kaadmy 820493bf27 fixed warning thanks to @melzua 2016-02-08 09:20:44 -08:00
kaadmy a3cbc98298 added welcome mod 2016-02-07 16:59:58 -08:00