57559 Commits

Author SHA1 Message Date
twinaphex
5187957b3d Silence some implicit conversion warnings 2021-02-03 12:34:10 +01:00
sonninnos
90485b5586 Savestate logging cleanup 2021-02-03 13:29:32 +02:00
twinaphex
4df6d287e3 (Clang) Silence 'n' is never used warnings 2021-02-03 11:48:33 +01:00
twinaphex
4c97c22e00 (Win32) Exclude HAVE_FONTCONFIG codepath for Windows for now 2021-02-03 11:29:41 +01:00
twinaphex
1348faa209 (RTGA) Lower raw_data size to 18 bytes and leave behind a comment 2021-02-03 11:01:36 +01:00
twinaphex
34636ed9f0 (RTGA) Silence long-standing warning 2021-02-03 10:58:28 +01:00
twinaphex
542162c17b Silence some warnings 2021-02-03 10:39:29 +01:00
twinaphex
097cb1bd5b (Cheevos) Fix long-standing warning 2021-02-03 10:32:56 +01:00
twinaphex
c40943374b Fix C89_BUILD 2021-02-03 10:11:33 +01:00
twinaphex
55410cf407 Use C-style comments 2021-02-03 10:04:42 +01:00
Autechre
6d2193bca8
Merge pull request #11970 from sonninnos/winraw-mouse-grab
(Windows) Mouse grab fixes
2021-02-03 09:59:27 +01:00
twinaphex
ea7bedf257 Remove one include 2021-02-03 09:58:50 +01:00
Autechre
06bb026f5c
Merge pull request #11973 from sonninnos/input-port-labels
Input port label adjustments
2021-02-03 06:14:37 +01:00
sonninnos
d44c8ef1d3 Input port label adjustments 2021-02-02 21:33:49 +02:00
sonninnos
e39ade0f05 (WIN32) Cursor clipping for grabbed mouse 2021-02-02 14:15:58 +02:00
twinaphex
60a112ec97 Reduce dummy display driver null implementations with one 2021-02-02 12:28:17 +01:00
Autechre
831bbf1300
Merge pull request #11925 from Ryunam/custom-dirs
Enable configuration of the directories used for Favorites, History, Images, Music and Video playlists
2021-02-01 23:20:00 +01:00
twinaphex
732fce9a04 (SDL2) Add ifdefs for HAVE_X11 and HAVE_WAYLAND 2021-02-01 23:18:06 +01:00
twinaphex
6aa01b2ce7 Merge branch 'master' of https://github.com/libretro/RetroArch into master 2021-02-01 23:13:52 +01:00
Autechre
6b11a9a928
Merge pull request #11923 from keithbowes/sdl2-out-of-x
Get the SDL2 video driver to work in Wayland/KMS
2021-02-01 23:13:38 +01:00
twinaphex
0b08693f9d Merge branch 'sdl2-out-of-x' of git://github.com/keithbowes/RetroArch into master 2021-02-01 23:13:17 +01:00
sonninnos
94446ab488 (WINRAW) Prevent outside window mouse clicks when grabbed 2021-02-01 23:22:34 +02:00
Michael Burgardt
ad550d6f10 minor fixes 2021-02-01 19:37:51 +01:00
Michael Burgardt
41d61d8a68 mainly changes to the Settings > User Interface > Menu Item Visibility entries:
put option names in ''-quotes
removed the 'Tab' name from the labels, since it only applies to some menu drivers
descriptions
	Show or hide -> Show (no need to state 'x or y' for on/off switches)
	clarified where some options/menus are found (and removed some statements; it is obvious, for example, that visibility toggles in 'Settings > User Interface > Menu Item Visibility  > Settings' affect the options found on the Settings screen)
	added (Restart Required on Ozone/XMB) tag for some options (usually those which affect 'Tabs')
2021-02-01 18:58:06 +01:00
Michael Burgardt
f3850c08ca added some FIXMEs
changed some verbs from 3rd person to basic form
minimised use of personal pronouns
2021-02-01 18:57:53 +01:00
Michael Burgardt
b9a1265270 spelling mistakes
UK English -> US English (according to Merriam-Webster)
	releasedate -> release date (General consensus found during online search)
	Vsync, V-Sync -> VSync (https://en.wikipedia.org/wiki/Analog_television#Vertical_synchronization, https://www.intel.com/content/www/us/en/support/articles/000005552/graphics.html)
	realtime -> real time (https://www.merriam-webster.com/dictionary/real%20time)
	inbetween -> in-between (https://www.merriam-webster.com/dictionary/in-between)
	amongst -> among (https://www.merriam-webster.com/dictionary/amongst)
	savefile -> save file (the second was more prevalent, anyway)

improper/inconsistent capitalisation

plural -> singular and vice versa where appropriate

some punctuation mistakes, like
	improper separation of complete sentences
	unnecessary parentheses

outdated comments

improper order of some entries
2021-02-01 18:57:45 +01:00
Michael Burgardt
648144ce42 (Reload), (Restart) -> (Restart Required)
(Restart Required) tag now occurs in LABEL only, not in SUBLABEL (not all LABELs have a SUBLABEL; besides, important info like that should be in the LABEL, imo)

same³: same verb for same function in same menu

no more joypad/gamepad; controller only!

'NOTE' tags are
	removed, if note merely describes function of setting (like performance impact, side effects, things it does not do, etc.)
	replaced with new line character (\n) for conditions (like 'x must be <> for this to work', 'this will be ignored if x is <>', core compatibility, etc.)
	left as '\nNOTE:' for extra info (like deprecation notes)

no need to state 'x or y' for most on/off switches

Load Recent -> History (to be consistent across all GUIs and with the settings)
2021-02-01 18:57:35 +01:00
Michael Burgardt
385eea6b00 clarified description of "Force-Disable sRGB FBO" [by hunterk]
clarified what the Duty Cycle (Turbo Mode) is (I tested it & am confident in the description [provided by hunterk])
other minor fix-ups of descriptions, to make them more clear/streamlined
2021-02-01 18:56:35 +01:00
Autechre
80147e3cfe
Merge pull request #11961 from sonninnos/input-title-prefix
Remove empty prefix from input titles
2021-02-01 18:33:15 +01:00
Autechre
c5701085f2
Merge pull request #11962 from jdgleaver/regression-fixes
Regression fixes
2021-02-01 18:32:33 +01:00
jdgleaver
01265c1b08 (XMB) Fix stack-buffer-overflow due to incorrect data type being passed by reference 2021-02-01 16:43:44 +00:00
jdgleaver
95226b77a1 Fix non-smooth text ticker + reduce line ticker code duplication 2021-02-01 16:35:56 +00:00
sonninnos
48eb3f5d53 Remove empty prefix from input titles 2021-02-01 16:55:35 +02:00
twinaphex
d6c027be31 (Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings(Mac) Silence some warnings 2021-02-01 09:38:01 +01:00
Autechre
94beed5a46
Merge pull request #11960 from jdgleaver/filter-upscale-320x240
Add 'Upscale_256x-320x240' video filter
2021-01-31 21:34:42 +01:00
jdgleaver
ebfe32db3e Add 'Upscale_256x-320x240' video filter 2021-01-31 13:38:40 +00:00
Autechre
1f58cebcd0
Merge pull request #11958 from liushuyu/master
Use Fontconfig for FreeType font loading
2021-01-31 05:05:15 +01:00
liushuyu
6b044e742b
(FontRenderer/FreeType): use C-style block comments 2021-01-30 20:05:15 -07:00
liushuyu
8132303d4f
(FontRenderer/FreeType) Use fontconfig to select fonts if available 2021-01-30 18:49:47 -07:00
liushuyu
5a028d79f5
(msg_hash) Use different locale names for ...
... Chinese Simplified/Traditional
2021-01-30 18:46:16 -07:00
Autechre
20b1549fe4
Merge pull request #11955 from sonninnos/key-dupe-block
Prevent duplicate key events with hotkeys + keyboard device type
2021-01-31 00:56:27 +01:00
Autechre
231082bd84
Merge pull request #11956 from fjtrujy/ps2/warnings
Clean all the warnings in PS2
2021-01-30 16:59:31 +01:00
Francisco Javier Trujillo Mata
082fa22b05 Clean all the warnings in PS2 2021-01-30 15:47:52 +01:00
sonninnos
d78f321d33 Prevent duplicate key events with hotkeys + keyboard device type 2021-01-30 11:41:44 +02:00
Autechre
b83d0495d5
Merge pull request #11953 from Sanaki/patch-1
Add /media/shaders_slang/ to .gitignore
2021-01-29 20:59:18 +01:00
Sanaki
9448147259
Add /media/shaders_slang/ to .gitignore 2021-01-29 19:46:07 +00:00
Autechre
1eb45fdf9b
Merge pull request #11942 from barbudreadmon/patch-1
fix slang shaders with rotation
2021-01-28 15:54:27 +01:00
Guo Yunhe
8eb335a814
Fetch translations from Crowdin (#11951) 2021-01-28 07:35:03 +01:00
Autechre
43611b6b10
(libretro-common) Fix libco for arm64 Mac (#11946) 2021-01-27 11:15:19 +01:00
twinaphex
9e2ff36d4a (macOS) Silence warning 2021-01-27 03:44:11 +01:00