Commit graph

162 commits

Author SHA1 Message Date
108b0282bb Update README.md for the Solaris fork 2025-04-25 12:09:05 +02:00
Artemis Everfree
f06884b2a3 track dkp changes - update _3DS to __3DS__ & update README 2023-04-10 23:27:11 -07:00
Clownacy
4ca6e12257 Output smdh to build3ds folder
No point in it cluttering-up the game folders.
2020-11-05 19:44:55 +00:00
Clownacy
5981034354 Merge branch 'accurate' into portable 2020-10-25 20:54:02 +00:00
Clownacy
fe4c14615b More README cleanup 2020-10-25 20:53:47 +00:00
Clownacy
1b9c2d3662 Make README explicitly list C++
Cave Story wasn't written in C, only stylised like it.
2020-10-25 11:35:53 +00:00
Clownacy
afb2b22e58 Merge branch 'accurate' into portable 2020-10-23 19:10:36 +01:00
Clownacy
d81c46a79c Release custom code under the MIT licence
Of course, Pixel's code is still proprietary.
2020-10-23 19:09:55 +01:00
Clownacy
76d22fa635 README cleanup 2020-10-21 19:18:25 +01:00
Clownacy
e1e4787ec9 Add RISC OS to the list of supported platforms 2020-10-21 19:17:24 +01:00
Clownacy
3e03995ab4 Update 3DS build instructions 2020-10-14 23:23:32 +01:00
Clownacy
d391ab77f9 Add a hardware-accelerated 3DS audio backend
Hell yes
2020-10-14 23:18:43 +01:00
Clownacy
6e53250a20 Update CMake options 2020-10-14 20:31:16 +01:00
Clownacy
f652fb7016 Update readme with 3DS build instructions 2020-10-14 20:21:18 +01:00
Clownacy
d006b6c439 Update readme to not FREETYPE_FONTS option 2020-10-14 16:03:21 +01:00
Clownacy
0c367cecf7 Add FIX_MAJOR_BUGS option
This one specifically fixes bugs that either invoke undefined
behaviour or cause memory leaks. Essentially, they affect stability.
Bugs that just affect gameplay will remain covered by FIX_BUGS.
2020-09-03 21:05:14 +01:00
Clownacy
48386d443b Add optional Lanczos filter to the audio mixer
Should be higher-quality than the linear-interpolator, but also much
slower, so it's disabled by default.
2020-08-31 16:07:25 +01:00
Clownacy
40f78323df Update a URL to CSE2's current name 2020-08-29 17:11:51 +01:00
Clownacy
71970c1f74 Merge branch 'accurate' into portable 2020-08-29 17:11:28 +01:00
Clownacy
20cbb8cc73 Unlist the dead branches, and reformat the readme
Now actually readable in a text editor
2020-08-29 17:04:01 +01:00
Clownacy
9c056f6882 Add option to make DoConfig clone use OpenGL 2.1
This way, I can use it in my Windows 7 VM, where OpenGL 3.2 isn't
available.
2020-07-08 19:33:58 +01:00
Clownacy
7334440c27 Merge branch 'accurate' into portable 2020-06-23 19:42:32 +01:00
Clownacy
d9e01225a9 Update URLs in readme 2020-06-23 16:30:12 +01:00
Clownacy
93852242f4 Just use 'CSE2' everywhere, instead of the full name
Since Nicalis reobtained the 'Cave Story' trademark back in April,
it looks like we're going to have to go the route of the Wine project
and change what the abbreviation is short for...

Can't Sue Everyone 2?
Clownacy Saga, Episode 2?
Code-Stealing Eyesore 2?
2020-06-22 17:25:34 +01:00
Clownacy
49b4ffb722 Clear-up some README wording 2020-06-15 23:34:44 +01:00
Clownacy
bfff68f260 Update Wii U data folder path 2020-05-09 14:31:41 +01:00
Clownacy
f314dec23d Merge branch 'accurate' into portable 2020-05-09 14:10:34 +01:00
Clownacy
2d26904b6c Add enhanced-lite branch to the readme 2020-05-09 14:09:35 +01:00
Clownacy
5cc1d5ac01 Update CMake options and readme 2020-04-21 14:26:06 +01:00
Clownacy
7450952a24 Add a list of supported platforms 2020-04-20 12:58:05 +01:00
Clownacy
cb46112657 Note default options 2020-04-20 12:54:19 +01:00
Clownacy
e6f3a82634 Clean-up readme option descriptions 2020-04-20 12:53:30 +01:00
Clownacy
bcfcf2c017 Rename 'BUILD_DOCONFIG' to just 'DOCONFIG' 2020-04-20 12:50:53 +01:00
Clownacy
bbfcc48e2a Update Wii U instructions 2020-04-18 01:01:53 +01:00
Clownacy
a7ebdb75e5 Added unfinished Wii U audio backend
Currently doesn't produce sound unless you stop Organya from calling
AudioBackend_CreateSound, because it exhausts the Wii U's 150-sound
pool before the SFX get any of them.
2020-04-16 22:19:00 +01:00
Clownacy
6bd4e89f9d Update readme 2020-04-15 22:12:58 +01:00
Clownacy
aee4ce0866 Merge branch 'accurate' into portable 2020-04-15 03:16:27 +01:00
Clownacy
3a72dd6bee Add Wii U compilation instructions to readme 2020-04-15 02:38:38 +01:00
Clownacy
38ea875e11 Add new backends to readme 2020-04-14 01:35:18 +01:00
Clownacy
db0b2d0293 Add option to disable DoConfig
Needed for console ports
2020-04-13 19:10:58 +01:00
Clownacy
b6774440b6 The software renderer is longer specific to SDL2 2020-04-09 23:57:37 +01:00
Clownacy
39b89bdb02 Add link to wiki to readme 2020-04-09 20:28:38 +01:00
Clownacy
210e1f1c25
Rearrange the readme's 'Background' section
Also made some minor corrections and tweaks
2020-04-08 13:14:42 +01:00
Clownacy
0fe8eacb1c Direct MSYS2 users to use PKG_CONFIG_STATIC_LIBS 2020-04-05 20:46:54 +01:00
Clownacy
5244967fab Update documentation 2020-04-02 20:22:52 +01:00
Clownacy
d7ca8b3874 Remove the Makefile
Made redundant by CMake, and it's an absolute pain to maintain.
2020-04-02 14:23:10 +01:00
Clownacy
d40991e682 Remove VS2017 build files
Made redundant by CMake
2020-04-02 14:18:18 +01:00
Clownacy
f4a810be51 Alter pkg-config notice, now that CMake uses it 2020-04-01 20:38:30 +01:00
Clownacy
e324d40c5b Merge branch 'accurate' into portable 2020-04-01 20:36:04 +01:00
Clownacy
a008410b96 List it in the readme 2020-04-01 20:19:24 +01:00