* Attempt to rework Zictionary scene
* Rearrange the layout and handling most of thing
* Remove ALPHA key, done keyboard handling, changed some key's behavior
* Add Help text
* Update Help text & fix some bugs
* Update help text
* Edit help text
* Support gamepad
* small changes in help text
* small changes
* Fix copy bug
* small change
* Add hint text to open Hint
* Fix a bug that item accidentally selected when scrolling
* Clean up a dumb function
(Forget to cleanup in previous commit)
* add backup solution, just in case
* fix another bug
* fix touch bug
* Refix the scroll bug when touch
* small code changes
* small change in English file
* Fix bugs, change text, adjust a icon
* Change English text
* Add Vietnamese translation
* Add Chinese, adjust English & Vietnamese
* Small change in secret Easter egg
* Fix spelling mistake
* Attempt to rework Zictionary scene
* Rearrange the layout and handling most of thing
* Remove ALPHA key, done keyboard handling, changed some key's behavior
* Add Help text
* Update Help text & fix some bugs
* Update help text
* Edit help text
* Support gamepad
* small changes in help text
* small changes
* Fix copy bug
* small change
* Add hint text to open Hint
* Fix a bug that item accidentally selected when scrolling
* Clean up a dumb function
(Forget to cleanup in previous commit)
* add backup solution, just in case
* fix another bug
* fix touch bug
* Refix the scroll bug when touch
* small code changes
* small change in English file
* undo feature
* add auto draw functions for some levels
* Add drawing feature to bin/oct/hex levels
* Add left-aligned option to drawNum, switch from recursive to loop
* add support for drawing hex digits
* should be ready to push!
* Add help + number scaling, optimized some code
* finish drawing in arithmetic, just need icons now
* remove debugging thing in arm
* fix many warnings
some of them can be solved by using a prototype-based system
maybe I can try to use some of these systems to reform backgrounds...
* Update app_mahjong.lua
---------
Co-authored-by: MrZ_26 <1046101471@qq.com>
* - Add portrait switch
* - Only build mobile
* 设置项添加竖屏和msaa参数,增加调整的控件
* 修正conf.lua里没拿到正确的存档路径(因为还没设置identity)
* 加一些测试代码观察安卓到底有没有读到存档文件
* -Try relative
* - Try set settings in main
* - Make code analysis happy
* - Try not use setFullScreen
* - Test iOS portrait
* - Add various loggings
* - Try set identity first
* - Try set configs in conf.lua
* - Finish editing
Co-authored-by: MrZ_26 <1046101471@qq.com>
- Try load icon
- Only build linux
- Set icon in conf.lua
- Set some global variables in conf.lua and set corresponding configs
- Avoid change fullscreen state when playing on mobile devices
- Try mobile
- Enable CI for merging