1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +02:00
Commit Graph

1011 Commits

Author SHA1 Message Date
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
Ombridride
a0f14f35f8 Merge branch 'master' of https://github.com/Ombridride/minetest-minetestforfun-server 2015-04-11 17:51:39 +02:00
Ombridride
996c7540fd Add a folder for Obani works 2015-04-11 17:50:53 +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
LeMagnesium
a1dfa30979 Merge branch 'master' of github.com:Ombridride/minetest-minetestforfun-server 2015-04-08 23:28:51 +02:00
LeMagnesium
0b035abc2e Merge branch 'hunger_split' 2015-04-08 23:28:07 +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
c4ff82dae4 Solved on_use bug with strange on_item_eat behavior
- Removed the sound on_item_eat call so that hunger's function will be called
2015-04-08 22:06: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
LeMagnesium
b494d7b990 Redirected register_food to re-define on_use function
- Pasted overwrite's function call
2015-04-08 17:14:37 +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
2c798c2426 Reformat the comments...
I compressed all the sounds of the server for they can take less room in
the repository. Some sounds were already compressed to maximum :

- ambience_modpack (20Mb -> 10 Mb)
- bobblocks  (56kb -> 51kb)
- builtin_item (37kb -> 8kb)
- christmas_craft (97kb -> 70kb)
- death_messsages (247kb -> 244kb)
- fail (98kb -> 64kb)
- hunger (15kb -> 12kb)
- intweak (10kb -> 8kb)
- item_drop (40kb -> 32kb)
- lavatemple (6kb -> 5kb)
- mobs (1,1Mb -> 957kb)
- multitest (6kb -> 5kb)
- returnmirror (26,3kb -> 25,9kb)
- throwing (73kb -> 66kb)
- tsm_pyramids (197kb -> 120kb)
- unified_inventory (282kb ->196kb)

I also renamed the sound "Best Cardinal Bird" into "Best_Cardinal_Bird"
(ambience_modpack)
2015-04-08 16:42:47 +02:00
Quentin BUISSON-DEBON
00275ff1c5 Revert "Comments of Obani for the audio update"
This reverts commit 9259259759.
2015-04-08 16:37:10 +02:00
Quentin BUISSON-DEBON
9259259759 Comments of Obani for the audio update
I compressed all the sounds of the server for they can take less room in
the repository. Some sounds were already compressed to maximum :
-
ambience_modpack (20Mb -> 10 Mb)
- bobblocks  (56kb -> 51kb)
-
builtin_item (37kb -> 8kb)
- christmas_craft (97kb -> 70kb)
-
death_messsages (247kb -> 244kb)
- fail (98kb -> 64kb)
- hunger (15kb ->
12kb)
- intweak (10kb -> 8kb)
- item_drop (40kb -> 32kb)
- lavatemple
(6kb -> 5kb)
- mobs (1,1Mb -> 957kb)
- multitest (6kb -> 5kb)
-
returnmirror (26,3kb -> 25,9kb)
- throwing (73kb -> 66kb)
- tsm_pyramids
(197kb -> 120kb)
- unified_inventory (282kb ->196kb)

I also renamed
the sound "Best Cardinal Bird" into "Best_Cardinal_Bird"
(ambience_modpack)

-> and update README
2015-04-08 16:36:53 +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
926ea585ce Splitted comments in fire mod to keep dungeon master behavior
- Fire placed by dungeon master and fire arrows will remove direct-connected
  nodes and will disappear
2015-04-07 20:57:42 +02:00
LeMagnesium
a93eed6950 Updated metatools
- Prevented crash when punching entity
2015-04-07 20:56:02 +02:00
Quentin BUISSON-DEBON
ca78720cc6 Undo "blabla test"
( supprime les modifications de la petite démonstration)
2015-04-07 17:17:01 +02:00
Ombridride
df3fa3b934 blabla test 2015-04-07 16:38:07 +02:00
Ombridride
f4696cf680 Merge branch 'master' of https://github.com/Ombridride/minetest-minetestforfun-server 2015-04-07 00:52:23 +02:00
Ombridride
ac4436668f Update Spreadsheet
(mobs section)
2015-04-07 00:51:03 +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
3f51e31c0d Removed rests of useless fire mod
- Removed ABMs that were still enabled, causing a bit of lag
- Removed spreading risk, and links between fire:basic_flame and the ABMs
  mentionned above
2015-04-05 00:40:25 +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