83 Commits

Author SHA1 Message Date
Insality
0dd37a03cd Add simple druid event library 2020-02-22 14:49:22 +03:00
Insality
b198e09560 Add functions stubs 2020-02-22 14:44:12 +03:00
Insality
080035c301 Move helper.get_node to component 2020-02-07 01:17:43 +03:00
Insality
f65d5ce71c Update docs 2020-02-07 01:10:10 +03:00
Insality
3b38992de8 remove druid_animate, update docs 2020-02-06 01:53:41 +03:00
Insality
e1edc8ae9b Move component from system to root folder 2020-02-06 01:20:13 +03:00
Insality
544fd8d736 Update ldoc code comments 2020-02-05 02:44:09 +03:00
Insality
92098052e3 All basic components declared with explicit way 2020-02-05 02:43:37 +03:00
Insality
9ae07b4784 Druid instance refactoring 2020-02-03 22:16:01 +03:00
Insality
be8869951a Add class component and druid_instance 2020-02-03 22:08:49 +03:00
Insality
2b534cc205 Code style refactor 2020-01-30 02:11:59 +03:00
Insality
32bbddb706 Little code refactor 2020-01-30 02:00:01 +03:00
Insality
b5686af391 Move default style to druid settings 2020-01-30 01:55:49 +03:00
Insality
add6b8e301 Move components array from self to self.components and self.components_all 2020-01-30 01:55:37 +03:00
Insality
ae47bcee8f Add component instance with general methods. New component constructor 2020-01-30 01:46:02 +03:00
Insality
0542ec4e69 Move druid settings inside system folder 2020-01-30 01:45:25 +03:00
Insality
513a4c141b Move _fct_metatable to separate file druid_instance 2020-01-30 01:01:45 +03:00
Insality
9223862dc2 Rename helper.node -> helper.get_node 2020-01-30 01:01:26 +03:00
Insality
09ae21a367 Set functions to setup sound/text from external sources 2020-01-30 00:31:17 +03:00
Insality
41a820a1fb Add texts text page 2020-01-11 15:37:14 +05:00
Insality
59c9dc8a9b Add set_pivot to text component 2020-01-11 15:04:53 +05:00
Insality
c3752dba54 Separate text on text and locale components. Auto adjust text sizing 2020-01-11 02:14:14 +05:00
Insality
8f32b61ddc Start add empty druid style 2020-01-10 16:44:05 +05:00
Insality
125506a4f1 Separate style progrese 2020-01-10 16:01:32 +05:00
Insality
efef4d194d Add first implementation of druid styles (only button) 2019-12-05 23:40:17 +03:00
Insality
89933dfaf5 Close TODO on self context 2019-12-05 22:39:46 +03:00
Insality
b8dec4826f Add druid with context, get component druid as helper.get_druid(context) 2019-12-05 22:39:35 +03:00
Insality
88a37f77af Update ldoc comments 2019-12-05 22:05:06 +03:00
Insality
f8a3b6f632 Move const to const.lua 2019-12-05 21:34:26 +03:00
Insality
e45dce150d Rename helper.get_node -> helper.node 2019-12-05 21:34:16 +03:00
Insality
78807d7c8d add simple blocker component 2019-09-26 08:53:47 +03:00
Insality
4a2458ca3b add radio_group component 2019-09-26 08:46:12 +03:00
Insality
ae9c580c7a update checkbox_group component 2019-09-26 08:45:58 +03:00
Insality
14e0680f2f updates in new components 2019-09-26 00:52:29 +03:00
Insality
c048224a1f add checkbox group component 2019-09-26 00:46:42 +03:00
Insality
6cebc9d0c9 add simple slider component 2019-09-26 00:27:27 +03:00
Insality
7917a08f5c add simple checkbox component 2019-09-26 00:03:53 +03:00
Insality
ffb6debff1 Main page on kenney example 2019-09-25 23:10:47 +03:00
Insality
f447afb4f7 add kenney assets and start gui screen 2019-09-25 22:10:44 +03:00
Insality
aaac514a3d rename data to const 2019-09-25 20:54:50 +03:00
Insality
711b28ede1 refactor button 2019-09-25 20:53:32 +03:00
Insality
b72e7451e1 Add example docs for LDoc 2019-09-25 20:40:41 +03:00
Insality
a4bc3bb5a1 rename android_back to back_handler 2019-09-25 20:13:05 +03:00
Insality
099eaa1e10 update scroll and helper 2019-09-25 20:12:52 +03:00
Alexey Gulev
4ce8e85d15 Refactoring: step 1
druid.lua:
- `factory` replaced with `self`
- set new name for metatable
- replaced `ipairs` with `for `i loop

data.lua:
- renamed custom messages
2019-08-04 22:15:22 +02:00
Insality
fdbacd033d feature: event can be now list of events 2019-04-24 23:16:44 +03:00
Insality
33c36f4967 fix: don't cancel gui.animate on touch pressed. It leads to some problems. Inert scroll still can be stopped by touch 2019-04-23 23:58:04 +03:00
Insality
80e2392d24 fix: Now you can scroll only one scroll by one (without input race). Removed local scroll param.
case: Double scroll at one place, start scrolling on one direction, you can scroll another scroll on top of first scroll
2019-04-23 23:40:06 +03:00
Insality
205253c98d add factory.remove method 2019-04-07 16:40:27 +03:00
Insality
08eae3800c rename instance to self, update example 2019-04-07 15:19:39 +03:00