evennia/evennia
Tharic99 53ad88e095
Update tb_basic.py to resolve type in scripts caller
Original scripts.add was (self.command_handler_class), which does not exist. It should be (self.combat_handler_class)

This fix updates that only.
2025-07-10 19:16:23 -04:00
..
accounts Apply black on code 2025-04-26 14:07:38 +02:00
commands GLOBAL_SCRIPTS.all() failed. Resolve #3788 2025-04-26 16:47:05 +02:00
comms Apply black on code 2025-04-26 14:07:38 +02:00
contrib Update tb_basic.py to resolve type in scripts caller 2025-07-10 19:16:23 -04:00
game_template Upgrade evennia dependencies and RUN MIGRATIONS. Update requirement to Django 5.3, which has some backwards-incompatible index changes 2025-03-02 11:05:17 +01:00
help Apply black on code 2025-04-26 14:07:38 +02:00
locale fix typo 2025-03-29 14:15:03 +01:00
locks Apply black to codes 2024-04-01 17:51:05 +02:00
objects Send move_type to at_pre_object_* hooks 2025-06-30 17:04:18 +02:00
prototypes Apply black on code 2025-04-26 14:07:38 +02:00
scripts Apply black on code 2025-04-26 14:07:38 +02:00
server Made Evennia launcher give better error if running outside of mygame (fix regression) 2025-05-25 14:15:12 +02:00
typeclasses Apply black on code 2025-04-26 14:07:38 +02:00
utils Minor black apply 2025-05-25 09:37:02 +02:00
web Fix possible Xscript exploit 2025-06-30 17:20:37 +02:00
__init__.py Apply black to codes 2024-04-01 17:51:05 +02:00
__main__.py Update install instructions for Windows 2022-11-19 18:36:47 +01:00
settings_default.py Critical: Revert changes to PRAGMA settings, to avoid db issues on existing dbs 2024-10-01 09:11:22 +02:00
VERSION.txt Evennia 5.0.1 patch release 2025-07-02 15:26:30 +02:00
VERSION_REQS.txt Fix django min version check being too stingy. Resolve #3796 2025-07-02 13:36:20 +02:00