human-like creatures separation
commit46c6ac86236f4e52c94b963b6cf73c39437222f9
authorketmar <ketmar@ketmar.no-ip.org>
Sun, 20 May 2012 19:51:59 +0000 (20 22:51 +0300)
committerketmar <ketmar@ketmar.no-ip.org>
Sun, 20 May 2012 19:51:59 +0000 (20 22:51 +0300)
treefd064162ff2e340465cbb9833d1bc5a3ab0d25e4
parent10071c4a410fb6d8596b5e7a66c5ff10c7139d86
human-like creatures separation
67 files changed:
src/game/char.cpp
src/game/human.cpp
src/game/human.h
src/game/humans/0list.cpp [new file with mode: 0644]
src/game/humans/angel_archangel.cpp [new file with mode: 0644]
src/game/humans/angel_insudo.cpp [new file with mode: 0644]
src/game/humans/character_humanoid.cpp [new file with mode: 0644]
src/game/humans/genie_reaper.cpp [new file with mode: 0644]
src/game/humans/humanoid_alchemist.cpp [new file with mode: 0644]
src/game/humans/humanoid_angel.cpp [new file with mode: 0644]
src/game/humans/humanoid_assassin.cpp [new file with mode: 0644]
src/game/humans/humanoid_axethrowerdwarf.cpp [new file with mode: 0644]
src/game/humans/humanoid_bananagrower.cpp [new file with mode: 0644]
src/game/humans/humanoid_bum.cpp [new file with mode: 0644]
src/game/humans/humanoid_communist.cpp [new file with mode: 0644]
src/game/humans/humanoid_cossack.cpp [new file with mode: 0644]
src/game/humans/humanoid_darkknight.cpp [new file with mode: 0644]
src/game/humans/humanoid_darkmage.cpp [new file with mode: 0644]
src/game/humans/humanoid_denim.cpp [new file with mode: 0644]
src/game/humans/humanoid_doctor.cpp [new file with mode: 0644]
src/game/humans/humanoid_elder.cpp [new file with mode: 0644]
src/game/humans/humanoid_encourager.cpp [new file with mode: 0644]
src/game/humans/humanoid_ennerbeast.cpp [new file with mode: 0644]
src/game/humans/humanoid_farmer.cpp [new file with mode: 0644]
src/game/humans/humanoid_femaleslave.cpp [new file with mode: 0644]
src/game/humans/humanoid_genie.cpp [new file with mode: 0644]
src/game/humans/humanoid_gibberling.cpp [new file with mode: 0644]
src/game/humans/humanoid_goblin.cpp [new file with mode: 0644]
src/game/humans/humanoid_golem.cpp [new file with mode: 0644]
src/game/humans/humanoid_guard.cpp [new file with mode: 0644]
src/game/humans/humanoid_housewife.cpp [new file with mode: 0644]
src/game/humans/humanoid_hunter.cpp [new file with mode: 0644]
src/game/humans/humanoid_imp.cpp [new file with mode: 0644]
src/game/humans/humanoid_imperialist.cpp [new file with mode: 0644]
src/game/humans/humanoid_kamikazedwarf.cpp [new file with mode: 0644]
src/game/humans/humanoid_kobold.cpp [new file with mode: 0644]
src/game/humans/humanoid_librarian.cpp [new file with mode: 0644]
src/game/humans/humanoid_mistress.cpp [new file with mode: 0644]
src/game/humans/humanoid_mysteryman.cpp [new file with mode: 0644]
src/game/humans/humanoid_necromancer.cpp [new file with mode: 0644]
src/game/humans/humanoid_orc.cpp [new file with mode: 0644]
src/game/humans/humanoid_oree.cpp [new file with mode: 0644]
src/game/humans/humanoid_petrus.cpp [new file with mode: 0644]
src/game/humans/humanoid_petrusswife.cpp [new file with mode: 0644]
src/game/humans/humanoid_playerkind.cpp [new file with mode: 0644]
src/game/humans/humanoid_priest.cpp [new file with mode: 0644]
src/game/humans/humanoid_punisher.cpp [new file with mode: 0644]
src/game/humans/humanoid_raven.cpp [new file with mode: 0644]
src/game/humans/humanoid_rogue.cpp [new file with mode: 0644]
src/game/humans/humanoid_shaman.cpp [new file with mode: 0644]
src/game/humans/humanoid_shopkeeper.cpp [new file with mode: 0644]
src/game/humans/humanoid_siren.cpp [new file with mode: 0644]
src/game/humans/humanoid_skeleton.cpp [new file with mode: 0644]
src/game/humans/humanoid_smith.cpp [new file with mode: 0644]
src/game/humans/humanoid_sumowrestler.cpp [new file with mode: 0644]
src/game/humans/humanoid_tailor.cpp [new file with mode: 0644]
src/game/humans/humanoid_tourist.cpp [new file with mode: 0644]
src/game/humans/humanoid_vampire.cpp [new file with mode: 0644]
src/game/humans/humanoid_vulcan.cpp [new file with mode: 0644]
src/game/humans/humanoid_warlock.cpp [new file with mode: 0644]
src/game/humans/humanoid_werewolfhuman.cpp [new file with mode: 0644]
src/game/humans/humanoid_werewolfwolf.cpp [new file with mode: 0644]
src/game/humans/humanoid_wisefarmer.cpp [new file with mode: 0644]
src/game/humans/humanoid_zombie.cpp [new file with mode: 0644]
src/game/humans/kamikazedwarf_veterankamikazedwarf.cpp [new file with mode: 0644]
src/game/humans/playerkind_slave.cpp [new file with mode: 0644]
src/game/humans/priest_exiledpriest.cpp [new file with mode: 0644]