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 |
|
Griatch
|
4986888db9
|
Merge pull request #3197 from volundmush/fix_global_scripts
Alter Global Scripts handling
|
2023-10-31 20:36:33 +01:00 |
|
Griatch
|
04e0852753
|
Merge pull request #3179 from volundmush/player_character_management
Removing direct access to Account.db._playable_characters in favor of…
|
2023-10-31 20:22:56 +01:00 |
|
Andrew Bastien
|
aa57dd9b50
|
Minor tweak to the OptionHandler.set to return objects instead of values for better integration with other systems.
|
2023-10-29 16:44:13 -04:00 |
|
Andrew Bastien
|
bac0e9a8c1
|
Cleaning up GlobalScriptContainer from some junk logic.
|
2023-10-29 13:06:48 -04:00 |
|
Andrew Bastien
|
021f5779bf
|
Global Scripts handling moved to later in Startup; no longer affects scripts not defined in settings.py
|
2023-10-29 13:06:48 -04:00 |
|
Andrew Bastien
|
2bf96f7c7f
|
Added CharactersHandler to account and altered all calls of add/remove characters to use it.
|
2023-10-29 13:02:18 -04:00 |
|
Andrew Bastien
|
3c4a3f1088
|
Removing more erroneous code that snuck in.
|
2023-10-29 13:02:18 -04:00 |
|
Andrew Bastien
|
c91822606f
|
Cleaning up GlobalScriptContainer from some junk logic.
|
2023-10-29 13:02:18 -04:00 |
|
Andrew Bastien
|
376d1d1ec3
|
Fixed a borked test.
|
2023-10-29 13:02:18 -04:00 |
|
Andrew Bastien
|
4b80b200d8
|
Cleaned up tests to use newly-renamed Account hooks for add/remove characters.
|
2023-10-29 13:02:18 -04:00 |
|
Andrew Bastien
|
f782cd8fc8
|
Removing direct access to Account.db._playable_characters in favor of Account.add_character(char) and Account.remove_character(char). Account.characters already handles all filtering so am cleaning up lots of repeated list comprehensions which remove/filter deleted characters.
|
2023-10-29 13:02:17 -04:00 |
|
Griatch
|
a8cf8e166a
|
Merge pull request #3308 from iLPdev/patch-6
docs(Sittable-Object): 📝 emphasize and list all uses of `adjective`
|
2023-10-29 07:46:11 +01:00 |
|
Griatch
|
d4302c461a
|
Merge pull request #3306 from InspectorCaracal/patch-clothing-type
Fix Clothing contrib ignoring clothing type limits
|
2023-10-29 07:44:31 +01:00 |
|
Griatch
|
f81891365a
|
Merge pull request #3305 from iLPdev/patch-5
docs(Sittable-Object): fix 🐛 armchair creation done in @py
|
2023-10-29 07:38:46 +01:00 |
|
Griatch
|
3fa13815c4
|
Merge pull request #3304 from iLPdev/patch-3
docs(Sittable-Object): 📝 add terminal punctuation to do_stand code
|
2023-10-29 07:37:49 +01:00 |
|
Griatch
|
f3a49bb764
|
Merge pull request #3301 from volundmush/fix_web_admin
Configurable Django Admin
|
2023-10-29 07:35:22 +01:00 |
|
Griatch
|
223767da52
|
Merge pull request #3300 from iLPdev/patch-2
fix(Lesson 7.1.2): 🐛 correct prose and code example/result
|
2023-10-29 07:31:45 +01:00 |
|
iLPdev
|
7f36da695a
|
docs(Sittable-Object): 📝 emphasize and list all uses of adjective
|
2023-10-28 07:17:39 -07:00 |
|
Cal
|
c2d1d6c405
|
fix clothing limit test
|
2023-10-27 15:35:13 -06:00 |
|
Cal
|
89a45a57bb
|
fix clothing type limits being ignored
|
2023-10-27 15:13:18 -06:00 |
|
iLPdev
|
6a2affb855
|
docs(Sittable-Object): fix 🐛 armchair creation is done in python
|
2023-10-27 11:27:06 -07:00 |
|
iLPdev
|
2bd7117fbc
|
docs(Sittable-Object): 📝 add terminal punctuation to do_stand code
|
2023-10-27 11:21:02 -07:00 |
|
Andrew Bastien
|
5bfe5602b8
|
Refactoring adminsite.py to allow all models and be configurable via settings.py
|
2023-10-26 13:05:42 -04:00 |
|
iLPdev
|
a45d441245
|
Hotfix: for resultant Cuddly movement in my this PR
|
2023-10-24 17:35:24 -07:00 |
|
iLPdev
|
7d668e84fa
|
fix(Lesson 7.1.2): 🐛 correct prose and code example/result
|
2023-10-24 17:29:40 -07:00 |
|
Griatch
|
78221f8ac3
|
Merge pull request #3295 from iLPdev/patch-3
docs(Learning-Typeclasses): 📝 fix instructions calling self.get_stats()
|
2023-10-21 16:49:36 +02:00 |
|
Griatch
|
6b4be46602
|
Merge pull request #3294 from iLPdev/patch-2
docs(Learning-Typeclasses): 📝 fix loop example
|
2023-10-21 16:48:39 +02:00 |
|
Griatch
|
0143ffcbdd
|
Correct default docstring of template pointing to object.py
|
2023-10-21 15:37:56 +02:00 |
|
iLPdev
|
d9e6023828
|
docs(Learning-Typeclasses): fix instructions calling self.get_stats()
|
2023-10-20 08:21:28 -07:00 |
|
iLPdev
|
0f30b4bb5c
|
docs(Learning-Typeclasses): 📝 fix .at_object_creation example code
|
2023-10-20 07:59:44 -07:00 |
|
Griatch
|
fe5f2abb63
|
Further update of doc build gitignores
|
2023-10-19 22:32:25 +02:00 |
|
Griatch
|
52a85074e7
|
Update doc README
|
2023-10-19 22:17:53 +02:00 |
|
Griatch
|
08f57a0e19
|
More experiments reducing repo size
|
2023-10-19 21:36:14 +02:00 |
|
Griatch
|
dd38f7d9cb
|
Remove spurious large build files from git history, shrinking repo size
|
2023-10-19 21:14:47 +02:00 |
|
Griatch
|
0e55b4ac13
|
Add .doctrees to gitignore file
|
2023-10-19 20:41:19 +02:00 |
|
Griatch
|
7cc6640809
|
Update CHANGELOG
|
2023-10-19 19:58:00 +02:00 |
|
Griatch
|
0dffb2200e
|
Update CHANGELOG
|
2023-10-07 13:29:10 +02:00 |
|
Griatch
|
630a06b5b6
|
Merge pull request #3286 from holl0wstar/main
Expansion of the Discord integration
|
2023-10-07 13:24:30 +02:00 |
|
holl0wstar
|
e95079ec92
|
Remove debugging stuff.
|
2023-10-06 17:02:12 -03:00 |
|
holl0wstar
|
92f6ffa0eb
|
Merge remote-tracking branch 'upstream/main' into main
|
2023-10-06 17:00:23 -03:00 |
|
holl0wstar
|
926a265a90
|
Remove leftover log debug.
|
2023-10-06 17:00:09 -03:00 |
|
Griatch
|
c5f5ad81bd
|
Merge pull request #3282 from johnnyvoruz/default-save-quirk
added listener + logic to Webclient Save Layout button - #2247
|
2023-10-06 19:57:19 +02:00 |
|