Griatch
|
ec4bfe25f6
|
Fix unnecessary change to use DefaultObject instead of Object in tutorial example. Resolve #3310
|
2023-11-26 13:18:10 +01:00 |
|
Griatch
|
62ff667f9a
|
Make input func monitor support attribute categories. Resolve #3307
|
2023-11-26 13:13:27 +01:00 |
|
Griatch
|
af896b385a
|
Merge pull request #3334 from volundmush/fix_account_attr
Adjusted checks for Object/Account to prevent conflicts.
|
2023-11-26 12:57:38 +01:00 |
|
Griatch
|
385467b3b0
|
Merge pull request #3341 from poisonbl/3336-fix-Docker-ONBUILD-chown-error
Fixes evennia/evennia#3336 - Dockerfile's ONBUILD command fails at --chown=evennia
|
2023-11-26 12:51:52 +01:00 |
|
Griatch
|
8dd6c12786
|
Fix Evennia upgrade instructions. Resolve #3303
|
2023-11-26 12:48:09 +01:00 |
|
poisonbl
|
c8e2ac1271
|
Bugfix. Fixes evennia/evennia#3336
|
2023-11-23 22:02:34 -05:00 |
|
Griatch
|
923ec28ec4
|
Fix cmdset reference in adding-cmd tutorial. Resolve #3298
|
2023-11-23 21:33:17 +01:00 |
|
Griatch
|
5ab962b2b4
|
Fix code example in adding-command tutorial. Resolve #3297
|
2023-11-23 21:21:35 +01:00 |
|
Griatch
|
0e7808c602
|
Remove leftover .generate() call from chargen tutorial, as per #3289
|
2023-11-23 20:49:03 +01:00 |
|
Griatch
|
42c9d356d7
|
Remove last mis-spelling of BASE_BATCHPROCESS_PATH. REsolve #3288
|
2023-11-23 20:41:31 +01:00 |
|
Griatch
|
8872e00001
|
Correct tutorials on evennia startapp use, which seems to have changed with time. Resolve #3287
|
2023-11-23 20:37:02 +01:00 |
|
Andrew Bastien
|
26643a71a7
|
Adjusting checks to use utils.inherits_from()
|
2023-11-23 13:15:42 -05:00 |
|
Andrew Bastien
|
30bfc36beb
|
Adjusted checks for Object/Account to prevent conflicts.
|
2023-11-23 13:15:42 -05:00 |
|
Griatch
|
b4a3bae6a9
|
Ran black on sources
|
2023-11-23 19:09:12 +01:00 |
|
Griatch
|
84e8ca129f
|
Update CHANGELOG and autodocs with recent changes
|
2023-11-23 19:08:46 +01:00 |
|
Griatch
|
6787f9e5f0
|
Merge pull request #3339 from jaborsh/patch-2
Fixing Code Typos in Readme for XYZContrib
|
2023-11-23 18:58:50 +01:00 |
|
Griatch
|
6ad355af43
|
Merge pull request #3338 from jaborsh/patch-1
Fixing if/else tree in XYZGrid launchcmd
|
2023-11-23 18:56:15 +01:00 |
|
Griatch
|
85f1b54064
|
Merge pull request #3333 from iLPdev/patch-8
fix: correct pathing in header
|
2023-11-23 18:50:02 +01:00 |
|
Griatch
|
1f25987cd6
|
Merge pull request #3324 from volundmush/signal_refactor
SIGNAL_ACCOUNT_POST_LOGIN_FAIL is now properly used. Added a CUSTOM_S…
|
2023-11-23 18:47:36 +01:00 |
|
Griatch
|
266cf539eb
|
Merge pull request #3319 from volundmush/startup_refactor
Refactoring Server Startup to be more idiomatic for Twisted.
|
2023-11-23 18:44:51 +01:00 |
|
Griatch
|
80a17cab87
|
Merge pull request #3180 from volundmush/dig_hook
Building Command Hook Improvements
|
2023-11-23 18:36:25 +01:00 |
|
Griatch
|
86f2cb6a7c
|
Merge pull request #3177 from volundmush/player_character_refactor
Improved generation of Player Characters using charcreate
|
2023-11-23 18:28:24 +01:00 |
|
Andrew Bastien
|
2dbd90d415
|
Fixing lots of tests.
|
2023-11-22 18:33:55 -05:00 |
|
Andrew Bastien
|
15653ef1f1
|
Refactoring Server Startup to be more idiomatic for Twisted.
|
2023-11-22 10:30:41 -05:00 |
|
Jake
|
469b29d9e8
|
Fixing Code Typos in Readme for XYZContrib
The previous code block contained programmatic errors.
|
2023-11-22 00:40:37 -07:00 |
|
Jake
|
6f964716c7
|
Fixing if/else tree in XYZGrid launchcmd
If needed to be elif.
|
2023-11-22 00:37:16 -07:00 |
|
Andrew Bastien
|
5e4d4aafc9
|
Fixing the tests.
|
2023-11-19 15:25:09 -05:00 |
|
Andrew Bastien
|
5b1139cf11
|
Fixing the tests.
|
2023-11-19 13:55:42 -05:00 |
|
iLPdev
|
ae17e21fab
|
fix: correct pathing in header
|
2023-11-19 10:24:22 -08:00 |
|
Andrew Bastien
|
17bd0719f9
|
Documenting SIGNALS_CUSTOM.
|
2023-11-19 12:50:38 -05:00 |
|
Griatch
|
40a4bd0592
|
Update CHANGELOG
|
2023-11-18 13:56:53 +01:00 |
|
Griatch
|
d64c75d03f
|
Merge pull request #3325 from InspectorCaracal/patch-12
Fix typo in tutorial
|
2023-11-18 13:47:13 +01:00 |
|
Griatch
|
dcc8546ce7
|
Merge pull request #3322 from volundmush/fix_base_option
Fixing output of BaseOption.display to always be str
|
2023-11-18 13:39:02 +01:00 |
|
InspectorCaracal
|
c7a6fc5505
|
fix tutorial room path
|
2023-11-06 20:05:07 -07:00 |
|
Andrew Bastien
|
ad6d9a98ff
|
SIGNAL_ACCOUNT_POST_LOGIN_FAIL is now properly used. Added a CUSTOM_SIGNALS event handler to signals.py
|
2023-11-05 22:33:41 -05:00 |
|
Andrew Bastien
|
db4973ee21
|
Renamed new properties, altered validate_name, fixed minor issue with an accidentally changed kwarg name.
|
2023-11-04 17:58:18 -04:00 |
|
Andrew Bastien
|
dfd5ee3f8e
|
Improved generation of Player Characters using charcreate
|
2023-11-04 17:58:12 -04:00 |
|
Andrew Bastien
|
5278ecb730
|
Moved the new hook to ObjManipCommand
|
2023-11-04 17:40:52 -04:00 |
|
Andrew Bastien
|
0da7f962c2
|
Trying a new approach. Introduced DefaultObject.get_object_typeclass() and cleaned up .create() hooks. Building commands now use the new logic.
|
2023-11-04 16:51:35 -04:00 |
|
Andrew Bastien
|
7746ff1663
|
Added DefaultObject.can_build_object() and DefaultObject.at_object_constructed(builder) hooks and inserted them into all building commands for improved building flexibility.
|
2023-11-04 16:51:35 -04:00 |
|
Andrew Bastien
|
fb28ee54a5
|
Fixing output of BaseOption.display to always be str
|
2023-11-04 16:42:39 -04:00 |
|
Griatch
|
f6b43b0416
|
Ran black on sources
|
2023-11-02 20:58:03 +01:00 |
|
Griatch
|
24d52f229f
|
Update CHANGELOG
|
2023-11-02 20:58:03 +01:00 |
|
Griatch
|
ef7a105299
|
Merge pull request #3320 from homeofpoe/patch-22
Update comms.py
|
2023-11-02 20:52:33 +01:00 |
|
Griatch
|
769d951b18
|
Merge pull request #3281 from volundmush/actor_your
Adds $you() and $your() to the ACTOR_STANCE callables.
|
2023-11-02 20:50:09 +01:00 |
|
homeofpoe
|
23dea59c57
|
Update comms.py
Added two f's to make proper fatrings
|
2023-11-01 09:48:09 -07:00 |
|
Andrew Bastien
|
b975d0fabd
|
Cleaned up KeyErrors and added a funcparser test.
|
2023-11-01 11:13:59 -04:00 |
|
Andrew Bastien
|
5fa11cddb6
|
Adds $you() and $your() to the ACTOR_STANCE callables.
|
2023-11-01 11:02:04 -04:00 |
|
Griatch
|
900993ab92
|
Update CHANGELOG
|
2023-10-31 21:02:23 +01:00 |
|
Griatch
|
cffeabcd7c
|
Merge pull request #3313 from volundmush/option_set_improve
Improve OptionHandler.set()
|
2023-10-31 20:44:02 +01:00 |
|