forked from pelya/commandergenius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
47 lines (26 loc) · 1.83 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Requested features, might never get implemented
===============================================
- Select between normal mouse input and magnifying glass/relative input automatically, based on screen size.
- Show/hide screen controls with longpress on Text Edit button.
- Floating on-screen joystick - initially invisible, it appears when you touch the screen,
centered on your finger, then it slides with your finger if you bump the joystick edge.
- Export phone vibrator to SDL - interface is available in SDL 1.3.
- Control screen brightness with SDL_SetGamma().
- Zoom in-out whole screen in SW mode with some SDL key or gesture, as in AndroidVNC.
- Support of libjnigraphics (it will disable on-screen keyboard, only SW SDL screen surface supported).
This is not relevant already, as every device around is fast enough with GL.
TODO, which will get actually done
==================================
- Fix diagonal movements via analog gamepad with AppUsesJoystick=n.
- TeeWorlds: fix Ouya bugs (whole-screen shrink, remove controls from settings), submit to Ouya store.
- OpenArena: move 3-rd person camera to the side, above shoulder.
- OpenArena: chat text input should be faster.
- OpenArena: Shift and Ctrl keys on USB keyboard do not work for text input.
- OpenArena: Play silence if audio buffer underrun.
- OpenArena: When entering with USB keyboard into chatbox, first 't' disappears.
- OpenArena: enable mouse events, make mouse move with HOVER event, remove warnings.
- OpenArena: Help image with controller buttons for Ouya: https://www.dropbox.com/s/ynrso4n8kpkf3b9/OUYA_Controller_Overlay-01.png
- OpenArena: option to switch analog joysticks on gamepad.
- OpenArena: move sliders with left/right arrows by 1/20 of total length.
- SuperTux: Update, enable OpenGL renderer, add touchscreen jump helper.
- UfoAI: huge huge update.