finished adding content from CLIVAN; not tested yet
commit33ef74cbcbbd7e140bbf242471d602f47d9c4c92
authorketmar <ketmar@ketmar.no-ip.org>
Mon, 21 May 2012 03:04:56 +0000 (21 06:04 +0300)
committerketmar <ketmar@ketmar.no-ip.org>
Mon, 21 May 2012 03:04:56 +0000 (21 06:04 +0300)
tree39613708954250bbbf9320df4c3d5ec3274e9cc9
parente47b07a1120d0f773d2e1abc10e16706ad7620a6
finished adding content from CLIVAN; not tested yet
53 files changed:
Script/char.dat
Script/char_10.dat
Script/char_11.dat
Script/char_13.dat
Script/char_14.dat
Script/define.dat
Script/dungeon.dat
Script/dungeons/darkforest.dat [new file with mode: 0644]
Script/dungeons/dragontower.dat [new file with mode: 0644]
Script/dungeons/mondedr.dat
Script/dungeons/muntuo.dat
Script/dungeons/xinrochtomb.dat [new file with mode: 0644]
Script/item_11.dat
src/game/char.cpp
src/game/char.h
src/game/confdef.h
src/game/game.cpp
src/game/game.h
src/game/gears/meleeweapon_taiaha.cpp
src/game/humans/humanoid_UTFAOfficial.cpp [new file with mode: 0644]
src/game/humans/humanoid_ennerbeast.cpp
src/game/humans/humanoid_forestman.cpp [new file with mode: 0644]
src/game/humans/humanoid_kabouter.cpp [new file with mode: 0644]
src/game/humans/humanoid_morbe.cpp [new file with mode: 0644]
src/game/humans/humanoid_regii.cpp [new file with mode: 0644]
src/game/humans/humanoid_uldra.cpp [new file with mode: 0644]
src/game/item.cpp
src/game/item.h
src/game/items/0list.cpp
src/game/items/holybook_celestialmonograph.cpp
src/game/items/item_holymango.cpp [new file with mode: 0644]
src/game/items/item_locationmap.cpp [new file with mode: 0644]
src/game/items/item_mango.cpp
src/game/items/locationmap_maptotombofxinroch.cpp [new file with mode: 0644]
src/game/items/materialcontainer_can.cpp
src/game/items/materialcontainer_cauldron.cpp [new file with mode: 0644]
src/game/items/materialcontainer_kleinbottle.cpp [new file with mode: 0644]
src/game/items/scroll_scrolloffireballs.cpp [new file with mode: 0644]
src/game/nonhumans/0list.cpp
src/game/nonhumans/canine_firefox.cpp [new file with mode: 0644]
src/game/nonhumans/largecreature_anvitas.cpp [new file with mode: 0644]
src/game/nonhumans/largecreature_genefourxvesana.cpp [new file with mode: 0644]
src/game/nonhumans/largecreature_haastseagle.cpp [new file with mode: 0644]
src/game/nonhumans/nonhumanoid_bluedragon.cpp [new file with mode: 0644]
src/game/nonhumans/nonhumanoid_fruitbat.cpp [new file with mode: 0644]
src/game/nonhumans/nonhumanoid_okapi.cpp [copied from src/game/items/item_mango.cpp with 51% similarity]
src/game/nonhumans/nonhumanoid_reddragon.cpp [new file with mode: 0644]
src/game/nonhumans/nonhumanoid_thunderbird.cpp [new file with mode: 0644]
src/game/worldmap.cpp
src/game/wterrains/owterrains/0list.cpp
src/game/wterrains/owterrains/owterrain_darkforest.cpp [new file with mode: 0644]
src/game/wterrains/owterrains/owterrain_dragontower.cpp [new file with mode: 0644]
src/game/wterrains/owterrains/owterrain_xinrochtomb.cpp [new file with mode: 0644]