1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-13 01:23:51 +02:00
Commit graph

19 commits

Author SHA1 Message Date
Ell
abac738123 Removed LINQ Any and All usage in various methods to improve memory usage 2021-07-18 22:18:46 +02:00
Ell
0ddb4afc3f allowed the GetArea extension to calculate flipping 2021-03-12 20:22:36 +01:00
Ell
45fc12b0cb added some additional tiled helper methods 2021-03-10 02:13:07 +01:00
Ell
0b39928334 minor general cleanup 2021-03-08 15:12:13 +01:00
Ell
dc514815c3 expose GetCollidingAreas 2021-03-07 22:13:24 +01:00
Ell
200058a611 added a method to make sidescrolling collision detection easier with TiledMapCollisions 2021-03-07 22:03:29 +01:00
Ell
6ef9f8ffb1 also switch order of x and y iteration in GetCollidingTiles 2021-03-07 20:59:10 +01:00
Ell
f2df639f9e reverse y loop in GetCollidingTiles to account for gravity usually pointing down 2021-03-07 20:45:00 +01:00
Ellpeck
deec553b22 code cleanup 2020-06-18 17:24:35 +02:00
Ellpeck
3f60b2460c finished the xml documentation for all packages 2020-05-22 20:32:38 +02:00
Ellpeck
26264bf576 allow a lot of mem classes to have custom data added to them 2020-03-21 00:49:43 +01:00
Ellpeck
56fbc77df7 added flipping to tile collisions, as well as an option to make custom collisions 2020-01-01 12:41:48 +01:00
Ellpeck
e2682e866d added the layer to collision infos 2019-12-30 19:19:40 +01:00
Ellpeck
d3dc40600e added stub tileset tiles to make interaction with tiled easier 2019-12-07 15:17:40 +01:00
Ellpeck
f93117622c made collision infos update properly on tile removal 2019-12-07 02:08:21 +01:00
Ellpeck
45f48cc8fd fixed tile map collisions going out of bounds with big areas 2019-09-25 21:06:56 +02:00
Ellpeck
84e1958b4e add a tiled method that doesn't require ushort casts to get tiles 2019-09-24 12:26:38 +02:00
Ellpeck
16e7212190 move out updating draw and collision info so that, when a tile on the map gets changed, they can be called individually 2019-09-19 11:11:47 +02:00
Ellpeck
55c9e061f8 added tiled map collisions 2019-09-18 15:54:20 +02:00