Commit History

Author SHA1 Message Date
  Ingo Ruhnke c8a3d180fd Add remaining type annotations 1 year ago
  Ingo Ruhnke 0e8f90d4ca Use specific imports to avoid circular imports 1 year ago
  Ingo Ruhnke 77ebf89716 Add more type annotations 1 year ago
  Ingo Ruhnke d88b673d45 Add some type annotations 1 year ago
  Ingo Ruhnke 725122ea8a Use numpy.ndarray() as storage for Field 5 years ago
  Ingo Ruhnke cf543d7dc0 Switched over to absolute imports, some more cleanup 5 years ago
  Ingo Ruhnke 02badbff4b Merge commit '44972054f1f4d3df705f014f909547ae5af4bcac' (aka 'text-editor') 5 years ago
  Karkus 92e1c355df Config checks attribute name is valid 8 years ago
  Karkus 69c9c70c3d Fixes small bug with tilemap rendering 8 years ago
  Karkus c3fa8f986e Allows user to hide/show all layers, but not individually 8 years ago
  Karkus 4eca3fb5fd User can select layers, and hide individual ones. 8 years ago
  Daniel Butum 111066b923 Run PEP8 cleaner on the project 8 years ago
  Karkus bb24c0f6e0 Allows user to hide/show all layers, but not individually 8 years ago
  Karkus 8e9b439098 Tilemaps which are not at 0, 0 now display in the correct place 8 years ago
  Karkus 926fb6f420 Tilemap path attribute loaded, but not displayed correctly 8 years ago
  Ingo Ruhnke 7e819cdbee Added support for flood fill with a brush pattern 9 years ago
  Ingo Ruhnke 102d0a1466 Moved current layer handling into ToolContext, LayerSelector displays now a (non-working) list of layers 9 years ago
  Ingo Ruhnke bcbf4975cc Split GUI into separate Toolbox, Menubar and ButtonPanel, move some state tracking into ToolContext 9 years ago
  Ingo Ruhnke 177612b0d1 Added TileReplaceTool 9 years ago
  Ingo Ruhnke b429d92c78 Fixed endless loop in flood fill 9 years ago
  Ingo Ruhnke 421e9bcea8 Replaced flood fill with a non-stack-overflowing version 9 years ago
  Ingo Ruhnke 40054f939e Added flood fill tool 9 years ago
  Ingo Ruhnke 2fc8465801 Split TileMapPaintTool into separate tools for left and right mouse button and fixed some Tool errors 9 years ago
  Ingo Ruhnke 9ee4463044 Cleaned up flexlay/, it's now pylint-clean 9 years ago
  Ingo Ruhnke ebf5d9052f Replaced get_width()/get_height() with @property 9 years ago
  Ingo Ruhnke c03b004b6a Random fixes 9 years ago
  Ingo Ruhnke b7a5b56628 Removed get/set_metadata, just use .metadata instead 9 years ago
  Ingo Ruhnke 75d48646fa Fixed some issues reported by pylint 9 years ago
  Ingo Ruhnke 3ec0a986dd Lots of fixes, simpleed.py is now somewhat up and running 9 years ago
  Ingo Ruhnke 4e40b1f243 Implemented flexlay/math/ in Python 9 years ago