Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #923 from KadeDev/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
Kade-github authored Jun 19, 2021
2 parents 17e9978 + d621d1d commit 48e6a05
Show file tree
Hide file tree
Showing 35 changed files with 2,030 additions and 916 deletions.
3 changes: 3 additions & 0 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
<haxelib name="flixel-addons" />
<haxelib name="hscript" />

<haxelib name="actuate" />
<haxelib name="extension-webm"/> <!-- Make sure to use https://github.com/KadeDev/extension-webm/ -->

<!--In case you want to use the ui package-->
<haxelib name="flixel-ui" />
<haxelib name="newgrounds"/>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ This game was made with love to Newgrounds and its community. Extra love to Tom
### Kade Engine
- [KadeDeveloper](https://twitter.com/KadeDeveloper) - Maintainer and lead programmer
- [The contributors](https://github.com/KadeDev/Kade-Engine/graphs/contributors)


### Shoutouts
- [GWebDev](https://github.com/GrowtopiaFli) - Video Code
- [Rozebud](https://github.com/ThatRozebudDude) - Ideas (that I stole)
- [Puyo](https://github.com/daniel11420) - Setting up appveyor and a lot of other help
Binary file added assets/preload/videos/daWeirdVid/dontDelete.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<p id="HtmlIsTheWorstThingIHaveEverUsed">
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
<a class="headerlink" href="{{site.url}}building">Building</a>
<a class="headerlink" href="{{site.url}}modchart">Modcharts</a>
<a class="headerlink" href="https://github.com/KadeDev/Kade-Engine/wiki/">Modchart Documentation</a>
<a class="headerlink" href="{{site.url}}guides">Guides</a>
<br>&nbsp;
<hr>
Expand Down
3 changes: 3 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
- `haxelib git faxe https://github.com/uhrobots/faxe`
- `haxelib git polymod https://github.com/larsiusprime/polymod.git`
- `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc`
- `haxelib install actuate`
- `haxelib git extension-webm https://github.com/KadeDev/extension-webm`
- `lime rebuild extension-webm windows`

### Windows-only dependencies (only for building *to* Windows. Building html5 on Windows does not require this)
If you are planning to build for Windows, you also need to install **Visual Studio 2019**. While installing it, *don't click on any of the options to install workloads*. Instead, go to the **individual components** tab and choose the following:
Expand Down
16 changes: 16 additions & 0 deletions docs/changelogs/changelog-1.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Latest (master) changelog

Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`.

### Additions
- Score Screen (💖)
- Show your highest combo in the freeplay menu
- New asset loading system (💖)
- New Logo (💖)

### Changes
- Rewrote the entire hit ranking system (💖)

### Bugfixes
- NPS not showing if accuracy is disabled
- Fixed song names so they don't crash (💖)
1 change: 1 addition & 0 deletions docs/changelogs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelogs

- [Latest](latest) (Contains changes that are not in a release yet)
- [1.5.3](changelog-1.5.3)
- [1.5.2](changelog-1.5.2)
- [1.5.1](changelog-1.5.1)
- [1.5.0](changelog-1.5.0)
Expand Down
6 changes: 3 additions & 3 deletions docs/changelogs/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Changes marked with 💖 will be listed in the short version of the changelog in `version.downloadMe`.

### Additions
- Nothing here yet!
- Nothing yet!

### Changes
- Nothing here yet!
- Nothing yet!

### Bugfixes
- Nothing here yet!
- Nothing yet!
Loading

0 comments on commit 48e6a05

Please sign in to comment.