Commit Graph

20903 Commits

Author SHA1 Message Date
twinaphex
a132fa0fba Some C89 build fixes 2015-06-26 15:53:18 +02:00
Twinaphex
f597f3e4b0 (CGL) Fix some linking errors when building with CXX_BUILD 2015-06-26 15:44:47 +02:00
Alcaro
2b1c52858d Add C89_BUILD flag that makes the compiler throw about 30000 errors. 2015-06-26 15:43:45 +02:00
twinaphex
608582103b (ffmpeg_core.c) Should now be compatible with CXX_BUILD now 2015-06-26 15:37:22 +02:00
twinaphex
d64cb9b326 (ffmpeg_core.c) Fix two warnings 2015-06-26 15:36:12 +02:00
twinaphex
bd1c8e5489 (ffmpeg_core.c) Cleanups 2015-06-26 15:33:30 +02:00
Alcaro
75e42b99a1 Shut up some CXX_BUILD link errors. 2015-06-26 15:28:28 +02:00
twinaphex
541c1e1911 (ffmpeg_core.c) Fix CXX_BUILD error 2015-06-26 15:14:01 +02:00
Twinaphex
2e27d52e54 Merge pull request #1864 from lakkatv/xmb
(French) More translations
2015-06-26 14:44:44 +02:00
Jean-André Santoni
b15cd61f63 (Menu) Resets the shader before drawing the menu background, prevents to apply the game shader to the menu background 2015-06-26 19:38:42 +07:00
Jean-André Santoni
7d9240a5b2 (French) More translations 2015-06-26 19:25:01 +07:00
twinaphex
b536bad9f9 (menu_input.c) Fix some CXX_BUILD warnings 2015-06-26 13:48:59 +02:00
twinaphex
c74631e2c7 (Menu) Cleanup warnings in CXX_BUILD mode 2015-06-26 13:47:36 +02:00
twinaphex
46c99bd225 (libusb_hid.c) Buildfixes for CXX_BUILD 2015-06-26 13:16:47 +02:00
twinaphex
6988f1bb76 (libusb_hid.c) Define LIBUSB_CAP_HAS_HOTPLUG in case it's not there 2015-06-26 13:06:48 +02:00
twinaphex
c1aa66b6e9 (file_extract.c) Prevent CXX_BUILD=1 warning 2015-06-26 12:45:51 +02:00
twinaphex
2f93e502df (menu_animation.c) Signed/unsigned mismatch fix 2015-06-26 12:42:57 +02:00
twinaphex
d61ad058b4 Some CXX_BUILD fixes 2015-06-26 12:38:33 +02:00
twinaphex
b5600d4b0f (ffmpeg_core.c) Cleanups 2015-06-26 12:36:20 +02:00
twinaphex
d6cec7ca6c (libretro-db/query.c) Fix CXX_BUILD issues 2015-06-26 12:28:56 +02:00
Twinaphex
c477c47a3c (iOS Project) Add -Wno-invalid-source-encoding 2015-06-26 12:15:10 +02:00
Twinaphex
42ecfa8361 (Xcode projectfile) Add -Wno-invalid-source-encoding 2015-06-26 12:13:25 +02:00
Twinaphex
06432c7d0b (OSX) Suppress these warnings - -Wno-invalid-source-encoding 2015-06-26 12:07:55 +02:00
twinaphex
d0806b9d6b Make Left Analog/Right Analog translatable too 2015-06-26 11:45:59 +02:00
twinaphex
f500ef15ff (Menu) Make language labels translatable too 2015-06-26 11:43:24 +02:00
Twinaphex
b17e286e59 Merge pull request #1863 from lakkatv/xmb
(French) More translations
2015-06-26 11:40:39 +02:00
Jean-André Santoni
b966dd32af (French) More translations 2015-06-26 16:33:04 +07:00
twinaphex
cfe4a913ba (Menu) Add language entry for Esperanto too 2015-06-26 11:29:23 +02:00
twinaphex
81f09f8378 (Esperanto) Add stub Esperanto language hooks 2015-06-26 11:16:02 +02:00
Twinaphex
e879d2de25 (CoreText) Increase font atlas size so it supports diacritics too 2015-06-26 10:57:19 +02:00
Twinaphex
88e2875149 Merge pull request #1862 from lakkatv/xmb
(Freetype) Increase the font atlas size to support diacritics
2015-06-26 10:52:00 +02:00
Jean-André Santoni
f8e1d026c5 (Freetype) Increase the font atlas size to support diacritics 2015-06-26 15:43:00 +07:00
twinaphex
ca43ef1eac Fix shader parameters' values being shown again 2015-06-26 07:45:54 +02:00
Twinaphex
063d5a97a1 Merge pull request #1861 from Holzhaus/even-more-german-translations
Some translation improvements
2015-06-26 07:34:47 +02:00
Twinaphex
fc0d1080a2 Merge pull request #1860 from heuripedes/master
(XMB) Ensure proper ordering of items during toggles
2015-06-26 05:15:23 +02:00
Jan Holthuis
470d093b27 (menu/menu_setting) Increase string size for "User %u" buffer"
Currently, the string gets cut off in german, because "Benutzer %u" doesn't fit in.
2015-06-26 03:59:37 +02:00
Jan Holthuis
5657e50dd1 Make "Input User %u Binds" translateable 2015-06-26 03:48:21 +02:00
Jan Holthuis
f669c8a49c (menu/intl/menu_hash_us) Make "No information available" translateable
This adds the ability to translate the "No information is available"
string in the menu_hash_get_help_us() function translateable
without removing the possibility to fall back to english if a
string is not translated.
2015-06-26 03:26:55 +02:00
Jan Holthuis
a0473ad2ff (menu/intl/menu_hash_de) Translation of menu_hash_get_help_de started 2015-06-26 03:16:49 +02:00
Jan Holthuis
b041c27534 (menu/intl/menu_hash_de) Add some more translations 2015-06-26 03:16:41 +02:00
Higor Eurípedes
a1db56a084 (XMB) Ensure proper ordering of items during toggles 2015-06-25 18:46:05 -03:00
twinaphex
544a23af0d (Menu) Rewrite some hashes 2015-06-25 20:08:59 +02:00
twinaphex
eb3099b0a8 More translatable strings 2015-06-25 20:06:11 +02:00
Twinaphex
b3bb44ef5a Merge pull request #1859 from heuripedes/master
(XMB) Set cursor to the first entry when opening a new list
2015-06-25 19:21:36 +02:00
Higor Eurípedes
ac66a30f9e (XMB) Set cursor to the first entry when opening a new list 2015-06-25 14:15:38 -03:00
twinaphex
ce35bdef46 Set default 'max users' variable to 4 for RARCH_MOBILE 2015-06-25 18:43:01 +02:00
twinaphex
b679f75f91 (iohidmanager_hid.c) Cleanups 2015-06-25 18:27:28 +02:00
twinaphex
0d50840749 (joypad_connection.c) Cleanups 2015-06-25 18:25:20 +02:00
twinaphex
e74d6e27ca (libretrodb) CXX_BUILD fixes 2015-06-25 18:07:13 +02:00
twinaphex
b4ac446629 Cleanup 2015-06-25 18:00:54 +02:00