930 Commits

Author SHA1 Message Date
Maxim Tuprikov
7395f029e0
move settings node from factory to component (#8) 2019-03-29 00:51:37 +03:00
Maxim Tuprikov
12f5f22b69
check project code style. add .luacheckrc (#7) 2019-03-29 00:45:46 +03:00
Insality
235476fee4 little fixes: returing new instance 2019-03-28 10:19:58 +03:00
Alexey Gulev
b317d390f6
druid (factory) metatable refactoring 2019-03-28 07:56:24 +01:00
Alexey Gulev
c38354e532 Whitespace fixes 2019-03-28 07:55:18 +01:00
Alexey Gulev
87e6f6ef1f rename create() to new() 2019-03-27 22:13:45 +01:00
Alexey Gulev
832ebe5674 New way of component registration 2019-03-27 22:07:28 +01:00
Alexey Gulev
d5c3aae745 add create as _factory method 2019-03-27 22:00:02 +01:00
Alexey Gulev
cb82acd5da - new log function for debug
- clear metatable for the factory
2019-03-27 21:30:58 +01:00
Maxim Tuprikov
5e2dc34437
add android_back component (#5) 2019-03-27 22:23:22 +03:00
Maxim Tuprikov
5709975ed4
add text component (#4) 2019-03-27 22:20:50 +03:00
Maxim Tuprikov
3996ba4b04
Feature/timer (#3)
* add timer component

* remov old components folder
2019-03-27 22:19:47 +03:00
Insality
f660476046 Merge branch 'feature/button' into develop 2019-03-27 19:38:10 +03:00
Insality
f308c8ef73 Merge branch 'develop' into feature/button 2019-03-27 19:37:27 +03:00
Maxim Tuprikov
1123d09e5d
Feature/component register (#1)
* remove components from main factory

* register base components in factory, interest moved to druid.data

* add simple usage of button

* translatable should be in data

* ability to extend components, stubs for sounds and locale
2019-03-27 11:08:40 +03:00
Insality
349f73c515 play sound example. Setup via settings 2019-03-27 09:41:13 +03:00
Insality
9d13837cf0 add simple example resources 2019-03-27 09:40:57 +03:00
Insality
c241f26ae1 three buttons in example.gui 2019-03-27 09:13:12 +03:00
Insality
5f2541c757 refactor button, add factory settings 2019-03-27 09:09:49 +03:00
Insality
e4c8b65cc1 rename help_modules to helper 2019-03-27 09:09:05 +03:00
Insality
a0a171df55 dirty button changes. Hover animations. Call button, if only touch start and ended on this button 2019-03-27 01:11:33 +03:00
Insality
10d84670b9 all actions now passed to components 2019-03-27 01:10:10 +03:00
Insality
0d98e435b6 ability to extend components, stubs for sounds and locale 2019-03-27 00:57:50 +03:00
Insality
9af3046ca4 translatable should be in data 2019-03-27 00:50:46 +03:00
Insality
da1e75fa89 add simple usage of button 2019-03-27 00:48:08 +03:00
Insality
e986b2c3b8 register base components in factory, interest moved to druid.data 2019-03-27 00:46:58 +03:00
Insality
c894c16ed9 remove components from main factory 2019-03-27 00:45:56 +03:00
Alexey Gulev
e80ba7106b first iteration of trash cleaning 2019-03-25 22:38:50 +01:00
Alexey Gulev
00e984efdc First dirty commit of old code 2019-03-25 21:13:47 +01:00
Alexey Gulev
e7ab5ec934
Initial commit 2019-03-25 21:08:37 +01:00