1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-01 04:43:37 +02:00

Commit graph

  • 52328cc18d fixed GenericDataHolder nre Ellpeck 2020-04-26 02:19:58 +0200
  • 18c79bbf3a unify versions and update Ellpeck 2020-04-25 23:35:54 +0200
  • 74f0007280 fixed textinputwrapper not working on core Ellpeck 2020-04-25 23:30:17 +0200
  • 36357f0253 link to wiki in text input wrapper Ellpeck 2020-04-23 19:29:33 +0200
  • d419b1095e make sure disposable assets are only marked once Ellpeck 2020-04-22 13:52:25 +0200
  • 3f89b47eef added RawJsonReader to MLEM.Data Ellpeck 2020-04-22 13:44:49 +0200
  • 9c7f4fcfed xml reader Ellpeck 2020-04-22 00:47:09 +0200
  • 99d286d834 raw content manager Ellpeck 2020-04-22 00:30:55 +0200
  • c16c2ef693 fixed android screen sizes being incorrect Ellpeck 2020-04-19 14:04:44 +0200
  • 9db6a52999 actually make this take a window, makes more sense Ellpeck 2020-04-19 03:24:43 +0200
  • 0ee7f74efd updated and fixed android demo Ellpeck 2020-04-19 03:20:25 +0200
  • bc61e36ac5 actually append ellipsis to the right end Ellpeck 2020-04-11 15:47:33 +0200
  • e4ba2bc38f allow adding ellipsis to truncatestring Ellpeck 2020-04-11 15:44:55 +0200
  • d5ce920e52 added text aligning to generic fonts Ellpeck 2020-04-11 15:32:01 +0200
  • 5404c36f73 mark replay as obsolete Ellpeck 2020-04-11 15:15:04 +0200
  • ff69aba67a update Ellpeck 2020-04-11 03:24:40 +0200
  • e4ef171b44 apparently stage names can't exist twice Ellpeck 2020-04-11 03:22:35 +0200
  • 6b073d7174 create automatic pack/publish for release branch Ellpeck 2020-04-11 03:21:55 +0200
  • 9010b9a403 Revert "allow trimming the core template" Ellpeck 2020-04-09 13:26:33 +0200
  • c998763365 allow trimming the core template Ellpeck 2020-04-09 03:41:42 +0200
  • e813e6f141 Merge remote-tracking branch 'origin/master' Ellpeck 2020-04-08 17:45:21 +0200
  • 38725d7267 use infinite cost for astar Ellpeck 2020-04-08 17:45:12 +0200
  • 7faa153abf
    Update README.md Ellpeck 2020-04-06 02:38:51 +0200
  • f4bec17448 made text formatting codes ignore case Ellpeck 2020-04-06 02:20:57 +0200
  • 9d3ed95c6d demos in readme Ellpeck 2020-04-06 02:13:27 +0200
  • 9c37f34947 update the readme and descriptions Ellpeck 2020-04-06 01:42:52 +0200
  • f797d1f49f update everything to push logos Ellpeck 2020-04-05 01:59:11 +0200
  • 454df201c9 uncenter the logo whoop Ellpeck 2020-04-05 01:42:58 +0200
  • 1fc786ad80 resize and hopefully center the logo Ellpeck 2020-04-05 01:42:21 +0200
  • 0b454d8e8e added the logo to the readme Ellpeck 2020-04-05 01:40:58 +0200
  • 9a06d18128 Added a logo Ellpeck 2020-04-05 01:35:17 +0200
  • f57031a9db turns out setting a null render target also just sets a null array Ellpeck 2020-04-03 00:59:27 +0200
  • cc06b827ff use the new system in panel Ellpeck 2020-04-02 17:54:10 +0200
  • 5a8e74c5f3 added a way to using() a render target while applying the previous ones easily Ellpeck 2020-04-02 17:47:11 +0200
  • 80f36c78bd a lot of font cleanup Ellpeck 2020-03-28 22:25:06 +0100
  • 138f683776 use stopwatch for a* timing Ellpeck 2020-03-21 16:02:11 +0100
  • 26264bf576 allow a lot of mem classes to have custom data added to them Ellpeck 2020-03-21 00:49:43 +0100
  • 9f43924e47 made the GetOneEmString method more generic Ellpeck 2020-03-21 00:12:09 +0100
  • a3f39f170a added some more information to formatted text Ellpeck 2020-03-20 20:58:15 +0100
  • ce50c6d569 that didn't work lol Ellpeck 2020-03-19 17:45:01 +0100
  • dd53b0681e try using a zero width space? Ellpeck 2020-03-19 17:42:07 +0100
  • 3d7867feb2 possibly fix extended ignoring kerning in some cases Ellpeck 2020-03-19 17:36:53 +0100
  • 9dfb6134bb fixed split strings having a trailing space Ellpeck 2020-03-19 03:50:01 +0100
  • df418c2087 made the text field caret an actual caret finally Ellpeck 2020-03-19 03:27:21 +0100
  • cb56319924 added easy scale origin function to custom draw groups Ellpeck 2020-03-18 16:47:14 +0100
  • 739d337d49 undo the width/height "fix" Ellpeck 2020-03-18 03:38:30 +0100
  • cd70b22ae5 made elements refer back to their controls for the selected element Ellpeck 2020-03-17 22:27:39 +0100
  • d07f470da3 good work me Ellpeck 2020-03-17 20:04:10 +0100
  • 06ca5a8c04 allow changing an element's controls Ellpeck 2020-03-17 20:02:23 +0100
  • b175df7397 fixed a possible crash with empty uis Ellpeck 2020-03-17 19:29:52 +0100
  • 054dc8c932 made button inputs more generic to allow for broader usage Ellpeck 2020-03-17 19:13:33 +0100
  • f4f7df0eb8 inflate view width and height for gamepad input to account for offscreen elements Ellpeck 2020-03-17 15:24:33 +0100
  • 5e3fdbb8ef made controls independent of ui systems to allow for multiple controls for one ui Ellpeck 2020-03-17 15:04:36 +0100
  • ba973c1b72 made sliders only react to pressing Ellpeck 2020-03-16 19:44:32 +0100
  • ceaaaefb47 fixed the fix Ellpeck 2020-03-16 19:22:08 +0100
  • 6c866cec74 Fixed dropdown menus not working with gamepads Ellpeck 2020-03-16 19:13:33 +0100
  • e96b155f99 fixed selected element looking bad with smooth scrolling Ellpeck 2020-03-16 15:44:53 +0100
  • 9df1b05bee allow changing auto nav mode value Ellpeck 2020-03-16 15:33:25 +0100
  • 76cb94bb34 added smooth scrolling Ellpeck 2020-03-07 22:09:11 +0100
  • bc18d4db15
    only publish on master Ellpeck 2020-03-05 00:41:29 +0100
  • 612df004e6 made custom draw group only end and begin when it needs to Ellpeck 2020-03-02 10:31:03 +0100
  • c92e4e0fd1 fixed text field crash when pasting an empty clipboard Ellpeck 2020-03-02 09:40:07 +0100
  • 98a7e3b633 added lag reduction techniques(tm) to the core project and update the templates Ellpeck 2020-02-28 17:20:46 +0100
  • b38999a50c made AddJsonConverter not require the generic type Ellpeck 2020-02-27 19:54:44 +0100
  • c7ac35e74c added textcopy to the android project to make it compile again Ellpeck 2020-02-27 19:48:18 +0100
  • 2744f7d806 made json converter collection code a bit cleaner Ellpeck 2020-02-27 19:43:36 +0100
  • d0370e583e added direction rotation methods Ellpeck 2020-02-27 19:15:02 +0100
  • 9f870738b0 added some json utilities to Data Ellpeck 2020-02-27 18:56:49 +0100
  • ae0fc22de3 added text copying and pasting to mlem.ui Ellpeck 2020-02-27 17:51:44 +0100
  • 8d1b291f39 made mlem.data and mlem.extended dependencies optional Ellpeck 2020-02-26 23:04:17 +0100
  • 052b83bbf5 added instances to templates Ellpeck 2020-02-26 13:24:42 +0100
  • 1bb2f6ddc3 Merge remote-tracking branch 'origin/master' Ellpeck 2020-02-26 10:30:13 +0100
  • f544e5d951 update Ellpeck 2020-02-26 10:29:58 +0100
  • 9d90a72d53 removed template building Ellpeck 2020-02-26 10:28:23 +0100
  • 2a8766dc05 whoops subfolders Ellpeck 2020-02-26 10:27:22 +0100
  • 55216583f3 added template building Ellpeck 2020-02-26 10:26:22 +0100
  • 8205579362 fixed content file being windows instead of desktopgl Ellpeck 2020-02-26 10:20:23 +0100
  • 7a06f82ab3 added a dotnet core template Ellpeck 2020-02-26 10:18:24 +0100
  • 9a8e03a972 fix missing imports in desktopgl template Ellpeck 2020-02-24 18:43:16 +0100
  • e2aa98cdff update template project Ellpeck 2020-02-24 18:38:12 +0100
  • e6b8402959 I truly have no idea what the difference is but this is the fix for the problem Ellpeck 2020-02-24 18:36:31 +0100
  • 68df8667f4 update mlem in template and add text input wrapper Ellpeck 2020-02-24 18:13:33 +0100
  • 3adebdbeea remove symbols part Ellpeck 2020-02-24 18:10:57 +0100
  • 61fa55524b fix naming in a few locations Ellpeck 2020-02-24 18:07:40 +0100
  • d9dd558ed6 update Ellpeck 2020-02-24 17:40:24 +0100
  • bd76e71500 maybe not just copy tutorials without changing their content Ellpeck 2020-02-24 17:39:08 +0100
  • 0046811ca0 added project templates Ellpeck 2020-02-24 17:34:05 +0100
  • be2498e583 added a None TextInputWrapper Ellpeck 2020-02-24 14:16:05 +0100
  • 0adb444c69 indent this a bit nicer Ellpeck 2020-02-24 14:05:07 +0100
  • 08c4281da1 added a new text input system Ellpeck 2020-02-24 14:03:53 +0100
  • 719bdc7176 make MLEM.Ui not crash on DesktopGL.Core Ellpeck 2020-02-24 00:42:01 +0100
  • 88b467725c disable symbols because it doesn#t work with wildcards for some reason Ellpeck 2020-02-21 15:19:01 +0100
  • f96e0ae625 use VersionPrefix to make VersionSuffix work Ellpeck 2020-02-21 15:13:07 +0100
  • 34a52d5499 fixed credentials, oh God Ellpeck 2020-02-21 15:09:33 +0100
  • 5843655fe8 actually use the right command Ellpeck 2020-02-21 15:05:15 +0100
  • 5cd5a252da added baget credentials to pipeline Ellpeck 2020-02-21 15:04:26 +0100
  • 0b27135ef1 ambiguous source Ellpeck 2020-02-21 13:51:39 +0100
  • 400613e1b9 apparently rm by pattern is not a thing?? Ellpeck 2020-02-21 13:50:41 +0100
  • 1c708bab2b try to push to private nuget feed Ellpeck 2020-02-21 13:41:33 +0100
  • 39b37f9c1b Merge remote-tracking branch 'origin/master' Ellpeck 2020-02-20 17:57:21 +0100