Commit Graph

27417 Commits

Author SHA1 Message Date
twinaphex
a2d4d832f6 Move defines to menu_input.c 2016-02-25 19:23:28 +01:00
twinaphex
37d895d77b Create MENU_INPUT_CTL_BIND_SET_MIN_MAX 2016-02-25 19:01:51 +01:00
twinaphex
00a958edc2 Cleanups 2016-02-25 18:37:43 +01:00
twinaphex
b870aaf2fa Create MENU_INPUT_CTL_START_LINE 2016-02-25 18:36:29 +01:00
twinaphex
27b5617cd9 Create MENU_INPUT_CTL_BIND_ITERATE 2016-02-25 17:55:45 +01:00
twinaphex
a9fc111ea2 Refactor code 2016-02-25 17:41:33 +01:00
twinaphex
22f6d1ce1d Cleanups 2016-02-25 17:32:12 +01:00
twinaphex
60c551fe75 Cleanups 2016-02-25 17:26:55 +01:00
twinaphex
b1a3d5bb25 Create MENU_INPUT_CTL_CHECK_INSIDE_HITBOX 2016-02-25 17:11:00 +01:00
twinaphex
6b0e0adf27 Rename IDEAL_DT 2016-02-25 16:06:23 +01:00
twinaphex
1d84894e09 Create MENU_ANIMATION_CTL_IDEAL_DELTA_TIME_GET 2016-02-25 16:05:30 +01:00
twinaphex
c32e828c6f Cleanups 2016-02-25 15:47:03 +01:00
twinaphex
afcb3f1e5d Create MENU_ANIMATION_CTL_PUSH 2016-02-25 15:44:30 +01:00
twinaphex
835e5e751b Move variables to menu_animation_ctl as static local variables 2016-02-25 15:25:16 +01:00
twinaphex
b5f4332e74 Create MENU_ANIMATION_CTL_TICKER 2016-02-25 15:19:33 +01:00
twinaphex
5dbca80ed8 Add MENU_ANIMATION_CTL_KILL_BY_SUBJECT 2016-02-25 15:05:18 +01:00
twinaphex
e424d432a2 Cleanups 2016-02-25 13:30:02 +01:00
twinaphex
f6f306903c Cleanup 2016-02-25 13:26:51 +01:00
twinaphex
bd0347f1ae Create MENU_ANIMATION_CTL_KILL_BY_TAG 2016-02-25 13:23:39 +01:00
twinaphex
433155c95f Move UTF8 helper functions to encoding_utf.c (libretro-common) -
hopefully did not introduce any regressions
2016-02-25 00:57:46 +01:00
twinaphex
c834b7825e Have to use PATH_MAX_LENGTH in menu_animation_ticker_str 2016-02-25 00:42:40 +01:00
twinaphex
090a68f9cf Take out header include 2016-02-25 00:13:55 +01:00
Alcaro
3c9b39f4bd Fix cutoff text, we don't need that. 2016-02-24 23:52:28 +01:00
Alcaro
6c69cdb93c Fix missing define. 2016-02-24 23:34:08 +01:00
twinaphex
2c18bf12f5 Add DISPLAYLIST_PUSH_ONTO_STACK 2016-02-24 23:31:51 +01:00
Alcaro
353795b25e Wipe debug code. 2016-02-24 23:29:12 +01:00
Alcaro
9b35965ce1 Wipe test code again. 2016-02-24 23:29:12 +01:00
Alcaro
75b91e3ddc Rewrite that function to work properly. 2016-02-24 23:29:12 +01:00
Alcaro
c0cd5256a2 Stupid signed chars... 2016-02-24 23:29:12 +01:00
Alcaro
9587efde67 Use these two functions. 2016-02-24 23:29:12 +01:00
Alcaro
f8aefd0030 Add this counter function too. 2016-02-24 23:29:12 +01:00
Alcaro
f14624370d Add UTF-8 string copy function. 2016-02-24 23:29:12 +01:00
twinaphex
77c583ae47 Create DISPLAYLIST_PROCESS 2016-02-24 23:19:53 +01:00
twinaphex
e8eaa54218 Refactor menu_displaylist_ctl 2016-02-24 23:05:54 +01:00
twinaphex
7968914453 Refactor menu_displaylist_push_list to menu_displaylist_ctl 2016-02-24 22:56:41 +01:00
twinaphex
e8a5f6194e Create MENU_ENTRIES_CTL_CLEAR 2016-02-24 22:45:21 +01:00
twinaphex
1c06843811 Remove dead function prototype 2016-02-24 22:42:07 +01:00
twinaphex
1dcd6856db Remove dead code 2016-02-24 22:40:44 +01:00
twinaphex
2f98073fc1 Add setting 'Menu Throttle Framerate' to 'Frame Throttle' 2016-02-24 21:24:32 +01:00
Alcaro
3f52b9e246 Let's not rely on integer underflows canceling each other... 2016-02-24 20:26:28 +01:00
twinaphex
b398a0c185 Fix build with UTF-8 2016-02-24 19:25:54 +01:00
Alcaro
a5a666071b Fix tpyo. 2016-02-24 19:23:44 +01:00
twinaphex
51db7e695e Add preliminary russian translation - can't get it to compile yet 2016-02-24 19:19:24 +01:00
Alcaro
cb9976a125 Wipe debug code. 2016-02-24 18:56:29 +01:00
twinaphex
60a303e144 Edit README.md 2016-02-24 18:52:44 +01:00
Alcaro
d98c7a1c34 (RGUI) Fix string alignment under UTF8. 2016-02-24 18:50:21 +01:00
Alcaro
67e1c82575 Update this pseudolocalization thingy. 2016-02-24 18:24:50 +01:00
twinaphex
eb62d5f4a4 Add HAVE_ZLIB ifdef to content.c 2016-02-23 22:05:32 +01:00
twinaphex
c4b80e0e44 Fix CXX_BUILD - doesn't like a variable being named 'template' 2016-02-23 17:11:30 +01:00
Alcaro
949cbcac07 Always poll input even if core doesn't have any input. 2016-02-23 16:28:32 +01:00