From 714384bfe785be8921009930152084e38903ac80 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 22 Jul 2019 00:55:25 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md with media apperances (#1327) --- docs/CHANGELOG.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a7c6d2a32..c234ed628 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -### June 16, 2019 -- All functions except one are now binary identical to Diablo 1.09b +## [0.10.0](https://github.com/diasurgical/devilution/compare/0.9.6...0.10.0) +### May 19, 2019 +- [All functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version +- Fix buying from Wirt +- Replace many magic numbers with constants +- Fix a handful of minor issues +- Add toggle fullscreen with alt+enter in debug builds + +### June 21, 2019 +- All functions are now [binary identical](https://github.com/diasurgical/devilution/milestone/3) to Diablo 1.09b + +### June 1, 2019 +- MVG posts [a video about the project](https://www.youtube.com/watch?v=5tADL_fmsHQ) and releases a Nintendo Switch port ## [0.9.6](https://github.com/diasurgical/devilution/compare/0.9.0...0.9.6) ### May 19, 2019 @@ -32,12 +43,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### April 9, 2019 - The last of the compiler flags are figured out +### March 22, 2019 +- Devilution appears on [Phoronix](https://www.phoronix.com/scan.php?page=news_item&px=DeviluitionX-Open-Diablo) + ## [0.6.0](https://github.com/diasurgical/devilution/compare/v0.5.0...0.6.0) ### March 19, 2019 - [60% of functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version - Added a guide for people wanting to join in [Cleaning the code](https://github.com/diasurgical/devilution/wiki/Cleaning-Code) - File size is now only 968 bytes (0.13%) larger than the original Diablo 1.09b. +### March 7, 2019 +- [GOG re-release Diablo](https://www.gog.com/news/release_diablo) + ## [0.5.0](https://github.com/diasurgical/devilution/compare/0.4...v0.5.0) ### January 14, 2019 - [50% of functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version @@ -104,6 +121,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix Zhar quest, monster squelching and golems - Use consts for various values +### June 20, 2018 +- The [media](https://www.pcgamer.com/a-coder-spent-1200-hours-reverse-engineering-diablos-source-code/) catches wind and [several](https://bloody-disgusting.com/video-games/3505673/fan-completes-reverse-engineering-source-code-diablo/) [articles](https://kotaku.com/coder-spends-1-200-hours-piecing-together-diablos-sourc-1827001247) [appear](https://www.diabloii.net/blog/comments/reverse-engineered-diablo-source-code-released) + +### June 18, 2018 +- Devilution gets posted on [Y Combinator](https://news.ycombinator.com/item?id=17338886) + ## 0.1.0 ### June 6, 2018 - Devilution is unleashed upon the world! Version 0.1.0! From 3888e40fc03b8842d4e9fe39bc7895a6190558b5 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 22 Jul 2019 00:57:10 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c234ed628..ec089ab6b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [0.10.0](https://github.com/diasurgical/devilution/compare/0.9.6...0.10.0) -### May 19, 2019 +### June 22, 2019 - [All functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version - Fix buying from Wirt - Replace many magic numbers with constants