rom24-quickmud-python 2.1.1__py3-none-any.whl → 2.2.0__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.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/METADATA +2 -2
- {rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/RECORD +6 -6
- {rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/WHEEL +0 -0
- {rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/entry_points.txt +0 -0
- {rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/licenses/LICENSE +0 -0
- {rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rom24-quickmud-python
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
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>
|
|
@@ -158,7 +158,7 @@ python -m mud # Start development server
|
|
|
158
158
|
|
|
159
159
|
## 🎯 Project Status
|
|
160
160
|
|
|
161
|
-
- **Version**: 2.
|
|
161
|
+
- **Version**: 2.2.0 (Production Ready)
|
|
162
162
|
- **ROM 2.4b Parity**: 100% (227/227 behavioral tests passing)
|
|
163
163
|
- **ROM C Function Coverage**: 96.1% (716/745 functions mapped)
|
|
164
164
|
- **Test Coverage**: 1435/1436 tests passing (99.93% success rate)
|
|
@@ -200,9 +200,9 @@ mud/world/movement.py,sha256=Y7it7pXrPORgKyy2tRB8br_kb4-s9UK-gj0N-E2U9oM,18695
|
|
|
200
200
|
mud/world/obj_find.py,sha256=7QjVAhA-XEqAEm0CoanNtBuYj6rKijNSu8Vu1JcueMY,4304
|
|
201
201
|
mud/world/vision.py,sha256=q8VjzSzm0cbNrHX6-o0j1UG-jlcM3Z9bzUxK6T-Bsi8,9862
|
|
202
202
|
mud/world/world_state.py,sha256=W9ABMADlY5H-ZmywACsryFKZp34OufjzMRD6WT331qg,7917
|
|
203
|
-
rom24_quickmud_python-2.
|
|
204
|
-
rom24_quickmud_python-2.
|
|
205
|
-
rom24_quickmud_python-2.
|
|
206
|
-
rom24_quickmud_python-2.
|
|
207
|
-
rom24_quickmud_python-2.
|
|
208
|
-
rom24_quickmud_python-2.
|
|
203
|
+
rom24_quickmud_python-2.2.0.dist-info/licenses/LICENSE,sha256=anQ2j9As6sIC8tZgQCXbo0-09JDH9vPiqhA9djnOvkY,1078
|
|
204
|
+
rom24_quickmud_python-2.2.0.dist-info/METADATA,sha256=82zQD-H1f4fZh6R5HW3L-L1cMZvpEStDXNacfFO5MIg,13934
|
|
205
|
+
rom24_quickmud_python-2.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
206
|
+
rom24_quickmud_python-2.2.0.dist-info/entry_points.txt,sha256=VFru08UQTXZA_CkK-NBjJmWHyEX5a3864fQHjhaojbw,41
|
|
207
|
+
rom24_quickmud_python-2.2.0.dist-info/top_level.txt,sha256=Fk1WPmabIIjp7_iZXLYpbAVqiq7lG7TeAHt30AsOKtQ,4
|
|
208
|
+
rom24_quickmud_python-2.2.0.dist-info/RECORD,,
|
|
File without changes
|
{rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{rom24_quickmud_python-2.1.1.dist-info → rom24_quickmud_python-2.2.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|