Griatch
a461a97576
Format code imports
2022-11-10 22:21:12 +01:00
aka That Davin Guy
f12a9ac5e2
Update evennia-docker-start.sh
...
Fixed an unquoted shell test. This was generating a "sh: start: unknown operand" message in the startup log when the default "evennia start --log" args were passed in.
2022-07-05 23:43:52 -04:00
duysqubix
b99799c641
need to add twistd location to environment
2021-04-06 21:04:15 +02:00
Griatch
0df87037e7
Ran black on sources, add black config
2020-07-27 21:09:13 +02:00
Griatch
4ea6209123
Ran black on branc
2019-12-16 20:31:42 +01:00
Greg Taylor
41622d4527
Remove unneeded __futures__ imports
...
No longer needed with Python 2 support dropped.
2019-09-15 00:17:39 -07:00
Griatch
fbfb6da975
Resolve support for Django 2.0
2019-03-25 21:45:34 +01:00
Griatch
54e351f296
Merge develop branch, resolve conflicts
2018-10-13 17:19:38 +02:00
Griatch
a2e8b27ee4
Update docker file to better handle starting without an existing game folder
2018-10-07 18:29:25 +02:00
Griatch
72f4fedcbe
Merge with develop and fix merge conflicts
2018-10-01 20:58:16 +02:00
friarzen
ac8e125106
Add a systemd unit file using the latest "foreground portal" options
2018-09-29 20:22:21 +00:00
Griatch
e51c48c8fc
Make Docker image support develop branch launcher
2018-09-25 20:07:11 +02:00
Griatch
5ff1da8e09
Change dockerfile entrypoint to launch evennia server, more suitable for docker-compose setups. Add websocket proxy envvar
2017-12-09 01:13:02 +01:00
Ryan Stein
f2e800ddf1
Unwrap several for statements from 2to3 conversion process.
2017-11-02 12:46:33 -04:00
Ryan Stein
6fa280b9fd
Run 2to3.
2017-10-29 13:40:30 -04:00
Griatch
b3c6e9d2cc
Update alerts reported by LGTM
2017-09-23 16:46:54 +02:00
Griatch
8f9cbfd97d
Add patch for evennia 0.6-0.7 mysql/postgresql migrations. See https://groups.google.com/forum/#!category-topic/evennia/evennia-news/0JYYNGY-NfE
2017-09-23 11:47:32 +02:00
Griatch
703dc9da91
Update changelog
2017-09-20 21:51:43 +02:00
Griatch
a2403e1d73
Minor fix in renamer indexing
2017-09-17 20:51:27 +02:00
Griatch
b278337172
Make PEP8 cleanup of line spaces and character distances as well as indents
2017-08-19 23:16:36 +02:00
Griatch
6d846c6c82
Add help entry to project_rename utility.
...
Also merge in latest master changes to devel branch.
2017-07-13 20:33:32 +02:00
Griatch
41a8538301
Add project_rename binary for easy renaming of components of a game dir.
2017-07-13 19:24:58 +02:00
Griatch
f2fda4b1bd
Make some fixes to the linux/unix start scripts.
2016-12-09 20:23:35 +01:00
Griatch
bffc8b04d8
Add shell scripts for auto-starting and operating evennia on a server.
2016-12-08 23:53:48 +01:00
Griatch
8631180529
Changed the windows launcher name to evennia_launcher.py instead of just evennia.py since Windows requires a batfile (named evennia) in order to work, and there is a name clash between them otherwise.
2015-03-01 12:43:46 +01:00
Griatch
16b7a79573
Remove setting of cwd() for unix install. Testing suggests this is not necessary on Linux/Unix. Windows cwd() seems to be necessary for -e installs (but maybe remove that too later). Resolves #650 .
2015-02-08 18:01:59 +01:00
Griatch
c9a22ba657
Added a special path setup for the full install rather than the -e install on windows.
2015-02-02 22:23:40 +01:00
Griatch
38fbdd5857
Added a shebang for launcher script on windows.
2015-02-02 22:12:13 +01:00
Griatch
2fe2aa6db7
Made .bat file dynamically created again since it requires an absolute path.
2015-02-02 20:54:26 +01:00
Griatch
f780f469b1
Refactored the devel/bin structure to hopefully make the system work better on Windows.
2015-02-02 20:14:28 +01:00
Griatch
40a1923c85
More changes and variations, hopefully more applicable to windows.
2015-02-02 17:57:01 +01:00
Griatch
2b82260927
Another variant of windows install, using a dynamically created .bat file.
2015-02-02 17:42:24 +01:00
Griatch
fbcb616086
More tests with windows support.
2015-02-02 17:25:33 +01:00
Griatch
8ac011bf66
Added .gitignore file to template
2015-02-02 16:15:39 +01:00
Griatch
12e1ea6e6e
Added a wrapper to evennia.py, in order to get testing done on Windows.
2015-02-02 15:56:17 +01:00
Griatch
a5156876b0
Added small docstring
2015-01-18 22:56:42 +01:00
Griatch
3159ceceaa
Made the evennia launcher menu work correctly again.
2015-01-18 22:49:18 +01:00
Griatch
4bc39029f1
Added further migration for gametime typeclass path and a passthrough for launcher when migrating.
2015-01-18 22:08:09 +01:00
Griatch
1a73f86690
Fixed an erroneous commit
2015-01-18 21:33:18 +01:00
Griatch
73a3f1b03e
Run migrations! Added new migrations to new database.
2015-01-18 18:04:13 +01:00
Griatch
f16bb7dda6
Defaulting some better dummyrunner settings
2015-01-18 12:09:02 +01:00
Jonathan Piacenti
00238275d6
Move game_template into evennia package. Update setup.py and bin/evennia
2015-01-16 08:36:46 -06:00
Jonathan Piacenti
265f8a4e30
PIP packaging with setup.py, and fixes for bugs revealed by this.
2015-01-15 06:20:19 -06:00
Griatch
202067d6dd
Fixed a bug in GAMEDIR detection in the evennia launcher
2015-01-11 10:15:43 +01:00
Griatch
01af923b2e
Some changes to default dummyrunner settings
2015-01-10 22:10:26 +01:00
Griatch
d0d56ee5bf
Fixed a strange case in the dummyrunner.
2015-01-10 21:21:00 +01:00
Griatch
cf2b83ef0a
Fixed dummyrunner bug, seems to be working correctly now.
2015-01-10 20:45:04 +01:00
Griatch
8d473b7663
Added an empty server.log file in order to be able to put the server/logs directory in git. Some more bugfixes.
2015-01-10 20:09:18 +01:00
Griatch
8e93df299f
Minor typo fix in launcher
2015-01-10 18:40:23 +01:00
Griatch
d92a8fe96f
Fixed a bug in profile running
2015-01-10 18:04:53 +01:00