Commit Graph

17279 Commits

Author SHA1 Message Date
Allofich
4e4a904a33 Update to Visual Studio 2022 image 2022-10-16 20:00:42 +09:00
Jonathan Campbell
948ea4cb16 Merge pull request #3783 from maron2000/macimetest
Fix build error (Windows Build)
2022-10-13 16:26:02 -07:00
maron2000
82f4769311 Test nanshiki's fix 2022-10-13 15:12:55 +09:00
Jonathan Campbell
211b4dd97d Add IME fix recommended by Nanshiki 2022-10-12 18:00:27 -07:00
Jonathan Campbell
04edfda3d1 Merge pull request #3781 from maron2000/master
Fix missing line when printing
2022-10-12 17:32:11 -07:00
maron2000
7feb93b8bf Update CHANGELOG 2022-10-12 21:25:43 +09:00
maron2000
131e37554d Fix missing line when printing (Issue #3569) 2022-10-12 20:47:09 +09:00
Jonathan Campbell
c7fc7de847 Merge pull request #3776 from leecher1337/dosdev2
Commit #3678 broke commit #3347
2022-10-10 21:53:05 -07:00
leecher1337
8ecbb486e2 Commit #3678 broke commit #3347, reverting breaking changes to get #3347 working again (MEM_BlockWrite MUSTN'T be called on ext device, otherwise it overwrites buffer which causes malfunction) 2022-10-09 15:21:00 +02:00
Jonathan Campbell
9701de0c52 Merge pull request #3771 from joncampbell123/dependabot/github_actions/styfle/cancel-workflow-action-0.10.1
build(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
2022-10-03 09:11:14 -07:00
dependabot[bot]
e7ba6b5a08 build(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 12:24:18 +00:00
Jonathan Campbell
6ef0e7d51f CHANGELOG 2022-10-02 16:51:56 -07:00
Jonathan Campbell
ab8f4a21dc SDL2 build issues on Mac OS X appear to be related to Brew include paths coming before our own internal SDL2 library, causing confusion 2022-10-02 16:39:45 -07:00
Jonathan Campbell
1396355fe8 Remove unused code from Mac OS SDL2 build script 2022-10-02 16:27:41 -07:00
Jonathan Campbell
4ac42357cb Merge pull request #3767 from maron2000/master
Update CHANGELOG
2022-10-01 21:33:04 -07:00
maron2000
85dda6e95b Update CHANGELOG 2022-10-01 08:59:16 +09:00
Jonathan Campbell
7b03354db6 Merge pull request #3760 from maron2000/mt-32
Bump mt32emu to 2.7.0
2022-09-29 18:53:01 -07:00
maron2000
1f0f00dd5e Merge branch 'joncampbell123:master' into mt-32 2022-09-25 22:57:35 +09:00
maron2000
53787bf4ae Revert VS platform to v143(2022) 2022-09-25 19:52:39 +09:00
maron2000
ce23b03e78 Fix type error (Bit8u -> uint8_t) 2022-09-25 15:22:57 +09:00
maron2000
0d43a03112 Bump Munt (mt32emu) to 2.7.0 2022-09-24 22:09:17 +09:00
aybe
2b35d6822d Add credits to CGA palettes
Co-Authored-By: John Novak <john@johnnovak.net>
2022-09-23 18:55:15 +02:00
aybe
de7611c12b add set of cga shaders from dosbox staging 2022-09-23 07:50:30 +02:00
Jonathan Campbell
7935f136c4 Merge pull request #3745 from Jookia/RFC_moreclean
More autotools cleanup
2022-09-18 13:28:37 -07:00
Jookia
d85451fe63 configure: Simplify curses detection 2022-09-18 20:46:10 +10:00
Jookia
d81e6a8f1f ref-*make*: Drop unmaintained makefiles 2022-09-18 20:46:09 +10:00
Jonathan Campbell
d0a7583a46 Merge pull request #3746 from Jookia/RFC_inline
Always build with core inline
2022-09-18 01:31:57 -07:00
Jonathan Campbell
81197e7139 Merge branch 'master' into RFC_inline 2022-09-18 01:31:51 -07:00
Jonathan Campbell
49e1d8a4bc Merge pull request #3748 from joncampbell123/xinput_sdl2_fix
SDL2 XInput: fix incorrectly mapped axes
2022-09-18 01:31:27 -07:00
Jonathan Campbell
9a618466c6 Merge branch 'master' into xinput_sdl2_fix 2022-09-18 01:31:06 -07:00
Jonathan Campbell
2937568bef Merge pull request #3747 from joncampbell123/xinput_sdl1_fix
SDL1 XInput: enable it by default to fix XBox triggers issues
2022-09-18 01:30:40 -07:00
aybe
a0e116f07a Update CHANGELOG 2022-09-16 12:52:17 +02:00
aybe
ec96949f9b Update CHANGELOG 2022-09-16 12:50:57 +02:00
Jookia
b9ff9943ef build: Don't use --(dis|en)able-core-inline 2022-09-16 13:12:02 +10:00
Jookia
69ff657c24 src: Drop support for non-inline memory functions
This isn't really used and until very recently was actually broken.
2022-09-16 13:12:02 +10:00
aybe
ea95275a69 Fix incorrectly mapped axes 2022-09-15 22:01:11 +02:00
aybe
16b2df5675 Enable XInput by default which fixes XBox trigger issues 2022-09-15 21:59:32 +02:00
aybe
cccde4fcd9 Upgrade solution to VS2022 2022-09-15 20:14:34 +02:00
Jonathan Campbell
bd073d0e83 Merge pull request #3744 from joncampbell123/mapper-enhancements
Mapper: fix minor graphical issues + cosmetic improvements
2022-09-14 23:46:19 -07:00
Jonathan Campbell
5131ad53b5 Merge pull request #3743 from asiekierka/emscripten-fixes
compilation fixes for Emscripten
2022-09-14 23:39:08 -07:00
Jonathan Campbell
dc09ac7ae9 Remove excess -mypos 2022-09-14 23:02:25 -07:00
Jonathan Campbell
bfc8bcb7cd Merge pull request #3727 from Jookia/RFC_autoclean
Clean up unused autotools junk
2022-09-14 23:02:18 -07:00
Jonathan Campbell
796372cfc7 Merge pull request #3723 from NebularNerd/master
Update drive_physfs.cpp to support overlay files in place of .zip files
2022-09-14 23:01:19 -07:00
aybe
2e40dc3d5b Update CHANGELOG 2022-09-15 00:29:20 +02:00
aybe
7b5ad9e2a1 Fix NEQ and ENT screwing key borders 2022-09-15 00:22:21 +02:00
Adrian Siekierka
5ae2d8de5b compilation fixes for Emscripten, part 4 2022-09-14 23:59:03 +02:00
aybe
8a98f86797 Align mouse section with the rest 2022-09-14 23:51:17 +02:00
aybe
858c286a68 Improve Event/Bind section
- rename BIND to INPUT
- align labels
- use 'key' as suffix instead of prefix
- use camel case for shown input
2022-09-14 23:50:27 +02:00
aybe
d7b6a155ba Rename PUP and PDN to Pg⬆ and Pg⬇ 2022-09-14 23:48:31 +02:00
Adrian Siekierka
091f8f9153 compilation fixes for Emscripten, part 3 2022-09-14 23:47:57 +02:00