Commit graph

455 commits

Author SHA1 Message Date
Richard Goedeken
47f8e92e9a
Merge pull request #91 from orbea/strict-aliasing
build: remove -fno-strict-aliasing
2024-11-03 17:44:22 -08:00
orbea
1b7c25cdaa build: remove -fno-strict-aliasing
It compiles with -Werror=strict-aliasing so this is not required.
2024-11-03 12:34:08 -08:00
orbea
5532574896 Remove executable permissions from the Makefile
mode change 100755 => 100644 projects/unix/Makefile
2024-11-03 12:32:20 -08:00
Richard Goedeken
2798e65d6f update version and release info for v2.6.0 release 2024-07-14 17:36:33 -07:00
Richard Goedeken
d972dc5ea1 update minimum macos SDK in makefile 2024-07-14 12:01:02 -07:00
Richard Goedeken
9d13986f76
Merge pull request #90 from Jj0YzL5nvJ/up2024
CI/CD: Update to generic scripts, independent schedule, etc
2024-05-26 19:56:29 -07:00
Jj0YzL5nvJ
1d690fd8a6 CI/CD: Update to generic scripts, independent schedule, etc 2024-05-24 11:17:26 -06:00
Richard Goedeken
f01be76948
Merge pull request #89 from Clownacy/patch-1
Fix check for M64P_BIG_ENDIAN
2024-01-12 20:21:12 -08:00
Clownacy
47f8cee6ce
Fix check for M64P_BIG_ENDIAN
Every check for M64P_BIG_ENDIAN in the emulator core only checks for its definition, not for its value being non-zero.
2024-01-10 17:33:07 +00:00
Richard Goedeken
f22dc14377
Merge pull request #88 from Jj0YzL5nvJ/up2023
CI/CD: Add BLAKE2 hashfile
2023-06-11 12:18:52 -07:00
Jj0YzL5nvJ
6b53db06de CI/CD: Add BLAKE2 hashfile 2023-05-22 00:24:57 -06:00
Richard Goedeken
bbfba920fc
Merge pull request #87 from Jj0YzL5nvJ/ci-schedule
CI/CD: Integrate scheduled builds and other...
2023-03-02 21:59:57 -08:00
Jj0YzL5nvJ
4ff2fe6a19 CI/CD: Integrate scheduled builds and other necessary updates 2023-02-14 23:49:33 -06:00
Richard Goedeken
ca917cec14
Merge pull request #86 from Jj0YzL5nvJ/up2022
CI/CD: Update MSVC
2022-09-30 16:59:21 -07:00
Jj0YzL5nvJ
fdebc89484 CI/CD: Update MSVC 2022-09-27 23:36:03 -06:00
Richard Goedeken
aa0ea78030
Merge pull request #85 from Jj0YzL5nvJ/ci-update
CI/CD: Update
2022-07-13 19:30:22 -07:00
Jj0YzL5nvJ
3cdee61a98 CI/CD: Update 2022-07-10 18:52:10 -06:00
bsmiles32
27580a8c33
Merge pull request #84 from derselbst/cbfd-overload
Added overload distortion effect, used by a few tracks in CBFD
2022-04-24 22:03:47 +02:00
derselbst
21b669e8a3 Add a comment regarding mp3 and cbfd ucode differences 2022-04-24 17:22:50 +02:00
Tom M
9452b4a181 Apply suggestions from code review
Co-authored-by: bsmiles32 <bobby.smiles32@gmail.com>
2022-04-24 17:13:43 +02:00
Richard Goedeken
2ae723c33b
Merge pull request #82 from Jj0YzL5nvJ/ci-github
CI/CD: Implement GitHub Actions and public nightly builds
2022-04-11 20:55:33 -07:00
Josh Ware
37682c2a12 Added overload distortion effect, used by a few tracks in CBFD 2022-02-14 19:46:05 +01:00
bsmiles32
4bac3aeb98
Merge pull request #83 from fzurita/out_of_bounds_access
Fix out of bounds memory access encountered in CBFD
2022-01-16 18:29:31 +01:00
fzurita
53e6c6a143 Fix out of bounds memory access encountered in CBFD 2022-01-16 12:26:06 -05:00
Jj0YzL5nvJ
51345ed0e5 CI/CD: Implement GitHub Actions and public nightly builds 2021-12-05 09:00:32 -07:00
Pierce Andjelkovic
88093cb434 RISC-V Support 2021-09-15 00:02:11 +02:00
Richard Goedeken
88766c6e2d bump up minimum version number so that we can still build this on modern macos 2021-02-10 21:14:23 -08:00
orbea
e653930d75 build: Allow out of tree builds.
Also fixes a case of SRCDIR being used before its set.
2020-12-15 10:17:15 +01:00
Gilles Siberlin
bb56985770
Merge pull request #79 from loganmc10/ub
Fix undefined behavior
2020-10-21 15:49:47 +02:00
Logan McNaughton
2f42716781 Fix undefined behavior 2020-10-19 10:46:51 -07:00
Richard Goedeken
b4155b7004 Revert "Allow non-default compilers without resorting to symbolic links"
This reverts commit 0ff1d46edf, as it conflicts with GNU make which always defines default values for certain variables
2020-09-16 22:31:15 -07:00
Richard Goedeken
72a1deca7d
Merge pull request #77 from Jj0YzL5nvJ/alter_cc_cxx
Allow non-default compilers without resorting to symbolic links
2020-08-31 21:19:30 -07:00
Jj0YzL5nvJ
0ff1d46edf Allow non-default compilers without resorting to symbolic links 2020-08-30 03:46:09 -06:00
Richard Goedeken
4e61df6a25
Merge pull request #76 from Jj0YzL5nvJ/alter
Allow to set custom platform toolset from commands
2020-08-19 23:36:36 -07:00
Jj0YzL5nvJ
d12cd46872 Allow to set custom platform toolset from commands 2020-08-13 11:58:07 -06:00
Jj0YzL5nvJ
2df8038d5f AppVeyor with artifact packaging 2020-03-02 09:38:16 +01:00
Jj0YzL5nvJ
7d9293ad91 Changes to have more generic project files 2020-02-26 12:39:06 +01:00
Gillou68310
f295d34727 Fix HVQM Implementation 2020-02-21 09:14:06 +01:00
Gillou68310
25b83af2f4 Rework task dispatching implementation 2020-02-20 15:49:07 +01:00
Gillou68310
fa00bf82fd Implement HVQM ucode 2020-02-03 20:50:27 +01:00
Gillou68310
c05c5e0fab Preliminary implementation for Yakouchuu II ucode 2020-02-02 12:11:05 +01:00
Gillou68310
7ea802e76e Migrate to VS2017 2019-11-13 17:15:02 +01:00
Richard Goedeken
f01fed082a add function attributes so GCC can find bugs in calls to string formatting functions with variadic arguments 2019-03-03 09:30:19 -08:00
Richard Goedeken
16c31f09c0
Merge pull request #68 from djames1/master
Added ppc64le support
2019-02-21 21:43:52 -08:00
Daniel James
42ffe474b2 Added ppc64le support 2019-02-20 11:29:49 -05:00
Richard Goedeken
7b1a2094a0 update version and release info for v2.5.9 BETA release 2019-02-10 10:13:29 -08:00
Richard Goedeken
e7b0182fb1 fix Travis CI test builds for MXE 32 and 64 bits 2019-01-29 22:13:25 -08:00
Richard Goedeken
e2adb502c6
Merge pull request #67 from bugfood/fix-nosaveoptions
Remove use of ConfigSaveSection
2019-01-23 21:58:30 -08:00
Corey Hickey
5e0c36f188 Remove use of ConfigSaveSection
Known front-ends have been modified to save configuration after plugin
initialization but before running the game. Now it is no longer
necessary for individual plugins to save their config.

Removing calls to ConfigSaveSection from within plugins makes the
mupen64plus-ui-console '--nosaveoptions' parameter work.
2019-01-22 21:05:11 -08:00
Richard Goedeken
1233981129
Merge pull request #66 from bkeys/makefile_aarch64
Makefile aarch64
2018-09-21 20:23:15 -07:00