Skip to content

Commit

Permalink
- Updated README, added RELEASENOTES.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshq committed Nov 5, 2018
1 parent ebdd3fc commit dac8db1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Civil War Strategy is licensed under the permissive MIT license, however some th

# We Use...
## Programming Languages
* Original: QuickBasic, PDS
* Current: QB64
* Original: [QuickBasic, PDS](https://en.wikipedia.org/wiki/QuickBASIC)
* Current: [QB64](https://www.qb64.org/)
## Tools
* Notepad++ - Our primary text editor.
* [Visual Studio Code](https://code.visualstudio.com/) - Our primary code editor.
* [Notepad++](https://notepad-plus-plus.org/) - Okay, we use VSC primarily now, but Notepad++ still finds it uses and is just an awesome app all around.
* [Deark](http://entropymine.com/deark/) - Allows us to convert the original memory dump images to more current formats, e.g. PNG or JPEG.
* [Crimson Editor](http://www.crimsoneditor.com/) - Helpful when initially converting the files as the source code contained OEM characters which isn't shown correctly by most software and can wreak havoc in the code.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 2.11
- Fixed issue when wrapped as a UWP app that caused crashes when saving games.
- Code optimizations to ease future enhancements.

0 comments on commit dac8db1

Please sign in to comment.