Skip to content

Commit

Permalink
Reorganized ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
glowsoony committed Feb 3, 2025
1 parent fdf135b commit 5d5dd69
Show file tree
Hide file tree
Showing 327 changed files with 3,641 additions and 7,079 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ vs_Community.exe
!.vscode/extensions.json
art/build_html.bat
art/build_html-debug.bat

scsource/scfunkin/backend/gamejolt/GJKeys.hx
12 changes: 4 additions & 8 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/
<set name="BUILD_DIR" value="export/debug-telemetry" if="debug telemetry" />
<set name="NO_PRECOMPILED_HEADERS" value="1"/>

<source path="funkinscsource" />
<source path="scsource" />

<!-- PSYCH && SCE CUSTOMIZATION -->

Expand Down Expand Up @@ -270,6 +270,8 @@ xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/
<haxelib name="FlxPartialSound"/>
<haxelib name="flxsoundfilters" />

<define name="FunkinModcharting" />

<!--<define name="FunkinModcharting" /> --> <!--Not used because SCE adapter is not public-->
<section if="FunkinModcharting">
<haxedef name="FM_ENGINE" value="SCE"/>
Expand All @@ -292,18 +294,12 @@ xsi:schemaLocation="http://lime.openfl.org/project/1.0.4 http://lime.openfl.org/
Ensure additional class packages are available at runtime (some only really used by scripts).
Ignore packages we can't include.
-->
<haxeflag name="--macro" value="include('flixel', true, [ 'flixel.addons.editors.spine.*', 'flixel.addons.nape.*', 'flixel.system.macros.*' ])" />
<haxeflag name="--macro" value="modchart.core.macros.Macro.includeFiles()" if="FunkinModchart"/>

<section if="COMPILE_ALL_CLASSES">
<haxeflag name="-dce" value="no" />
<haxeflag name="--macro" value="codenameengine.macros.Macros.addAdditionalClasses()" />
<haxeflag name="--macro" value="scfunkin.backend.macros.Macros.inclusiveMacro()" />
</section>

<!--Macro fixes-->
<haxeflag name="--macro" value="allowPackage('flash')" />
<haxeflag name="--macro" value="include('my.pack')" />

<!-- Haxe 4.3.0+: Enable pretty syntax errors and stuff. -->
<!-- pretty (haxeflixel default), indent, classic (haxe compiler default) -->
<haxedef name="message.reporting" value="pretty" />
Expand Down
9 changes: 0 additions & 9 deletions assets/shared/classes/FreeplayState.hx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/files/TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO:
- [ ] Reorganize source code.
- [x] Reorganize source code.
- - [ ] Remove unnecessary lines to each file.

- [ ] Update all documentation. (New file changes for everything).
Expand Down
2 changes: 1 addition & 1 deletion docs/files/TemplateScript.hx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package docs;
package docs.files;

// HScript stuff

Expand Down
256 changes: 0 additions & 256 deletions funkinscsource/audio/waveform/WaveformSpriteFPSPlus.hx

This file was deleted.

Loading

0 comments on commit 5d5dd69

Please sign in to comment.