Commit Graph

55 Commits

Author SHA1 Message Date
LeMagnesium 9ff9dfd76a
[runes] Undo amulets' mana bonus upon leaveplayer
- Runes: Remove the amulets' mana bonus when a player leaves so that
   mana's maxmana value saved for the player (future basemana) doesn't
   already include an amulet bonus
2017-04-24 13:30:31 +02:00
LeMagnesium 1191a57374
[runes] Fix amulets' bonuses not being removed
- Runes : Fix a bug that made the amulets' bonuses in maximum mana
   never disappear even after the amulet(s) had been removed
2017-04-19 23:58:33 +02:00
LeMagnesium 333c57bbeb
[runes] Remove popper rune and add prankster glyph
- Remove that useless call to `minetest.register_on_globalstep` in mods/runes/handlers.lua, and with it the popper rune, to replace it by a glyph
 - For #179
2016-08-09 20:26:09 +02:00
LeMagnesium 52e89c9299 [runes] Remove buggy junk code 2016-07-03 12:58:07 +02:00
LeMagnesium 93139c8db7 [mff & runes] More work on wizard class : spontafire and info wand
- Add wands and scrolls to reserved items list for wizards
 - Add spontaneous inflaming (spontafire) glyph and scroll
 - Add information wand
2016-06-28 19:27:31 +02:00
LeMagnesium a364f64ab9 Purge the repo's other mods from moreores 2016-06-03 21:53:25 +02:00
LeMagnesium f0ade73b34 [runes & default] Add charging wand to recharge glyphs
- ... And also add a missing texture in default
 - Add a charging wand with its texture to recharge runes with a player's mana
   (note: it doesn't check for ownership -yet)
2016-04-15 14:06:30 +02:00
crabman77 3c6e7ddf66 fix global var 2016-03-26 13:02:17 +01:00
LeMagnesium 2e6ec485b0 [runes] Add glyphs and stylus 2016-03-14 21:19:10 +01:00
LeMagnesium 22b863cf41 [rune] Check if inventory data was retrieved before saving 2016-02-14 22:53:00 +01:00
crabman77 402a0cdba2 fix wrong texture name 2015-11-26 14:31:49 +01:00
LeMagnesium 7856f095a7 Updated biome_lib
- May solve #222
2015-08-23 19:46:57 +02:00
Quentin BUISSON-DEBON f8fe9a8104 compress textures, fix preview shields 2015-07-24 23:09:08 +02:00
Ombridride 14d27348d6 Fix some item misnamed
Thank to shiva for his post : https://forum.minetest.net/viewtopic.php?f=20&t=10236&p=184483#p184433 :)
2015-07-15 12:37:33 +02:00
LeMagnesium a5bbc6115d Update api.md
- MarkDown and me, such a complicated story. Ready for @paly2
2015-07-07 12:18:11 +02:00
LeMagnesium 7eddd36dcb Added api.md for runes
- As asked @paly2 , here is the API (as accurate as possible)
2015-07-07 12:02:04 +02:00
Wouters Dorian 8dc63b9101 Optimize **all** PNG files 2015-07-06 18:59:12 +02:00
LeMagnesium 29857f2527 Updated nether and applied scripts 2015-07-06 18:14:02 +02:00
Ataron 63b9abe34d Add some amulets textures 2015-07-04 20:25:25 +02:00
LeMagnesium 53ab5cea0c Mode 755
- Someone must do it, so I do it, now
2015-07-01 12:32:24 +02:00
Ataron 703518f1a3 Add hellfire amulet texture 2015-06-30 19:17:38 +02:00
crabman77 a2b7be291f modified unified_inventory to place buttons in 2 rows when +12
modified unified_inventory to hide buttons if player does not have the necessary privileges
modified other mods to adjust with unified_inventory
2015-06-30 16:15:58 +02:00
Ataron 478a0ac2e5 Correct a fail :p 2015-05-30 21:33:50 +02:00
Ombridride bd37f19662 Change rights in the repository (755) 2015-05-26 23:37:16 +02:00
LeMagnesium 1e62709268 Fixed crash when saving runes' inventory failed 2015-05-24 13:45:10 +02:00
Ataron fd71214849 Add minotaur horn and correct damaging major 2015-05-19 18:18:10 +02:00
Ataron 8fd91ad8c2 Damaging and Eye textures 2015-05-17 20:30:11 +02:00
Ataron dbef82b0af Megamana's and Gotome's Textures 2015-05-17 20:29:35 +02:00
LeMagnesium 1de0d4d478 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 20:26:56 +02:00
LeMagnesium 399d5a8157 Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 20:26:56 +02:00
Ataron 33f7ae447e Add some textures for runes mod 2015-05-17 20:26:55 +02:00
LeMagnesium 39e46b06b4 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 20:25:23 +02:00
LeMagnesium 0e2de4f1be Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 20:24:46 +02:00
LeMagnesium 276d0c46cd Added plate runes
- Added plate template for runes
 - Added on_punch API's handler's function
 - Added popper rune
2015-05-17 20:21:42 +02:00
LeMagnesium b5dd375533 Added base of runes mod
- Added rune API's first implementation
 - Added basic cubic runes in solarmana
2015-05-17 20:21:01 +02:00
Ataron 21ac2da4ba Add some textures for runes mod 2015-05-17 20:19:31 +02:00
Ataron 238558eed2 Megamana's and Gotome's Textures 2015-05-17 18:18:25 +02:00
LeMagnesium d211627e05 Added minotaur's eye
- Added minotaur eye craftitem (drop chances : 1/10 when killing a minotaur)
 - Fixed some amulets' name
2015-05-17 18:18:22 +02:00
LeMagnesium a651f88919 Fixed names, added textures
- Fixed amulets' itemstring
 - Fixed modname prefixes for amulets
 - Added black magic block's texture
2015-05-17 18:16:54 +02:00
Ombridride 5072b85fb5 Update amulets mod
- Renamed amulets (delete some of them)
- Add Recipes
- Add a node (needed by a recipe)
- Add a texture for the node
2015-05-17 18:16:54 +02:00
LeMagnesium b93bd0e00a Amulets/runes' inventory created with load and save features
- Added texture for the inventory's background to be customized later, adding
   copies of our textures in each slot
 - Added unified_inventory as a dependency for runes
 - Added inventory for runes and amulets and its handler
2015-05-17 18:16:54 +02:00
LeMagnesium 1413d905d2 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 18:16:54 +02:00
LeMagnesium d67d93a7ff Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 18:16:53 +02:00
Ataron 360deb8067 Add some textures for runes mod 2015-05-17 18:16:53 +02:00
LeMagnesium 275fbd4e09 Added plate runes
- Added plate template for runes
 - Added on_punch API's handler's function
 - Added popper rune
2015-05-17 18:16:53 +02:00
LeMagnesium 01c6adb660 Added amulets
- Added amulets' API
 - Added some amulets
2015-05-17 18:16:53 +02:00
LeMagnesium ef6f0d3127 Added triple registrering of runes
- Runes are registered three times with tree levels : minor, medium, major
2015-05-17 18:16:53 +02:00
LeMagnesium eae5700e6b Added work for "go to me" rune
- Added mana dicreaser on on_punch calls (cube only :s)
 - Added is_owner handler
 - Moved a texture name to the good name
 - Added values in needed_mana for go_to_me rune
2015-05-17 18:16:53 +02:00
LeMagnesium 274c874f35 Added plate runes
- Added plate template for runes
 - Added on_punch API's handler's function
 - Added popper rune
2015-05-17 18:16:53 +02:00
LeMagnesium a074967763 Added mana max rune
- Added mane max rune
 - Fixed projection rune
2015-05-17 18:16:53 +02:00