2019-06-19 |
unc0rr |
Rework EquidistantPoints
|
file |
diff |
annotate
|
2019-05-22 |
alfadur |
remove RangeContains in favor of standard contains
|
file |
diff |
annotate
|
2019-03-27 |
alfadur |
actually atlas tests were also broken
|
file |
diff |
annotate
|
2019-03-27 |
alfadur |
fix atlas.insert
|
file |
diff |
annotate
|
2019-03-23 |
alfadur |
rescue the atlas
|
file |
diff |
annotate
|
2019-01-17 |
alfadur |
make stuff const
|
file |
diff |
annotate
|
2018-11-13 |
alfadur |
fix polygon closure
|
file |
diff |
annotate
|
2018-11-13 |
alfadur |
2018ize everything
|
file |
diff |
annotate
|
2018-11-08 |
alfadur |
add some texture transforms
|
file |
diff |
annotate
|
2018-11-07 |
alfadur |
save edges_count
|
file |
diff |
annotate
|
2018-11-07 |
unC0Rr |
Fix some warnings here and there, remove unwelcomed code
|
file |
diff |
annotate
|
2018-11-06 |
alfadur |
seems like about 25% speedup in land filling
|
file |
diff |
annotate
|
2018-11-06 |
alfadur |
add more point operators
|
file |
diff |
annotate
|
2018-11-06 |
alfadur |
pull land into collision detector
|
file |
diff |
annotate
|
2018-11-06 |
alfadur |
fix tangents
|
file |
diff |
annotate
|
2018-11-06 |
alfadur |
fix ray construction
|
file |
diff |
annotate
|
2018-11-05 |
unc0rr |
Bezierize land outline
|
file |
diff |
annotate
|
2018-11-05 |
unc0rr |
Implement BeizerCurveSegments, no tests
|
file |
diff |
annotate
|
2018-11-05 |
alfadur |
collapse rectangle types back together with consistent usage of size
|
file |
diff |
annotate
|
2018-11-05 |
alfadur |
separate rectangle types based on right/bottom edge inclusivity
|
file |
diff |
annotate
|
2018-11-05 |
alfadur |
actually there is a way to preserve mutable polygon iterator
|
file |
diff |
annotate
|
2018-11-05 |
alfadur |
fix polygons getting unclosed on mirroring
|
file |
diff |
annotate
|
2018-11-05 |
alfadur |
organize landgen a bit more
|
file |
diff |
annotate
|
2018-11-04 |
alfadur |
resolve some clippy complaints
|
file |
diff |
annotate
|
2018-11-03 |
unc0rr |
- Add distance-divider option to land_dump
|
file |
diff |
annotate
|
2018-11-03 |
alfadur |
polygonize OutlinePoints
|
file |
diff |
annotate
|
2018-11-03 |
alfadur |
reorder split rectangles
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
a bit more simplification
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
swap coordinate system
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
a bit of simplification
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
add some more rectangle convenience methods
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
add polygons
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
add more rectangle methods
|
file |
diff |
annotate
|
2018-11-02 |
alfadur |
component-wise division is actually useful sometimes
|
file |
diff |
annotate
|
2018-11-02 |
unC0Rr |
Start convertion of FindPoint()
|
file |
diff |
annotate
|
2018-11-02 |
unC0Rr |
- Add methods to work with Rect as box
|
file |
diff |
annotate
|
2018-11-02 |
unC0Rr |
Refactor tests, add fn center() for Line
|
file |
diff |
annotate
|
2018-11-02 |
unC0Rr |
Introduce OutlineSegmentsIterator, some refactoring
|
file |
diff |
annotate
|
2018-11-01 |
alfadur |
start a physics engine to try out this data oriented thing everyone seems to be talking about
|
file |
diff |
annotate
|
2018-11-01 |
alfadur |
update theme editor to use new land generator implementation
|
file |
diff |
annotate
|
2018-10-31 |
alfadur |
merge
|
file |
diff |
annotate
|
2018-10-31 |
unc0rr |
Implement OutlinePoints for land generators, some ground work for template based landgen
|
file |
diff |
annotate
|
2018-10-30 |
alfadur |
extract size struct for common usage
|
file |
diff |
annotate
|
2018-10-30 |
alfadur |
add circle filling to land2d
|
file |
diff |
annotate
|
2018-10-20 |
unc0rr |
Add --protocol option to engine
|
file |
diff |
annotate
|
2018-10-18 |
unc0rr |
Fix ArcPoints never finishing
|
file |
diff |
annotate
|
2018-10-18 |
unc0rr |
Don't generate unnecessary duplication in case of equal coordinates
|
file |
diff |
annotate
|
2018-10-18 |
unc0rr |
Add EquidistantPoints iterator to help iterating over all points of circles
|
file |
diff |
annotate
|
2018-10-18 |
unc0rr |
Implement ArcPoints iterator for circles
|
file |
diff |
annotate
|
2018-10-18 |
alfadur |
move point struct into integral-geometry and use it to refactor a bit
|
file |
diff |
annotate
|
2018-10-17 |
unc0rr |
Improve test a bit
|
file |
diff |
annotate
|
2018-10-17 |
unc0rr |
Introduce integral-geometry crate, implement LinePoints iterator
|
file |
diff |
annotate
|