-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9a194fa
Showing
665 changed files
with
135,027 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Bug report | ||
description: Report bugs with the engine here | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "Describe your bug here." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: terminal | ||
attributes: | ||
label: "Command Prompt/Terminal logs (if existing)" | ||
render: bash | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: modding | ||
attributes: | ||
label: "Are you modding a build from source or with Lua?" | ||
options: | ||
- Lua | ||
- Source | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: btarget | ||
attributes: | ||
label: "What is your build target?" | ||
options: | ||
- "Windows" | ||
- "Linux" | ||
- "Mac" | ||
- "HTML5" | ||
- "Flash/Air-based target" | ||
- "Neko, HashLink, or other build system" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: buildsummary | ||
attributes: | ||
label: "Did you edit anything in this build? If so, mention or summarize your changes." | ||
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting" | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blank_issues_enabled: false | ||
contact_links: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Feature Request | ||
description: No, i won't add 6K/etc to the engine or winning icons, stop asking for it. REQUESTING FOR A STAGE EDITOR WILL RESULT IN A BAN, I ALREADY SAID I WILL DO IT LATER GOD DAMN IT. | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What feature do you want to get added on the **base** engine? | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: eyetest | ||
attributes: | ||
label: To test your sight, and reliability, please select the option of what should NOT be requested. | ||
options: | ||
- Proper credit that was forgotten | ||
- Thing that would not cause problems | ||
- Useful feature | ||
- Actual feedback | ||
- A good idea | ||
- Stage Editor, 6K+ support, and winning icons. | ||
- Better LUA mod support idea | ||
- Code optimization that would make the game faster. (You should make a PR if this is your request, by the way.) | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
name: Help me! | ||
description: If you need help using the engine. | ||
labels: [help wanted] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: "Describe your problem here." | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: modding | ||
attributes: | ||
label: "Are you modding a build from source or with Lua?" | ||
options: | ||
- Lua | ||
- Source | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: btarget | ||
attributes: | ||
label: "What is your build target?" | ||
options: | ||
- "Windows x64" | ||
- "Windows x86/x32" | ||
- "Linux" | ||
- "Mac" | ||
- "HTML5/Browser" | ||
- "Flash/Air-based target" | ||
- "Neko, HashLink, or other build system" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: buildsummary | ||
attributes: | ||
label: "Did you edit anything in this build? If so, mention or summarize your changes." | ||
placeholder: "Yes, I edited ClientPrefs.hx and tried to add a new setting" | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Missing Documentation | ||
description: Ask for documentation if something is missing. | ||
labels: [documentation] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What needs to be documented? | ||
description: 'For example: "There is no page explaining how to create an Achievement!"' | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Question | ||
description: Ask about something here. | ||
labels: [question] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
# This is a basic workflow to help you get started with Actions | ||
|
||
name: Build | ||
|
||
# Controls when the action will run. | ||
on: | ||
# Triggers the workflow on push or pull request events but only for the master branch | ||
push: | ||
branches: [ main ] | ||
pull_request: | ||
branches: [ main ] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
# This workflow contains a single job called "build" | ||
buildLinux: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-latest | ||
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: krdlab/setup-haxe@master | ||
with: | ||
haxe-version: 4.2.5 | ||
# Runs a set of commands using the runners shell | ||
- name: Install Haxelib | ||
run: | | ||
sudo apt-get install libvlc-dev | ||
sudo apt-get install libvlccore-dev | ||
haxelib setup ~/haxelib | ||
haxelib install hxcpp > /dev/null | ||
haxelib install lime | ||
haxelib install openfl | ||
haxelib --never install flixel | ||
haxelib run lime setup flixel | ||
haxelib run lime setup | ||
haxelib install flixel-tools | ||
haxelib install flixel-ui | ||
haxelib install flixel-addons | ||
haxelib install tjson | ||
haxelib install hxjsonast | ||
haxelib install hxCodec | ||
haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit | ||
haxelib install hscript | ||
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex | ||
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc | ||
haxelib install hxcpp-debug-server | ||
haxelib list | ||
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build Project.xml linux --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/upload-artifact@v2.2.4 | ||
with: | ||
name: linuxBuild | ||
path: 'export/release/linux/bin' | ||
buildWindows: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v2.3.0 | ||
|
||
- uses: krdlab/setup-haxe@master | ||
with: | ||
haxe-version: 4.2.5 | ||
# Runs a set of commands using the runners shell | ||
- name: Install Haxelib | ||
run: | | ||
haxelib setup C:/haxelib | ||
haxelib install hxcpp > nul | ||
haxelib install lime | ||
haxelib install openfl | ||
haxelib --never install flixel | ||
haxelib run lime setup flixel | ||
haxelib run lime setup | ||
haxelib install flixel-tools | ||
haxelib install flixel-ui | ||
haxelib install flixel-addons | ||
haxelib install tjson | ||
haxelib install hxjsonast | ||
haxelib install hxCodec | ||
haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit | ||
haxelib install hscript | ||
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex | ||
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc | ||
haxelib install hxcpp-debug-server | ||
haxelib list | ||
shell: cmd | ||
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/upload-artifact@v2.2.4 | ||
with: | ||
name: windowsBuild | ||
path: export/release/windows/bin | ||
buildMac: | ||
runs-on: macos-latest | ||
|
||
steps: | ||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | ||
- uses: actions/checkout@v2 | ||
|
||
- uses: krdlab/setup-haxe@master | ||
with: | ||
haxe-version: 4.2.5 | ||
# Runs a set of commands using the runners shell | ||
- name: Install Haxelib | ||
run: | | ||
haxelib setup ~/haxelib | ||
haxelib install hxcpp > /dev/null | ||
haxelib install lime | ||
haxelib install openfl | ||
haxelib --never install flixel | ||
haxelib run lime setup flixel | ||
haxelib run lime setup | ||
haxelib install flixel-tools | ||
haxelib install flixel-ui | ||
haxelib install flixel-addons | ||
haxelib install tjson | ||
haxelib install hxjsonast | ||
haxelib install hxCodec | ||
haxelib git linc_luajit https://github.com/nebulazorua/linc_luajit | ||
haxelib install hscript | ||
haxelib git hscript-ex https://github.com/ianharrigan/hscript-ex | ||
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc | ||
haxelib install hxcpp-debug-server | ||
haxelib list | ||
- name: Create Version Tag | ||
run: echo "${{github.run_id}}" > VERSION | ||
- name: Compile | ||
run: haxelib run lime build mac --app-version="4.0.0-${{ github.run_id}}" | ||
- name: Publish Artifact | ||
uses: actions/upload-artifact@v2.2.4 | ||
with: | ||
name: macBuild | ||
path: export/release/macos/bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### FNF-Specific | ||
# File used for the NG API. Should not be shared with others. | ||
APIStuff.hx | ||
art/build_x32-officialrelease.bat | ||
art/build_x64-officialrelease.bat | ||
art/test_x64-debug-officialrelease.bat | ||
|
||
### VS Code | ||
export/* | ||
.vscode/* | ||
*.code-workspace | ||
# Local history which shouldn't be shared. | ||
.history | ||
.ionide | ||
# ! means a file should be added regardless of it it gets ignored prior. | ||
# Including to allow others to use already set-up configuration tweaked for the project. | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json |
Oops, something went wrong.