Commit graph

18 commits

Author SHA1 Message Date
Griatch
1ae17bcbe4 PEP8 cleanup of the entire codebase. Unchanged are many cases of too-long lines, partly because of the rewrite they would require but also because splitting many lines up would make the code harder to read. Also the third-party libraries (idmapper, prettytable etc) were not cleaned. 2013-11-14 19:31:17 +01:00
Griatch
965e236d9a Merge. 2013-06-03 17:09:14 +02:00
Griatch
340160e4ea Reverting changes to runner, instead adding settings.CYCLE_LOGFILES config variable. 2013-06-03 17:03:31 +02:00
Kelketek
b98cbd941d Removed log cycling. 2013-06-01 08:03:03 -05:00
Griatch
812bdb0f73 Refactored src/server, splitting out into a portal subdirectory to make it clearer what goes on which "side". 2013-05-22 18:40:16 +02:00
Griatch
11d1114f61 Some minor cleanups. 2013-02-01 21:51:38 +01:00
Stephen Hansen
9d0baa2d5c Remove sleep hack on startup, move so portal always starts before server. 2013-01-31 15:40:20 -08:00
Stephen Hansen
5cfff771f2 Initial support for pypy + evennia 2013-01-31 14:34:52 -08:00
Griatch
92f6b06626 Added new start/stop hooks to server. These are read differently depending on if the server is reloaded or reset/shutdown. OBS: If you have already implemented your own version of AT_STARTSTOP_MODULE, you need to add stubs for new hooks. You can find the required hooks in gamesrc/conf/examples/at_startstop.py.
gamesrc/conf/examples
2012-10-28 22:02:22 +01:00
Griatch
9921d9b28c Some minor fixes and cleanups in runner.py. 2012-07-07 01:52:53 +02:00
Griatch
c301ec4922 Putting the game/logs directory under version control since it seems some users don't auto-create this at server-start.
If you see problems with an already existing game/logs directory upon pulling this commit, remove the old one first (saving away old logs if necessary).
2012-07-06 10:09:53 +02:00
Griatch
94477b8340 Updated the reload and shutdown mecanism to avoid a loop when shutting down from inside the game. Made sure to have server sync correctly with portal at @reload (some session info were lost before). Some other cleanups. 2012-05-01 14:19:54 +02:00
Griatch
45c5be8468 More whitespace cleanup. 2012-03-30 23:57:04 +02:00
Griatch
c513486b5a Made a fix in runner concerning profiling of the Portal. 2012-02-26 13:45:07 +01:00
Griatch
061c6c46f3 Removed i18n from runner.py as well. These infrastructure programs have little need for it. 2012-02-15 18:56:27 +01:00
Griatch
44b5ae07ba Fixed an issue that didn't allow the runner to launch profiled Portal in interactive mode. 2012-02-05 17:39:43 +01:00
Griatch
fdceb93dcb Added an option to game/runner.py for launching the components under the cProfile python profiler. 2012-02-03 00:15:25 +01:00
Griatch
f13e8cdf7c Trunk: Merged griatch-branch. This implements a new reload mechanism - splitting Evennia into two processes: Server and Portal with different tasks. Also cleans and fixes several bugs in script systems as well as introduces i18n (courtesy of raydeejay). 2011-09-03 10:22:19 +00:00