311 Commits

Author SHA1 Message Date
sapier
9b9f3ce728 Fix surface check not returning sane values if mob doesn't specify a preferred env 2013-11-28 08:44:27 +01:00
sapier
59e8c4fb6e Improve right click debug info 2013-11-28 08:43:55 +01:00
sapier
9122884385 Improved function tracing
Lots of whitespace fixes
2013-11-27 22:17:54 +01:00
sapier
70e5beced9 Make callback statistics trace functions not facilities 2013-11-27 22:14:14 +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
39890570ef Fix invalid assertion
Remove time traces used at another location now
2013-11-27 19:39:10 +01:00
sapier
82790606c9 Fix missing min/max depth check in get water pos 2013-11-25 20:48:07 +01:00
sapier
ff84f1ebb9 Add workaround for broken core line of sight 2013-11-25 18:42:15 +01:00
sapier
4d458ff3c8 Update readme 2013-11-24 16:10:51 +01:00
sapier
f98020d6b5 Add deep water spawner 2013-11-24 15:37:05 +01:00
sapier
e058deb494 Lots of whitespace and debug log fixes 2013-11-24 15:36:15 +01:00
sapier
a2c2bcc7b6 Enable delayed spawning by default
Fix additional deserialize uninitialized values warnings
Add default configuration
2013-11-24 14:28:01 +01:00
sapier
ec9f3888c9 Add a lot of debug information for (possible) error cases 2013-11-23 14:14:30 +01:00
sapier
635e0e459e Avoid deserialization error message on non initialized path and mob preserve data 2013-11-23 14:03:08 +01:00
sapier
9b7af31dc9 Whitespace fixes only 2013-11-23 14:00:40 +01:00
sapier
06f4afa269 Add additional asserts for invalid data 2013-11-23 13:58:32 +01:00
sapier
672353c1f0 Improve settings format to be more human readable 2013-11-23 13:57:58 +01:00
sapier
3b1e959733 Fix various bugs due to changed spawnfunc signature 2013-11-13 22:07:24 +01:00
sapier
e18ae0c3f8 Add flee movegen making mobs run away 2013-11-10 16:03:16 +01:00
sapier
c86e8f176c Fix wrong description of get_accel_to 2013-11-10 16:02:19 +01:00
sapier
58a42cc16b Fix invalid usage of mob_state.get_state_by_name 2013-11-10 16:01:46 +01:00
sapier
121a3bbf20 Remove additional debug output 2013-11-10 13:27:45 +01:00
sapier
dd3c1daefd Fix shallow water spawner 2013-11-10 13:18:56 +01:00
sapier
991b7c9b4c Fix another crash in same origin policy handling 2013-11-01 21:55:28 +01:00
sapier
ef87bc3bea Fix crash without factions mod installed 2013-10-30 22:13:14 +01:00
sapier
88114c6cf7 Fix crash due to usage of old mod_name variable which doesn't exist anymore 2013-10-18 19:22:10 +02:00
sapier
d83e114aea use text lists in pathmanager instead of buttons and labels 2013-10-18 18:57:37 +02:00
sapier
e6be166832 update readme 2013-10-18 18:56:05 +02:00
sapier
7a67f11522 Disabled lots of debug output in hunger subsystem 2013-10-16 18:17:14 +02:00
sapier
9f9a5ba52e Add missing pieces for blue_white fish to swim to bobber 2013-10-15 22:52:32 +02:00
sapier
8b2d47d95f Add support for preserving food in hungry mode 2013-10-08 20:09:35 +02:00
sapier
860e024106 Mgen none special handling for flying mobs 2013-10-03 19:47:26 +02:00
sapier
52ab587e42 Add functions for 3d direction calculation 2013-10-03 19:46:44 +02:00
sapier
6f3216de0e Add 3d mode for get_accel_to function 2013-10-03 19:46:18 +02:00
sapier
c6e5128a84 Add new swim movement pattern
Cleanup useless comments in patterns
2013-10-03 19:45:13 +02:00
sapier
abb692a8dd Add follow support for flying mobs 2013-10-03 19:44:25 +02:00
sapier
bf73e7dc53 Improove position good check for flying mobs
Add deep_water environment
2013-10-03 19:43:04 +02:00
sapier
4d532b062e add new template for flying mobs position good check 2013-10-03 19:42:16 +02:00
sapier
40964a6b4c Merge branch 'master' into mobf_2_3_dev
Conflicts:
	mobf/README
2013-10-02 21:35:19 +02:00
sapier
d0d3a274fb update version information 2013-09-23 19:31:22 +02:00
sapier
3b8782fe83 Fix crash in plasma- and fireball damage handling 2013-09-23 19:31:04 +02:00
sapier
9a89568e75 Fix typo in environment definition 2013-09-23 18:46:00 +02:00
sapier
d83272ff5f Replace old state mechanism by new position quality handling 2013-09-21 11:44:08 +02:00
sapier
2f8a721de9 Fix crash due to state handling change in fighting submodule 2013-09-19 22:42:57 +02:00
sapier
b802aac866 update README file 2013-09-19 00:09:04 +02:00
sapier
fe79b3d02a disable worientation update done by core now
disable invalid trace message
2013-09-19 00:03:12 +02:00
sapier
e32b8a5640 fix leave state callback called if switching to same state but shouldn't
add use stepheight 1 for movement caused by hunger state
2013-09-19 00:01:13 +02:00
sapier
486f75cd4a fix direction calculation function resulting in wrong values 2013-09-19 00:00:47 +02:00
sapier
0087e2f870 Fix crash in rightclick debug handler due to new state data
Fix adding of pathmarkers
Add parameter to disable detailed position state in rightclick debug handler
2013-09-18 19:50:40 +02:00