14d0b24aa9
cleaned up preprocessor instructions
2022-12-13 13:11:36 +01:00
d138577285
Added trimming and AOT annotations and made MLEM trimmable
2022-10-31 18:33:53 +01:00
9f60a59706
resolved some build warnings
2022-09-15 10:44:50 +02:00
48735c3d36
Multi-target net452, making MLEM compatible with MonoGame for consoles
2022-09-14 21:17:43 +02:00
fc026ad0de
multi-target netstandard2.0 and net6.0
2022-09-14 19:24:00 +02:00
92018eea1e
Made the base package's description more descriptive
...
This reverts commit 2973bd98e2
.
This reverts commit 04c6bb5ff8
.
2022-06-26 14:25:19 +02:00
2973bd98e2
moved MLEM's Input namespace into its own package
2022-06-25 23:46:06 +02:00
5d7d238630
added MLEM.FNA
2022-06-24 14:01:26 +02:00
aabb1ed5df
added .editorconfig
2022-06-17 18:23:47 +02:00
59af00c89a
Code cleanup, and marked AStar.InfiniteCost as obsolete
2022-06-15 11:38:11 +02:00
a7c6230434
suppress MlemGame deprecation warning for DrawEarly
2022-04-08 14:34:57 +02:00
a143aef67c
Revert scissor rectangle change since it doesn't support panels with complex transformations
...
Revert "Use a scissor rectangle for panels in favor of a render target, and marked UiSystem.DrawEarly and Element.DrawEarly as obsolete"
This reverts commit 3c4567e4a1
.
Revert "cleaned up DrawEarly documentation references"
This reverts commit dc6c472b84
.
2022-01-30 16:35:10 +01:00
3c4567e4a1
Use a scissor rectangle for panels in favor of a render target, and marked UiSystem.DrawEarly and Element.DrawEarly as obsolete
2022-01-30 01:13:59 +01:00
29bbd61f8b
reformat and cleanup
2021-12-28 14:56:11 +01:00
ef3fcb2e9c
Improved MlemGame class
2021-12-13 00:39:36 +01:00
636522bc3e
resolved some documentation warnings
2021-11-30 11:46:06 +01:00
a48aa2db93
dependency update
2021-11-29 11:50:43 +01:00
a140e85300
fixed Docs casing in readme path
2021-09-24 04:50:42 +02:00
a53939837f
added package readmes
2021-09-24 04:47:39 +02:00
19893855dc
added the changelog to the website
2021-07-01 05:00:59 +02:00
fe9b3830f8
(finally) added a changelog
2021-06-28 15:38:30 +02:00
a02334a34c
turned some non-event events into events and added Disposing event to ui elements
2021-06-09 00:27:50 +02:00
d146e80cf6
updated some outdated dependencies
2021-05-29 18:06:20 +02:00
1123b815b3
updated some package declarations to clean up warnings
2021-04-22 19:59:35 +02:00
cf9bcc7ae4
updated to MonoGame 8 and added support for opening the on-screen keyboard to TextInputWrapper
2021-04-22 19:26:07 +02:00
e6243b831c
remove unnecessary references to GraphicsDevice from UiSystem
2021-03-29 02:26:44 +02:00
281cce8fba
updated remaining dependencies
2021-03-24 22:31:58 +01:00
3e3f0fc742
updated coroutine dependency
2021-03-17 01:23:30 +01:00
3384f48623
fixed up android demo, updated some dependencies and added icons to templates
2021-03-14 01:03:17 +01:00
01b6168259
fixed the input handler querying input when the window is inactive
2021-02-18 18:36:29 +01:00
fd9ad777c2
some fixes related to the branch name change
2020-11-07 00:58:43 +01:00
6a383e200b
a small rebranding
2020-09-28 20:53:39 +02:00
Ellpeck
e80eb17b22
fixed incorrect icon link
2020-07-29 14:41:46 +02:00
Ellpeck
deec553b22
code cleanup
2020-06-18 17:24:35 +02:00
Ellpeck
0ea22435c2
updated dependencies
2020-06-13 03:19:20 +02:00
Ellpeck
7ba14ba7f5
removed parentheses around MLEM's name
2020-05-28 00:49:29 +02:00
Ellpeck
3f60b2460c
finished the xml documentation for all packages
2020-05-22 20:32:38 +02:00
Ellpeck
08f66abe2f
switch to using cake for builds
2020-05-21 22:50:38 +02:00
Ellpeck
89646b1c67
include documentation in nuget packages
2020-05-21 12:20:40 +02:00
Ellpeck
a2b939a2c8
change package project links to website
2020-05-21 02:22:55 +02:00
Ellpeck
f8642dfb9e
update dependencies
2020-04-30 22:11:19 +02:00
Ellpeck
18c79bbf3a
unify versions and update
2020-04-25 23:35:54 +02:00
Ellpeck
ff69aba67a
update
2020-04-11 03:24:40 +02:00
Ellpeck
9c37f34947
update the readme and descriptions
2020-04-06 01:42:52 +02:00
Ellpeck
f797d1f49f
update everything to push logos
2020-04-05 01:59:11 +02:00
Ellpeck
9a06d18128
Added a logo
2020-04-05 01:35:17 +02:00
Ellpeck
0046811ca0
added project templates
2020-02-24 17:34:05 +01:00
Ellpeck
f96e0ae625
use VersionPrefix to make VersionSuffix work
2020-02-21 15:13:07 +01:00
Ellpeck
64749c31ce
make MlemGame.cs use some more sensible defaults
2020-02-05 22:51:47 +01:00
Ellpeck
0904368151
Revert "changed text input style to work on all devices including web"
...
This reverts commit 053724e4
2020-02-01 21:16:10 +01:00