Commit graph

10 commits

Author SHA1 Message Date
Al Riddoch
c98d06fabb 2007-05-30 Al Riddoch <alriddoch@zepler.org>
* scripts/Info.plist: Correct the syntax.
2007-05-31 03:09:48 +00:00
Al Riddoch
b554571606 2007-05-28 Al Riddoch <alriddoch@zepler.org>
* scripts/Info.plist: Add package list spec.

	* scripts/gen_mac_app.sh: Use pre-created package list rather than
	  trying to generate it on the fly.
2007-05-29 00:36:53 +00:00
Al Riddoch
56b7ab64b8 2007-05-28 Al Riddoch <alriddoch@zepler.org>
* scripts/gen_mac_app.sh: Script to configure cyphesis in a way
2007-05-28 10:12:00 +00:00
Al Riddoch
7512de5046 2007-05-01 Al Riddoch <alriddoch@zepler.org>
* common/globals.cpp: Add version and help options to the usage
	  information.
2007-05-02 00:14:38 +00:00
Al Riddoch
5ea10f9ded 2007-02-17 Al Riddoch <alriddoch@zepler.org>
* scripts/cyphesis-setup.sh: Add new untested script that automates
	  setting up a database account for cyphesis.

	* Makefile.am: Add a message to the end of the install output
	  informing that the setup script needs to be run to sort out
	  the database access.
2007-02-17 20:16:28 +00:00
Al Riddoch
adedf138f4 2006-12-27 Al Riddoch <alriddoch@zepler.org>
* common/const.h: Add declaration for buildid, an incrementing
	  build number to give finer version tracking of development code.

	* server/ServerRouting.cpp: Add buildid to the server status
	  made available to all clients. Fix entity count in server status
	  as it wasn't fully added in the last change.

	* server/Makefile.am, scripts/gen_buildid.py: Implement buildid
	  by pulling the RCS revision number out of ChangeLog from its
	  embedded RCS $Id$ entry.
2006-12-27 10:49:05 +00:00
Al Riddoch
23ec5d757a 2006-12-27 Al Riddoch <alriddoch@zepler.org>
* common/const.cpp: Remove build time and date, because they almost
	  never get updated here.

	* scripts/gen_buildid.py: New script to generate a source file
	  to note the build time and date.

	* server/Makefile.am: Create a new file that depends on all server
	  sources that contains the build time and data, and will contain
	  the build number.

	* server/ServerRouting.cpp: Add number of entities in the world
	  to the server info.
2006-12-27 01:11:57 +00:00
Al Riddoch
09bbd448af 2006-08-02 Al Riddoch <alriddoch@zepler.org>
* scripts/compile_python.py: Add a new script which compiles python
	  files.

	* cyphesis.spec.in: Modify spec to compile installed python
	  scripts, and remove original source for runtime performance
	  and compact package size.
2006-08-02 13:50:05 +00:00
Al Riddoch
ca2d0cc5e5 2005-09-12 Al Riddoch <alriddoch@zepler.org>
* common/Add.h, common/Burn.h, common/Chop.h, common/Connect.h,
	  common/Cut.h, common/Delve.h, common/Dig.h, common/Eat.h,
	  common/Monitor.h, common/Mow.h, common/Nourish.h, common/Setup.h,
	  common/Tick.h, common/Unseen.h, common/Update.h,
	* common/operations.cpp, scripts/gen_op.py:
	  Try a new much simpler way of handling custom ops.

	* common/CustomOp.cpp, common/CustomOp.h, common/CustomOp_impl.h:
	  Remove obsolete old template for custom ops.

	* common/custom.cpp: Install factories in a different way for all
	  the custom op types.
2005-09-12 00:31:15 +00:00
Al Riddoch
736bf3ac49 2005-08-28 Al Riddoch <alriddoch@zepler.org>
* scripts/gen_op.py: Script to generate operation class headers.

	* common/Connect.h, common/Monitor.h: New op classes added during
	  port.
2005-08-27 23:26:56 +00:00