Skip to content

Commit a32de7a

Browse files
Initial commit
0 parents  commit a32de7a

File tree

577 files changed

+39606
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+39606
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug or critical performance issue
4+
title: 'Bug Report: [DESCRIBE YOUR BUG IN DETAIL HERE]'
5+
labels: bug
6+
---
7+
8+
[weed]: <> (FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE)
9+
[weed]: <> (OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!)
10+
[weed]: <> (DO NOT POST ABOUT ISSUES FROM OTHER FNF MOD ENGINES! I CANNOT AND PROBABLY WON'T SOLVE THOSE!)
11+
[weed]: <> (GO TO THEIR RESPECTIVE GITHUB ISSUES AND REPORT THEM THERE LOL!)
12+
13+
[weed]: <> (ALSO MAKE SURE THAT YOU USE PROPER LABELS, IF YOU'RE RUNNING INTO COMPILER ISSUES, USE THE compiler issue LABEL!!!)
14+
15+
#### Please check for duplicates or similar issues, as well performing simple troubleshooting steps (such as clearing cookies, clearing AppData, trying another browser) before submitting an issue.
16+
### If you are playing the game in a browser, what site are you playing it from?
17+
18+
[weed]: <> (Put an X in the [ ] thingies to fill out checkbox!)
19+
[weed]: <> (something like [x] pretty much, don't screw up or you will look stupid)
20+
21+
- [ ] [Newgrounds](https://www.newgrounds.com/portal/view/770371)
22+
- [ ] [Itch.io](https://ninja-muffin24.itch.io/funkin)? Specify below
23+
- - [ ] Windows
24+
- - [ ] Mac
25+
- - [ ] Linux
26+
27+
### If you are playing the game in a browser, what browser are you using?
28+
29+
[weed]: <> (Again, put an x in the [ ] box!)
30+
31+
- [ ] Google Chrome (or chomium based like Brave, vivaldi, MS Edge)
32+
- [ ] Firefox
33+
- [ ] Safari
34+
35+
## What version of the game are you using? Look in the bottom left corner of the main menu. (ex: 0.2.7, 0.2.1, shit like that)
36+
37+
38+
## Have you identified any steps to reproduce the bug? If so, please describe them below in as much detail as possible. Use images if possible.
39+
40+
## Please describe your issue. Provide extensive detail and images if possible.
41+
42+
43+
44+
## If you're game is FROZEN and you're playing a web version, press F12 to open up browser dev window, and go to console, and copy-paste whatever red error you're getting

.github/ISSUE_TEMPLATE/compiling.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Compiling help
3+
about: If you need help compiling the game, and you're running into issues. (Look through the 'compiling help' label in case it's been solved!)
4+
title: 'Compiling help: [BRIEF DESCRIPTION / ERROR MESSAGE OUTPUT]'
5+
labels: compiling help
6+
---
7+
8+
[weed]: <> (FILL THIS ISSUE THING OUT AS MUCH AS POSSIBLE)
9+
[weed]: <> (OR ELSE YOUR ISSUE WILL BE LESS LIKELY TO BE SOLVED!)
10+
[weed]: <> (DO NOT POST ABOUT ISSUES FROM OTHER FNF MOD ENGINES! I CANNOT AND PROBABLY WON'T SOLVE THOSE!)
11+
[weed]: <> (GO TO THEIR RESPECTIVE GITHUB ISSUES AND REPORT THEM THERE LOL!)
12+
13+
#### Please check for duplicates or similar compiler issues by filtering for 'compiler help'
14+
15+
[weed]: <> (Put an X in the [ ] thingies to fill out checkbox!)
16+
[weed]: <> (something like [x] pretty much, don't screw up or you will look stupid)
17+
18+
19+
- [ ] Windows
20+
- [ ] Mac
21+
- [ ] Linux
22+
- [ ] HTML5
23+
24+
## Please describe your issue. Provide extensive detail and images if possible.
25+

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Enhancement
3+
about: Suggest a new feature
4+
title: 'Enhancement: '
5+
labels: enhancement
6+
---
7+
#### Please check for duplicates or similar issues before creating this issue.
8+
## What is your suggestion, and why should it be implemented?

.github/ISSUE_TEMPLATE/question.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Question
3+
about: Ask a general question
4+
title: 'Question: '
5+
labels: question
6+
---
7+
8+
[weed]: <> (This isn't a place for AMA type questions, if you want to ask any of the devs something, reach out to them on twitter prob )
9+
[weed]: <> (any biz bullshit can go to [email protected])
10+
11+
#### Please check for duplicates or similar issues before asking your question.
12+
## What is your question?

.github/PULL_REQUEST_TEMPLATE/bug.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Bug Fix
3+
about: Fix a bug or critical performance issue
4+
title: 'Bug Fix: '
5+
labels: bug
6+
---
7+
#### Please check for duplicates or similar PRs before creating this issue.
8+
## Does this PR close any issue(s)? If so, link them below.
9+
10+
## Briefly describe the issue(s) fixed.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Enhancement
3+
about: Add a new feature
4+
title: 'Enhancement: '
5+
labels: enhancement
6+
---
7+
#### Please check for duplicates or similar PRs before creating this issue.
8+
## Does this PR close any issue(s)? If so, link them below.
9+
10+
## What do your change(s) add, and why should they be implemented?

.github/workflows/superlinter.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jobs:
2+
build:
3+
runs-on: [ubuntu-latest, macos-latest]
4+
steps:
5+
- uses: krdlab/setup-haxe@v1
6+
with:
7+
haxe-version: 4.0.5
8+
- run: |
9+
haxe -version
10+
haxelib install hxnodejs

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export/
2+
.vscode/
3+
APIStuff.hx

CHANGELOG.md

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# Changelog
2+
All notable changes will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
### Changed
9+
- ASSET LOADING OVERHAUL, WAY FASTER LOAD TIMES ON WEB!!! (THANKS TO GEOKURELI WOKE KING)
10+
### Fixed
11+
- That one random note on Bopeebo
12+
13+
## [0.2.7.1] - 2021-02-14
14+
### Added
15+
- Easter eggs
16+
- readme's in desktop versions of the game
17+
### Changed
18+
19+
- New icons, old one was placeholder since October woops!
20+
- Made the transitions between the story mode levels more seamless.
21+
- Offset of the Newgrounds logo on boot screen.
22+
- Made the changelog txt so it can be opened easier by normal people who don't have a markdown reader (most normal people);
23+
### Fixed
24+
- Fixed crashes on Week 6 story mode dialogue if spam too fast ([Thanks to Lotusotho for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/357))
25+
- Should show intro credits on desktop versions of the game more consistently
26+
- Layering on Week 4 songs with GF and the LIMO LOL HOW TF I MISS THIS
27+
- Chart's and chart editor now support changeBPM, GOD BLESS MTH FOR THIS ONE I BEEN STRUGGLIN WIT THAT SINCE OCTOBER LMAO ([GOD BLESS MTH](https://github.com/ninjamuffin99/Funkin/pull/382))
28+
- Fixed sustain note trails ALSO THANKS TO MTH U A REAL ONE ([MTH VERY POWERFUL](https://github.com/ninjamuffin99/Funkin/pull/415))
29+
- Antialiasing on the skyscraper lights
30+
31+
## [0.2.7] - 2021-02-02
32+
### Added
33+
- PIXEL DAY UPDATE LOL 1 WEEK LATER
34+
- 3 New songs by Kawaisprite!
35+
- COOL CUTSCENES
36+
- WEEK 6 YOYOYOYOY
37+
- Swaggy pixel art by Moawling!
38+
### Changed
39+
- Made it so you lose sliiiightly more health when you miss a note.
40+
- Removed the default HaxeFlixel pause screen when the game window loses focus, can get screenshots of the game easier hehehe
41+
### Fixed
42+
- Idle animation bug with BF christmas and BF hair blow sprites ([Thanks to Injourn for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/237))
43+
44+
## [0.2.6] - 2021-01-20
45+
### Added
46+
- 3 NEW CHRISTMAS SONGS. 2 BY KAWAISPRITE, 1 BY BASSETFILMS!!!!! BF WITH DRIP! SANTA HANGIN OUT!
47+
- Enemy icons change when they you are winning a lot ([Thanks to pahaze for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/138))
48+
- Holding CTRL in charting editor places notes on both sides
49+
- Q and E changes sustain lengths in note editor
50+
- Other charting editor workflow improvements
51+
- More hair physics
52+
- Heads appear at top of chart editor to help show which side ur charting for
53+
### Changed
54+
- Tweaked code relating to inputs, hopefully making notes that are close together more fair to hit
55+
### Removed
56+
- Removed APE
57+
### Fixed
58+
- Maybe fixed double notes / jump notes. Need to tweak it for balance, but should open things up for cooler charts in the future.
59+
- Old Verison popup screen weirdness ([Thanks to gedehari for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/155))
60+
- Song no longer loops when finishing the song. ([Thanks Injourn for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/132))
61+
- Screen wipe being cut off in the limo/mom stage. Should fill the whole screen now.
62+
- Boyfriend animations on hold notes, and pressing on repeating notes should behave differently
63+
64+
## [0.2.5] - 2020-12-27
65+
### Added
66+
- MOMMY GF, 3 NEW ASS SONGS BY KAWAISPRITE, NEW ART BY PHANTOMARCADE,WOOOOOOAH!!!!
67+
- Different icons depending on which character you are against, art by EVILSK8R!!
68+
- Autosave to chart editor
69+
- Clear section button to note editor
70+
- Swap button in note editor
71+
- a new boot text or two
72+
- automatic check for when you're on an old version of the game!
73+
### Changed
74+
- Made Spookeez on Normal easier.
75+
- Mouse is now visible in note editor
76+
### Fixed
77+
- Crash when playing Week 3 and then playing a non-week 3 song
78+
- When pausing music at the start, it doesn't continue the song anyways. ([shoutouts gedehari for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/48))
79+
- IDK i think backing out of song menu should play main menu songs again hehe ([shoutouts gedehari for the Pull Request!](https://github.com/ninjamuffin99/Funkin/pull/48))
80+
81+
## [0.2.4] - 2020-12-11
82+
### Added
83+
- 3 NEW SONGS BY KAWAISPRITE. Pico, Philly, and Blammed.
84+
- NEW CHARACTER, PICO. Based off the classic Flash game "Pico's School" by Tom Fulp
85+
- NEW LEVEL WOW! PHILLY BABEEEE
86+
### Changed
87+
- Made it less punishing to ATTEMPT to hit a note and miss, rather than let it pass you
88+
### Fixed
89+
- Song desync of you paused and unpaused frequently ([shoutouts SonicBlam](https://github.com/ninjamuffin99/Funkin/issues/37))
90+
- Animation offsets when GF is scared
91+
92+
## [0.2.3] - 2020-12-04
93+
### Added
94+
- More intro texts
95+
### Fixed
96+
- Exploit where you could potentially give yourself a high score via the debug menu
97+
- Issue/bug where you could spam the confirm button on the story menu ([shoutouts lotusotho for the CODE contribution/pull request!](https://github.com/ninjamuffin99/Funkin/pull/19))
98+
- Glitch where if you never would lose health if you missed a note on a fast song (shoutouts [MrDulfin](https://github.com/ninjamuffin99/Funkin/issues/10), [HotSauceBurritos](https://github.com/ninjamuffin99/Funkin/issues/13) and [LobsterMango](https://lobstermango.newgrounds.com))
99+
- Fixed tiny note bleed over thingies (shoutouts [lotusotho](https://github.com/ninjamuffin99/Funkin/pull/24))
100+
101+
## [0.2.2] - 2020-11-20
102+
### Added
103+
- Music playing on the freeplay menu.
104+
- UI sounds on freeplay menu
105+
- Score now shows mid-song.
106+
- Menu on pause screen! Can resume, and restart song, or go back to main menu.
107+
- New music made for pause menu!
108+
109+
### Changed
110+
- Moved all the intro texts to its own txt file instead of being hardcoded, this allows for much easier customization. File is in the data folder, called "introText.txt", follow the format in there and you're probably good to go!
111+
### Fixed
112+
- Fixed soft lock when pausing on song finish ([shoutouts gedehari](https://github.com/ninjamuffin99/Funkin/issues/15))
113+
- Think I fixed issue that led to in-game scores being off by 2 ([shoutouts Mike](https://github.com/ninjamuffin99/Funkin/issues/4))
114+
- Should have fixed the 1 frame note appearance thing. ([shoutouts Mike](https://github.com/ninjamuffin99/Funkin/issues/6))
115+
- Cleaned up some charting on South on hard mode
116+
- Fixed some animation timings, should feel both better to play, and watch. (shoutouts Dave/Ivan lol)
117+
- Animation issue where GF would freak out on the title screen if you returned to it([shoutouts MultiXIII](https://github.com/ninjamuffin99/Funkin/issues/12)).
118+
119+
## [0.2.1.2] - 2020-11-06
120+
### Fixed
121+
- Story mode scores not properly resetting, leading to VERY inflated highscores on the leaderboards. This also requires me to clear the scores that are on the leaderboard right now, sorry!
122+
- Difficulty on storymode and in freeplay scores
123+
- Hard mode difficulty on campaign levels have been fixed
124+
125+
## [0.2.1.1] - 2020-11-06
126+
### Fixed
127+
- Week 2 not unlocking properly
128+
129+
## [0.2.1] - 2020-11-06
130+
### Added
131+
- Scores to the freeplay menu
132+
- A few new intro boot messages.
133+
- Lightning effect in Spooky stages
134+
- Campaign scores, can now compete on scoreboards for campaign!
135+
- Can now change difficulties in Freeplay mode
136+
137+
### Changed
138+
- Balanced out Normal mode for the harder songs(Dadbattle and Spookeez, not South yet). Should be much easier all around.
139+
- Put tutorial in it's own 'week', so that if you want to play week 1, you don't have to play the tutorial.
140+
141+
### Fixed
142+
- One of the charting bits on South and Spookeez during the intro.
143+
144+
## [0.2.0] - 2020-11-01
145+
### Added
146+
- Uhh Newgrounds release lolol I always lose track of shit.
147+
148+
## [0.1.0] - 2020-10-05
149+
### Added
150+
- Uh, everything. This the game's initial gamejam release. We put it out

0 commit comments

Comments
 (0)