From e932b8a5e5a3bd6549759a2cdd38008f9c04b970 Mon Sep 17 00:00:00 2001 From: Gabor Bata Date: Fri, 13 Oct 2023 10:32:31 +0200 Subject: [PATCH] Update README.md --- CHANGES.TXT | 25 ------------------------- README.md | 11 ++++++----- 2 files changed, 6 insertions(+), 30 deletions(-) delete mode 100644 CHANGES.TXT diff --git a/CHANGES.TXT b/CHANGES.TXT deleted file mode 100644 index d6d0a69a..00000000 --- a/CHANGES.TXT +++ /dev/null @@ -1,25 +0,0 @@ -Changes since 1.4a - -F Fixed an issue with TEXTURE2 lump loading which skipped the last entry. -F Definitively fixed the retail/registered distinction -F Fixed Ultimate Doom par times crash (finnw) -F Fixed status bar "dirtying" by help screen -F Fixed savegame name nulling -F Fixed Quicksave string issue. -F Fixed negative index objects crash -F Fixed finale text centering error -+ Added MIDI/MUS compatible sound system ( by _D_, finnw). -+ Added PC speaker sound emulation (-speakersound) -+ Added Classic sound mixer (default) -+ Added Audioline-based sound mixer (-audiolines) (by _D_, Velktron) -+ Added Clip-based sound mixer (-clipsound) (By Velktron) -+ Added missing reject table safeguard -+ Added anti tutti-frutti safeguard -+ Added safeguards against certain mapping errors -+ Added an efficient object pooling system. -+ Added Gamma level settings. -+ Added patch_t load-time safeguard vs. broken columns. -+ Added Game Sound interface for channel/position/volume management. -+ Added graceful closing of open file handles. -+ Added always run option -+ Added pop-up message box on modified games \ No newline at end of file diff --git a/README.md b/README.md index a115a05f..c5ccb891 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Mocha Doom +# Vanilla Mocha Doom ![Top Language](https://img.shields.io/github/languages/top/gaborbata/vanilla-mocha-doom.svg?style=flat) ![Code Size](https://img.shields.io/github/languages/code-size/gaborbata/vanilla-mocha-doom.svg?style=flat) @@ -131,10 +131,11 @@ After that you can use one of the following commands: Mocha Doom contains work from many contributors. Here are the main contributors, but it's no limited to this list. Others are listed in the copyright headers of the files where they own copyright. -- Copyright (C) 1993-1996 [id Software, Inc.](http://www.idsoftware.com/) -- Copyright (C) 2010-2013 [Victor Epitropou](https://sourceforge.net/projects/mochadoom/) -- Copyright (C) 2016-2017 [Alexandre-Xavier Labonté-Lamoureux](https://github.com/AXDOOMER/) -- Copyright (C) 2017 [Good Sign](https://github.com/GoodSign2017) +- Copyright (C) 1993-1996 [id Software, Inc.](http://www.idsoftware.com/) +- Copyright (C) 2010-2013 [Victor Epitropou](https://sourceforge.net/projects/mochadoom/) +- Copyright (C) 2016-2017 [Alexandre-Xavier Labonté-Lamoureux](https://github.com/AXDOOMER/) +- Copyright (C) 2017 [Good Sign](https://github.com/GoodSign2017) +- Copyright (C) 2023 [Gabor Bata](https://github.com/gaborbata) Mocha Doom is distributed under the [GNU GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).