1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-01 05:10:50 +01:00

Commit graph

  • 28eafffa32 allow setting a custom viewport for ui systems Ell 2021-03-29 02:15:17 +0200
  • 35af9eee25 fixed some number parsing not using invariant culture Ell 2021-03-28 06:20:27 +0200
  • 602f19a2a8 some minor code style and format improvements Ell 2021-03-24 22:44:39 +0100
  • 281cce8fba updated remaining dependencies Ell 2021-03-24 22:31:58 +0100
  • 5f7956a7a3 properly stop a panel's scroll bar from being removed Ell 2021-03-24 22:01:02 +0100
  • be9748e70e fully disallow access to internal children collections Ell 2021-03-24 01:39:41 +0100
  • dcee3c5010 added an option to limit auto-heights in elements Ell 2021-03-24 01:25:39 +0100
  • 3d314172d0 avoid recursion in Element.ForceUpdateArea Ell 2021-03-24 01:10:42 +0100
  • a477fef230 always publish test results to jenkins Ell 2021-03-20 21:37:43 +0100
  • 23b27cf877 moved friends to README Ell 2021-03-18 22:13:33 +0100
  • c71fb58760 added a few more tests Ell 2021-03-18 18:31:59 +0100
  • 10c1cc8905 fixed legacy argument specifier Ell 2021-03-18 17:30:20 +0100
  • 702bf94f49 added some tests Ell 2021-03-18 17:28:08 +0100
  • e24c871ecd added SoundExtensions Ell 2021-03-17 22:47:23 +0100
  • 3e3f0fc742 updated coroutine dependency Ell 2021-03-17 01:23:30 +0100
  • 0ed8ec1268 added a "Made with MLEM" section to the readme Ell 2021-03-14 17:27:10 +0100
  • 014b8f90df added repeat-ignoring versions of IsKeyPressed and IsGamepadButtonPressed to InputHandler Ell 2021-03-14 17:09:45 +0100
  • 3384f48623 fixed up android demo, updated some dependencies and added icons to templates Ell 2021-03-14 01:03:17 +0100
  • 1e485a103c drop .NET Framework support for TextInputWrapper.DesktopGl Ell 2021-03-13 17:09:16 +0100
  • e0263dc943 Removed obsolete ColorExtensions methods Ell 2021-03-13 16:25:08 +0100
  • a0609e66eb use the known type in StaticJsonConverter Ell 2021-03-13 03:20:38 +0100
  • abcdcd21cc added StaticJsonConverter Ell 2021-03-13 03:15:39 +0100
  • 37609ade76 fixed DrawString in generic font ignoring text scale for alignment Ell 2021-03-12 20:47:57 +0100
  • 0ddb4afc3f allowed the GetArea extension to calculate flipping Ell 2021-03-12 20:22:36 +0100
  • 45fc12b0cb added some additional tiled helper methods Ell 2021-03-10 02:13:07 +0100
  • 1d80965d24 allow removing a tile using the new SetTile methd Ell 2021-03-09 19:06:06 +0100
  • 14e97abf87 some more tiled map extension utility methods Ell 2021-03-09 18:56:55 +0100
  • 0411add4d1 added a newline macro to the default text formatter Ell 2021-03-09 17:45:49 +0100
  • b594c271ac expose the viewport of a camera Ell 2021-03-09 02:29:06 +0100
  • 0b39928334 minor general cleanup Ell 2021-03-08 15:12:13 +0100
  • dc514815c3 expose GetCollidingAreas Ell 2021-03-07 22:13:24 +0100
  • 200058a611 added a method to make sidescrolling collision detection easier with TiledMapCollisions Ell 2021-03-07 22:03:29 +0100
  • 6ef9f8ffb1 also switch order of x and y iteration in GetCollidingTiles Ell 2021-03-07 20:59:10 +0100
  • f2df639f9e reverse y loop in GetCollidingTiles to account for gravity usually pointing down Ell 2021-03-07 20:45:00 +0100
  • 053aaaf17c removed the array-based GetRandomEntry method as it made lists have to be typecast Ell 2021-03-04 22:53:39 +0100
  • 1c8b738555 added some collection extensions, namely Combinations Ell 2021-03-04 22:52:28 +0100
  • 5c1e76a0c9 Merge branch 'release' into main Ell 2021-03-02 02:24:03 +0100
  • 5e59c27345 update analytics id Ell 2021-03-02 02:20:09 +0100
  • 80f2b55687 combine attributes Ell 2021-02-28 16:44:29 +0100
  • 5b4757d3bf made Padding and Direction2 DataContracts Ell 2021-02-28 16:42:51 +0100
  • d73539e41e added a text scale multiplier to Paragraph Ell 2021-02-28 14:43:07 +0100
  • 468bee9ca8 Turned Direction2 into a flags enum Ell 2021-02-28 14:37:02 +0100
  • dda827b985 added GenericFont compatibility for FontStashSharp Ell 2021-02-27 16:58:36 +0100
  • 6900da9858 allow nine patches to be drawn tiled rather than stretched Ell 2021-02-19 21:24:08 +0100
  • eb3194a0c1 preserve position and scroll wheel value when the mouse is out of bounds Ell 2021-02-19 02:47:32 +0100
  • 73eab1d41e only handle mouse input if the mouse is in the window Ell 2021-02-19 02:31:38 +0100
  • 01b6168259 fixed the input handler querying input when the window is inactive Ell 2021-02-18 18:36:29 +0100
  • 69d81da70c update demos and sandbox to netcore3.1 which was long overdue Ell 2021-02-18 16:12:44 +0100
  • fb4e20f545 bump version (in preparation for updating to net5) Ell 2021-02-18 15:35:59 +0100
  • 7619ac0dcf added an extension method for adding tooltip for elements Ell 2021-02-18 04:16:17 +0100
  • 81d4fb2dd4 also made additional data non-relative for data texture atlas Ell 2021-02-14 18:09:38 +0100
  • c8fd2a4c17 allow storing additional coordinates in a DataTextureAtlas Ell 2021-02-14 18:05:38 +0100
  • 8e06e54325 Removed JsonExtensions Ell 2021-02-13 17:25:46 +0100
  • 94c9d45a43 don't auto-dispose the texture Ell 2021-02-11 01:36:22 +0100
  • b34172d043 made the texture packer disposable and resettable Ell 2021-02-11 01:35:27 +0100
  • 2cf912255d allow the texture packer to forcibly be square or a power of two Ell 2021-02-11 01:09:07 +0100
  • 9146d7f2ba disallow removing the scroll bar from a panel Ell 2021-02-07 18:30:56 +0100
  • a75d04cffc added a utility method for getting the points contained in a rectangle Ell 2021-02-04 12:24:23 +0100
  • f3cf8dcc70 cast regardless of type in GenericDataHolder Ell 2021-02-02 11:01:30 +0100
  • 3a0e2354b3 apply 3d after adding the sound Ell 2021-01-30 22:26:44 +0100
  • 5d9a5ecf13 ensure the sound effect instance emitter is nonnull Ell 2021-01-27 05:16:41 +0100
  • 182f8eff7a made listeners auto-update in SoundEffectInstanceHandler Ell 2021-01-27 00:51:15 +0100
  • c85666502c allow pausing, resuming and applying 3d to the sound effect instance handler and move it to its own file Ell 2021-01-24 19:43:47 +0100
  • 05543dfea8 added SoundEffectInstanceHandler Ell 2021-01-24 19:35:09 +0100
  • d4bbe84ba1 allow looping a played 3d sound Ell 2021-01-24 17:25:36 +0100
  • 05d80524e6 added a Play3D shorthand to SoundEffectInfo Ell 2021-01-24 15:52:01 +0100
  • fc9b93b129 Fixed a NRE with tooltips Ell 2021-01-20 06:41:52 +0100
  • 3cd8c54e5c only store texture data if it changed Ell 2021-01-20 05:22:30 +0100
  • e2cb125356 allow extending the max width of a runtime texture packer Ell 2021-01-18 01:25:20 +0100
  • e783f4f769 added a Tooltip constructor that uses TextCallback for the paragraph Ell 2021-01-11 00:09:29 +0100
  • 81f8485022 Merge branch 'main' of https://github.com/Ellpeck/MLEM into main Ell 2021-01-09 00:58:00 +0100
  • d3bde893e3 added a Utility script for sprite font creation Ell 2021-01-09 00:57:50 +0100
  • b6ef243cf4 GenericFont support for zero-width spaces Ell 2020-12-31 17:22:51 +0100
  • 9b1abf119e switch to cake-tool Ell 2020-12-30 19:04:02 +0100
  • 267cbc8d9c allow image codes to copy the text's color Ell 2020-12-29 12:41:29 +0100
  • db54ea7b5e added a runtime texture packer Ell 2020-12-20 00:11:10 +0100
  • 294a29b46e fixed incorrect texture offset Ell 2020-12-19 23:14:51 +0100
  • c7430dd7ed fixed pivot calculation being incorrect for data texture atlases with an offset Ell 2020-12-19 23:09:26 +0100
  • 47cc589042 allow data texture atlases to have an underlying texture region Ell 2020-12-19 22:57:17 +0100
  • 9895be2250 made texture atlases have an underlying texture region as well Ell 2020-12-19 14:34:30 +0100
  • 1f40129ad3 extract GenericDataHolder behavior into an interface Ell 2020-12-18 16:39:52 +0100
  • 106102adf6 clean up unused using statements Ell 2020-12-14 21:51:27 +0100
  • f63a410cd2 use the actual unicode 1em space in GenericFont Ell 2020-12-08 01:43:52 +0100
  • b963941b5c added methods for adding/removing tooltips easily Ell 2020-12-05 22:42:10 +0100
  • 56db897c00 allow tooltips to appear later Ell 2020-12-05 16:42:21 +0100
  • 490a8aab78 decorate GenericDataHolder with data contract serialization information Ell 2020-11-28 22:48:30 +0100
  • 028e322d2f ensure opening links in uis works correctly on .net core Ell 2020-11-25 18:41:53 +0100
  • 3044a2bc81 allow using a custom json serializer for LoadJson Ell 2020-11-22 16:57:44 +0100
  • 6e7720295f throw in ContentExtensions when a json file is not found Ell 2020-11-21 22:49:22 +0100
  • c4114c73f8 fixed tooltip distance from the mouse changing with scale Ell 2020-11-17 21:05:48 +0100
  • 6c3e9116ff return the element added by Dropdown Ell 2020-11-08 18:16:12 +0100
  • 5c4c8f3123 bump upcoming version Ell 2020-11-07 01:03:02 +0100
  • fd9ad777c2 some fixes related to the branch name change Ell 2020-11-07 00:58:43 +0100
  • 97932daf8f renamed master to main Ell 2020-11-07 00:52:04 +0100
  • f6c4d83775 fixed panel element detection being incorrect if scrolling overflow is enabled Ell 2020-11-05 01:16:01 +0100
  • bb596c91ff cleaned up color extensions and move some methods to colorhelper instead Ell 2020-11-04 23:44:41 +0100
  • 75d8a556eb made CopyExtensions be able to fall back to a generic constructor if none is found Ell 2020-11-01 15:36:56 +0100
  • 62f9b86c1d added a json extension to mlem.data for easy json property modification Ell 2020-11-01 00:48:44 +0100
  • 1a2fc814aa initialize the tooltip color to white Ell 2020-10-31 17:55:46 +0100
  • e7f2c8eca4 added a separate style property for tooltip text color Ell 2020-10-31 17:42:39 +0100