Brad Parker
0d06a48546
use LEGACY_WIN32 ifdef for filestream also
2017-10-16 00:39:16 +00:00
Brad Parker
bd06668075
win32: forgot to add unicode functions for filestream
2017-10-16 00:30:25 +00:00
twinaphex
f8a60b2b76
Create LEGACY_WIN32 ifdef
2017-10-16 01:51:59 +02:00
Twinaphex
4121928899
Merge pull request #5555 from leiradel/master
...
Fixed memory leaks
2017-10-16 01:34:16 +02:00
twinaphex
8464ad30bd
(Xbox 360) Buildfixes
2017-10-16 01:33:17 +02:00
Brad Parker
1b1d5c468d
win32: use unicode functions for file IO if supported
2017-10-15 17:41:34 -04:00
Alcaro
f3c57ee343
Don't allow more than a billion nanoseconds
2017-10-15 23:25:21 +02:00
Alcaro
2c773a0eb8
Whitespace cleanup
2017-10-15 23:25:21 +02:00
Andre Leiradella
c7849de707
Fixed some cheevos with required hits not registering
2017-10-15 16:51:26 +01:00
Andre Leiradella
d6dbe9a6ad
Fixed some memory leaks; added logs for address patching
2017-10-15 16:49:25 +01:00
Twinaphex
cf0d358f1e
Merge pull request #5549 from leiradel/master
...
Added five retries with 3 secs interval for network connections durin…
2017-10-15 17:35:01 +02:00
Twinaphex
b4854305b0
Merge pull request #5553 from theheroGAC/patch-24
...
Update msg_hash_it.h fix 1
2017-10-15 17:34:52 +02:00
Brad Parker
ac3b7bc4cc
windows.h already includes stringapiset for us
2017-10-15 10:16:19 -04:00
Andre Leiradella
1e40f73b76
Renamed coroutine variables to fix the griffin build
2017-10-15 13:35:49 +01:00
theheroGAC
ac70cdce2a
Update msg_hash_it.h
2017-10-15 14:32:24 +02:00
Twinaphex
e86e237ed7
Merge pull request #5552 from bparker06/win32_file_encoding
...
win32: support local multibyte encoding for file paths
2017-10-15 13:07:18 +02:00
Brad Parker
338723bc31
fix some null pointer accesses with empty strings
2017-10-15 00:39:55 -04:00
Brad Parker
f1d72e241c
arm: __VFP_FP__ is defined even when using softfp, so don't use it
2017-10-15 00:16:23 -04:00
Brad Parker
303af012bb
set buildbot url for armv7 hardfloat linux devices
2017-10-15 00:11:22 -04:00
Brad Parker
a7c8cc88e5
win32: support local multibyte encoding for file paths
2017-10-14 23:13:24 -04:00
Brad Parker
38c30667c5
fix include paths
2017-10-14 23:08:43 -04:00
Twinaphex
74ac642752
Merge pull request #5547 from bparker06/framecount_show
...
add option to remove frame count from FPS display
2017-10-14 17:45:20 +02:00
Twinaphex
590c8ee934
Merge pull request #5548 from orbea/micromod
...
Silence compiler warnings.
2017-10-14 17:45:07 +02:00
Andre Leiradella
f462d5e7c2
A saner way to how only retry messages
2017-10-14 14:06:26 +01:00
Andre Leiradella
aadc532b9c
Only show retry messages after the first try
2017-10-14 13:44:24 +01:00
Andre Leiradella
5b7262d83f
Added five retries with 3 secs interval for network connections during cheevos initialization
2017-10-14 12:53:14 +01:00
orbea
bae8157697
Silence compiler warnings.
...
See.
010f30e404
9918b69647
2017-10-13 22:09:15 -07:00
Brad Parker
ee7590868a
add option to remove frame count from FPS display
2017-10-13 20:35:55 -04:00
Twinaphex
052ea42c0b
Merge pull request #5546 from rz5/patch-1
...
(gl driver) Set flags after detecting GL core context
2017-10-13 23:58:47 +02:00
rz5
0a0c538e2b
(gl driver) Set flags after detecting GL core context
2017-10-13 22:48:17 +01:00
Twinaphex
55fa6696cd
Merge pull request #5545 from theheroGAC/patch-23
...
Update msg_hash_it.h
2017-10-13 20:58:15 +02:00
theheroGAC
bdb1f8588f
Update msg_hash_it.h
2017-10-13 20:32:15 +02:00
Twinaphex
2bf338df12
Merge pull request #5540 from rz5/patch-1
...
(video driver) If we can't set flag data, do it later
2017-10-13 19:28:51 +02:00
Twinaphex
d075074703
Merge pull request #5542 from bparker06/wraparound_left
...
allow wraparound of settings when pressing left key for int and float types
2017-10-12 23:13:30 +02:00
Brad Parker
4a68904733
allow wraparound of settings when pressing left key for int and float types
2017-10-12 17:12:20 -04:00
rz5
677229d541
(video driver) Style nit
2017-10-12 19:59:20 +01:00
Twinaphex
aa6301e0d6
Merge pull request #5541 from bparker06/osd_text_color
...
add menu settings for OSD text color
2017-10-12 20:30:59 +02:00
Brad Parker
256bde3478
add menu settings for OSD text color
2017-10-12 14:26:17 -04:00
Alcaro
79155f7301
We don't need THAT much whitespace
2017-10-12 19:06:37 +02:00
rz5
24c1ad72ce
(video driver) If we can't set flag data, do it later
...
Currently, there is at least one instance where video_context_driver_set_flags() is called when current_video_context.set_flags is set to NULL (see #5538 ). To solve this, we create 2 new global variables - one to store flag data and the other to symbolize we deferred setting flag data.
This way, the next time we do get_flags(), we first check if we have anything stored first.
Should fix #5538
2017-10-12 17:38:07 +01:00
Twinaphex
01f8e4e74f
Merge pull request #5539 from Brunnis/master
...
XMB: Fix playlist entry graphic update issue when all system tabs except Main Menu are disabled
2017-10-12 14:08:38 +02:00
Twinaphex
81a5b6c2c2
Merge pull request #5535 from RobLoach/fix/RobLoach/remove-GL_SCISSOR_TEST
...
Fix background rendering when resizing window
2017-10-12 10:02:25 +02:00
Twinaphex
8708906f15
Merge pull request #5537 from bkoropoff/double-free
...
task_save: fix double-free
2017-10-12 10:01:42 +02:00
Brunnis
a87cf6d2e7
Fix issue in XMB where playlist entry graphic wouldn't update when scrolling through the first playlist tab, if all system tabs except the Main Menu tab were disabled.
2017-10-12 09:49:59 +02:00
Brian Koropoff
20aa59249c
task_save: fix double-free
2017-10-11 21:26:26 -07:00
Andrés
f1453b6696
Merge pull request #5536 from fr500/master
...
move scissor test to nuklear driver exclusively
2017-10-11 22:49:12 -05:00
radius
840e772b16
move scissor test to nuklear driver exclusively
2017-10-11 22:48:13 -05:00
Rob Loach
1b856f7a1e
Fix background rendering
...
Removes the use of GL_SCISSOR_TEST in the GL display driver.
Fixes #5534
2017-10-11 21:30:57 -04:00
twinaphex
c68db61188
Silence more Clang warnings
2017-10-11 22:49:13 +02:00
twinaphex
7cf1793801
Silence some static code analysis warnings
2017-10-11 21:46:18 +02:00