34 Commits 70d2f6399d ... 40d1dadb19

Author SHA1 Message Date
  Alexander Weber 40d1dadb19 moved mob_expire to mob_class 5 years ago
  Alexander Weber 817925cf15 misc OO adjustments 5 years ago
  Alexander Weber a3fddef6e9 moved falling to mob_class 5 years ago
  Alexander Weber d9393ad27d moved do_states to mob_class 5 years ago
  Alexander Weber 991845defb moved dogswitch to mob_class 5 years ago
  Alexander Weber 0f713de261 moved follow_flop to mob_class 5 years ago
  Alexander Weber 0612409b26 moved runaway_from to mob_class 5 years ago
  Alexander Weber dc42c36684 moved general_attack to mob_class 5 years ago
  Alexander Weber b81d864358 moved smart_mobs to mob_class 5 years ago
  Alexander Weber ba01f7a241 moved day_docile to mob_class 5 years ago
  Alexander Weber d238e6ee09 moved replace to mob_class 5 years ago
  Alexander Weber 45f251fe42 moved breed to mob_class 5 years ago
  Alexander Weber 3b7bf07a67 move follow_holding to mob_class 5 years ago
  Alexander Weber 937ff998b8 moved do_jump to mob_class 5 years ago
  Alexander Weber 14a0305839 moved do_env_damage to mob_class 5 years ago
  Alexander Weber 6a3fae6819 moved is_at_cliff to mob_class 5 years ago
  Alexander Weber 2b00f8caa6 moved check_for_death to mob_class 5 years ago
  Alexander Weber 4370c94619 moved item_drop to mob_class 5 years ago
  Alexander Weber 7164367c59 moved update_tag to mob_class 5 years ago
  Alexander Weber db3d79eef9 moved flight_check to mob_class 5 years ago
  Alexander Weber b74dda0a76 moved line_of_sight to mob_class 5 years ago
  Alexander Weber b9dfca5930 moved set_animation to mob_class 5 years ago
  Alexander Weber a7524d6d69 moved set_jaw to mob_class 5 years ago
  Alexander Weber 439e18b69a moved get_velocity to mob_class 5 years ago
  Alexander Weber 36123b4f75 moved set_velocity to mob_class 5 years ago
  Alexander Weber c4600df873 move collision to mob_class 5 years ago
  Alexander Weber e4b28d9ea8 moved do_attack to mob_class 5 years ago
  Alexander Weber 7bbc9853dc moved mob_sound to mob_class 5 years ago
  Alexander Weber dc360dd895 move get_staticdata/mob_staticdata to mob_class 5 years ago
  Alexander Weber c6dfb8973e moved mob_activate to mob_class 5 years ago
  Alexander Weber 15adbb571b moved on_punch to mob_class 5 years ago
  Alexander Weber 5e0f1fc39a moved do_tnt/on_blast to mob_class 5 years ago
  Alexander Weber 26b3b38e60 move on_step/mob_step to mob_class 5 years ago
  Alexander Weber 3ddda1d74f introduce mob_class 5 years ago
1 changed files with 178 additions and 184 deletions
  1. 178 184
      api.lua

File diff suppressed because it is too large
+ 178 - 184
api.lua