Wed, 07 Nov 2018 15:59:51 +0100 Some refactoring of qmlfrontend. It now shows land preview generated by hedgewars-engine
unC0Rr [Wed, 07 Nov 2018 15:59:51 +0100] rev 14154
Some refactoring of qmlfrontend. It now shows land preview generated by hedgewars-engine
Wed, 07 Nov 2018 15:55:32 +0100 Make hedgewars-engine crate produce shared library, implement some basics
unC0Rr [Wed, 07 Nov 2018 15:55:32 +0100] rev 14153
Make hedgewars-engine crate produce shared library, implement some basics
Wed, 07 Nov 2018 15:55:00 +0100 Fix some warnings here and there, remove unwelcomed code
unC0Rr [Wed, 07 Nov 2018 15:55:00 +0100] rev 14152
Fix some warnings here and there, remove unwelcomed code
Wed, 07 Nov 2018 03:35:56 +0300 start loading theme textures
alfadur [Wed, 07 Nov 2018 03:35:56 +0300] rev 14151
start loading theme textures
Wed, 07 Nov 2018 00:02:48 +0300 make fill point asserts persistent
alfadur [Wed, 07 Nov 2018 00:02:48 +0300] rev 14150
make fill point asserts persistent
Tue, 06 Nov 2018 23:45:54 +0300 a bit more simplification without an apparent performance gain
alfadur [Tue, 06 Nov 2018 23:45:54 +0300] rev 14149
a bit more simplification without an apparent performance gain
Tue, 06 Nov 2018 23:29:12 +0300 seems like about 25% speedup in land filling
alfadur [Tue, 06 Nov 2018 23:29:12 +0300] rev 14148
seems like about 25% speedup in land filling
Tue, 06 Nov 2018 12:44:38 -0500 workaround for the freepascal bug courtesy of koda
nemo [Tue, 06 Nov 2018 12:44:38 -0500] rev 14147
workaround for the freepascal bug courtesy of koda
Tue, 06 Nov 2018 20:20:13 +0300 add more point operators
alfadur [Tue, 06 Nov 2018 20:20:13 +0300] rev 14146
add more point operators
Tue, 06 Nov 2018 20:02:45 +0300 Update frontend russian translation
Grigory Ustinov <grenka@altlinux.org> [Tue, 06 Nov 2018 20:02:45 +0300] rev 14145
Update frontend russian translation
Tue, 06 Nov 2018 19:44:20 +0300 pull land into collision detector
alfadur [Tue, 06 Nov 2018 19:44:20 +0300] rev 14144
pull land into collision detector
Tue, 06 Nov 2018 17:00:35 +0100 Start working on frontend to rust engine rewrite
unC0Rr [Tue, 06 Nov 2018 17:00:35 +0100] rev 14143
Start working on frontend to rust engine rewrite
Tue, 06 Nov 2018 16:40:54 +0300 fix tangents
alfadur [Tue, 06 Nov 2018 16:40:54 +0300] rev 14142
fix tangents
Tue, 06 Nov 2018 16:23:43 +0300 fix ray construction
alfadur [Tue, 06 Nov 2018 16:23:43 +0300] rev 14141
fix ray construction
Tue, 06 Nov 2018 00:02:23 +0100 Bezierize land outline
unc0rr [Tue, 06 Nov 2018 00:02:23 +0100] rev 14140
Bezierize land outline
Mon, 05 Nov 2018 21:36:28 +0100 Implement BeizerCurveSegments, no tests
unc0rr [Mon, 05 Nov 2018 21:36:28 +0100] rev 14139
Implement BeizerCurveSegments, no tests
Mon, 05 Nov 2018 23:15:56 +0300 merge
alfadur [Mon, 05 Nov 2018 23:15:56 +0300] rev 14138
merge
Mon, 05 Nov 2018 23:15:34 +0300 collapse rectangle types back together with consistent usage of size
alfadur [Mon, 05 Nov 2018 23:15:34 +0300] rev 14137
collapse rectangle types back together with consistent usage of size
Mon, 05 Nov 2018 14:46:35 -0500 wtf
nemo [Mon, 05 Nov 2018 14:46:35 -0500] rev 14136
wtf
Mon, 05 Nov 2018 22:43:58 +0300 separate rectangle types based on right/bottom edge inclusivity
alfadur [Mon, 05 Nov 2018 22:43:58 +0300] rev 14135
separate rectangle types based on right/bottom edge inclusivity
Mon, 05 Nov 2018 21:21:53 +0300 actually there is a way to preserve mutable polygon iterator
alfadur [Mon, 05 Nov 2018 21:21:53 +0300] rev 14134
actually there is a way to preserve mutable polygon iterator
Mon, 05 Nov 2018 20:22:09 +0300 fix polygons getting unclosed on mirroring
alfadur [Mon, 05 Nov 2018 20:22:09 +0300] rev 14133
fix polygons getting unclosed on mirroring
Mon, 05 Nov 2018 19:56:28 +0300 merge
alfadur [Mon, 05 Nov 2018 19:56:28 +0300] rev 14132
merge
Mon, 05 Nov 2018 19:53:26 +0300 organize landgen a bit more
alfadur [Mon, 05 Nov 2018 19:53:26 +0300] rev 14131
organize landgen a bit more
Sun, 04 Nov 2018 10:52:02 +0100 - Fix land_dump always skipping bezierize step
unc0rr [Sun, 04 Nov 2018 10:52:02 +0100] rev 14130
- Fix land_dump always skipping bezierize step - Fix ix overflow too
Sun, 04 Nov 2018 07:19:58 +0300 yaml crate is having problems with unaligned arrays
alfadur [Sun, 04 Nov 2018 07:19:58 +0300] rev 14129
yaml crate is having problems with unaligned arrays
Sun, 04 Nov 2018 07:16:34 +0300 add command arguments to use a template from file into land_dump
alfadur [Sun, 04 Nov 2018 07:16:34 +0300] rev 14128
add command arguments to use a template from file into land_dump
Sun, 04 Nov 2018 04:43:30 +0300 add a higher level map generation lib to load yaml templates into somewhere
alfadur [Sun, 04 Nov 2018 04:43:30 +0300] rev 14127
add a higher level map generation lib to load yaml templates into somewhere
Sun, 04 Nov 2018 04:39:21 +0300 resolve some clippy complaints
alfadur [Sun, 04 Nov 2018 04:39:21 +0300] rev 14126
resolve some clippy complaints
Sun, 04 Nov 2018 00:20:27 +0100 - Add distance-divider option to land_dump
unc0rr [Sun, 04 Nov 2018 00:20:27 +0100] rev 14125
- Add distance-divider option to land_dump - Fix multiplication overflow errors (iy went widly out of bounds)
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip