Ellpeck
|
abffa4db57
|
fixed an element transform issue and added a fancy button to the ui demo
|
2020-07-20 00:28:31 +02:00 |
|
Ellpeck
|
ec370479ef
|
some matrix-related number extensions
|
2020-07-19 23:12:12 +02:00 |
|
Ellpeck
|
e427305490
|
cleaned up the demos a bit to allow better usage on mobile
|
2020-07-17 14:56:22 +02:00 |
|
Ellpeck
|
ec2416719e
|
store all ui controls keybinds in an array
|
2020-07-16 16:04:18 +02:00 |
|
Ellpeck
|
02cd074a3c
|
cleaned up changes from f1d686f0c0
|
2020-07-16 15:55:55 +02:00 |
|
Ellpeck
|
f94802271b
|
added easing functions
|
2020-07-16 00:45:25 +02:00 |
|
Ellpeck
|
f1d686f0c0
|
move CustomDrawGroup behavior into Element, allowing any element to inherit it
|
2020-07-15 23:21:52 +02:00 |
|
Ellpeck
|
98937ee83f
|
added a method for generating square and circle textures
|
2020-07-12 19:41:25 +02:00 |
|
Ellpeck
|
a17301504d
|
added macros to text formatting
|
2020-07-01 14:30:47 +02:00 |
|
Ellpeck
|
9d5e9d4ccf
|
tidied up paragraph link code
|
2020-06-30 00:49:42 +02:00 |
|
Ellpeck
|
3eded637da
|
update contentless and add back coroutine to friends article
|
2020-06-25 12:01:42 +02:00 |
|
Ellpeck
|
60ee61a045
|
bump future versions
|
2020-06-24 17:02:24 +02:00 |
|
Ellpeck
|
ca4c8731bc
|
only throw an exception in TextInputWrapper if it is required
|
2020-06-24 16:54:23 +02:00 |
|
Ellpeck
|
096131ce15
|
Drop SoundEffectInstance (mis)usage in favor of new SoundEffectInfo
|
2020-06-22 13:59:33 +02:00 |
|
Ellpeck
|
7dc08afa5a
|
made UiStyle's ActionSound a SoundEffectInstance to allow for volume/pitch changes
|
2020-06-22 13:23:02 +02:00 |
|
Ellpeck
|
d891e19d2a
|
reduce string allocations when rendering text
|
2020-06-21 23:23:52 +02:00 |
|
Ellpeck
|
92c91928b2
|
some nice media improvements
|
2020-06-21 23:07:49 +02:00 |
|
Ellpeck
|
7eaa1da860
|
fixed the new MeasureString in GenericFont not returning an empty size for empty strings
|
2020-06-20 15:42:36 +02:00 |
|
Ellpeck
|
64b9246aa5
|
clean up GenericFont changes
|
2020-06-20 12:12:34 +02:00 |
|
Ellpeck
|
73f2e1c565
|
use measurechar where applicable
|
2020-06-20 01:20:39 +02:00 |
|
Ellpeck
|
90e0ff55d1
|
use a custom character for image codes rather than trying to calculate spaces
|
2020-06-20 01:18:27 +02:00 |
|
Ellpeck
|
deec553b22
|
code cleanup
|
2020-06-18 17:24:35 +02:00 |
|
Ellpeck
|
71dabe7360
|
use specific check instead of generic one for panel fix
|
2020-06-17 01:44:16 +02:00 |
|
Ellpeck
|
2d332c3a48
|
allow panel children to be ordered arbitrarily rather than requiring the scroll bar in the first index
|
2020-06-17 01:43:08 +02:00 |
|
Ellpeck
|
914761519f
|
expose a property in ScrollBar determining if we're currently scrolling it
|
2020-06-16 22:51:31 +02:00 |
|
Ellpeck
|
46939f7877
|
Merge remote-tracking branch 'origin/master'
|
2020-06-16 22:48:23 +02:00 |
|
Ellpeck
|
0ad3b2a305
|
Downgrade TextCopy since the new version causes issues on some devices
|
2020-06-16 22:48:13 +02:00 |
|
Ellpeck
|
fc2987fc86
|
Update FUNDING.yml
this is my final decision
|
2020-06-15 02:09:38 +02:00 |
|
Ellpeck
|
458d8f4140
|
Update FUNDING.yml
|
2020-06-15 02:04:40 +02:00 |
|
Ellpeck
|
e92887a61c
|
Update FUNDING.yml
|
2020-06-15 02:04:16 +02:00 |
|
Ellpeck
|
1f7bede8e2
|
Create FUNDING.yml
|
2020-06-15 02:03:35 +02:00 |
|
Ellpeck
|
0ea22435c2
|
updated dependencies
|
2020-06-13 03:19:20 +02:00 |
|
Ellpeck
|
0a8a3c3660
|
removed some obsolete features
|
2020-06-12 17:19:19 +02:00 |
|
Ellpeck
|
251261f3d7
|
added a more generic keybind and input handling system
|
2020-06-12 17:09:35 +02:00 |
|
Ellpeck
|
601423407d
|
added PreventParentSpill to Element
|
2020-06-12 02:04:01 +02:00 |
|
Ellpeck
|
f2c544dc65
|
modified link behavior for paragraphs to be easier to modify
|
2020-06-09 18:56:01 +02:00 |
|
Ellpeck
|
a0837fdcb7
|
modify friends article
|
2020-06-06 03:12:18 +02:00 |
|
Ellpeck
|
1347d0bb1e
|
use HasFlag in InputHandler for better readability
|
2020-06-05 23:56:53 +02:00 |
|
Ellpeck
|
1d38262388
|
only use nbsp in image codes if the font supports it
|
2020-06-04 22:18:53 +02:00 |
|
Ellpeck
|
6b1e5f8dd9
|
better implementation of the touch mousing from yesterday
|
2020-06-04 20:52:21 +02:00 |
|
Ellpeck
|
81ed3d3bee
|
Revert "made elements also show their mouse over graphic when they're being touched"
This reverts commit d7f43617
|
2020-06-03 17:01:58 +02:00 |
|
Ellpeck
|
f70b1266f9
|
Revert "only count an element as touched if no other gestures are active"
This reverts commit 08188a1a
|
2020-06-03 16:18:17 +02:00 |
|
Ellpeck
|
08188a1a8f
|
only count an element as touched if no other gestures are active
|
2020-06-03 16:14:45 +02:00 |
|
Ellpeck
|
d7f43617c6
|
made elements also show their mouse over graphic when they're being touched
|
2020-06-03 15:58:08 +02:00 |
|
Ellpeck
|
3d1b660c9f
|
don't use nbsp for image codes
|
2020-06-03 00:23:04 +02:00 |
|
Ellpeck
|
79e0e1a63e
|
added percentage sizing based on own data to element
|
2020-06-02 23:00:40 +02:00 |
|
Ellpeck
|
b0309c9707
|
added ScaleOrigin to RootElement
|
2020-06-02 16:15:41 +02:00 |
|
Ellpeck
|
95917e08d6
|
only mark element parent dirty when setting priority if it actually changed
|
2020-06-02 13:40:05 +02:00 |
|
Ellpeck
|
c7de0322b0
|
sanity check for panel render target size
|
2020-06-01 21:34:55 +02:00 |
|
Ellpeck
|
62c8b7766c
|
fixed camera's ConstrainWorldBounds midpoint formula being incorrect
|
2020-06-01 17:00:32 +02:00 |
|