Commit graph

10 commits

Author SHA1 Message Date
Erik Ogenvik
e85f0831b2 Restructure rule classes.
Classes under "rulesets" have been moved to "rules", and split up into
futher subdirectories matching their library. As a result we can now
better separate the python bindings, so that things that belongs to the
simulation are separeted from things that belongs to the ai.
2018-10-31 21:38:35 +01:00
Erik Ogenvik
7aaa9b9ba7 Optimize includes. 2017-03-19 21:36:52 +01:00
Erik Ogenvik
ce82326c9d Simplify buffer usage.
Using an std::array makes things simpler.
2014-04-17 19:15:56 +02:00
Erik Ogenvik
fbf0b752c8 Removed obsolete files.
Since we're now using boost::asio for io.
2014-01-31 21:59:57 +01:00
Erik Ogenvik
b53cac61d4 Use boost::asio for the Python listener. 2014-01-29 15:15:10 +01:00
Olek Wojnar
7f9ff2246d Remove CVS $Id tags
The legacy tags are causing build issues in Debian.
2013-07-15 20:31:59 +02:00
Alistair Riddoch
81a8039b11 Make base stream class a template. 2012-07-30 19:18:18 +01:00
Al Riddoch
26cd16795c 2009-01-31 Al Riddoch <alriddoch@googlemail.com>
* server/CommPythonClient.cpp, server/CommPythonClient.h:
	  Modify the client connection to use the new Python context class.
2009-01-31 04:10:15 +00:00
Al Riddoch
0bbbfe7dae 2009-01-30 Al Riddoch <alriddoch@googlemail.com>
* rulesets/Python_API.cpp, rulesets/Python_API.h: Hack in a quick
	  function for executing python commands.

	* server/CommPythonClient.cpp: Pass input from the client straight
	  into the python interpretter and see what happens.
2009-01-30 01:39:06 +00:00
Al Riddoch
48c0ea7e40 2009-01-30 Al Riddoch <alriddoch@googlemail.com>
* server/CommPythonClient.cpp, server/CommPythonClient.h:
	  Stub class to handle python commands over a socket connection.
2009-01-30 00:41:12 +00:00