2005-02-21  Ashwin Bharambe  <ashu@cs.cmu.edu>

	* ChangeLog: om/ is far from compiling. i will make some changes
	to make it more compilable so as to save jeff some pain.

	wan-env/ contains the RealNet stuff now, while sim-env/ contains the
	tiny Simulator infrastructure. i almost want to expose some of the API
	through python (using SWIG) - would make writing simulator scripts very
	convenient.

	also added libasync's reference counted pointer classes in util/. Relevant
	files are refcnt.{h,cpp}, opnew.h and vatmpl.h. Moved Options.{h,cpp} to
	util/

	Makefile.v2 is how you should compile the whole thing at this moment. At
	some point soon (when om/ and other things start compiling), I will merge
	things back into the main Makefile.

	* ChangeLog: removed routing/ directory; removed bootstrap/ directory
	created tests/mercury, tests/realnet, sim-env/, wan-env/, apps/bootstrap,
	apps/sim-driver directories. the stage is now set for incorporating files
	from the new mercury folder -- the next commit should ideally be a compiling
	mercury version

2005-02-21  jeffpang  <jeffpang@everest.cmcl.cs.cmu.edu>

	* gameapi/impl/SimpleMissile.cpp, gameapi/impl/SimplePlayer.cpp: oops

	* gameapi/impl/SimpleWorld.h, gameapi/impl/WayPointManager.cpp,
	gameapi/impl/WayPointManager.h: New file.

	* Makefile, apps/testgame/test.cpp, gameapi/common.h,
	gameapi/impl/SimplePlayer.cpp, gameapi/impl/SimplePlayer.h,
	gameapi/impl/SimpleWorld.h, gameapi/impl/WayPointManager.cpp,
	gameapi/impl/WayPointManager.h: started waypoint stuff

2005-02-20  jeffpang  <jeffpang@everest.cmcl.cs.cmu.edu>

	* Makefile, apps/testgame/test.cpp, gameapi/GameManager.cpp,
	gameapi/GameManager.h, gameapi/impl/SimpleMissile.cpp,
	toprules.make: damn different versions of gcc

	* gameapi/common.h, gameapi/impl/EmptyWorld.cpp, util/types.h:
	doh, there is no real16, duh

	* toprules.make: changed some make rules to allow for c compiling

	* apps/testgame/schema_test.cfg: New file.

	* apps/testgame/schema_test.cfg: schema

2005-02-19  jeffpang  <jeffpang@everest.cmcl.cs.cmu.edu>

	* apps/testgame/test.cpp: int filter

	* gameapi/impl/SimpleInterestFactory.h: New file.

	* gameapi/GameInterestFactory.h, gameapi/GameManager.cpp,
	gameapi/GameManager.h, gameapi/GameObject.cpp,
	gameapi/GameObject.h, gameapi/GameStore.cpp,
	gameapi/impl/PredictiveInterestFilter.cpp,
	gameapi/impl/PredictiveInterestFilter.h,
	gameapi/impl/SimpleGame.cpp, gameapi/impl/SimpleGame.h,
	gameapi/impl/SimpleInterestFactory.h,
	gameapi/impl/SimpleMissile.cpp, gameapi/impl/SimpleMissile.h,
	gameapi/impl/SimpleMovable.cpp, gameapi/impl/SimplePlayer.h:
	finished pred interest filter

2005-02-18  Ashwin Bharambe  <ashu@cs.cmu.edu>

	* sanitize.pl: sort of test commit to the REORG branch

2005-02-18  Ashwin Bharambe  <ashu@cs.cmu.edu>

	* all.cpp/all.h: a huge re-organization of the code...

