55754 Commits

Author SHA1 Message Date
twinaphex
a9ffc4991b Reorder structs/alignment 2020-08-25 20:39:06 +02:00
twinaphex
1d53f3ca29 Move static functions to the top 2020-08-25 18:38:12 +02:00
twinaphex
6cc8a2acbd Rewrite config_file_new_from_string 2020-08-25 18:37:14 +02:00
twinaphex
d573a802c4 Simplify config_file_new_alloc 2020-08-25 18:12:28 +02:00
twinaphex
f454665be2 Optimize config_file_exists 2020-08-25 18:10:32 +02:00
twinaphex
2c0fb6ff6c config_file_parse_line - put sub_conf on stack 2020-08-25 17:54:22 +02:00
twinaphex
6a88b3f20e Cleanup strlen_size 2020-08-25 17:24:03 +02:00
Autechre
ed6f32fd80
Merge pull request #11240 from jdgleaver/string_list-safety
(string_list) Add checks to prevent undefined behaviour
2020-08-25 16:59:22 +02:00
jdgleaver
179e77c8b0 (string_list_join_concat) Prevent undefined behaviour if input string buffer is unterminated 2020-08-25 15:54:18 +01:00
twinaphex
79c8a94857 (config_file.c) config_set_string - simplify 2020-08-25 15:50:26 +02:00
twinaphex
7771dbd594 Rename config_file_new_internal to config_file_load_internal 2020-08-25 15:36:26 +02:00
twinaphex
cd0a27680a (config_file.c) Cleanup 2020-08-25 15:34:11 +02:00
twinaphex
5a69e6e75c Simplify config_file.c code 2020-08-25 15:29:45 +02:00
twinaphex
915bbc9bcc (menu_displaylist) Cleanup 2020-08-25 14:51:37 +02:00
twinaphex
1e5cea48b0 Lower Discord avatar size 2020-08-25 14:10:40 +02:00
twinaphex
985aca7361 Expand CODING-GUIDELINES 2020-08-25 14:04:41 +02:00
twinaphex
6af6d5eb1c (jdgleaver) Initialize string lists properly to prevent memory leaks 2020-08-25 13:25:27 +02:00
twinaphex
ce185d8be6 (DSP IIR) Prevent '-Wmaybe-uninitialized' warnings 2020-08-25 13:21:22 +02:00
twinaphex
b7b96fb142 (config_file) Cleanups 2020-08-25 12:39:28 +02:00
twinaphex
f18af41876 Cut down on add_sub_conf 2020-08-25 12:29:08 +02:00
twinaphex
1e5ccb7319 Create config_file_get_realpath 2020-08-25 12:20:09 +02:00
Autechre
7e74d830ca
Merge pull request #11238 from sonninnos/cheat-max-val
Cheats maximum search value corrections
2020-08-25 01:14:28 +02:00
Tony Jansson
55554a8707 Cheats maximum search value corrections 2020-08-25 01:05:58 +03:00
twinaphex
74a3e5be8a Simplify is_path_accessible_using_standard_io 2020-08-24 23:41:10 +02:00
twinaphex
42a3d433dc Restore this code 2020-08-24 23:25:57 +02:00
twinaphex
ceca44b233 Cleanup config_initialize_internal 2020-08-24 23:09:55 +02:00
twinaphex
88f01c51a7 (config_file) Cleanups 2020-08-24 22:57:08 +02:00
Autechre
02fa9abd27
Merge pull request #11237 from guoyunhe/crowdin-20200824
Fetch translations from Crowdin
2020-08-24 22:22:00 +02:00
Guo Yunhe
f1235e819b Add instruction to create new languages 2020-08-24 23:17:13 +03:00
Guo Yunhe
d87b04e1d2 Fetch translations from Crowdin 2020-08-24 23:13:16 +03:00
twinaphex
b681b2af49 config_set_string: simplify 2020-08-24 21:25:55 +02:00
twinaphex
a954118faf (config_file) Cleanups 2020-08-24 21:16:25 +02:00
twinaphex
4f29bef56e (config_file) Cleanups 2020-08-24 21:11:41 +02:00
twinaphex
150e96144a Cleanup 2020-08-24 20:40:49 +02:00
twinaphex
dd13e6b044 (config_file.c) Use snprintf 2020-08-24 19:39:41 +02:00
twinaphex
24910b6999 (config_file) Simplify config_sort_compare_func 2020-08-24 19:29:24 +02:00
twinaphex
700009216c Use more string_list_initialize/deinitialize 2020-08-24 19:18:54 +02:00
twinaphex
26ec12ddc5 create_string_list_rdb_entry - use string_list_initialize/deinitialize 2020-08-24 19:12:51 +02:00
twinaphex
8a479e6006 Create dir_list_initialize/dir_list_deinitialize 2020-08-24 18:56:25 +02:00
twinaphex
cde5d37eb2 Put this behind RPNG_TEST 2020-08-24 18:17:47 +02:00
twinaphex
1f7b338ce0 Reorder structs, alignment 2020-08-24 17:04:33 +02:00
twinaphex
85599b27a5 menu_ctx_bind_t - we don't need retcode 2020-08-24 16:57:09 +02:00
twinaphex
ecc54b4d4e (Menu) Put selection_buf_old on stack too 2020-08-24 16:08:09 +02:00
twinaphex
4dec373edc Don't put local string list variables on heap by default 2020-08-24 15:32:32 +02:00
twinaphex
14e99382f1 Update CODING-GUIDELINES 2020-08-24 15:15:33 +02:00
twinaphex
91cfcd1b83 Improve string_list_deinitialize 2020-08-24 15:11:38 +02:00
Autechre
513909a581
Merge pull request #11235 from jdgleaver/generic-message-widget
Improve appearance of 'generic_message' widget
2020-08-24 14:53:29 +02:00
twinaphex
27b7b3dcfe Cleanup 2020-08-24 14:35:25 +02:00
jdgleaver
2a58920e4e Improve appearance of 'generic_message' widget 2020-08-24 13:31:51 +01:00
twinaphex
2452769a80 Cleanup 2020-08-24 14:20:46 +02:00