Commit graph

32 commits

Author SHA1 Message Date
Erik Ogenvik
bc7136eabf Added man pages for "cydb" and "cypython". 2014-04-17 22:38:25 +02:00
Erik Ogenvik
9f1fc0b082 Added missing man-pages. 2013-11-19 21:52:42 +01:00
Erik Ogenvik
2dca4949ed Created "deeds" ruleset and made it default.
It's currently a copy of the Mason ruleset.
Where Mason focuses on letting the users create the world themselves,
Deeds instead focuses on allowing world authors to set up enticing
worlds with gameplay and stories. In contrast to Mason there are more
features available to the world authors which allow for automatic
creation of entities and so on.
2013-11-15 21:14:47 +01:00
Erik Ogenvik
df1e43f2ca Updated manpages. 2013-11-14 23:08:07 +01:00
Alistair Riddoch
8ba714d85a Remove obsolete config 2010-12-10 00:51:04 +00:00
Alistair Riddoch
482a1f96f4 Update generated man pages. 2010-11-18 16:54:45 +00:00
Manohar Vanga
174e9ab118 Added documentation to common/globals.cpp and man/cyphesis.sgml 2010-08-17 11:58:21 +05:30
Alistair Riddoch
534ed33c15 Fix documentation of "get" and "query" commands. 2009-12-28 15:08:13 +00:00
Alistair Riddoch
bad2c27824 Update cycmd documentation. 2009-12-28 12:40:54 +00:00
Alistair Riddoch
b25d743fbc Remove all the cvsignore files. 2009-03-20 01:54:35 +00:00
Al Riddoch
9dc9a78f09 2007-11-02 Al Riddoch <alriddoch@zepler.org>
* man/Makefile.am: Remove the man pages on maintainer-clean, so they
	  can be re-created in a maintainer rebuild.
2007-11-02 02:54:11 +00:00
Al Riddoch
c50711ed28 Add new files missed in previous commit 2006-10-24 16:17:39 +00:00
Al Riddoch
e879f341f9 2006-10-24 Al Riddoch <alriddoch@zepler.org>
* man/Makefile.am: Add rules to create man pages for every command,
	  which refer to the combined pages for all commands.

	* man/cyaddrules.1, man/cyconvertrules.1, man/cydumprules.1,
	  man/cyloadrules.1, man/cypasswd.1: Generate new pages as described
	  above.

	* man/cycmd.sgml: Fix argument name in cycmd man page.

	* man/cyclient.1, man/cycmd.1, man/cycmd.sgml, man/cyphesis-tools.1,
	  man/cyphesis.1: Re-generate existing man pages.

	* common/PropertyFactory.h, common/PropertyFactory_impl.h: Pass in
	  pointer to the entity when creating a new property using the
	  factory.

	* server/CorePropertyManager.cpp: Make sure the entity pointer is
	  passed to the property factory as required.
2006-10-23 23:38:41 +00:00
Al Riddoch
a4d83ef336 2005-12-05 Al Riddoch <alriddoch@zepler.org>
* man/cyclient.1, man/cycmd.1, man/cyphesis-tools.1, man/cyphesis.1:
	  Commit generated manpages, as they cause problems for people with
	  older docbook installed.
2005-12-06 00:51:24 +00:00
Al Riddoch
9e293e14bb 2005-10-16 Al Riddoch <alriddoch@zepler.org>
* man/cyphesis-tools.sgml, man/cyphesis.sgml: Fix some typos on
	  the man pages.
2005-10-16 20:37:23 +00:00
Al Riddoch
86bb7e99a9 2005-06-01 Al Riddoch <alriddoch@zepler.org>
* man/cyphesis-tools.sgml: Add documentation for cyaddrules.
2005-06-01 11:02:39 +00:00
Al Riddoch
da5b9c4551 2005-05-14 Al Riddoch <alriddoch@zepler.org>
* tools/AdminClient.cpp, tools/AdminClient.h, tools/cyaddrules.cpp:
	  New tool to load new rules into a running server.

	* data/mason.xml, rulesets/mason/world/objects/tools/Rope.py:
	  Experimental type for a rope.

	* man/cyclient.sgml, man/cycmd.sgml, man/cyphesis-tools.sgml,
	  man/cyphesis.sgml: Add SEE ALSO sections to the man pages.

	* rulesets/Python_API.cpp: Clean up variable names.

	* server/Admin.cpp: Send an info response when types are
	  installed from the client.

	* tools/cyloadrules.cpp: Correct copyright dates.
2005-05-13 23:25:32 +00:00
Al Riddoch
308fedae50 2005-04-14 Al Riddoch <alriddoch@zepler.org>
* man/cyphesis-tools.sgml: Documet cydumprules.
2005-04-14 01:32:02 +00:00
Al Riddoch
d8673f5b31 2004-01-13 Al Riddoch <alriddoch@zepler.org>
* common/globals.cpp: Add a config setting for the var directory
	  as well as share and etc. Document all three in the man page.
2005-01-13 02:21:23 +00:00
Al Riddoch
a37be9c579 2004-12-15 Al Riddoch <alriddoch@zepler.org>
* server/CommListener.cpp, server/CommListener.h: Add a virtual
	  create method, so it can be overriden to make different kinds
	  of listener.

	* server/Peer.cpp, server/Peer.h: New class representing connections
	  to peer servers.

	* server/CommPeer.cpp, server/CommPeer.h: New socket class handling
	  sockets used to connect to peer servers.

	* server/CommPeerListener.cpp, server/CommPeerListener.h: New
	  listener using new virtual interface in CommListener to accept
	  peer connections.

	* server/CommClient.cpp, server/CommClient.h: Add a new constructor
	  for creating Atlas socket objects which are not yet open. Makes
	  this class suitable for establishing as well as accepting
	  connections. Take out call to Connection::destroy.

	* server/CommRemoteClient.h: Fix error in header guards.

	* server/Connection.cpp, server/Connection.h: Remove
	  obsolete destroy() method. Make CommClient member public.

	* server/server.cpp: Add new listener for peer connections.

	* common/types.h: Add enumeration for new connect operation.

	* server/Admin.cpp, server/Admin.h: Add new handler for connect
	  operations, used by admin client to build peer connections.

	* tools/cycmd.cpp: Add new command "connect" for sending
	  connect ops to server.
2004-12-15 00:55:54 +00:00
Al Riddoch
1b12f1311d 2004-10-05 Al Riddoch <alriddoch@zepler.org>
* client/ClientConnection.cpp, common/globals.cpp, common/globals.h,
	  server/CommUnixListener.cpp, tools/cycmd.cpp: Add a global and a
	  config option for the unix socket filename. Update man pages
	  to document the config option.
2004-10-05 17:24:32 +00:00
Al Riddoch
675a70dd45 2004-10-05 Al Riddoch <alriddoch@zepler.org>
* tools/cycmd.cpp, tools/cyloadrules.cpp: Update tools to support
	  centralised varconf options on the command line. Update man
	  pages accordingly.
2004-10-05 14:57:11 +00:00
Al Riddoch
70bda04c90 2004-10-03 Al Riddoch <alriddoch@zepler.org>
* Require varconf 0.6.2 for its superior command line handling.

	* client/client.cpp, common/globals.cpp, server/server.cpp,
	  server/slave.cpp, tools/cycmd.cpp, tools/cyloadrules.cpp,
	  tools/cypasswd.cpp: loadConfig() now returns the index of
	  the first non-option commandline arg.

	* client/client.cpp: Use new config feature to allow user to
	  specify the client function to use on the command line far
	  more easily.
2004-10-03 13:55:54 +00:00
Al Riddoch
a21740875c *** empty log message *** 2004-10-02 16:59:27 +00:00
Al Riddoch
1b990b3df4 2004-09-29 Al Riddoch <alriddoch@zepler.org>
* Fix the manpage rules to work with make dist.

	* Update rpm specs dependencies, and add man pages.

	* Increment version to 0.3.3.
2004-09-29 00:31:24 +00:00
Al Riddoch
53675adf2a *** empty log message *** 2004-09-28 22:39:43 +00:00
Al Riddoch
cfe6062e5a 2004-09-28 Al Riddoch <alriddoch@zepler.org>
* Complete the manpages, and add copyright and other metadata.
2004-09-28 22:28:36 +00:00
Al Riddoch
42c0e152ed *** empty log message *** 2004-09-28 19:22:52 +00:00
Al Riddoch
5f71814a02 *** empty log message *** 2004-09-28 18:24:06 +00:00
Al Riddoch
a9fc2b5926 *** empty log message *** 2004-09-28 01:53:54 +00:00
Al Riddoch
95dbc0fed2 *** empty log message *** 2004-09-27 20:50:21 +00:00
Al Riddoch
de2c5faf24 Master sgml for the new man pages 2004-09-27 20:22:44 +00:00