tildearrow
|
3ab278d236
|
split fileOps.cpp
|
2024-02-05 14:08:53 -05:00 |
|
tildearrow
|
f80d3f9eb5
|
remove unused old ins format saving code
|
2024-02-05 13:19:36 -05:00 |
|
tildearrow
|
9d32aeda4d
|
GUI: Count -> Length
|
2024-02-05 13:10:33 -05:00 |
|
tildearrow
|
05a8b65ec6
|
fix .dmp saving for OPM and NES
to-do: which system is PCE, NES and OPM?
|
2024-02-05 13:07:38 -05:00 |
|
tildearrow
|
395a346cb4
|
GUI: clarify .dmp saving error
|
2024-02-05 13:07:28 -05:00 |
|
tildearrow
|
3820cf0c3b
|
Dave: fix max volume
|
2024-02-05 01:42:19 -05:00 |
|
tildearrow
|
567f37bb7b
|
should be OFF BY DEFAULT
|
2024-02-04 21:52:10 -05:00 |
|
tildearrow
|
e911f1e5cf
|
part 2
|
2024-02-04 17:59:08 -05:00 |
|
tildearrow
|
5368b138d3
|
update documentation (export options)
|
2024-02-04 17:48:46 -05:00 |
|
tildearrow
|
77f162a0d1
|
X1-010: fix wave after PCM
issue #1734
|
2024-02-04 16:08:07 -05:00 |
|
Eknous-P
|
a02a9287ab
|
oh i can change the label
|
2024-02-04 13:17:14 -05:00 |
|
Eknous-P
|
f5220d7644
|
one tiny thing
|
2024-02-04 13:17:14 -05:00 |
|
Eknous-P
|
a25a3be4d1
|
effect searching
|
2024-02-04 13:17:14 -05:00 |
|
Eknous-P
|
3970e5a49d
|
more optimize?
|
2024-02-04 13:17:14 -05:00 |
|
Eknous-P
|
ba1dc39238
|
refactor effect sorting
|
2024-02-04 13:17:14 -05:00 |
|
tildearrow
|
90ce00ed4a
|
censor
|
2024-02-04 13:12:11 -05:00 |
|
tildearrow
|
69db03b68c
|
rename to make Bash happy
|
2024-02-04 13:06:01 -05:00 |
|
Rockyfan75000
|
144c8f61b4
|
Surasshu Eek! CPS2
Note that it's not SNES, It's CPS2.
|
2024-02-04 13:04:40 -05:00 |
|
Colin Kinloch
|
558cf8ad47
|
Add brackets to quit handler
|
2024-02-04 12:38:44 -05:00 |
|
Colin Kinloch
|
8d36ab5909
|
Default exit shortcut to zero
|
2024-02-04 12:38:44 -05:00 |
|
Colin Kinloch
|
311a2eaa41
|
Don't initialize sigaction
|
2024-02-04 12:38:44 -05:00 |
|
Colin Kinloch
|
b2d61b1d3a
|
Add Ctrl+Q to quit
|
2024-02-04 12:38:44 -05:00 |
|
tildearrow
|
83b934862a
|
update credits
|
2024-02-04 12:09:28 -05:00 |
|
tildearrow
|
05efb0d2d9
|
CRLF on Windows release readme
|
2024-02-04 11:26:53 -05:00 |
|
tildearrow
|
4679f849b3
|
Dave: fix DAC
|
2024-02-04 04:08:15 -05:00 |
|
tildearrow
|
838dac7efb
|
Dave: fix getPan
|
2024-02-04 04:03:47 -05:00 |
|
tildearrow
|
4330e27436
|
I did it
|
2024-02-04 03:02:12 -05:00 |
|
tildearrow
|
9a2b19630e
|
Merge branch 'wintrace2'
|
2024-02-04 02:05:29 -05:00 |
|
tildearrow
|
4df1c59698
|
also enable backward on Windows XP
|
2024-02-04 02:05:00 -05:00 |
|
tildearrow
|
b3b84d41b6
|
enable backward-cpp for 32-bit Windows releases
|
2024-02-03 23:45:47 -05:00 |
|
Colin Kinloch
|
04f2039803
|
GUI: Add menu option to open examples directory
|
2024-02-03 21:30:32 -05:00 |
|
tildearrow
|
d7d6067d58
|
set -gcodeview on Clang as well
since it works better there
|
2024-02-03 18:11:04 -05:00 |
|
tildearrow
|
1ea36ba13f
|
warn on lack of gcodeview
|
2024-02-03 17:46:09 -05:00 |
|
tildearrow
|
78bbc59c75
|
try using -gcodeview
I thought GCC was unable to generate .pdb
|
2024-02-03 17:30:19 -05:00 |
|
Colin Kinloch
|
6956443904
|
Add notice about force-pushing to PR template
|
2024-02-03 16:17:19 -05:00 |
|
tildearrow
|
800699c104
|
Merge pull request #1447 from tildearrow/nmk112
Prepare for NMK112 bankswitching support
|
2024-02-03 11:33:09 -05:00 |
|
tildearrow
|
7bf1c70a71
|
Merge pull request #1737 from akumanatt/esfm
Fix ARM ASM for later GCC versions
|
2024-02-03 11:30:43 -05:00 |
|
Natt Akuma
|
5987a32077
|
Tabs
|
2024-02-03 16:19:26 +07:00 |
|
Natt Akuma
|
9529119691
|
Fix ARM ASM for later GCC versions
They do Thumb-2 by default for some reason
|
2024-02-03 16:15:12 +07:00 |
|
Natt Akuma
|
da9b3b8925
|
Merge branch 'master' of https://github.com/tildearrow/furnace into esfm
|
2024-02-03 16:14:29 +07:00 |
|
tildearrow
|
3f4c7dc46c
|
second attempt at MinGW backtrace
|
2024-02-03 02:58:17 -05:00 |
|
cam900
|
fca5ee26c3
|
Add getPaired function for PCE LFO
|
2024-02-03 01:47:19 -05:00 |
|
tildearrow
|
6b52709a57
|
noooooooooooo
temporarily disable ARM assembler version of ESFM code
|
2024-02-03 01:45:01 -05:00 |
|
cam900
|
3922770e8f
|
Merge branch 'master' of https://github.com/tildearrow/furnace into nmk112
|
2024-02-03 15:04:43 +09:00 |
|
tildearrow
|
2957645d9d
|
release v0.6.1
|
2024-02-03 00:58:43 -05:00 |
|
tildearrow
|
09228cfd74
|
more updates
|
2024-02-02 22:36:15 -05:00 |
|
tildearrow
|
1177759867
|
improve images in instrument editor doc
|
2024-02-02 22:25:45 -05:00 |
|
Natt Akuma
|
68c5fa058c
|
Add ARM assembly
Only 32-bit one though, as AArch64's output is near optimal already
|
2024-02-02 21:57:39 -05:00 |
|
Natt Akuma
|
d41d985182
|
Adjust ASM tabbing
|
2024-02-02 21:57:39 -05:00 |
|
Natt Akuma
|
5bd5ce801d
|
Give Clang more breathing area
|
2024-02-02 21:57:39 -05:00 |
|