Commit Graph

158 Commits

Author SHA1 Message Date
Miepee
4adcfd4e6c Build optimized Linux artifacts 2024-05-22 22:45:33 +02:00
Sir Walrus
7a5d55cc6c delete warning 2024-05-22 22:20:55 +02:00
Sir Walrus
90b3510f19 fix #74 2024-05-22 22:17:36 +02:00
Sir Walrus
15aaa45f3e delete appveyor, no longer necessary (#73) 2024-05-22 22:03:06 +02:00
Sir Walrus
e5401a5b81 silence some stupid warnings 2024-05-22 22:01:58 +02:00
Sir Walrus
edb08a2885 make config.h less dumb (#73) 2024-05-22 22:01:58 +02:00
Alcaro
9e40b14420
Merge pull request #73 from Miepee/master
Add GH Actions CI for debug builds
2024-05-22 22:00:05 +02:00
Miepee
6e49ee74b1 Add CI for debug builds 2024-05-22 21:22:20 +02:00
Sir Walrus
d43afd8edc fix typo in error (#72) 2024-05-22 20:32:25 +02:00
Alcaro
adad86b47c
Merge pull request #72 from Miepee/fail-gtk-if-not-found
Fail instead of warn when trying to build GTK and no GTK libs were found
2024-05-22 20:31:27 +02:00
Miepee
e331aaa027 Fail instead of warn when trying to build GTK and no GTK libs were found 2024-05-22 20:15:16 +02:00
Sir Walrus
1bd93237a9 fix some stupid issue with weak symbols (#56), also minor makefile fixes 2024-05-22 18:48:31 +02:00
Sir Walrus
20b0da9ab9 Clarify license interpretation a little; close #71 2024-04-17 22:26:38 +02:00
Alcaro
eb3b86f0f5
Merge pull request #70 from Miepee/master
Use GTKFileChooserNative instead of GTKFileChooser
2024-03-09 11:48:23 +01:00
Miepee
4dc7f3adb7 Use GTKFileChooserNative instead of GTKFileChooser
Fixes #69
2024-03-09 01:56:04 +01:00
Sir Walrus
639cab2dc8 Update appveyor, some minor cleanups 2024-03-09 01:45:31 +01:00
Sir Walrus
fdd5c6e342 Fix some windows warnings, update make-maintainer a little 2023-03-15 11:45:57 +01:00
Sir Walrus
582ca7b04c Don't print stupid warnings if input rom is headered and output isn't, and both are otherwise same size 2023-03-15 10:37:35 +01:00
Sir Walrus
a317902c6f Add (or rather unhide) BPS disassembly function 2023-03-15 10:29:25 +01:00
Sir Walrus
87f4bfa40b Fix GTK save as dialog a bit, fixes #57 2023-03-15 10:01:01 +01:00
Sir Walrus
4b72503d43 Add flatpak to readme; fixes #53 2022-12-25 00:53:07 +01:00
Alcaro
ce2e7ca217
Merge pull request #47 from bbhtt/flatpak-update
Update the flatpak manifest
2022-07-16 11:13:19 +02:00
bbhtt
3d893fa4b9 Update the runtime to 42 and use fallback-x11 2022-07-16 07:59:20 +05:30
Alcaro
96df78fd73
Drop CPS, change RomPatcher.js to link to patcher 2021-11-18 11:41:09 +01:00
Alcaro
b3b308d7a4
Merge pull request #45 from foxsouns/foxsouns-link
include marcrobledo's RomPatcher.js in README.md
2021-11-18 11:40:26 +01:00
Sage
b503d7c4eb
include marcrobledo's RomPatcher.js in README.md
it's fairly fast, browser-based, and supports all the main ones. also rm's/adds headers to ur rom if it makes the patch work, and provides checksums.
2021-11-18 00:00:33 -08:00
Alcaro
dc7f76416e
Merge pull request #44 from orbea/make
build: Makefile improvements.
2021-11-14 10:24:38 +01:00
orbea
171d926e34 build: Add BINDIR and DATAROOTDIR 2021-11-13 21:47:44 -08:00
orbea
358a0ae5a3 build: Fix the uninstall target
It should not create dirs and should not fail when installed
files are missing.
2021-11-13 21:47:44 -08:00
orbea
0530cae984 build: Allow out of tree builds 2021-11-13 21:47:44 -08:00
orbea
8d2bcae65a build: Depend on all for install 2021-11-13 20:45:05 -08:00
Alcaro
3a8733e74c Add .nds to supported ROM types, per #43 2021-10-28 01:39:45 +02:00
Alcaro
3476e5e46f Boost --help a little 2021-05-18 20:48:41 +02:00
Alcaro
1ec7681a32 Remove failed experiment 2021-05-18 20:12:09 +02:00
Alcaro
931d7465d9 Don't clobber files with two-argument -a (also some minor cleanups) 2021-05-18 20:11:56 +02:00
Alcaro
5a3d2012b8
Create codeql-analysis.yml
Let's see if this reveals anything useful
2020-10-02 15:53:38 +02:00
Alcaro
5d52e635e4 Fix exit code, clarify behavior with --ignore-checksum; fixes #36 2020-09-23 14:17:43 +02:00
Alcaro
1f14a54dee Delete version number, to clarify that there will be no more releases 2020-09-23 14:17:43 +02:00
Alcaro
b0f2a552f3
Merge pull request #35 from Kekun/flatpak
flatpak: Allow saving in home and SDK bump
2020-09-17 13:34:33 +02:00
Adrien Plazas
6538b18d2c Use the GNOME 3.38 SDK 2020-09-17 12:54:07 +02:00
Adrien Plazas
9f694507e9 flatpak: Allow saving in the home directory 2020-08-11 08:34:51 +02:00
Alcaro
3489a85fbf Fix mem leak 2020-07-14 03:25:56 +02:00
Alcaro
d45cb0a816
Merge pull request #33 from randomdude999/master
make automatic output file guessing use patch name instead of overwriting base rom
2020-07-14 03:24:32 +02:00
randomdude999
ad741ffa71
make automatic output file guessing use patch name instead of overwriting base rom 2020-07-14 03:12:29 +03:00
Alcaro
ab2bd0201f This word is better for formal-tone documents 2020-06-14 13:39:42 +02:00
Alcaro
27393ec6a9 Flips has been in maintenance mode for years, making that clear is way overdue. 2020-06-14 06:47:15 +02:00
Alcaro
cde358d806 Clean out configure artifacts from libdivsufsort (except config.h and divsufsort.h) 2020-06-14 03:36:45 +02:00
Alcaro
2be3f60b48 Add BPS spec 2020-06-04 02:14:59 +02:00
Alcaro
a2184545b5 -fprofile-generate isn't thread safe 2020-04-26 18:13:30 +02:00
Alcaro
181def87de Might as well add a 'use make.sh' notice here too 2020-04-26 17:46:48 +02:00