Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
bug fixes
swap discord lib
  • Loading branch information
TheRealJake12 committed Dec 28, 2023
1 parent 47ac5f9 commit f313a3f
Show file tree
Hide file tree
Showing 18 changed files with 1,300 additions and 1,049 deletions.
10 changes: 8 additions & 2 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Kade Engine Community" file="Kade Engine Community" packageName="com.therealjake12.kec" package="com.therealjake12.kec" main="Main" version="1.9.2" company="TheRealJake12" />
<app title="Kade Engine Community" file="Kade Engine Community" packageName="com.therealjake12.kec" package="com.therealjake12.kec" main="Main" version="1.9.3" company="TheRealJake12" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down Expand Up @@ -37,6 +37,12 @@
<!-- Defines whether modcore can be used. -->
<define name="FEATURE_MODCORE" />

<!-- Discord Thingy -->
<haxedef name="DISCORD_DISABLE_IO_THREAD" />

<!--Disables the use of precompiled headers but can cause issues with build times and memory usage-->
<haxedef name="NO_PRECOMPILED_HEADERS" if="linux" />

<!-- ____________________________ Window Settings ___________________________ -->

<!--These window settings apply to all targets-->
Expand Down Expand Up @@ -148,7 +154,7 @@
<haxelib name="flixel-ui" />
<!-- APIs -->

<haxelib name="discord_rpc" if="FEATURE_DISCORD"/>
<haxelib name="hxdiscord_rpc" if="FEATURE_DISCORD"/>
<haxelib name="polymod" if="FEATURE_MODCORE"/>
<haxelib name="linc_luajit" if="FEATURE_LUAMODCHART"/>
<haxelib name="SScript" if="FEATURE_HSCRIPT"/>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When its finished, you will need to download these like you did with the Librari
```cmd
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit
haxelib git faxe https://github.com/uhrobots/faxe
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc.git
haxelib git hxvlc https://github.com/MAJigsaw77/hxvlc.git
```

Expand Down Expand Up @@ -118,7 +118,7 @@ It will take a while to build for both versions.

- [PolybiusProxy](https://github.com/polybiusproxy) - The Video Support (Legacy).

- [MAJigsaw77](https://github.com/MAJigsaw77) - The Video Support (Current).
- [MAJigsaw77](https://github.com/MAJigsaw77) - The Video Support (Current), And Discord Support.

- [BoloVEVO](https://github.com/BoloVEVO) - Fixed my shit code and improved the chart editor. Made a ton of code improvements. Did the gameplay changers(thanks!!!)

Expand Down
Loading

0 comments on commit f313a3f

Please sign in to comment.