twinaphex
|
edd2ef7b92
|
(cheevos) Try to use snprintf where possible
|
2020-08-23 15:17:00 +02:00 |
|
twinaphex
|
c10d1922ed
|
(rcheevos) Try to use safe versions of strcpy/sprintf where possible
|
2020-08-23 15:15:34 +02:00 |
|
twinaphex
|
b965bb5c48
|
(rcheevos) Alignment improvements according to CODING-GUIDELINES
document
|
2020-08-23 15:10:20 +02:00 |
|
Autechre
|
0b2f19e898
|
Merge pull request #11226 from Jamiras/rcheevos_globals
(cheevos) eliminate exposed variables for tracking hardcore
|
2020-08-23 15:05:01 +02:00 |
|
Jamiras
|
2f69d2d4ed
|
eliminate exposed variables for tracking hardcore
|
2020-08-22 12:18:12 -06:00 |
|
Autechre
|
705b2818da
|
Merge pull request #11225 from Tatsuya79/master
qt: add recent settings
|
2020-08-22 19:15:32 +02:00 |
|
Tatsuya79
|
0dc963d5fe
|
qt: add recent settings
|
2020-08-22 19:03:14 +02:00 |
|
twinaphex
|
38ac8a1b51
|
Reorder structs, alignment
|
2020-08-22 18:10:57 +02:00 |
|
Twinaphex
|
a175af4e6a
|
Cleanup some unused variables
|
2020-08-22 18:04:34 +02:00 |
|
twinaphex
|
503131de66
|
(RPNG) Cleanups
|
2020-08-22 17:37:34 +02:00 |
|
twinaphex
|
f4432acd06
|
(RPGN) Cleanups to IHDR code
|
2020-08-22 17:34:13 +02:00 |
|
twinaphex
|
73ed02b5f6
|
(RPNG) Cleanup read_chunk_header
|
2020-08-22 17:18:32 +02:00 |
|
twinaphex
|
d6f22a7a4c
|
(RPNG) Simplify png_process_ihdr
|
2020-08-22 16:28:50 +02:00 |
|
twinaphex
|
c7cf9d6df7
|
(RPNG) Simplify rpng_start
|
2020-08-22 16:11:54 +02:00 |
|
twinaphex
|
5cc4d0da0f
|
(RPNG) Make sure we don't use stdio/fprintf unless DEBUG is defined
|
2020-08-22 16:07:03 +02:00 |
|
twinaphex
|
deafd70934
|
(RPNG) More simplifications - get rid of png_chunk struct, just pass
uint32_t around to function
|
2020-08-22 15:37:21 +02:00 |
|
twinaphex
|
91345fe867
|
(RPNG) read_chunk_header - simplify code some more
|
2020-08-22 15:34:32 +02:00 |
|
twinaphex
|
8b5b472a2d
|
Optimize read_chunk_header
|
2020-08-22 14:24:11 +02:00 |
|
twinaphex
|
2e6b87d156
|
Simplify rpng.c - read_chunk
|
2020-08-22 14:20:50 +02:00 |
|
twinaphex
|
fa68500475
|
Dehardcode some more strings
|
2020-08-22 14:14:28 +02:00 |
|
twinaphex
|
1f7645b6e8
|
Cleanup generic_menu_iterate
|
2020-08-22 14:05:48 +02:00 |
|
twinaphex
|
772ed15d88
|
Remove file_path_str from Salamander
|
2020-08-22 13:42:57 +02:00 |
|
twinaphex
|
cce19ac97d
|
Replace more hardcoded strings
|
2020-08-22 13:04:52 +02:00 |
|
twinaphex
|
07ebd50153
|
Fix some of the URLs
|
2020-08-22 12:51:34 +02:00 |
|
twinaphex
|
f63593e918
|
Use FILE_PATH_ constant string literals for hardcoded strings
|
2020-08-22 12:49:35 +02:00 |
|
twinaphex
|
4ec216dc0b
|
Get rid of file_path_str
|
2020-08-22 01:06:10 +02:00 |
|
twinaphex
|
d815a1f3d3
|
Simplify file_path_str.c
|
2020-08-21 21:26:59 +02:00 |
|
Autechre
|
395fbb8f87
|
Merge pull request #11223 from guoyunhe/crowdin-github-secrets
Read Crowdin API key from GitHub Secrets
|
2020-08-21 20:44:03 +02:00 |
|
Guo Yunhe
|
5ac64932d0
|
Read Crowdin API key from GitHub Secrets
|
2020-08-21 21:16:52 +03:00 |
|
Autechre
|
6a3273d306
|
Update CHANGES.md
|
2020-08-21 18:25:01 +02:00 |
|
Autechre
|
ce53a5410c
|
Merge pull request #11222 from jdgleaver/remember-shader-dir
Add option to remember last selected shader preset/shader pass directories
|
2020-08-21 18:24:35 +02:00 |
|
jdgleaver
|
dd66988c98
|
Add option to remember last selected shader preset/shader pass directories
|
2020-08-21 17:02:32 +01:00 |
|
Autechre
|
637e43f4fd
|
Merge pull request #11212 from Nargash/master
Automatically sort save files, save states, and screenshots by content dir parent folder name
|
2020-08-21 14:42:59 +02:00 |
|
Autechre
|
de10ec6ef4
|
Merge pull request #11221 from jdgleaver/libretro-message-widget
Improve appearance of 'libretro_message' widget
|
2020-08-21 14:41:14 +02:00 |
|
jdgleaver
|
d43e92907e
|
Improve appearance of 'libretro_message' widget
|
2020-08-21 11:33:27 +01:00 |
|
twinaphex
|
50efd72a8e
|
gfx_display_draw_texture_slice - don't use malloc/free
|
2020-08-21 10:03:32 +02:00 |
|
twinaphex
|
99873ccd8a
|
Reorder structs, alignment
|
2020-08-21 09:57:11 +02:00 |
|
Nargash
|
b8990d601a
|
Add configuration options to sort save files, save states, and screenshots into folders named after the content directory folder.
|
2020-08-20 19:29:00 -05:00 |
|
twinaphex
|
75d925cd3f
|
setting_list.h - get rid of placeholder padding hack in struct
|
2020-08-20 19:30:25 +02:00 |
|
twinaphex
|
b3ec942646
|
(verbosity.c) reorder struct, alignment
|
2020-08-20 19:16:05 +02:00 |
|
twinaphex
|
5a8da81d07
|
Simplify string_set
|
2020-08-20 19:12:38 +02:00 |
|
twinaphex
|
d545739210
|
Categorize some members of rarch_state
|
2020-08-20 17:32:44 +02:00 |
|
twinaphex
|
64e2988957
|
menu_list_flush_stack - cleanup
|
2020-08-20 17:29:42 +02:00 |
|
Autechre
|
a268c6b4a0
|
Merge pull request #11214 from fpscan/hacking_the_kernel
(ozone) new theme: Hacking the Kernel
|
2020-08-20 17:08:24 +02:00 |
|
Autechre
|
5a3a0b511a
|
Merge pull request #11219 from jdgleaver/glui-hacking-the-kernel
(GLUI) Add 'Hacking the Kernel' theme
|
2020-08-20 15:45:20 +02:00 |
|
twinaphex
|
5a96f8b63c
|
Small cleanups as recommended by Alcaro
|
2020-08-20 14:50:22 +02:00 |
|
jdgleaver
|
20d27df27f
|
(GLUI) Add 'Hacking the Kernel' theme
|
2020-08-20 10:14:32 +01:00 |
|
twinaphex
|
8324a03a5e
|
Don't heap allocate audio_driver_input_dat - already
a part of heap-allocated rarch_state
|
2020-08-20 09:31:23 +02:00 |
|
Autechre
|
fc4a6971d6
|
Merge pull request #11216 from sonninnos/input_icons_labels
(XMB+OZONE) Quick Menu ports: AtD icon + key labels for keyboard type
|
2020-08-19 18:29:09 +02:00 |
|
twinaphex
|
cb0a193eea
|
Fix RPNG build failure
|
2020-08-19 18:20:55 +02:00 |
|