jdgleaver
eb72a2e7d2
Improve horizontal mouse wheel (tilt) navigation
2019-09-20 14:16:21 +01:00
twinaphex
2a8798b729
Cleanups
2019-09-20 09:31:18 +02:00
Twinaphex
2892abf155
Update CHANGES.md
2019-09-20 08:49:49 +02:00
Twinaphex
3bd585a94e
Update CHANGES.md
2019-09-20 08:46:10 +02:00
Twinaphex
2d4236882f
Update CHANGES.md
2019-09-20 08:45:29 +02:00
twinaphex
ec4bfd7827
Silence some warnings - statement unreachable etc.
2019-09-20 06:17:40 +02:00
twinaphex
7173efe10f
(Network/Relay Server Location) RetroArch crashed when pressing
...
left while Relay Server Location entry was selected - index offset
would set itself to -1 and cause a buffer overflow
2019-09-20 04:14:32 +02:00
twinaphex
43000d2e24
(Networking) Fix memory leak that could happen at exit after a network
...
operation has ran (menu_driver_data->core_buf gets allocated inside
cb_net_generic_menu and doesn't get freed until the function is ran
again
2019-09-20 04:08:03 +02:00
twinaphex
db624a7c99
Start cleaning up the rather messy manual assignment
2019-09-20 02:03:26 +02:00
Twinaphex
72a9d77638
Merge pull request #9484 from Wiimpathy/GCfix
...
GameCube: Fix build
2019-09-19 20:45:05 +02:00
Twinaphex
36e5909057
Merge pull request #9485 from jdgleaver/input-update
...
Overhaul menu mouse/touchscreen input handling
2019-09-19 20:44:35 +02:00
jdgleaver
8655038601
Overhaul menu mouse/touchscreen input handling
2019-09-19 16:53:22 +01:00
benoa
9250f649db
GameCube: Fix build
2019-09-19 15:13:22 +02:00
twinaphex
71cc43651a
(Ozone) Fix regression with sidebar textures
2019-09-19 09:03:07 +02:00
twinaphex
e7eb0e2b3e
Combine two RARCH_LOGs into one
2019-09-19 09:00:05 +02:00
twinaphex
33353d5cd9
Fix C89_BUILD buildfix
2019-09-19 07:07:03 +02:00
Twinaphex
1149487fbd
Update CHANGES.md
2019-09-19 06:27:55 +02:00
twinaphex
f192e8618f
(Win32) Call the log window 'Logging Console'
2019-09-19 06:23:31 +02:00
twinaphex
4eac009c27
Buffer more before we send text to be logged to stderr/stdout
...
and the logger interface for help/features/startup
2019-09-19 05:50:26 +02:00
twinaphex
15470596ad
Remove 'puts' lines
2019-09-19 04:19:18 +02:00
twinaphex
f4c6b06b49
(file_path.c) Remove some strlcpy/strlcat invocations
2019-09-19 03:45:18 +02:00
twinaphex
1d621c412c
Add HW_RVL to this - won't compile on Gamecube otherwise
2019-09-19 02:15:18 +02:00
twinaphex
7dc2ca425f
(RTGA) Further optimizations
2019-09-18 21:49:18 +02:00
twinaphex
1075522147
(RTGA) Cleanups
2019-09-18 21:13:46 +02:00
twinaphex
9a5b8f0475
(RBMP) Typo fix and some further cleanups
2019-09-18 20:30:39 +02:00
twinaphex
bd39d72acd
(RBMP) More optimizations
2019-09-18 20:25:15 +02:00
twinaphex
b582f1c7c6
(RBMP/RJPEG) Cleanups + optimizations
2019-09-18 19:52:45 +02:00
twinaphex
1027762db5
Remove some trivial string_is_equal calls during parsing of buttons
...
in config_file
2019-09-18 18:22:31 +02:00
twinaphex
ab515daa0c
Try to get rid of file_path_str
2019-09-18 18:12:57 +02:00
twinaphex
3a61cfe6ec
Cleanup menu_displaylist_parse_content_information
2019-09-18 10:20:06 +02:00
Twinaphex
d09362ed6f
(OSX) Silence warnings for OSX
2019-09-18 10:04:21 +02:00
twinaphex
6eaf19533b
(sublabels) Optimizations
2019-09-18 09:37:32 +02:00
twinaphex
8f8a9863ad
Optimize sublabel_playlist_entry by removing snprintf
2019-09-18 09:28:37 +02:00
twinaphex
c186747edc
(video_shader_parse) avoid some more snprintfs
2019-09-18 09:11:32 +02:00
twinaphex
922680851a
(features_cpu) noticed that the buffer wasn't actually being used,
...
so it can go
2019-09-18 08:37:35 +02:00
twinaphex
3fbeb0617b
(glslang_util_cxx.cpp) Get rid of this strlcpy too
2019-09-18 08:03:49 +02:00
twinaphex
306d7f6f8a
glsl_find_uniforms_frame - get rid of the remaining strlcats
2019-09-18 07:53:59 +02:00
twinaphex
ab60005cdc
(GLSL) Avoid snprintf, prefer strlcpy/strlcat where possible
2019-09-18 07:32:06 +02:00
twinaphex
f663c64cd4
(MaterialUI/Ozone) Prevent more unnecessary strlcats
2019-09-18 06:43:01 +02:00
twinaphex
a9ef8333eb
Rewrite menu_entries_get_core_title
2019-09-18 06:35:21 +02:00
twinaphex
6d89bbfe61
(Menu animation) Avoid some strlcat usage here too
2019-09-18 05:54:32 +02:00
twinaphex
b0a8f5d775
(menu displaylist) Some more cleanups
2019-09-18 05:40:06 +02:00
twinaphex
ed77d46cc9
Cut down on some strlcat usage where not necessary
2019-09-18 04:58:52 +02:00
twinaphex
1ced1b3f73
(Platform unix) Updates
2019-09-18 03:37:25 +02:00
twinaphex
698387e762
(task_screenshot.c) Cleanups - don't use snprintf unless necessary
2019-09-18 02:31:02 +02:00
twinaphex
8928052863
(libretro-common) (VFS implementation) Cleanup
2019-09-18 02:23:25 +02:00
twinaphex
8fa6230426
Cleanups
2019-09-18 02:16:47 +02:00
twinaphex
7dd3939a26
Update CHANGES.md
2019-09-17 08:20:01 +02:00
twinaphex
b28c405377
Backport and rebase initial FPGA port that was done in 2017 (port
...
done for Z-Turn board) - has some outstanding issues such as
very slow framebuffer software rendering output that needs to
be overcome before this becomes usable - community help needed
2019-09-17 08:16:50 +02:00
twinaphex
b6a6127509
Replace more snprintf usage
2019-09-17 07:30:29 +02:00