51 Commits

Author SHA1 Message Date
Insality
3f22e9c542 Update 2025-03-29 14:03:03 +02:00
Insality
65234ec8d2 Update 2025-03-26 22:57:34 +02:00
Insality
fb9c80b284 Update 2025-03-20 09:59:45 +02:00
Insality
10556ba31a Remove html api, update docs 2025-03-20 00:26:29 +02:00
Insality
44b735adda Reimport docs 2025-03-18 22:00:51 +02:00
Insality
1aa96d8dbc Update 2025-03-13 23:39:43 +02:00
Insality
69cf28e408 Update 2025-03-07 21:30:55 +02:00
Insality
4ef65579a6 Update 2024-11-21 00:18:43 +02:00
Insality
c0abfd350e Update examples 2024-11-21 00:01:16 +02:00
Insality
c00fb3590c Replace event with event library 2024-11-20 23:52:48 +02:00
Insality
d73835a2d5 Update Druid components 2024-10-19 10:58:24 +03:00
Insality
c787ed860e Update example build 2024-10-17 02:13:32 +03:00
Insality
91879509a0 Update example with new brand one 2024-10-17 01:24:15 +03:00
Insality
2c762716bb Remove current Druid example 2024-10-17 01:10:21 +03:00
Insality
e8dbc097d0 Update 2024-10-15 21:35:51 +03:00
Insality
678f542bdb Fix #273 Update appmanifest 2024-08-27 17:55:36 +03:00
Insality
c01ee189b4 Prepare for release 0.11 2023-07-13 22:42:23 +03:00
Insality
a983d5e72a Solve #126 Update input bindings according to Defold defaults 2022-12-03 16:40:15 +02:00
Insality
cb5df2b5bc Update docs, html example 2022-09-09 21:01:33 +03:00
Insality
25a17773e7 Solve #198 move input init and late init to Druid instance init function 2022-09-06 22:09:32 +03:00
Insality
2c92a792f7 Fix the HTML logo stretch 2022-08-29 22:18:20 +03:00
Insality
8054ad84f9 Update version to 0.9.0 update live example 2022-03-12 12:03:39 +02:00
Insality
669b525c15 Add self:get_node assert, add no_auto_template flag, fix idents 2022-03-09 18:14:40 +02:00
Insality
ac72c172fe Update version to 0.8.1 2022-02-28 21:37:49 +02:00
Insality
2d78bcb5e9 Solve #169 Fix on_layout_change 2022-02-28 21:37:23 +02:00
Insality
4e0fd264b1 Prepare for release 0.8.0 2022-02-12 17:02:27 +02:00
Insality
1ae77e727f Increase version to 0.7.0 2021-10-23 17:33:14 +03:00
Insality
91fb8ced52 #111 Add druid.stencil_check for auto stencil check to call set_click_zone 2021-10-23 14:08:24 +03:00
Insality
a9de3771e3 #112 Add allow remap default Druid input bindings 2021-10-17 16:55:23 +03:00
Insality
1219b02c10 #131 Add dynamic_poses for static grid 2021-10-17 16:36:45 +03:00
Insality
9ff97b98ea Update docs, changelogs, example. Prepare to 0.6.0 release 2021-04-06 00:03:55 +03:00
Insality
24237899af Start rework examples system 2021-04-04 12:46:28 +03:00
Insality
b5e5d0fed0 Add test collection 2020-10-16 10:41:11 +03:00
Insality
29c22d5d45 Increment Druid version 2020-09-29 23:46:56 +03:00
Insality
80ad0dc3b5 Increase Druid version 2020-06-14 20:14:49 +03:00
Insality
db2ae32a19 Updated documentation to 0.4.0 2020-05-09 16:07:38 +03:00
Insality
eeabd85b5b Increase version 2020-04-18 18:38:34 +03:00
Insality
97509ca30b Add marked_text support. Add input example page 2020-04-18 12:10:00 +03:00
Insality
be26478c21 Input implementation progress 2020-04-18 00:45:18 +03:00
Insality
133e07704b Increase druid version 2020-04-13 19:39:44 +03:00
Insality
59d7635cf8 Change game.project settings autofocus -> no_auto_input 2020-03-22 12:16:59 +03:00
Insality
e9576632aa Optimize draw calls for HTML build, update README 2020-03-22 00:05:36 +03:00
Insality
11b2120baa Remove old examples 2020-03-21 23:18:59 +03:00
Insality
2ec192d0f5 add autofocus settings to druid config 2020-03-19 00:08:07 +03:00
Insality
2d45573f02 Add key_trigger to the button 2020-02-24 23:56:57 +03:00
Insality
f447afb4f7 add kenney assets and start gui screen 2019-09-25 22:10:44 +03:00
Maxim Tuprikov
19a9d27635
Feature/scroll (#22)
* base scroll implementation

* add scroll collection example
mofidy scrolls, fix callback calls

* unhover button if start swipe
notify input components on swipe

* add node center offset, calc by pivots
modify with with node center scroll (to correct scroll to point)

* Refactor, add some docs

* fix: set_pos on end on scroll

* add gui.animate speed in settings
2019-04-07 12:10:16 +03:00
Maxim Tuprikov
d49cd2777e
Feature/progress (#17)
* improve example gui. Add simple pages

* return old progress bar with example

* base progress with steps, there is bug with step? 1 ~= 1, small delta?

* polish progress, check float error case

* add callback on end of "to" function, value check

* start of green/red in progress

* add first version of rich progress bar

* make green bar darker

* rich bar fixes

* add delay, before filling in rich progress

* PR fixes

* remove dublicate of 'progress_rich'
2019-04-03 23:23:06 +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
Alexey Gulev
e80ba7106b first iteration of trash cleaning 2019-03-25 22:38:50 +01:00