From c2b43f33da1461939df43657752ffd3651933b6e Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 31 Oct 2011 21:30:14 +0000 Subject: Player data is saved and loaded as human readable JSON now. cFileFormatUpdate will loop through old files and convert them to new files (should replace legacy old format loading code) cItem has two new functions to load from Json and output Json, this will keep the items in Json standard ChestEntity and FurnaceEntity use the new functions in cItem git-svn-id: http://mc-server.googlecode.com/svn/trunk@35 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 5 ++++- VC2010/MCServer.vcxproj.filters | 14 +++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 2c428a718..66ed07b48 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -234,6 +234,7 @@ + @@ -242,6 +243,7 @@ + @@ -358,6 +360,7 @@ + @@ -515,4 +518,4 @@ - + \ No newline at end of file diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 55edac971..2e0ec8324 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -367,6 +367,9 @@ {e4620b72-4739-4233-b326-47d4b5ca23d2} + + {c9b053f2-89dd-475e-a889-5c25a20e6eec} + @@ -733,6 +736,12 @@ cEntity\cPawn\cMonster\cZombiepigman + + cFileFormatUpdater + + + cItem + @@ -1137,6 +1146,9 @@ cEntity\cPawn\cMonster\cZombiepigman + + cFileFormatUpdater + @@ -1147,4 +1159,4 @@ - + \ No newline at end of file -- cgit v1.2.3