Commit graph

25 commits

Author SHA1 Message Date
BlauFeuer
9ea8daf605 connection_screens.py update markup/format 2017-02-12 18:59:38 -05:00
Griatch
c6d9c0619e Refactor code for readability and compatibility. 2017-01-27 00:19:27 +01:00
Greg Taylor
4424dec668 Remove broken and un-maintained IMC2 support.
As discussed with @Griatch, IMC2 is now rarely seen in the wild. Also, this
feature hasn't worked in ages. Time to de-clutter.
2016-10-28 22:53:43 -07:00
Griatch
2737d37633 Removed the star-import in the prototypes.py template file; namespace is not working well with inputfunc module loading. 2016-09-14 18:30:20 +02:00
Griatch
64c74c41a1 Add a plugin mechanism for the webserver with settings.WEB_PLUGIN_MODULE. 2016-06-12 18:00:28 +02:00
Griatch
4c2923760b Cleaned up the game_template directory to match the web layout better. 2016-05-22 20:49:46 +02:00
Griatch
644cf9451f Removed deprecated non-nested {inlinefuncs, only accepting (). Changed the default name of the mygame/server/conf/inlinefunc.py to mygame/server/conf/inlinefuncs.py. Added deprecationwarning for the old name. 2016-05-22 20:49:45 +02:00
Griatch
6782ff1333 Made the default_settings file itself detect GAME_DIR, leading to a lot less cookie cutter in the gamedir/server/conf/settings.py file. Refactored the detection algorithm also in the launcher. 2016-05-22 20:45:39 +02:00
Griatch
9bf09365d2 Fixed deprecation warnings in urls from django1.9. Switched to new TEMPLATES setting. 2016-05-22 20:45:39 +02:00
Griatch
26c99f1ece Added a missing template to the game_template 2016-05-22 20:45:38 +02:00
Griatch
4ab049709d Changed inputhandler/oochandler to monitorhandler and made inputhandler_funcs into just inputfuncs.py 2016-05-22 20:45:06 +02:00
Griatch
96ace8c75f Starting to clean up and debug the server-side infrastructure 2016-05-22 20:45:05 +02:00
Griatch
4fd06b8976 Cleaned up the web folder to make two separate 'apps'-webclient and website, each with their own static and template dirs. Also merged the prosimii template files into the website template folder. This will make it clearer how to override, since the static/template_override dirs will now look like website/static/... etc rather than using the template names, of which we only ever have used one anyway. 2016-05-22 20:41:36 +02:00
Griatch
23bfa1f84e Clarified some inlinefunc docs. 2015-10-20 23:49:48 +02:00
Griatch
767cb693f3 Update settings.py 2015-10-15 17:02:10 +02:00
Griatch
9478177e55 Updated the game template to match changes from previous commit. 2015-09-27 13:08:25 +02:00
Kelketek
3fcee453b9 Update template_dirs search paths for override 2015-09-03 15:55:12 -05:00
Griatch
91b84213dd Made the string set convertion message a little clearer. Also set up the template to add the protototype dir from the onset. 2015-06-13 16:02:59 +02:00
Peter Finlayson
0c076b3966 removed references to closed issue #241 2015-05-18 19:30:34 +02:00
Griatch
a26ff80447 Updated static file location for web 2015-03-15 16:41:25 +01:00
Griatch
a24b79bb97 Made a better template for custom oob commands. 2015-02-14 23:47:16 +01:00
Griatch
f1b6a4e212 Some minor typos in game template 2015-02-11 15:12:25 +01:00
Griatch
53a100fd33 Made GAME_DIR allocation dynamic to allow for renaming/moving the gamedir if desired. 2015-02-11 13:57:19 +01:00
Griatch
d2205da980 Added README.md files to the game_template directories. 2015-01-17 00:04:05 +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