Skip to content

Commit

Permalink
List more supported ports
Browse files Browse the repository at this point in the history
  • Loading branch information
Xymph committed May 19, 2021
1 parent 9225c03 commit a771634
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This project adheres to [Semantic Versioning](https://semver.org/) and [Keep a Changelog](https://keepachangelog.com/).

### Version 0.9.1 - 2021-05-19

#### Changed
* List TASMBF, Chase & Timer among supported formats

### Version 0.9.0 - 2021-05-17

#### Added
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ Requirements: [PHP](https://www.php.net)
* Strife: v1.01
* Boom/MBF: v2.00-2.04, v2.10-2.14
* CDoom: v2.05-2.07
* Chase, Timer
* Doom64 EX: v1.4, v2.5+
* Doom Classic: v1.11-1.12
* Doom Legacy: v1.29+
* Eternity Engine: v3.29+
* PrBoom+ v1.11 longtics
* RUDE: v3.1.0pre5+ extended
* TASDoom v1.10
* TASDoom v1.10, TASMBF v2.03
* ZDaemon v1.09+ (minimal)
* ZDoom v1.11-1.12 (minimal)
* ZDoom-family: v1.14+
Expand Down Expand Up @@ -97,13 +98,14 @@ This is a list of LMP version bytes currently recognized and returned by LmpStat
| 106 | Doom v1.6 beta, v1.666 |
| 108 | Doom v1.8 |
| 109 | Doom v1.9 |
| 110 | TASDoom v1.10 |
| 110 | TASDoom v1.10, Chase, Timer |
| 111 | PrDoom+ v1.11 longtics |
| 111 | Doom Classic v1.11 with -cl |
| 111 | Doom Classic v1.11 with `-cl` |
| 112 | Doom Classic v1.12 debug |
| 116 | Doom64 EX v1.4 (and other v1.x releases?) |
| 129-144 | Doom Legacy v1.29-1.44+ |
| 200-204 | Boom/MBF v2.00-2.04 |
| 203 | TASMBF v2.03 |
| 205-207 | CDoom v2.05-2.07 |
| 210-214 | Boom/MBF v2.10-2.14 |
| 222 | RUDE v3.1.0pre5+ extended |
Expand Down
2 changes: 1 addition & 1 deletion lmpstats.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Analyze Doom-engine demos - main include
// Copyright (C) 2021 by Frans P. de Vries

define('VERSION', '0.9.0');
define('VERSION', '0.9.1');
define('DEMOEND', 0x80);

function lmpStats($file, $game = null, $debug = 0, $classic = false, $zdoom9 = false)
Expand Down

0 comments on commit a771634

Please sign in to comment.