rom24-quickmud-python 2.13.30__py3-none-any.whl → 2.13.31__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/METADATA +18 -8
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/RECORD +6 -6
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/WHEEL +0 -0
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/entry_points.txt +0 -0
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/licenses/LICENSE +0 -0
- {rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/top_level.txt +0 -0
{rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.13.
|
|
3
|
+
Version: 2.13.31
|
|
4
4
|
Summary: A modern Python port of the ROM 2.4b6 MUD engine with full telnet server and JSON world loading
|
|
5
5
|
Author-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
6
6
|
Maintainer-email: Mark Jedrzejczyk <mark.jedrzejczyk@gmail.com>
|
|
@@ -59,7 +59,7 @@ Dynamic: license-file
|
|
|
59
59
|
|
|
60
60
|
# QuickMUD - A Modern ROM 2.4 Python Port
|
|
61
61
|
|
|
62
|
-
[](https://github.com/Nostoi/rom24-quickmud-python)
|
|
63
63
|
[](https://www.python.org/downloads/)
|
|
64
64
|
[](https://opensource.org/licenses/MIT)
|
|
65
65
|
[](https://github.com/Nostoi/rom24-quickmud-python)
|
|
@@ -225,7 +225,7 @@ python -m mud # Start development server
|
|
|
225
225
|
**Stage: parity beta** — feature-complete and playable; parity fidelity is being
|
|
226
226
|
systematically hardened toward ROM-exact behavioral equivalence.
|
|
227
227
|
|
|
228
|
-
- **Version**: 2.13.
|
|
228
|
+
- **Version**: 2.13.31
|
|
229
229
|
- **Playability**: ✅ All 255 ROM commands implemented. Combat, spells, skills,
|
|
230
230
|
movement, shops, mob programs, OLC building, and admin tools work and pass their
|
|
231
231
|
tests. You can run a server and play today.
|
|
@@ -275,9 +275,18 @@ Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTIN
|
|
|
275
275
|
## 📚 Documentation
|
|
276
276
|
|
|
277
277
|
### Verification Status
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
278
|
+
|
|
279
|
+
The parity verification stack has four layers — consult all four, not just the first:
|
|
280
|
+
|
|
281
|
+
| Layer | What it measures | Document |
|
|
282
|
+
|-------|-----------------|----------|
|
|
283
|
+
| Per-file audit | Every ROM C function has a Python equivalent | [ROM C subsystem tracker](docs/parity/ROM_C_SUBSYSTEM_AUDIT_TRACKER.md) |
|
|
284
|
+
| Cross-file invariants | Contracts spanning modules (message delivery, registry, RNG, identity, …) | [Cross-file invariants tracker](docs/parity/CROSS_FILE_INVARIANTS_TRACKER.md) — 25 enforced |
|
|
285
|
+
| Divergence class roster | Structural C↔Python gaps (async, int-math, pointer identity, …) | [Divergence class roster](docs/parity/DIVERGENCE_CLASS_ROSTER.md) |
|
|
286
|
+
| Differential harness | C engine vs Python port, identical scenarios, state diffed | [Diff harness findings](tools/diff_harness/FINDINGS.md) |
|
|
287
|
+
|
|
288
|
+
- [ROM parity verification guide](docs/ROM_PARITY_VERIFICATION_GUIDE.md) — methodology, confidence tiers, when to use each layer
|
|
289
|
+
- [ROM 2.4b6 Parity Certification](docs/ROM_2.4B6_PARITY_CERTIFICATION.md) — historical document; predates cross-file invariants methodology
|
|
281
290
|
|
|
282
291
|
### User Documentation
|
|
283
292
|
- [User Guide](docs/USER_GUIDE.md) - Player and server operator documentation
|
|
@@ -285,8 +294,9 @@ Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTIN
|
|
|
285
294
|
- [Builder Migration Guide](docs/BUILDER_MIGRATION_GUIDE.md) - For ROM builders transitioning to QuickMUD
|
|
286
295
|
|
|
287
296
|
### Developer Documentation
|
|
288
|
-
- [ROM Parity Feature Tracker](docs/parity/ROM_PARITY_FEATURE_TRACKER.md) -
|
|
289
|
-
- [
|
|
297
|
+
- [ROM Parity Feature Tracker](docs/parity/ROM_PARITY_FEATURE_TRACKER.md) - Feature-level parity backlog
|
|
298
|
+
- [Integration Test Coverage Tracker](docs/parity/INTEGRATION_TEST_COVERAGE_TRACKER.md) - Coverage by gameplay system
|
|
299
|
+
- [ROM API Reference](docs/ROM_API_COMPLETION_REPORT.md) - ROM C-compatible public API
|
|
290
300
|
- [Installation Guide](docs/installation.md)
|
|
291
301
|
- [Configuration](docs/configuration.md)
|
|
292
302
|
- [World Building](docs/world-building.md)
|
|
@@ -218,9 +218,9 @@ mud/world/obj_find.py,sha256=wVF3KlcEm4Bc4GiQZs4yWH5Ih87F-JSM7MtVI8cZEJs,5277
|
|
|
218
218
|
mud/world/time_persistence.py,sha256=GfhVr6H86Q4YXkeGhhgVAfm5s3ZBT8bF6K_zwqKRkAc,1663
|
|
219
219
|
mud/world/vision.py,sha256=XV92cnmf7c_z0GAraWyTc6cZ-mzyfLndwX9S6eFm4iE,12392
|
|
220
220
|
mud/world/world_state.py,sha256=DskgF4k48TrYP82eYyJE_PWtpwjmDHPAD_xy4CXN-es,8824
|
|
221
|
-
rom24_quickmud_python-2.13.
|
|
222
|
-
rom24_quickmud_python-2.13.
|
|
223
|
-
rom24_quickmud_python-2.13.
|
|
224
|
-
rom24_quickmud_python-2.13.
|
|
225
|
-
rom24_quickmud_python-2.13.
|
|
226
|
-
rom24_quickmud_python-2.13.
|
|
221
|
+
rom24_quickmud_python-2.13.31.dist-info/licenses/LICENSE,sha256=anQ2j9As6sIC8tZgQCXbo0-09JDH9vPiqhA9djnOvkY,1078
|
|
222
|
+
rom24_quickmud_python-2.13.31.dist-info/METADATA,sha256=ERfLJl-4STdVTJWeofCvhgrICJ9R_dMCnzNiR34TgO4,18767
|
|
223
|
+
rom24_quickmud_python-2.13.31.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
224
|
+
rom24_quickmud_python-2.13.31.dist-info/entry_points.txt,sha256=VFru08UQTXZA_CkK-NBjJmWHyEX5a3864fQHjhaojbw,41
|
|
225
|
+
rom24_quickmud_python-2.13.31.dist-info/top_level.txt,sha256=Fk1WPmabIIjp7_iZXLYpbAVqiq7lG7TeAHt30AsOKtQ,4
|
|
226
|
+
rom24_quickmud_python-2.13.31.dist-info/RECORD,,
|
|
File without changes
|
{rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.13.30.dist-info → rom24_quickmud_python-2.13.31.dist-info}/top_level.txt
RENAMED
|
File without changes
|