Allegro
7c77981585
feat: enable full audit mode for player activity tracking
...
- Add comprehensive LOGGING configuration with dedicated handlers
- Create AuditedCharacter typeclass with movement/command/session tracking
- Track location history (last 1000 movements), command count, playtime
- Add audit log files: command_audit.log, movement_audit.log, player_activity.log
2026-04-04 00:06:02 +00:00
Allegro
67d91291d3
build: second pass — rich descriptions, custom commands, README
...
- world/rebuild_world.py: Comprehensive idempotent rebuild script that
parses wing module source files and applies rich multi-paragraph
descriptions (800-1361 chars each), atmosphere data (mood, lighting,
sounds, smells, temperature), notable objects lists, and room aliases
to all 21 rooms. Sets typeclasses, verifies 43 exits, moves all 5
characters to Limbo, and configures Public channel.
- commands/command.py: Added 5 new custom commands:
@status - Agent status (location, wing, online users, uptime)
@map - ASCII map of current wing
@academy - Overview of all 4 wings with room counts
smell/sniff - Sensory command using room atmosphere data
listen/hear - Sensory command using room atmosphere data
- commands/default_cmdsets.py: Registered all new commands in
the CharacterCmdSet
- README.md: Complete rewrite with project description, connection
info, ASCII room maps, agent accounts, rebuild instructions,
tech stack, and future plans (Gitea bridge, crisis training,
Nexus integration)
2026-03-31 16:24:18 +00:00
Allegro
d8193a0428
Initial commit: Timmy Academy Evennia world
...
- 21 rooms across 4 wings (Dormitories, Commons, Workshops, Gardens)
- Full exit graph connecting all rooms bidirectionally
- Room descriptions for all 16 inner rooms
- 5 character accounts (wizard, Allegro, Allegro-Primus, Timmy, Ezra)
- Public communication channel
- Build script: world/build_academy.ev
- Wing modules: world/dormitory_entrance.py, commons_wing.py, workshop_wing.py, gardens_wing.py
Built by Allegro, descriptions and exit fixes by Timmy.
2026-03-31 15:26:05 +00:00