Commit Graph

34839 Commits

Author SHA1 Message Date
twinaphex 372c51f5b9 Remove #if 0 2016-11-04 21:59:47 +01:00
Twinaphex 1eddb67770 Merge pull request #3935 from leiradel/master
Fix achievements being awarded upon game reset.
2016-11-04 21:29:44 +01:00
twinaphex 9a9f76d71c (FFT) Add potential non-GLM code 2016-11-04 21:25:12 +01:00
twinaphex 848db5b1c5 Complete matrix_4x4_lookat 2016-11-04 21:07:30 +01:00
Andre Leiradella 14cebec15d Fix achievements being awarded upon game reset. 2016-11-04 19:56:31 +00:00
twinaphex c8e8070c02 Update matrix_4x4_translate 2016-11-04 20:36:47 +01:00
twinaphex 5398fa5f39 (libretro-common) Nit 2016-11-04 20:34:31 +01:00
twinaphex f4e27befb4 matrix_4x4_lookat - remove memset 2016-11-04 20:32:26 +01:00
twinaphex 7fc1d76c4c (MSVC) Update paths 2016-11-04 18:55:16 +01:00
twinaphex 9fa0fc255c (MSVC) Update paths 2016-11-04 18:52:01 +01:00
twinaphex 3d9f43bcdc (MSVC) Update paths 2016-11-04 18:46:37 +01:00
Twinaphex 103a22b3db (CoreText) Preliminary font work/updating 2016-11-04 16:45:09 +01:00
twinaphex 01961cbf5e Turn matrix_4x4_identity into inline function 2016-11-04 15:58:32 +01:00
twinaphex cd2599456a Matrix code 4x4 - prevent memsets 2016-11-04 15:50:28 +01:00
twinaphex 1a1b221ddd Create Configurations list 2016-11-04 15:03:09 +01:00
twinaphex c35d723b40 Fix C89_BUILD 2016-11-04 14:29:02 +01:00
twinaphex a70b0942d5 Use only one string for english 2016-11-04 14:19:11 +01:00
twinaphex ea46c4a532 Turn video_driver_lock functions static 2016-11-04 14:16:55 +01:00
twinaphex e18e4b629c Move more messages to msg_hash_us.h 2016-11-04 13:34:31 +01:00
twinaphex aa31f5e073 Start refactoring internationalization code 2016-11-04 13:22:11 +01:00
twinaphex 45a225b1b1 (msg_hash_us) Move enums 2016-11-04 13:13:45 +01:00
Twinaphex 57b7d0a870 Merge pull request #3933 from duskgao/patch-2
more chs translation 2
2016-11-04 13:07:51 +01:00
duskgao d8ef9861cf more chs translation 2
RT
2016-11-04 19:55:32 +08:00
Twinaphex 8ecf3ccd4e Merge pull request #3930 from diegoviola/master
Fix typo
2016-11-04 09:02:39 +01:00
Diego Viola 7ee528e1f2 Fix typo 2016-11-03 21:10:12 -02:00
twinaphex 5db3f4528d (input_keyboard.c) Cleanups 2016-11-03 23:10:42 +01:00
twinaphex 5214c29295 gfx/video_driver.c - get rid of struct 2016-11-03 23:03:50 +01:00
twinaphex a3aeb9c927 (audio/test) Remove 2016-11-03 22:54:11 +01:00
Twinaphex f4ab4c2975 Merge pull request #3929 from leiradel/master
Fix some achievements for NES.
2016-11-03 21:19:57 +01:00
Andre Leiradella e92aa45815 Fix some achievements for NES. 2016-11-03 20:16:00 +00:00
Jean-André Santoni 80d23769a9 Sublabels for GLUI 2016-11-03 20:25:00 +01:00
twinaphex 32a583e4d2 Show 'User Device Index' again 2016-11-03 20:06:39 +01:00
twinaphex 57981b2714 Hide 'Add Content' list in MaterialUI, and move it to 'Playlists' tab 2016-11-03 19:05:04 +01:00
Twinaphex 4efedd2478 Merge pull request #3923 from lasers/sort-msg-hash
Sort all msg_hash_{LANG}.c
2016-11-03 18:24:50 +01:00
Twinaphex 2e7eb72884 Get rid of unused variable 2016-11-03 16:36:42 +01:00
twinaphex 85dd30ca3e (Android) Issues with ABI target version 9 - just do
ugly preprocessor hacks instead
2016-11-03 16:35:04 +01:00
Jean-André Santoni 4722bb45c8 Move the font_param stuff to menu_display.c 2016-11-03 15:56:40 +01:00
twinaphex 19ee1a4751 Move macros of matrix functions to C files 2016-11-03 14:52:22 +01:00
twinaphex cb23aec500 Try to prevent GLES 2 compile-time issues where GLuint64/GLint64
is already provided by a system header
2016-11-03 14:25:10 +01:00
twinaphex cf3371503b Get rid of some CXX11 flags 2016-11-03 14:18:53 +01:00
Twinaphex 5fa42a77af Merge pull request #3926 from heuripedes/master
(x_ctx.c) Add workaround for i915 bug
2016-11-03 13:32:26 +01:00
twinaphex d4809d310a Fix for previous bugged Xorg GL drivers 2016-11-03 13:25:44 +01:00
twinaphex 99f8f49e8a (GLM) Cut down on GLM_FUNC_QUALIFIER 2016-11-03 13:20:25 +01:00
Higor Eurípedes fbc4738e79 (x_ctx.c) Add workaround for i915 bug
On certain Intel systems using DRI2, xorg fails to destroy the old
window when toggling between windowed fullscreen and windowed mode.

A fix at the driver level is being worked on by the i915 developers:
https://bugs.freedesktop.org/show_bug.cgi?id=93844

Thanks to https://github.com/diegoviola for investigating the issue.

This fixes #3752
2016-11-03 09:15:00 -03:00
twinaphex 0f369ff3a9 (GLM) Get rid of GLM_STATIC_ASSERT entirely 2016-11-03 12:51:26 +01:00
twinaphex cb8231a962 Disable 'enable keyboard overlay' by default now 2016-11-03 10:56:53 +01:00
twinaphex 5fdb2247dd (GLM) Start getting rid of static asserts 2016-11-03 10:40:50 +01:00
Jean-André Santoni 9fbc835308 Fix minor keyboard traversal bugs with joypad 2016-11-03 09:26:31 +01:00
Jean-André Santoni 745da4d66b Adapt OSK rendering to vertical screens like phones 2016-11-03 09:21:27 +01:00
Jean-André Santoni 5bdd9533e7 Improve OSK look in GLUI 2016-11-03 09:12:37 +01:00