1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-17 02:00:23 +02:00
Commit Graph

825 Commits

Author SHA1 Message Date
Ombridride
892d2e4b6c Update mummy.lua
Don't jump anymore, useless, and now they can't exit the pyramids
2015-04-18 23:34:00 +02:00
Ombridride
814d9e81a1 Lesser Sand Monster (~ -6,5%) 2015-04-18 23:32:57 +02:00
Ombridride
b84ef6501e Update mummy.lua
More walk/run speed, more lava/light damage
2015-04-18 23:29:56 +02:00
Ombridride
657e01aa57 Update npc.lua
PS : la fonction nourrir sur les NPCs ne fonctionne toujours pas sur le serveur avec la version mergée actuelle
2015-04-18 23:11:19 +02:00
Ombridride
f18c334ea8 Add my current work on colors.txt
It's a hug merge, if somebody wants help, you're welcome ! :p
Instructions are in the folder
2015-04-18 19:24:19 +02:00
11e6bccb32 add substitute chars "éèà"(no displayed) to "eea" 2015-04-18 17:59:40 +02:00
LeMagnesium
2cb0ad809f Updated IRC mod 2015-04-18 17:27:45 +02:00
LeMagnesium
062d83e6d9 Updated homedecor and removed old lavalamp
- Updated homedecor
- Updated news.txt for next merge
- Added script folder in other_things
2015-04-18 15:39:20 +02:00
LeMagnesium
b773b7b4f4 Updated metatools
- Added itemstack handler (write,read,erase)
2015-04-18 13:48:55 +02:00
LeMagnesium
0065e18ca9 Added connected_chests mod
- Added connected_chest mods by @HybridDog
- Changed textures using our lock/chest textures
2015-04-17 22:42:17 +02:00
LeMagnesium
db8cc41fd7 Added check for lavaslime to not destroy actual nodes with fire
- Lavaslimes now check if the node there are trying to place fire instead of
  is air. If it is not, they do not put fire (to avoid detroying nodes)
2015-04-17 22:41:04 +02:00
LeMagnesium
45f0af6215 Allow all architectures to use luaIRC 2015-04-16 20:04:27 +02:00
LeMagnesium
6705bf008f Upgraded hybrid mesecons
- Upgraded mesecons mod while adding old mesecons_compatibility to provide
  doors' redefinition.

NOTE: Every change in the doors' definition must now be recopied here!
2015-04-16 18:25:01 +02:00
LeMagnesium
3e5986999a Added tetrisarcade mod
- Added tetris arcade and created a craft recipe
2015-04-15 18:10:10 +02:00
Obani
bb0aef5151 I added the music Interlude to ambience_modpack (It was compressed) and added it into the init.lua config and into the soundlicenses.txt informations 2015-04-15 15:48:22 +02:00
Ombridride
aadd948525 Small mistake 2015-04-14 22:17:42 +02:00
LeMagnesium
592665d264 Copied lava orbs' definition to lavaslimes' file
- Copied register and alias for lava orbs
2015-04-14 22:08:36 +02:00
Ombridride
ad245f9a47 Organize the code and change the craft recipe...
... of the "sponge:sponge" (Sponge Dry), now the craft need two Yellow Dyes in the craft grid
2015-04-14 22:00:43 +02:00
Ombridride
8b4c623ead Merge pull request #42 from davedevils/patch-10
Wet sponge to Dry Sponge, if you cookde it in a furnace
2015-04-14 21:56:22 +02:00
Gael-de-Sailly
3503838690 Fixed vector.interpolate bug 2015-04-14 21:23:45 +02:00
LeMagnesium
67c3a33fd4 Fixed missing textures' bug
- Changed old mesecons' doors' definitions to use new textures' name
- Removed copied textures
2015-04-14 19:41:05 +02:00
Dave Devil's
d13af67d05 Wet sponge to Dry Sponge
Back the sponge to the normal state ! (with cooking :) )
2015-04-14 01:59:22 +02:00
LeMagnesium
768de17e69 Added missing textures in hud mod after reset 2015-04-13 22:41:21 +02:00
LeMagnesium
bc7309b977 Fixed little things for hunger reset (and a global variable local-ished) 2015-04-13 22:26:49 +02:00
LeMagnesium
56e5d7a9e6 Reset mesecons to 8 Dec 2015-04-13 21:47:57 +02:00
LeMagnesium
dd40c6828e Reset HUD (not ready for server yet) 2015-04-13 21:37:48 +02:00
LeMagnesium
83b50783c6 Added NPC's counter adapted to the API
- It seems in fact that sometimes, when you give the fourth diamond to a NPC, it does not follow
  because you're too close to it. (engine's entity issue, or algorythm issue, but not really one
  since you just have to move in 99% of the cases to make the NPC follow you)
2015-04-13 21:25:04 +02:00
LeMagnesium
544c7ef55b Reverted NPC taming 2015-04-12 23:36:50 +02:00
LeMagnesium
5568cc4cff Fixed NPC counter 2015-04-12 23:24:01 +02:00
LeMagnesium
d6bea75353 Merge branch 'master' of gitpiserver:minetest/minetest-minetestforfun-server
Conflicts:
	mods/mobs/npc.lua
2015-04-12 23:18:33 +02:00
LeMagnesium
814f48c15b Re-added npc taming system (for 4 diamonds) 2015-04-12 23:13:51 +02:00
LeMagnesium
2df3b7828c Re-added npc taming system (for 4 diamonds) 2015-04-12 23:04:48 +02:00
Ombridride
c8353dd2fb Update mobs mod
- Add Golden lasso texture
- Improve code for mobs jump next to fences
2015-04-12 22:45:04 +02:00
Ombridride
94c8d0521a Update lavaslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- More biggest = more health.
2015-04-12 22:40:31 +02:00
Ombridride
1f0ff0ca0f Update greenslimes.lua
Health and speed ajustments :
- More smaller = more speed,
- Medium and Big Slimes health upgrade.
2015-04-12 22:39:27 +02:00
Ombridride
c5abceebca Update init.lua 2015-04-12 21:57:15 +02:00
Ombridride
5cc15ecf13 Update hud.conf 2015-04-12 21:39:26 +02:00
LeMagnesium
e59d556109 Re-added old texture into hud 2015-04-12 21:34:16 +02:00
LeMagnesium
96993f6880 Re-added changed values to hunger 2015-04-12 21:17:47 +02:00
Ombridride
718a3747cc Update greenslimes.lua 2015-04-12 19:18:06 +02:00
Ombridride
4cbce2b611 Update lavaslimes.lua 2015-04-12 19:17:51 +02:00
Ombridride
e11d2e7259 Update greenslimes.lua 2015-04-12 18:59:07 +02:00
Ombridride
477ad73d60 Update init.lua 2015-04-12 12:30:55 +02:00
Ombridride
df6826eaab Update greenslimes.lua 2015-04-12 12:28:15 +02:00
Ombridride
0dfc01240c Update greenslimes.lua 2015-04-12 12:25:26 +02:00
LeMagnesium
81028be989 Fixed wrong adaptation from slimes to mobs
- Replaced slimes: by mobs:
2015-04-12 12:25:33 +02:00
Ombridride
a89db53bf7 Update lavaslimes.lua 2015-04-12 12:06:52 +02:00
Ombridride
47265050a6 Update greenslimes.lua 2015-04-12 12:05:17 +02:00
Ombridride
642d3aa232 Update, strange things happens... 2015-04-12 02:18:21 +02:00
Ombridride
a04573b271 Add Slimes mobs
- Lava Slimes spawn in Lava sources
- Green Slimes spawn in Acid sources
- Big Slimes splits into Medium Slimes who splits in small Slimes
2015-04-12 02:10:11 +02:00
6383d5eca5 optimize item_drop
Set settings var on load mod (very useless define any 0.10s)
Replace minetest.add_item() -> minetest.spawn_item()
Remove "remove_items" var setting, (minetest.after(time, obj:remove()) ), useless -> "__builtin:item"
Replace "collect" var -> "always_collect"
2015-04-11 23:11:06 +02:00
e41e314173 rename folder previews to .previews 2015-04-11 23:04:50 +02:00
LeMagnesium
b6549bd321 Merged dungeon master and fixed typo in stonemonsters
- Merged new and old dungeon master adding special removing features
- Fixed comma typo in stonemonsters' file
2015-04-11 22:46:16 +02:00
32e911db37 remove character_*_preview_back.png
added .blend files to make preview
adapte to add others skin
2015-04-11 22:28:46 +02:00
Ombridride
f2e2004bc9 Update mobs mod again 2015-04-11 21:54:04 +02:00
Ombridride
a55a9f71b4 Update mobs 02 2015-04-11 21:52:12 +02:00
Ombridride
ede187b4fc Merge branch 'master' of https://github.com/Ombridride/minetest-minetestforfun-server 2015-04-11 21:49:34 +02:00
Ombridride
4e402c7d3b Update mods mod
- npc's follow and stand by order
- mob shoot attack rehauled
- velocity changes
- fixed shoot bug
- mob shoot timings fixed
- dungeon master plasma balls less laggy
- DM plama ball less laggy
- added on_die function and jump_height
- Added jump_chance for jumping mods, set walk_chance to 0 when in use
- added jump mobs, footstep nodes, api tweaks
- fixed jump follow and follow jump glitch
- Added rotate to mob definition
- Reworked breeding
- tidied code
- added mobs_enable_blood flag in minetest.conf (true/false)
- tidied code
- Fixed selftimer issue
- beehive cannot be eaten (oops)
- fixed lifetimer bug
- added magic lasso to pick up animals
- pets and chicken can be picked up without magic lasso
- update version
2015-04-11 21:45:03 +02:00
LeMagnesium
bad22d432c NPCs now tamed with 4 diamonds 2015-04-11 18:18:41 +02:00
LeMagnesium
67043e6e50 Reverted commit 8fbd084 2015-04-11 17:45:47 +02:00
LeMagnesium
8fbd084624 Removed inhibition of lifetimer system about npcs
- NPCs have now a 600sec (10min) lifetime
2015-04-11 15:41:57 +02:00
LeMagnesium
89893df9ba Added itemdb command into _miscs
- Added itemdb command to get an item's itemstring
2015-04-09 14:39:11 +02:00
LeMagnesium
66cad396f2 Fixed NPC healing 2015-04-09 12:25:45 +02:00
LeMagnesium
b6e44b4047 Manually applied hunger_split update
- Updated hud/hunger splitting while keeping our configuration and solving
  issues
2015-04-08 23:30:51 +02:00
Ombridride
6ffdb6dafe Sounds update
- Restaured the old sound of return mirror be cause it fits better with
particles
- Remove an useless sound
2015-04-08 23:14:49 +02:00
LeMagnesium
72bd4819b4 Moved one more wav file (the last one) 2015-04-08 23:01:59 +02:00
LeMagnesium
997f7c6ca1 Removed useless sounds from fail
- Removed heavy useless wav files from fail
2015-04-08 22:39:27 +02:00
LeMagnesium
8eeef9239c Completly reset HUD
- on_item_eat not working, hud can't be updated
2015-04-08 17:18:08 +02:00
Quentin BUISSON-DEBON
43db95e0a7 Replace the call in the mod for
the renamed sound
2015-04-08 16:50:21 +02:00
Quentin BUISSON-DEBON
63fb99e115 Suppress this useless sound
Renamed with "_" in the lastest commits
2015-04-08 16:45:46 +02:00
Quentin BUISSON-DEBON
70b806ed3d Comrpess sounds
by Obani, thank you !
2015-04-08 16:26:28 +02:00
f1a419c78c Added 2 missing textures in maptools 2015-04-08 10:39:03 +02:00
LeMagnesium
a93eed6950 Updated metatools
- Prevented crash when punching entity
2015-04-07 20:56:02 +02:00
55d75b175b Added new default:ladder_obsidian and changed lavatemple:ladder
Added new default:ladder_obsidian
Changed lavatemple:ladder  walkable=true, drawtype=nodebox, added new texture inv and changed texture
2015-04-07 00:40:35 +02:00
Ombridride
79ed0ecebe Update mummy.lua 2015-04-07 00:29:19 +02:00
LeMagnesium
df7cd271b4 Rebased update of hud/hunger 2015-04-06 22:37:28 +02:00
LeMagnesium
6d62388898 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-04-06 22:20:02 +02:00
LeMagnesium
aa1a444ce7 Redefined mummy using mobs' API
- Gave to mummies the properties of sand monsters
2015-04-06 22:19:25 +02:00
d1fac21776 Added groups cracky=1 and new obsidian texture for lavatemple ladder 2015-04-06 22:04:39 +02:00
LeMagnesium
99dbbf71c9 Updated homedecor
- Added/removed textures
- Added mesh for inbox
- Added wall lamp
2015-04-06 21:40:52 +02:00
Ombridride
95f857c814 Update more_trms.lua
- Now balanced
- More loots
- More comments
- Re-organization of the code
2015-04-06 21:28:31 +02:00
c5a20d7130 Added craft lavatemple:ladder 2015-04-06 20:44:27 +02:00
LeMagnesium
7142fdf3cd Updated hud/hunger while saving our modifications
- Splitted hud into two mods : hud and hunger
2015-04-06 20:38:52 +02:00
LeMagnesium
74adffa8cc Updated metatools mod
- Added set method
- Improved actualization system
2015-04-06 18:40:27 +02:00
Ombridride
18118226ab Update markers mod
- Calculate 3D cube from multiple markers instead of requiring a rectangle of 4
- Sort area lists nearest first
- Increased number of markers (20 to 50)
- Crashfix
2015-04-06 18:29:03 +02:00
LeMagnesium
cd39ac77a7 Added first version of metatools
- Allowed admins to read metadatas
2015-04-06 16:04:23 +02:00
LeMagnesium
8e64ccfdf0 Changed max_area amount from 4 to 10
- settins.area.max_areas = 10
2015-04-05 23:16:31 +02:00
LeMagnesium
05252763a1 Updated meshes 2015-04-05 23:11:08 +02:00
Ombridride
e75c8bcf7b Update more_trms.lua
Réparation du code, suppression de doublons, ajout des valeurs precious manquantes

=> Les taux des objets sont a revoir je pense, quand des loots sont générés, il choisi deux groups, et pioche celon les pourcentages dans ces deux groups
2015-04-05 02:23:21 +02:00
Ombridride
82179fc2b1 Update more_trms.lua 2015-04-05 02:08:55 +02:00
LeMagnesium
ebf37569d5 Added 40 missing rarety values in new trms 2015-04-05 00:34:31 +02:00
LeMagnesium
5fc361f81f Made death look like an item explosion
- Items are scattered further
2015-04-05 00:26:51 +02:00
Ombridride
ec11d33733 Update more_trms.lua
add light, building_block, seed, transport_vehicule, transport_structure, ladder, default
2015-04-05 00:12:44 +02:00
LeMagnesium
003353e1a0 Added more trms for pyramids
- Added trm for groups fuel, food, raw_food, melee_weapon, tool, minetool, and
  deco
2015-04-05 00:12:30 +02:00
LeMagnesium
06a44b2b04 Set gain not applied on returnmirror 2015-04-04 15:36:46 +02:00
LeMagnesium
35c8c024fe Moved, renamed sounds, and added code for them
- Added code pieces for handling sounds
- Moved sounds and renamed them using the naming convention
- Added soundset as dependency for returnmirror and awards
2015-04-04 15:24:20 +02:00
LeMagnesium
9bb085c05f Fixed power rails
- Suppressed silly mesecons' check blocking the adding of velocity data into rails
- Added an ABM to update actual rails
- Honey from mobs gives from now on 6hp when eaten (3 <3)
2015-04-03 22:17:07 +02:00
e307a6b22f no clear mana when player leave 2015-04-03 02:46:47 +02:00
d81950987b fix wrong "{" 2015-04-03 02:43:41 +02:00
Ombridride
b139227932 Update api.lua 2015-04-03 02:02:55 +02:00
d9c671e10c added more unbreakable nodes by creeper explosion
added default:obsidian_cooled, default:obsidianbrick, more_chests:x (exclued wifi) in unbreakable nodes by creeper explosion
and fix global var
2015-04-03 00:02:03 +02:00
27b925f996 Added to play a sound for every player when a player die 2015-04-02 22:00:41 +02:00
Ombridride
0b51e1f7ac Now players can give orders follow and stand to NPCs 2015-04-02 19:16:47 +02:00
LeMagnesium
7fa1375fee Updated default IRC's configuration 2015-04-02 17:39:58 +02:00
LeMagnesium
2f9656f359 Updated plantlife : added sunflowers
- Added sunflowers' models and textures
2015-04-02 16:47:18 +02:00
Ombridride
93b83cff8d Merge pull request #40 from ObaniGemini/new_sounds
New sounds
Encore un peu lourd, mais ça fera l'affaire pour un premier ajout
2015-04-01 22:09:57 +02:00
LeMagnesium
16fd682ebb Modified doors, vines, homedecor, etc...
- Added doors:trapdoor_cherry and its craft recipe
- Removed useless door textures (not following naming convention, so not used in code since the last mff_game update)
- Added missing homedecor_models
- Re-added vines:shears needed for vines' roots
2015-04-01 21:42:29 +02:00
Robin De Sousa
d5d8cee307 Added four sounds to MT, without the code to activate them :
mana : added a teleportation sound using the mirror
death_messages : added a death sound for player dying and a death sound for other players seeing him die
awards : added an award obtention sound
2015-04-01 18:19:45 +02:00
LeMagnesium
6838d21c1e Fixed bracket in ambience_modpack 2015-04-01 17:26:22 +02:00
1bab0c5b74 fix mores bug
fix wrong param
adapt to new soundset version due to conflict name with death_messages
2015-04-01 01:56:03 +02:00
3618b1c014 fix conflict name with death_messages
change var name sounds to soundset in soundset mod
adapt ambience mod to new name in sounset
2015-04-01 01:55:09 +02:00
91b0f25735 fix crash soundset
fix crash soundset init.lua:111: attempt to index field '?'
2015-03-31 23:44:22 +02:00
LeMagnesium
a9449a276f Added beginning of sounds in death_messages
- Added table containing sounds played when player dies, further adding of
  sounds will come from Obani/ObaniGemini
2015-03-31 22:31:28 +02:00
LeMagnesium
bd06b0f1ab Fixed mistake in chickens' file 2015-03-31 19:53:26 +02:00
LeMagnesium
de0b944f81 Added all missing meshes forgotten by meld 2015-03-31 19:49:36 +02:00
Ombridride
0a9f28dc87 Mistake
Oops
2015-03-31 19:42:17 +02:00
Ombridride
4eea01fb13 Update Spider sounds 2015-03-31 19:33:48 +02:00
Ombridride
4645ef3cb5 Update mobs mod
- api.lua (many improves, chicken egg more frequent, NPC attack nearly
mobs, textures code, etc…)
- Bee (spawn on group:flower now, textures code updated)
- Bunny (textures code updated)
- Chicken (two times more eggs, textures code updated)
- Cow (textures code updated)
- Creeper (finish reorganize the code, textures code updated, new eggs
inventory texture)
- Dirt Monster (textures code updated)
- Dungeon Master (textures code updated)
- init.lua (small credits tweaks)
- Kitten (textures code updated, now drop sometimes farming:string)
- Lava Flan (textures code updated, now 3 can spawn per chunck)
- Mese Monster (textures code updated)
- NPC (textures code updated, revert give raw meat versus health code
for tests)
- Oerkki (textures code updated, now 1 light damage)
- Rat (textures code updated)
- Sand Monster (textures code updated)
- Sheep (textures code updated, now give 2 to 3 wool when sheared)
- Spider (textures code updated, change credits, comments our
modifications)
- Stone Monster (textures code updated)
- Tree Monster (textures code updated)
- Warthog (textures code updated)
- Wolf (finish reorganize the code, textures code updated, add spawner
egg and an inventory texture)
- Tweaks some sounds
2015-03-31 19:32:46 +02:00
LeMagnesium
a6bfdd377c Updated mesecons and pipeworks
- Added security on devices from pipeworks (breaker,placer)
- Added new mod in mesecons : mesecons_stickyblocks
2015-03-31 18:08:41 +02:00
fee70f8fc3 fixed NPC feed 2015-03-31 04:41:38 +02:00
Ombridride
23a64e9ffb Update npc.lua 2015-03-31 02:16:17 +02:00
06bd1f95d5 remove minetest.setting_get("remove_items") of step
remove minetest.setting_get("remove_items") of step, useless parsing
2015-03-31 01:33:36 +02:00
1cde302446 fixed unknown block in craft 2015-03-31 01:25:44 +02:00
d2264a7ebb add statbar hud and new textures to mana mod 2015-03-30 23:06:56 +02:00
LeMagnesium
9ca46d91f6 Updated homedecor, adding green trash can
- Added green trash cans
- Removed more side textures
2015-03-30 18:29:25 +02:00
LeMagnesium
6dce5e5cfc Updated homedecor_modpack
- Added overrides of missing technic nodes if mod is disabled
- Turned a lot of nodes into meshnodes and removed useless side textures
- Used a new way to register nodes like windows, shower heads, etc...
2015-03-29 12:06:13 +02:00
LeMagnesium
64a58936dd Added time restriction for whereis command
- Added a time limit for whereis command
- Added a notice sent to user whom position is querryed
2015-03-28 17:35:26 +01:00
LeMagnesium
400a5b01ea Changed blood texture for sand monster 2015-03-28 16:31:36 +01:00
Ombridride
f5dca18b57 Update shields armor
+1 armor for all shields
2015-03-28 14:15:04 +01:00
Ombridride
376fc7d0ff Mistake in armor tweak & upgrade 2015-03-28 13:56:24 +01:00
Ombridride
168995d01f Update mobs spawn and ODS board 2015-03-27 23:12:04 +01:00
a32ed5e3cf add an menu in soundset
add an menu in soundset and and button in unified_inventory and chatcommand to display menu
2015-03-27 20:46:17 +01:00
LeMagnesium
26bd691550 Updated fail mod
- Updated fail with files closed
- Fixed crash with malformed list for pyramids.fill_chests
2015-03-27 19:03:47 +01:00
LeMagnesium
db38a9c159 Chests are cleaned before being updated 2015-03-27 17:51:31 +01:00
LeMagnesium
4cfd2b39ac Ereased global variables in tsm_pyramids
- Changed into local variables NPC, PLAYERS, prop and all the global variables listed
  by crabman (thanks to him)
2015-03-26 21:47:09 +01:00
LeMagnesium
194a39011a When mummies attackes, they ignore unknowns 2015-03-26 21:17:04 +01:00
LeMagnesium
718861d80c Fixed all unknown's use in builtin with a check then return 2015-03-26 20:54:05 +01:00
LeMagnesium
fa08177744 Added a check before indexing reg_items with unknown
- Added check avoiding crashes in mods/builtin_item/init.lua::97
2015-03-26 20:41:33 +01:00
LeMagnesium
af649c49f8 Fixed a mistake in unknown node's check
- Mobs mod now check with correct values the being of the nodes its mobs spawn on
2015-03-26 20:33:40 +01:00
Ombridride
a291222ea6 Finish the mobs update 2015-03-26 20:08:33 +01:00
LeMagnesium
5f9d3c54bd Dicreased needed light for plants 2015-03-26 20:07:44 +01:00
Ombridride
354b82d78b Small update
begin to complete the mobs board on the .ODS
2015-03-26 19:01:45 +01:00
Ombridride
522713354b Fix a mistake with Lava Flan 2015-03-26 18:53:29 +01:00
LeMagnesium
e92a8e004c Changed mobs' damage values
- Changed values of damages for mobs listed in the ods file
- Resized one little column in the ods file
2015-03-26 18:49:28 +01:00
Ombridride
7546acaf69 New Creeper texture 2015-03-26 15:03:23 +01:00
Ombridride
7e74cf549e update armor mod
Now better values and effects, see
http://minetestforfun.qbuissondebon.info/index.php/le-jeu/liste-des-mod
2015-03-25 21:39:55 +01:00
Ombridride
8d45d416be Begin the mobs update 2015-03-25 17:27:53 +01:00
LeMagnesium
e2a49d6552 Creeper damages by 21hp units (10.5 hearts) on armor and player 2015-03-25 16:14:51 +01:00
LeMagnesium
f4b9d0a10a Made pyramids completly unbkreakable 2015-03-24 19:33:41 +01:00
586e9806ca add default:obsidian_cooled in undestructible by dongeon master 2015-03-24 16:19:07 +01:00