James Rowe
d0f9695e7c
Merge pull request #2658 from JayFoxRox/blend-equation-fix
...
Pica/Regs: Correct bit width for blend-equations
2017-04-09 13:40:00 -06:00
James Rowe
aa066a226e
Change travis tar command to specify compression format
...
macOS uses bsdtar which doesn't have the -a flag which determines
compression based on file extension.
2017-02-25 14:02:46 -07:00
James Rowe
e163d0041e
Fixes file upload pattern in the travis.yml to include macOS releases ( #2592 )
2017-02-24 18:12:37 -08:00
James Rowe
dcefaebe1b
Use QFileSystemWatcher to reload the game list when a change is detected. ( #2555 )
...
* Added a refresh game directory option to the file menu
* Make the game list watcher recursive and have it start watching from the initial load
* Rework game list watcher to be thread safe
* Fix code style issues
2017-02-23 16:29:00 -05:00
James Rowe
1337d1acee
Revert use gzip for linux
...
Uses tar -a flag to determine compression algorithm based off file extension (so linux will continue to use xz and macOS can use gzip)
2017-02-23 14:05:47 -07:00
James Rowe
c5fa41b6e7
Use gzip instead of lzma on macOS and linux releases
...
A common report from macOS users is they can't figure out how to unzip the
program. This will allow them to double click to unzip the archive which
is what users on macOS expect.
2017-02-23 10:01:50 -07:00
James Rowe
786117c94b
Gui: Change title bar to include build name
...
Nightly builds now have "Citra Nightly" in the titlebar
Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
2017-02-23 00:42:55 -07:00
James Rowe
a943bbc23a
Merge pull request #2478 from jfmherokiller/master
...
fixed the override warning
2017-01-27 15:02:20 -07:00
James Rowe
2d382884f3
Merge pull request #2418 from jroweboy/appveyor_master
...
Prevents appveyor from attempting to deploy except on the nightly repo
2017-01-08 12:11:12 -07:00
James Rowe
590252e2fe
Prevents appveyor from attempting to deploy except on the nightly repo
2017-01-08 11:17:44 -07:00
James Rowe
0c8ecd786b
Merge pull request #2407 from jroweboy/nightly-deploy
...
Change travis to deploy on push to citra-nightly.
2017-01-04 21:42:00 -07:00
James Rowe
9cb8b68080
Change travis to deploy on push to citra-nightly. Add more information to the releases page
2017-01-04 21:31:40 -07:00
James Rowe
3d29cb8b6f
Merge pull request #2405 from jroweboy/nightly-deploy
...
Change deploy to use github releases instead
2017-01-04 21:02:51 -07:00
James Rowe
496deed8e0
Change deploy to use github releases instead, but only for the citra-nightly repo
2017-01-04 20:53:46 -07:00
James Rowe
e9a923ea4b
Merge pull request #2401 from jroweboy/travis-key
...
Try a different travis key
2017-01-03 20:03:57 -07:00
James Rowe
634057ae5b
Try a different travis key
2017-01-03 20:00:26 -07:00
James Rowe
897327e01c
Merge pull request #2390 from jroweboy/bintray
...
Try a different encrypted bintray api key for travis.
2016-12-31 23:57:36 -05:00
James Rowe
0227e1fbef
Try a different encrypted bintray api key for travis. Change appveyor to upload to a long git hash (since travis is stuck uploading to the full hash name)
2016-12-31 23:38:15 -05:00
James Rowe
887787e652
Merge pull request #2254 from jroweboy/bintray
...
Add deploy to bintray for builds to master
2016-12-31 22:16:44 -05:00
James Rowe
bc8b3d9086
Trying to make a consistent nightly versioning
2016-12-31 19:37:21 -05:00
James Rowe
ab168f00c9
Add deploy to bintray for builds to master
2016-12-31 13:54:51 -05:00
James Rowe
ad667ad468
Update dynarmic to the latest version ( #2234 )
2016-11-29 23:22:19 -05:00
James Rowe
0028ab79e2
Expose page table to dynarmic for optimized reads and writes to the JIT
2016-11-24 20:41:18 -07:00
James Rowe
b62038990b
Merge pull request #2207 from wwylele/fix-2195
...
Fix format error from #2195
2016-11-22 12:46:12 -07:00
James Rowe
c543c82850
Merge pull request #2194 from jroweboy/extremely-minor-clangformat-change
...
Minor formatting change
2016-11-19 13:51:14 -07:00
James Rowe
6e71258788
Minor formatting change
2016-11-19 13:35:07 -07:00
James Rowe
8261bb7403
Add mingw compile support
2016-11-13 23:50:46 -07:00
James Rowe
43997bf67d
Round the rectangle size to prevent float to int casting issues
...
And other minor style changes
2016-11-12 10:49:47 -07:00
James Rowe
7505f0cf10
Remove cmake from the install list. Its now up to date on the new travis mac image
2016-11-11 14:45:52 -07:00
James Rowe
2ed3d83684
Add default hotkey to swap primary screens.
...
Also minor style changes
2016-11-05 03:46:43 -06:00
James Rowe
ec423653db
Rework frame layouts to use a max rectangle instead of hardcoded calculations
2016-11-05 02:55:58 -06:00
James Rowe
db35372787
Support additional screen layouts.
...
Allows users to choose a single screen layout or a large screen layout.
Adds a configuration option to change the prominent screen.
2016-11-05 02:55:41 -06:00
James Rowe
f8ca046ba9
Create a separate archive for debugsymbols on windows
...
This reduces the main download size and uploads the symbols to a different
directory
2016-09-01 10:47:31 -06:00
James Rowe
de67a848e5
MSVC: Add RelWithDebInfo and removing debugging from Release.
...
This should reduce build size on windows from roughly 12MB compressed to 7MB
2016-08-31 20:45:38 -06:00
James Rowe
59d7ff5f5f
CMake: Fix for QT 5.7 overwriting -std=c++1y flag
...
In QT 5.7 they added a new check for CXX features which appends a minimum
required standard to the CXX_FLAGS. Because we were writing the flag
directly previously, cmake assumed it needed to add a c++11 flag to the
build. This tells cmake to use c++14 on every build.
2016-08-04 17:16:16 -06:00
James Rowe
6439c3b2d1
Config: Restore previously selected audio sink option ( #1824 )
2016-05-20 20:37:34 +02:00
James Rowe
1bc7829ee9
Move input values into an array
2015-07-27 21:41:21 -06:00
James Rowe
a406207cd8
Use condition var to properly pause the CPU thread
...
Adds support for threaded pausing so citra doesn't spin wait on pause
2015-05-18 08:15:57 -06:00
James Rowe
37a9d0635e
Updated the appveyor build to no longer copy the QT dlls since it is done in post build now.
2015-03-28 02:21:37 -06:00
James Rowe
635ed87788
unsetting a few more variables that arent needed outside of this function
2015-03-26 04:11:05 -06:00
James Rowe
5b9a5493c5
Updated the copy commands to run on post_build and use generator expressions to simplify the code as well
2015-03-26 04:04:24 -06:00
James Rowe
2d7008f03c
Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time
2015-03-26 04:04:23 -06:00
James Rowe
4a7e21eb58
More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.
2015-03-26 04:04:22 -06:00
James Rowe
fa79b3f4f4
Small changes to the CMake file to make windows build easier
2015-03-26 04:04:22 -06:00