moved text input file to separate class (inputfile now serves only for binary i/o)
commitb7be0f8e229d76025c1887f61a5a66b3c022b50b
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 26 Oct 2017 05:54:46 +0000 (26 08:54 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 26 Oct 2017 05:54:46 +0000 (26 08:54 +0300)
treeae311a46e42889beb6183b236b2098b2227a39be
parentbb1b7128ac65f6397662e4018d88782697c2bf33
moved text input file to separate class (inputfile now serves only for binary i/o)
40 files changed:
src/felib/Jamfile
src/felib/config.cpp
src/felib/config.h
src/felib/femath.cpp
src/felib/femath.h
src/felib/feparse.cpp [copied from src/felib/fesave.cpp with 68% similarity]
src/felib/feparse.h [new file with mode: 0644]
src/felib/fesave.cpp
src/felib/fesave.h
src/felib/hscore.cpp
src/game/actset.cpp
src/game/areaset.cpp
src/game/bodypart.h
src/game/char.cpp
src/game/char.h
src/game/charset.cpp
src/game/charsset.cpp
src/game/command.cpp
src/game/database.cpp
src/game/database.h
src/game/dataset.cpp
src/game/dungeon.cpp
src/game/game.cpp
src/game/game.h
src/game/godset.cpp
src/game/iconf.cpp
src/game/igraph.cpp
src/game/itemset.cpp
src/game/levelset.cpp
src/game/lsquare.cpp
src/game/materset.cpp
src/game/message.cpp
src/game/object.cpp
src/game/proto.h
src/game/roomset.cpp
src/game/script.cpp
src/game/script.h
src/game/slotset.cpp
src/game/wmapset.cpp
src/game/wskill.cpp