Griatch
|
1f54d464a9
|
Include EvMenu etc in evennia init step.
|
2017-10-14 20:53:41 +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
|
7ff783fea1
|
Resolve merge conflicts with master.
|
2017-08-19 21:30:42 +02:00 |
|
Griatch
|
96c4b0c805
|
Add new TASK_HANDLER to Evennia flat API
|
2017-08-10 22:52:52 +02:00 |
|
Griatch
|
5590ee2258
|
Rename all instances of Player->Account.
|
2017-07-07 23:47:21 +02:00 |
|
Vincent Le Goff
|
74cf15b257
|
Add the InterruptCommand exception to the flat API
|
2017-06-16 17:56:35 -07:00 |
|
Griatch
|
74eebfed6d
|
Refactor code to remove alerts as per lgtm and #1176.
|
2017-01-29 19:02:00 +01:00 |
|
Griatch
|
c6d9c0619e
|
Refactor code for readability and compatibility.
|
2017-01-27 00:19:27 +01:00 |
|
Griatch
|
506c5c6d39
|
Refactor some names to make api cleaner to read.
|
2017-01-14 22:21:12 +01:00 |
|
Griatch
|
40a985c791
|
Make some docstring updates.
|
2016-10-02 21:59:19 +02:00 |
|
Griatch
|
984c6f9758
|
Added the ability to overload the default command parent. Implements #923.
|
2016-05-22 20:49:46 +02:00 |
|
Griatch
|
196306d914
|
Added monitorhandler to flat API.
|
2016-05-22 20:45:40 +02:00 |
|
Griatch
|
dd6b6f06f7
|
Working new tickerhandler, handling both methods and functions.
|
2016-05-22 20:45:40 +02:00 |
|
Griatch
|
006b898e66
|
Fixed a lingering reference to the inputhandler (now monitorhandler)
|
2016-05-22 20:45:39 +02:00 |
|
Griatch
|
96ace8c75f
|
Starting to clean up and debug the server-side infrastructure
|
2016-05-22 20:45:05 +02:00 |
|
Griatch
|
ed1b3ee819
|
Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort
|
2016-02-26 12:02:20 +01:00 |
|
Ahmed Charles
|
11b61fe335
|
Import python3 compatible object.
|
2015-11-02 00:19:04 +01:00 |
|
Russell Jones
|
06c3dc0ed3
|
Run "futurize -1 -w -n ."
|
2015-10-01 20:00:28 +01:00 |
|
Griatch
|
ff9f385123
|
Re-added reference to settings in flat API. Resolves #719.
|
2015-03-19 18:58:22 +01:00 |
|
Griatch
|
a70969f221
|
added search_tag to flat API.
|
2015-03-02 23:17:48 +01:00 |
|
Griatch
|
1975adacaf
|
Added create_help_entry to flat API.
|
2015-03-01 21:34:05 +01:00 |
|
Griatch
|
b015f4802a
|
Added better docstrings to subpackages and cleaned out some places which were unclear.
|
2015-02-23 17:46:42 +01:00 |
|
Griatch
|
c63ae1742f
|
Reworked the build script and made the default tutorial_room more clever, using details and custom cmdsets.
|
2015-02-22 17:46:55 +01:00 |
|
Griatch
|
d97bbb309b
|
Added captalized names for singleton handlers in the main package api, like TICKER_HANDLER and OOB_HANDLER rather than tickerhandler and oobhandler.
|
2015-02-14 22:01:53 +01:00 |
|
Griatch
|
bbb99a9c28
|
Changed Script to DefaultScript to be consistent with other default typeclasses.
|
2015-01-24 19:08:54 +01:00 |
|
Griatch
|
fa8e8b7543
|
Added contrib to evennia.__init__
|
2015-01-15 20:41:07 +01: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
|
515ce71d65
|
Reworked Evennia now passes the unit tests
|
2015-01-09 00:10:18 +01:00 |
|
Griatch
|
ab052b8301
|
Fixed bugs, made server start. Still cannot reload.
|
2015-01-08 19:56:54 +01:00 |
|
Griatch
|
33a42d06c5
|
Fixed many path-related issues, getting closing to getting the server to boot.
|
2015-01-08 16:00:22 +01:00 |
|
Griatch
|
0c9bf08c5a
|
Refactored and fixed a lot of bugs. Creates the database but still does not properly load the settings file.
|
2015-01-08 01:25:32 +01:00 |
|
Griatch
|
c96c5a1fc7
|
Updated the game template, renaming subdir typeclasses rather than types since the latter collides with the python library module of the same name.
|
2015-01-08 00:04:18 +01:00 |
|
Griatch
|
2c46ede247
|
Added more overloading modules and cleaned up the template some more.
|
2015-01-07 18:21:28 +01:00 |
|
Griatch
|
ad3f19896c
|
Changed all src/ and ev references to evennia
|
2015-01-07 15:36:32 +01:00 |
|
Griatch
|
096c9a6276
|
Removed ev.py - merged it into evennia.__init__.py.
|
2015-01-07 13:53:11 +01:00 |
|
Griatch
|
c7325a5032
|
Further reworking, naming the library folder 'evennia' instead of lib or src.
|
2015-01-07 13:36:57 +01:00 |
|
Greg Taylor
|
b9b62c2f8f
|
Moving.
|
2006-11-20 18:54:49 +00:00 |
|
Greg Taylor
|
2421c23521
|
Initial import.
|
2006-11-20 18:54:10 +00:00 |
|