Commit Graph

  • be8869951a Add class component and druid_instance Insality 2020-02-03 22:08:49 +03:00
  • 8c011dcc27 Progress bar example fix Insality 2020-01-30 02:33:35 +03:00
  • 2b534cc205 Code style refactor Insality 2020-01-30 02:11:59 +03:00
  • 32bbddb706 Little code refactor Insality 2020-01-30 02:00:01 +03:00
  • b5686af391 Move default style to druid settings Insality 2020-01-30 01:55:49 +03:00
  • add6b8e301 Move components array from self to self.components and self.components_all Insality 2020-01-30 01:55:37 +03:00
  • ae47bcee8f Add component instance with general methods. New component constructor Insality 2020-01-30 01:46:02 +03:00
  • 0542ec4e69 Move druid settings inside system folder Insality 2020-01-30 01:45:25 +03:00
  • 513a4c141b Move _fct_metatable to separate file druid_instance Insality 2020-01-30 01:01:45 +03:00
  • 9223862dc2 Rename helper.node -> helper.get_node Insality 2020-01-30 01:01:26 +03:00
  • 09ae21a367 Set functions to setup sound/text from external sources Insality 2020-01-30 00:31:17 +03:00
  • 8eda125d72 Update README.md Insality 2020-01-29 22:34:21 +03:00
  • 44c7c0f52c Merge pull request #34 from AGulev/feature/druid-text-upgrade Maxim Tuprikov 2020-01-12 00:21:52 +05:00
  • 9cddb1747e Merge pull request #33 from AGulev/feature/druid-styles Maxim Tuprikov 2020-01-11 15:39:14 +05:00
  • 41a820a1fb Add texts text page Insality 2020-01-11 15:37:14 +05:00
  • 6cb3b78e3c Merge pull request #32 from AGulev/feature/druid-component-context Maxim Tuprikov 2020-01-11 15:27:39 +05:00
  • ac63d8f6f7 Merge pull request #31 from AGulev/feature/druid-refactor Maxim Tuprikov 2020-01-11 15:21:53 +05:00
  • 5ccd6607bf Merge pull request #30 from AGulev/feature/druid-example Maxim Tuprikov 2020-01-11 15:19:39 +05:00
  • 59c9dc8a9b Add set_pivot to text component Insality 2020-01-11 15:04:53 +05:00
  • c3752dba54 Separate text on text and locale components. Auto adjust text sizing Insality 2020-01-11 02:14:14 +05:00
  • 8f32b61ddc Start add empty druid style Insality 2020-01-10 16:44:05 +05:00
  • 125506a4f1 Separate style progrese Insality 2020-01-10 16:01:32 +05:00
  • efef4d194d Add first implementation of druid styles (only button) Insality 2019-12-05 23:40:17 +03:00
  • 89933dfaf5 Close TODO on self context Insality 2019-12-05 22:39:46 +03:00
  • b8dec4826f Add druid with context, get component druid as helper.get_druid(context) Insality 2019-12-05 22:39:35 +03:00
  • da27d6edd8 Generate ldoc Insality 2019-12-05 22:05:17 +03:00
  • 88a37f77af Update ldoc comments Insality 2019-12-05 22:05:06 +03:00
  • f8a3b6f632 Move const to const.lua Insality 2019-12-05 21:34:26 +03:00
  • e45dce150d Rename helper.get_node -> helper.node Insality 2019-12-05 21:34:16 +03:00
  • 280b57ca3c Merge branch 'develop' into feature/druid-example Insality 2019-09-28 17:20:30 +03:00
  • 69a18f2f06 Merge pull request #26 from AGulev/feature/D20-radio-component Maxim Tuprikov 2019-09-28 17:15:15 +03:00
  • 07ebb202ac Merge branch 'develop' into feature/D20-radio-component Maxim Tuprikov 2019-09-28 17:15:02 +03:00
  • 26d80828a1 Merge pull request #27 from AGulev/feature/D16-checkbox Maxim Tuprikov 2019-09-28 17:14:24 +03:00
  • 9db4f6ae0c Merge branch 'develop' into feature/D16-checkbox Maxim Tuprikov 2019-09-28 17:14:12 +03:00
  • 304cd3a849 Merge pull request #23 from AGulev/feature/druid-refactor Maxim Tuprikov 2019-09-28 17:13:24 +03:00
  • ccacee346d Merge branch 'develop' into feature/druid-refactor Maxim Tuprikov 2019-09-28 17:13:07 +03:00
  • a0f6309d44 Merge pull request #29 from AGulev/feature/D25-slider-component Maxim Tuprikov 2019-09-28 17:11:51 +03:00
  • a505cd2231 Merge pull request #28 from AGulev/feature/D24-blocker-component Maxim Tuprikov 2019-09-28 17:11:24 +03:00
  • 2abfe8b0d4 #25 cherry-pick, update slider component Insality 2019-09-26 00:52:29 +03:00
  • dc3d311236 #25 cherry-pick slider component Insality 2019-09-26 00:27:27 +03:00
  • 12049adf27 #24 cherry-pick, add simple blocker component Insality 2019-09-26 08:53:47 +03:00
  • 3fe8c1157a #20 radio_group component (based on checkbox) Insality 2019-09-26 08:46:12 +03:00
  • 05dd08b149 cherry-pick update checkbox_group Insality 2019-09-26 08:45:58 +03:00
  • 2d3ef5f6c3 cherry-pick checkbox_group component Insality 2019-09-26 00:46:42 +03:00
  • 27e0397e6b cherry-pick simple-checkbox component Insality 2019-09-26 00:03:53 +03:00
  • 78807d7c8d add simple blocker component Insality 2019-09-26 08:53:47 +03:00
  • 4a2458ca3b add radio_group component Insality 2019-09-26 08:46:12 +03:00
  • ae9c580c7a update checkbox_group component Insality 2019-09-26 08:45:58 +03:00
  • 39b5f1c555 update collection to 162 defold Insality 2019-09-26 08:35:19 +03:00
  • 14e0680f2f updates in new components Insality 2019-09-26 00:52:29 +03:00
  • c048224a1f add checkbox group component Insality 2019-09-26 00:46:42 +03:00
  • 6cebc9d0c9 add simple slider component Insality 2019-09-26 00:27:27 +03:00
  • 7917a08f5c add simple checkbox component Insality 2019-09-26 00:03:53 +03:00
  • 6f37a1ec9a change lang button Insality 2019-09-25 23:46:37 +03:00
  • 6d8d0e822a work on main example page Insality 2019-09-25 23:42:35 +03:00
  • 528170f462 main page polish Insality 2019-09-25 23:19:08 +03:00
  • ffb6debff1 Main page on kenney example Insality 2019-09-25 23:10:47 +03:00
  • f447afb4f7 add kenney assets and start gui screen Insality 2019-09-25 22:10:44 +03:00
  • aaac514a3d rename data to const Insality 2019-09-25 20:54:50 +03:00
  • 711b28ede1 refactor button Insality 2019-09-25 20:53:32 +03:00
  • b72e7451e1 Add example docs for LDoc Insality 2019-09-25 20:40:41 +03:00
  • 4d424a34c2 add config for LDoc Insality 2019-09-25 20:13:12 +03:00
  • a4bc3bb5a1 rename android_back to back_handler Insality 2019-09-25 20:13:05 +03:00
  • 099eaa1e10 update scroll and helper Insality 2019-09-25 20:12:52 +03:00
  • 4ce8e85d15 Refactoring: step 1 druid.lua: - factory replaced with self - set new name for metatable - replaced ipairs with for i loop Alexey Gulev 2019-08-04 22:15:22 +02:00
  • fdbacd033d feature: event can be now list of events Insality 2019-04-24 23:16:44 +03:00
  • 33c36f4967 fix: don't cancel gui.animate on touch pressed. It leads to some problems. Inert scroll still can be stopped by touch Insality 2019-04-23 23:58:04 +03:00
  • 80e2392d24 fix: Now you can scroll only one scroll by one (without input race). Removed local scroll param. Insality 2019-04-23 23:40:06 +03:00
  • 205253c98d add factory.remove method Insality 2019-04-07 16:40:27 +03:00
  • 08eae3800c rename instance to self, update example Insality 2019-04-07 15:19:39 +03:00
  • 636df146c9 grid: add clear function, add grid anchoring and correct posing update examples Insality 2019-04-07 15:16:18 +03:00
  • 263197eb8d disable scroll if scroll zone <= items zone Insality 2019-04-07 15:14:06 +03:00
  • 82b15243fc Can setup additional zone to check button click Insality 2019-04-07 12:14:43 +03:00
  • 19a9d27635 Feature/scroll (#22) Maxim Tuprikov 2019-04-07 12:10:16 +03:00
  • bd2c06d81b basic implementation of grid (#19) Maxim Tuprikov 2019-04-04 23:10:03 +03:00
  • d49cd2777e Feature/progress (#17) Maxim Tuprikov 2019-04-03 23:23:06 +03:00
  • 6f41f70803 dont override already declined components with basic comps Insality 2019-03-31 19:11:48 +03:00
  • c80ea35060 dont activate button, if disabled Insality 2019-03-30 17:16:51 +03:00
  • a56c691e86 input check from later node first Insality 2019-03-30 17:10:00 +03:00
  • 8be103111b can setup text max width (#14) Maxim Tuprikov 2019-03-30 01:01:24 +03:00
  • e6ac9e5725 fix android back params Insality 2019-03-29 09:51:11 +03:00
  • 7395f029e0 move settings node from factory to component (#8) Maxim Tuprikov 2019-03-29 00:51:37 +03:00
  • 12f5f22b69 check project code style. add .luacheckrc (#7) Maxim Tuprikov 2019-03-29 00:45:46 +03:00
  • 235476fee4 little fixes: returing new instance Insality 2019-03-28 10:19:58 +03:00
  • b317d390f6 druid (factory) metatable refactoring Alexey Gulev 2019-03-28 07:56:24 +01:00
  • c38354e532 Whitespace fixes Alexey Gulev 2019-03-28 07:55:18 +01:00
  • 87e6f6ef1f rename create() to new() Alexey Gulev 2019-03-27 22:13:45 +01:00
  • 832ebe5674 New way of component registration Alexey Gulev 2019-03-27 22:07:28 +01:00
  • d5c3aae745 add create as _factory method Alexey Gulev 2019-03-27 22:00:02 +01:00
  • cb82acd5da - new log function for debug - clear metatable for the factory Alexey Gulev 2019-03-27 21:30:58 +01:00
  • 5e2dc34437 add android_back component (#5) Maxim Tuprikov 2019-03-27 22:23:22 +03:00
  • 5709975ed4 add text component (#4) Maxim Tuprikov 2019-03-27 22:20:50 +03:00
  • 3996ba4b04 Feature/timer (#3) Maxim Tuprikov 2019-03-27 22:19:47 +03:00
  • f660476046 Merge branch 'feature/button' into develop Insality 2019-03-27 19:38:10 +03:00
  • f308c8ef73 Merge branch 'develop' into feature/button Insality 2019-03-27 19:37:27 +03:00
  • 1123d09e5d Feature/component register (#1) Maxim Tuprikov 2019-03-27 11:08:40 +03:00
  • 349f73c515 play sound example. Setup via settings Insality 2019-03-27 09:41:13 +03:00
  • 9d13837cf0 add simple example resources Insality 2019-03-27 09:40:57 +03:00
  • c241f26ae1 three buttons in example.gui Insality 2019-03-27 09:13:12 +03:00
  • 5f2541c757 refactor button, add factory settings Insality 2019-03-27 09:09:49 +03:00