archshift
0144b8e1da
Change default gameListRootDir from "" to "."
...
Not much thought went into that one...
2016-01-06 16:54:14 -08:00
archshift
ac15b3b625
Merge pull request #1339 from archshift/cmake-2015
...
Update appveyor.yml to use VS2015 CMake generator
2016-01-04 15:44:21 -08:00
archshift
483737f2e6
Update appveyor.yml to use VS2015 CMake generator
2016-01-04 14:55:53 -08:00
archshift
e516a5bc96
Gamelist: supply default settings for QSettings config
2016-01-01 13:54:06 -08:00
archshift
b3cfcf55ea
Refactor ScanDirectoryTreeAndCallback to separate errors and retvals
...
ScanDirectoryTreeAndCallback, before this change, coupled error/return
codes and actual return values (number of entries found). This caused
confusion and difficulty interpreting the precise way the function
worked.
Supersedes, and closes #1255 .
2015-11-27 13:33:38 -08:00
archshift
808053cbcf
.travis-deps.sh: don't install pkgbuild on OS X
...
pkgbuild is now provided by Travis itself, so homebrew throws
an error upon trying to install it.
2015-11-03 17:40:10 -08:00
archshift
2fd4f6f154
.travis-deps.sh: update curl invocation to follow 302 redirects
...
CMake recently 302'd the download URL we're using.
To prevent any issues, just follow the redirect with cURL.
2015-11-03 17:28:24 -08:00
archshift
5dfd2dba70
Implement FS_User::GetFreeBytes
2015-10-27 23:33:59 -07:00
archshift
2ce2e05db0
Game list: propely hide on toggling window mode
...
Properly hides the game list upon toggling from external
window mode to single window mode. Previously, both the game
list and the render window would have been shown at the same
time upon toggling.
2015-10-06 12:20:26 -07:00
archshift
addef06081
OS X build uploading: auto-confirm SSH host key
...
Prevents error verifying host key (and we can't manually verify since
the prompt is obviously non-interactive).
2015-10-03 17:23:31 -07:00
archshift
0fae76c741
Game list: save and load column sizes, sort order, to QSettings
2015-10-01 19:39:15 -07:00
archshift
797b91a449
Add menu item for selecting the game list folder
2015-10-01 19:39:14 -07:00
archshift
6e1bb58ee8
Initial implementation of a game list
2015-10-01 19:39:14 -07:00
archshift
f297a59985
Add helper function for creating a readable byte size string.
2015-10-01 19:39:14 -07:00
archshift
afd06675fa
Don't show render window until a game is started
2015-10-01 19:39:14 -07:00
archshift
7134a17fc6
Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom behavior
...
Converted FileUtil::ScanDirectoryTree and FileUtil::DeleteDirRecursively
to use the new ScanDirectoryTreeAndCallback function internally.
2015-09-30 21:04:47 -07:00
archshift
bba12520c4
Expose loader helper functions for identifying files.
2015-09-30 21:04:47 -07:00
archshift
9e8383e296
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
2015-09-05 22:24:42 -07:00
archshift
e0c10019a9
Add cam:u service function names to its function table
2015-09-03 01:56:59 -07:00
archshift
dd0e1061ef
Shader JIT: ifdef out reference to ifdef'd out shader_map
...
shader_map was only defined on x86 architectures, but was cleared on shutdown
with no ifdef protection. Ifdef this out so non-x86 architectures can be built.
2015-08-26 22:28:19 +00:00
archshift
4ad86a6f78
Merge pull request #1073 from lioncash/guard
...
citra-qt: Add a missing header guard to util.h
2015-08-25 20:12:59 -07:00
archshift
d1ae413ffd
Stop defining GCC always_inline attributes as __forceinline
...
__forceinline is a MSVC extension, which may confuse some people working on the codebase.
Furthermore, the C++ standard dictates that all names which contain adjacent underscores are reserved.
2015-08-11 19:45:15 -07:00
archshift
84a88005e2
Change trace/unimplemented service call logs to use hex
...
Changes the log to use hex in the parameter list instead of decimal.
2015-07-19 13:34:38 -07:00
archshift
d1e6afaba1
Add more frd:u unknown service commands from 3dbrew
2015-07-19 13:30:20 -07:00
archshift
c7788d9b83
Merge pull request #936 from archshift/kill-sourceforge
...
Update homebrew before building, which no longer uses SourceForge
2015-07-16 21:05:53 -07:00
archshift
dfea8e9109
Update homebrew before building, which no longer uses SourceForge
2015-07-16 20:31:04 -07:00
archshift
2501f111a6
Merge pull request #904 from aroulin/y2r-narrowing-warning
...
Y2R: Fix narrowing warning
2015-07-13 22:07:39 -07:00
archshift
a660469d1e
Fix uploading of builds by adding exec bit to .travis-upload.sh
...
Fixes regression introduced by 6fc605a
2015-07-13 21:00:11 -07:00
archshift
741db6798c
AppVeyor: update WinSCP download link with one that should never expire
2015-06-21 12:59:55 -07:00
archshift
1e8b18708c
AppVeyor: update WinSCP download link (with direct download link)
2015-06-15 13:58:49 -07:00
archshift
1a9d6c8307
AppVeyor: update WinSCP download link
...
Goodbye, SourceForge!
2015-06-15 12:14:41 -07:00
archshift
67f61ced63
Merge pull request #863 from linkmauve/appveyor-noqt-build
...
Create a second Windows archive with only the binaries
2015-06-15 11:23:44 -07:00
archshift
0bebac3259
Merge pull request #861 from yuriks/tevstage-warning
...
video_core: add extra braces around initializer
2015-06-14 10:48:01 -07:00
archshift
7589a5ad4d
Merge pull request #845 from Subv/save
...
ExtSavedata: Save the icon passed to CreateExtSaveData.
2015-06-03 14:53:02 -07:00
archshift
9adb2dfb2e
Merge pull request #844 from chinhodado/xcpretty
...
Use xcpretty for xcodebuild on Travis
2015-06-01 20:21:35 -07:00
archshift
0414ad20cb
Merge pull request #811 from archshift/commonify
...
Commonify video_core utility headers
2015-05-31 09:55:29 -07:00
archshift
76690392bf
Move video_core/color.h to common/color.h
2015-05-30 11:17:37 -07:00
archshift
5df2d1b5f7
Move video_core/math.h to common/vector_math.h
...
The file only contained vector manipulation code, and such widely-useable code doesn't belong in video_core.
2015-05-30 11:17:36 -07:00
archshift
11057488f9
Implement svcBreak
2015-05-16 22:06:59 -07:00
archshift
4b300ba763
Delete unused hle/coprocessor.cpp
2015-05-15 23:24:11 -07:00
archshift
1e436304fa
Update README.md, removing the old Roadmap link and adding the TODO list
...
Closes #759
2015-05-15 20:02:28 -07:00
archshift
a08bb13e8b
Merge pull request #754 from purpasmart96/nwm_typo_fix
...
NWM_UDS: Fix a typo in the nwm service port name
2015-05-11 15:22:01 -07:00
archshift
40310e2132
Implement I4 texture format
...
@neobrain, could you confirm that this is correct?
It's been tested with various different games and fixes different textures, including in Animal Crossing, Kirby Triple Deluxe, and SMB3D.
2015-05-10 18:59:22 -07:00
archshift
e98fbadf4a
Merge pull request #740 from yuriks/gsp-shmem
...
Fix crashes due to un-initialized GSP shared memory
2015-05-10 18:07:44 -07:00
archshift
acc242f6f1
Merge pull request #727 from yuriks/profiler-fix
...
Profiler: Fix off-by-one error when computing average.
2015-05-07 15:50:23 -07:00
archshift
3edbdee17d
Merge pull request #709 from linkmauve/rename-submodules
...
Rename git submodules, so they are more easily accessible from external tools
2015-05-03 14:58:10 -07:00
archshift
d8b22d8b87
Merge pull request #710 from lioncash/static
...
ptm_sysm: Add static specifier to IsLegacyPowerOff
2015-04-24 15:25:18 -07:00
archshift
33aaf13586
Add "or any later version" qualifier to the GPLv2 statement in the readme
2015-04-18 03:32:01 -07:00
archshift
fec6d603b0
Merge pull request #681 from Zaneo/master
...
Changed occurences of colour to color for consistency
2015-04-05 00:11:48 -07:00
archshift
cae89fb315
Allow the user to set the background clear color during emulation
...
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
2015-04-03 15:35:51 -07:00
archshift
4612d0be6c
Merge pull request #667 from archshift/wut
...
Remove mysterious spaces that were added by `git show --format`
2015-03-19 16:19:07 -07:00
archshift
b4b1070541
Remove mysterious spaces that were added by git show --format
...
No idea why these spaces are only added on recent revisions of Citra
(older revisions did not have this problem).
Let's just remove the spaces then in Powershell.
2015-03-19 16:16:43 -07:00
archshift
df71ed194d
Merge pull request #665 from archshift/appveyor-sigh-
...
AppVeyor: Strip newlines on the build name before trying to upload.
2015-03-17 19:30:09 -07:00
archshift
5c4d8dff2b
Strip newlines on the build name before trying to upload.
2015-03-17 19:26:45 -07:00
archshift
6cc1a07235
CI: upload builds to builds.citra-emu.org instead of MEGA
2015-03-16 18:09:20 -07:00