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