Eric
31d1b3e246
Finish the sentence.
2024-10-08 14:15:30 -04:00
Hundrec
880615e707
Remove extra asterisks in Funkin' Debug Hotkeys.md
...
Those stars might have been indicators for something, but I don't see any note related to them.
2024-10-08 14:15:30 -04:00
Hundrec
5d10bb9f54
Rename troubleshooting.md to fix link in COMPILING.md
2024-10-08 14:15:30 -04:00
Hundrec
f6a5a9d8ce
Wait now it should do it
2024-10-08 14:15:30 -04:00
EliteMasterEric
f8d0ddef34
Update troubleshooting guide
2024-09-16 18:17:07 -04:00
Eric
06485518db
Merge branch 'develop' into docs/compiling-guide
2024-09-16 18:12:49 -04:00
EliteMasterEric
c3fcc707f1
Update compilation guide
2024-09-11 06:52:46 -04:00
EliteMasterEric
50b587e3b8
Merge remote-tracking branch 'public/develop' into rewrite/master
2024-07-11 20:58:42 -04:00
Eric
87d8d4043e
Make downloading the assets submodule a separate step.
2024-07-10 18:08:54 -04:00
Hundrec
9f17478a3a
Add ZIP button warning and restructured sentences
...
Each step should be easier to follow with this structure
2024-07-10 18:08:54 -04:00
Hundrec
81680694e3
Reorder download Git step in compiling guide
...
Moved “download Git” from the middle of the guide to the setup step
Should prevent errors with Git before installing Git
2024-07-10 18:08:54 -04:00
Hundrec
6c077cad5f
Add second cd step after cloning
2024-07-09 16:22:43 -07:00
Hundrec
ff770d6948
Wrong slashes lol
2024-07-09 12:55:04 -07:00
Hundrec
2d1d6eb19e
Add cd step for improved clarity
2024-07-09 12:54:29 -07:00
Hundrec
39a774709e
[DOCS] Add common troubleshooting steps to compiling guide
...
Makes compiling easier for everyone
2024-07-09 02:10:55 -07:00
Eric
9bd09e3791
Make downloading the assets submodule a separate step.
2024-06-16 18:48:01 -04:00
Hundrec
32ad9d159e
Add ZIP button warning and restructured sentences
...
Each step should be easier to follow with this structure
2024-06-15 13:37:21 -04:00
Hundrec
b8c9717864
Reorder download Git step in compiling guide
...
Moved “download Git” from the middle of the guide to the setup step
Should prevent errors with Git before installing Git
2024-06-14 21:52:52 -07:00
Cameron Taylor
d974f12c72
Merge branch 'develop' into rewrite/master
2024-06-09 15:30:14 -04:00
Cameron Taylor
62091523d2
Merge branch 'main' into patch-2
2024-06-07 11:40:02 -04:00
Cameron Taylor
1e63998c74
Merge branch 'patch-2' into rewrite/master
2024-06-07 11:37:37 -04:00
An-enderman
d4a524bbcb
Update COMPILING, adding one step
...
I added the step that says to download Git, because the command "hmm install" requires Git to work.
2024-06-07 16:40:37 +02:00
EliteMasterEric
47cbd4b620
Update compiling guide with more troubleshooting
2024-05-21 19:11:10 -04:00
Eric
12f2d9010d
Merge pull request #2396 from gedehari/compile-docs-fix
...
Add a fix guide for those with poor internet connection
2024-05-18 14:02:42 -04:00
I Gede Hari Kresna Wiyasa
eeb017b300
moved to Troubleshooting category
2024-05-10 10:07:03 +08:00
I Gede Hari Kresna Wiyasa
985aa1f2a1
Added a fix guide for those with poor internet connection
2024-05-09 15:53:55 +08:00
Eric
4fdc437840
Update Funkin' Debug Hotkeys.md
2024-05-08 23:55:19 -04:00
Cameron Taylor
39e7f008ea
Update COMPILING.md
2024-05-07 20:31:41 -04:00
EliteMasterEric
c9f023be1f
Some doc cleanup.
2024-04-29 17:51:12 -04:00
Mike Welsh
ed2be8becf
Add haxelib run lime setup
to COMPILING.md
2024-02-14 16:34:04 -08:00
Cameron Taylor
36da3c136b
Merge branch 'rewrite/master' into rewrite/weekend-1-gameplay-shaderdev
2024-02-13 02:41:02 -05:00
EliteMasterEric
c9ff35ab12
Add additional troubleshooting documentation
2024-02-12 16:50:09 -05:00
Eric
75faf22890
Made the Windows documentation more clear.
2024-02-11 11:01:33 -05:00
Cameron Taylor
d595767e59
small compiling guide
2024-02-10 13:06:27 -05:00
Cameron Taylor
87b1cabbac
Merge branch 'rewrite/master' into bugfix/platform-fixes
2023-11-29 01:46:10 -05:00
EliteMasterEric
9a2f235bed
Platform-specific fixes for HTML5 and MacOS
2023-11-28 20:52:45 -05:00
EliteMasterEric
47f39b072a
Convert chart editor to macro-based UIState
2023-11-24 00:42:07 -05:00
EliteMasterEric
eec3ac3ced
Clean up several messy chunks of code, and add support for dragging notes and events.
2023-10-26 05:46:22 -04:00
EliteMasterEric
f4bc682ea1
Remove funkin.play.song.SongData and refactor app to match.
2023-09-08 17:46:44 -04:00
Eric
42d8d55067
Unit Test Suite ( #119 )
...
* Initial test suite
* Fix some build warnings
* Implemented working unit tests with coverage
* Reduced some warnings
* Fix a mac-specific issue
* Add 2 additional unit test classes.
* Multiple new unit tests
* Some fixins
* Remove auto-generated file
* WIP on hiding ignored tests
* Added list of debug hotkeys
* Remove old website
* Remove empty file
* Add more unit tests
* Fix bug where arrows would nudge BF
* Fix bug where ctrl/alt would flash capsules
* Fixed bug where bf-old easter egg broke
* Remove duplicate lines
* More test-related stuff
* Some code cleanup
* Add mocking and a test assets folder
* More TESTS!
* Update Hmm...
* Update artist on Monster
* More minor fixes to individual functions
* 1.38% unit test coverage!
* Even more tests? :O
* More unit test work
* Rework migration for BaseRegistry
* gameover fix
* Fix an issue with Lime
* Fix issues with version parsing on data files
* 100 total unit tests!
* Added even MORE unit tests!
* Additional test tweaks :3
* Fixed tests on windows by updating libraries.
* Set versions for flixel-ui and hamcrest
---------
Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
2023-08-22 04:27:30 -04:00
EliteMasterEric
b3b7fb49c2
Difficulty selector and player previews
2022-12-17 15:19:42 -05:00
Cameron Taylor
b6f789377b
Update readme.md
2021-08-20 10:59:18 -04:00
Cameron Taylor
0ff0a91cf6
Create readme.md
2021-08-20 00:30:27 -04:00
Cameron Taylor
3451d1ce5b
icon, and credits
2020-11-18 15:51:43 -08:00
Cameron Taylor
a8392e2554
padding fix
2020-11-18 15:36:44 -08:00
Cameron Taylor
b9011bdcfb
fluid video
2020-11-18 15:35:28 -08:00
Cameron Taylor
ea047db8d1
better image?
2020-11-18 02:58:19 -08:00
Cameron Taylor
654ceb99e0
cool website colors
2020-11-17 23:31:37 -08:00
Cameron Taylor
566e15e4af
good website
2020-11-17 22:27:04 -08:00
Cameron Taylor
f6c83ba4bb
Create CNAME
2020-10-25 15:20:59 -07:00