42 Commits

Author SHA1 Message Date
sapier
b26170e64e Fix startup and registration messages 2014-08-24 23:03:02 +02:00
sapier
14c3c444f5 Add support for temporary applying a texture modifier on hit
Further improvements to get models with broken orientations really work
Make follow movegen place mob slightly above target position
2014-08-24 18:42:40 +02:00
sapier
63bdd9dd46 Fix documentation 2014-08-07 19:41:06 +02:00
sapier
33bf2d2f5b Fix issue mgen_probab not moving mobs having jumped up a level 2014-07-12 20:17:01 +02:00
sapier
41789b71be Improve mgen_probab drop prevention
Code cleanup
2014-07-12 18:56:05 +02:00
sapier
640e026ec4 Reduce another warning level 2014-02-02 16:19:35 +01:00
sapier
c360af3e0d Reduce verbosity level of some noisy messages 2014-01-09 14:10:03 +01:00
sapier
9ab4cccbce Debug log and whitespace fixes 2013-11-28 08:51:52 +01:00
sapier
ec83d69a73 Improve "stop_and_go" movement pattern 2013-11-28 08:51:00 +01:00
sapier
57135e8654 Fix runnaway fixup resulting mob in reverting direction
Fix ground bound mob predicted pos beeing evaluated wrong
Fix mobs not starting to move immediatly once movement state is entered
2013-11-28 08:46:36 +01:00
sapier
e65799874f Replace strange algorithm to prefere "forward" direction by gaussian calculation
Whiltespace fixes
2013-11-27 22:12:31 +01:00
sapier
0ec590b5b9 Replace old pos_is_ok by pos_quality for height level control
Add short quality dump function
Whitespace fixes
2013-11-27 22:10:21 +01:00
sapier
ec9f3888c9 Add a lot of debug information for (possible) error cases 2013-11-23 14:14:30 +01:00
sapier
c6e5128a84 Add new swim movement pattern
Cleanup useless comments in patterns
2013-10-03 19:45:13 +02:00
sapier
76c3f4f6d3 Use collisionbox on error relocation and stop mob 2013-08-27 20:59:54 +02:00
sapier
3f8698f09f Add handling for mobs on wrong surface 2013-08-19 19:15:50 +02:00
sapier
e3c01ff54f whitespace fixes 2013-08-18 18:59:58 +02:00
sapier
0e7a8c1d26 Add advanced direction changeing mechanism
Fix slow mob causing random movement changes way to often
2013-08-18 00:43:43 +02:00
sapier
f629038515 Fix silly typo 2013-08-17 14:04:04 +02:00
sapier
b342399f0d Switch function to find new acceleration to detailed pos state 2013-08-17 14:00:48 +02:00
sapier
0671f6dbd9 Fix some debug output 2013-08-17 11:50:47 +02:00
sapier
5d48fbcfee Removed env reference
Added support for animation speed changing (requires core patch)
2013-05-26 13:35:33 +02:00
sapier
9656dd955e first try last known good position as fix for within solid block 2013-04-21 01:24:25 +02:00
sapier
52a8fc9473 add set_target to specify movement gen target
returns true/false if successfully set
2013-04-14 18:12:33 +02:00
sapier
7e4f0246e9 fix comment 2013-04-04 22:17:46 +02:00
sapier
8ade0ede5f fix crash on checking unknown nodes (e.g. due to missing mods) 2013-03-19 20:26:17 +00:00
sapier
e1e2b2f925 adjust line lenght to 80 char limit 2013-01-31 19:52:27 +00:00
sapier
ba706bb34e Documentation fixes for 2.0.0 2013-01-27 18:07:02 +00:00
sapier
c9255be5a4 Animals Modpack 1.9.15
-whitespace and comment corrections
-add remove mob reason logging support
-improve startup messages of mods
2013-01-27 02:01:56 +00:00
sapier
094f2822c0 Updates for 1.9.14
-fix crash when trying to access empty movgen
-fix old default movgen definition was still used instead of default state
 movgen in state change handling
-fixed deer model flying when lying
-fix crash in changestate
-fixed bug mobs disapearing as soon as attacking if spawned in slightly wrong
 positions
-fixed boombomb and npc to use current api
-added big_red mesh
-fixed big_red not being agressive
-fixed wolf missing combat movegen
-added backtrace support
2013-01-25 23:07:21 +00:00
sapier
34381b1cba -fixed punch mob not pushing back animals correctly
-fixed mobs don't respawn within torch ...
-fixed crash on show npc inventory due to changed api
-fixed drop avoidance not working if dropping to water (due to another fix)
-improve house spawning
2013-01-09 00:13:57 +00:00
sapier
8e08bb080a Animals Modpack 1.9.11
-added calf mesh
-added rat mesh
-replaced .x meshes by .b3d meshes
-fixed bug 3d inventory mob not facing player correctly
-fixed crash in random drop handling with incorrect dynamic_data
-mobs will face player on combat now
-improved follow behaviour (you can't get away that easy anymore)
-reduced damage done by mobs
2013-01-06 02:06:04 +00:00
sapier
14f8a7d6bf Animals Modpack 1.9.10
-fixed group support for mobs
-fixed sun damage handler resetting animation to "stand"
-fix orientation not updated correct for mobs following new default state schema
-fixed bug 2d sprites not shown correctly
-fixed doku
-added support for upright sprites
-added 3d mesh model for dm
-added 3d mesh models for chicken
-added sounds for some mod
-added license information
-added support for mobf without fire mod
-added non inventory_plus settings gui (requres core patch)
-replaced custom debug chatcommand handlers by official minetest ones
2013-01-04 23:49:58 +00:00
sapier
1df4717259 Animals Modpack 1.9.7
-fixed bug big_willow spawner not enabled
-fixed bug steer not using big_willow spawner
-make mobs more smart in avoiding dropping
-make mobs more smart in avoiding falling into water
2012-12-31 04:36:27 +00:00
sapier
111cb50a12 Animals Modpack 1.9.5
-fixed height level controling for fish and gulls (has been brocken for ages)
-added spawner based spawning for any abm based spawning
-"default" state is now mandatory for any mob!
2012-12-30 01:03:09 +00:00
sapier
f07ecf4ad8 Updated to version 1.9.4
-fixed sounds
-added jordan4ibanez mov_gen
2012-12-28 02:03:10 +00:00
sapier
9c9aae30d2 Updated to 1.9.3
-added lots of security checks to callback handlers
-added new tracing facilitys mobf_core and mobf_core_helper
-fixed additional bugs in entity replacement code of state changer
-fixed bug mobf crashing on no good position beeing known for mob when needed
2012-12-27 15:50:33 +00:00
sapier
52e5944913 update to version 1.9.2
-removed wielditem steer and cow textures
-added mesh based 3d models for cow
-added workaround for lost dynamic data on saving of permanent data
-don't drown mobs but move to last known good position
2012-12-27 05:17:42 +00:00
sapier
10fd0ff99a -increased spawn rates of wolf
-drop correct meat
-add support for multiple drops
-fix lots of bugs in state change handling
-add animation support
-added experimental mob npc to demonstrate animation handling
2012-12-26 11:53:44 +00:00
Sapier
c32edcf18a Update to version 1.9.0 2012-12-25 18:18:38 +00:00
sapier
b9e71ba242 updated to 1.4.6 2012-09-26 22:00:00 +02:00
sapier
c79367b3e6 Animals Modpack 1.4.5 2012-09-19 23:30:14 +02:00