File: TODO

package info (click to toggle)
gemrb 0.8.4-1
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 32,272 kB
  • ctags: 18,427
  • sloc: cpp: 123,672; python: 31,319; ansic: 2,060; objc: 756; sh: 566; makefile: 466; perl: 178; java: 105
file content (10 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
2013-03-10
- add a dialog on first run to prompt for GamePath (add.: make this a full-fledged configuration screen please)
- version checks for override, unhardcoded and GUIScripts (unneccessary, seeing as the .apk extracts version-appropriate folders)
- mouse cursor seems to get positioned at the corners of the screen touches for some reason, most likely not directly related to the android build though
- touches have to be rather quick to register as click events, might be related to SDL20Driver::ProcessFirstTouch()

2013-06-05
- replace the renderer/texture bits with SDL_GetWindowSurface and SDL_UpdateWindowSurface for performance, trading in scalability
  * possible as a checkbox?
- configuration screen on first start, config selector on subsequent starts