Clownacy
a6ac6787d3
Embed the fonts in the EXE
...
Now CSE2.exe should be drop-in replacement for Doukutsu.exe, with
no extra files needed.
2019-05-05 14:03:16 +01:00
Clownacy
ddf61dd791
Added Wave.dat's original file extension
...
beebd77d73/source/Sound.cpp (L477)
Thank goodness for the Org2 source release
2019-05-05 02:20:37 +01:00
Clownacy
d2f1b2c1a9
Renamed some of the resource files
...
The Linux port's get_resource function seems to be using the original
filenames, rather than the 8.3 filenames used by the Windows EXE's
resource system. Too bad it doesn't tell us the original file extensions.
2019-05-04 18:26:41 +01:00
Clownacy
e2ed9ad950
Okay, forget all that. Generating an output folder was stupid.
2019-04-14 18:25:12 +01:00
Clownacy
5ec9fea302
The build folder is now automatically generated
...
This way, we don't need to tell everyone who uses the enhanced branch
that they need to copy res/data_en. It also gives the CMake project a
way to bundle everything into a neat little folder.
2019-04-14 03:36:57 +01:00
Clownacy
e54c13e22f
More cmake improvements
...
Added static build, notably
2019-04-10 01:12:23 +01:00
Clownacy
39da44e899
Added cmake build setup
2019-04-09 21:38:25 +01:00
Clownacy
eb16fa45dc
Revert "hell"
...
This reverts commit 07d01143e6
.
2019-02-16 17:11:15 +00:00
Clownacy
b205399825
Merge branch 'master' of https://github.com/cuckydev/Cave-Story-Engine-2
2019-02-16 17:10:58 +00:00
cuckydev
07d01143e6
hell
2019-02-16 11:35:09 -05:00
Clownacy
8942c6cc48
Gave the music file extensions
2019-02-14 15:42:50 +00:00
Clownacy
f54e325b9e
Removed junk cursor resource files
2019-02-12 14:31:37 +00:00
Clownacy
4e61be56d0
Renamed the SDL icon file
...
Turns out it has an actual name in the original EXE
2019-02-10 17:03:55 +00:00
Clownacy
d4c0cde748
Added Windows-specific icon files
2019-02-10 16:55:54 +00:00
Clownacy
6265f81b14
Added cursors
2019-02-10 16:35:23 +00:00
Clownacy
8fd92fb197
Fixed incorrect format specifier in bin2h
...
Fixes #27
2019-01-29 14:20:23 +00:00
Clownacy
6c8a02e604
Give bin2h a return value
...
Fixes #16
2019-01-28 18:39:53 +00:00
cuckydev
66f545af41
gave credits its music code, changed language related stuff, bleh bleh blah blah bluh bluh blyh
2019-01-22 20:01:35 -05:00
Clownacy
5210e1c00d
Rewrote bin2h
...
Needed to fix bug, so I figured I'd just remake the thing.
2019-01-21 21:05:43 +00:00
Clownacy
409e94a2de
Removed junk res/ICON files, and made the icon filesize smaller
...
Now, the icon is stored as 16x16, but upscaled to 256x256 when it's
loaded.
2019-01-21 05:13:29 +00:00
cuckydev
0c75febcd5
made the icon bigger to remove some more artifacts
2019-01-20 22:34:04 -05:00
cuckydev
ace79d13f1
added info to bin2h
2019-01-20 18:02:31 -05:00
Clownacy
2d9abcc50b
Added automatic compile-time resource conversion
...
I've included the .h files in the repo since I might add automatic
resource generation in the future, and in order for that to work, all .h
files must be present on the first pass.
2019-01-20 21:53:39 +00:00