rust/land2d/src/lib.rs
2019-03-22 fkaa add basic map rendering with gl
2018-11-13 alfadur 2018ize everything
2018-11-08 alfadur implement basic land bordering
2018-11-07 alfadur implement basic land texturing
2018-11-06 alfadur make fill point asserts persistent
2018-11-06 alfadur a bit more simplification without an apparent performance gain
2018-11-06 alfadur seems like about 25% speedup in land filling
2018-11-06 alfadur pull land into collision detector
2018-11-05 unc0rr Bezierize land outline
2018-11-05 alfadur collapse rectangle types back together with consistent usage of size
2018-11-05 alfadur separate rectangle types based on right/bottom edge inclusivity
2018-11-03 unc0rr land_dump app for testing templated landgen
2018-11-02 alfadur fix play area rect
2018-11-02 unC0Rr - Add methods to work with Rect as box
2018-11-02 unC0Rr Introduce OutlineSegmentsIterator, some refactoring
2018-10-31 alfadur merge
2018-10-29 unc0rr Use next_power_of_two() just like hedgewars engine does, expose original and real dimensions
2018-10-30 alfadur extract size struct for common usage
2018-10-30 alfadur add circle filling to land2d
2018-10-29 alfadur make theme editor render some random map lines
2018-10-23 unc0rr Fix silly loop
2018-10-18 alfadur change draw_thick_line iteration order to benchmark winner
2018-10-18 unc0rr Change Land2D::fill() arguments a bit
2018-10-18 alfadur revert 2354264ab0b0
2018-10-18 alfadur apply some codegolfing for dubious reasons
2018-10-18 unc0rr Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
2018-10-18 unc0rr Don't generate unnecessary duplication in case of equal coordinates
2018-10-18 alfadur put back land2d.map accidentally replaced by testing code
2018-10-18 alfadur move point struct into integral-geometry and use it to refactor a bit
2018-10-17 unc0rr Make use of LinePoints in Land2D::draw_line
2018-10-17 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
2018-10-16 unc0rr Implement Land2D::change_round()
2018-10-15 unc0rr Implement Land2D::fill() + tests
2018-10-14 unc0rr Start land2d library implementation: draw_line() method
less more (0) tip