]> jfr.im git - irc/gameservirc.git/commit
Made FilePlayerDAO::Insert() only append a line instead of writing the whole file...
authorkainazzzo <redacted>
Sat, 12 Sep 2009 17:41:41 +0000 (17:41 +0000)
committerkainazzzo <redacted>
Sat, 12 Sep 2009 17:41:41 +0000 (17:41 +0000)
commiteec695cf5383af12e333e493508fa51e22932690
tree516a3873fe135863b8e7ddbc31d41f355527783d
parent90afb050bbec79f20e96e8d2e859eb2e258699e4
Made FilePlayerDAO::Insert() only append a line instead of writing the whole file again for less I/O
Made FilePlayerDAO::Update() write the cache
Added a bunch of TODO lines, which should signify the rest of the necessary work on the player portion of libgameservgldl

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@515 bc333340-6410-0410-a689-9d09f3c113fa
gameserv-2.0/libgameservgldl/include/GameServ/GameLayer/GameObjects/PlayerGO.h
gameserv-2.0/libgameservgldl/src/DataLayer/File/FilePlayerDAO.cpp