Skip to content

Commit

Permalink
me when the
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jun 11, 2024
1 parent fbf58f8 commit dbff270
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 45 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: github-pages
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "" ]
branches: [ ]
pull_request:
branches: [ "" ]
branches: [ ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +46,6 @@ jobs:
haxelib install flixel-addons
haxelib git linc_luajit https://github.com/Leather128/linc_luajit.git
haxelib git hscript-improved https://github.com/FNF-CNE-Devs/hscript-improved
haxelib install away3d
haxelib install systools
haxelib git scriptless-polymod https://github.com/swordcube/scriptless-polymod
haxelib install hxvlc
Expand Down
1 change: 0 additions & 1 deletion build/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ haxelib install flixel-ui
haxelib install flixel-addons
haxelib git linc_luajit https://github.com/Leather128/linc_luajit.git
haxelib git hscript-improved https://github.com/FNF-CNE-Devs/hscript-improved
haxelib install away3d
haxelib git scriptless-polymod https://github.com/swordcube/scriptless-polymod
haxelib install hxCodec
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc
Expand Down
1 change: 0 additions & 1 deletion docs/docs.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#! /bin/sh

haxe docs/docs.hxml
haxelib run dox -i docs -o pages --title "Leather Engine Documentation" -ex .*^ -in /*
43 changes: 3 additions & 40 deletions docs/docs.hxml
Original file line number Diff line number Diff line change
@@ -1,46 +1,17 @@
-D openfl
-D flixel
-D lime
-D hscript
-D flixel-addons
-D flixel-ui
-D hscript-improved
-D tjson
-D hxNoise
-D flxanimate
-D flixelTextureAtlas
-D scriptless-polymod
-D HxWebView
-D hxcpp-debug-server
-D hxcpp
-D away3d
-D linc_luajit
-D hxvlc
-D systools
-D fnf-modcharting-tools




-L lime
-L openfl
-L flixel
-L hscript-improved
-L flixel-addons
-L hxNoise
-L tjson
-L flixel-ui
-L flxanimate
-L flixelTextureAtlas
-L scriptless-polymod
-L HxWebView
-L hxcpp-debug-server
-L hxcpp
-L away3d
-L linc_luajit
-L hxvlc
-L systools
-L fnf-modcharting-tools
-L funkin.vis



Expand All @@ -52,22 +23,14 @@
-cp source

--define polymod
--define THREE_D_ALLOWED
--define LUA_ALLOWED
--define VIDEOS_ALLOWED
--define LEATHER
--define MODDING_ALLOWED


--macro include('external')
--macro include('game')
--macro include('modding')
--macro include('shaders')
--macro include('states')
--macro include('substates')
--macro include('ui')
--macro include('utilities')
--macro include('toolbox')
--macro include('models')
--macro include('flixel', true, [ 'flixel.addons.editors.spine.*', 'flixel.addons.nape.*', 'flixel.system.macros.*' ])
--macro keep('Main')

--no-output
Expand Down

0 comments on commit dbff270

Please sign in to comment.