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)
Sun, 04 Nov 2018 00:25:27 +0300 polygonize OutlinePoints
alfadur [Sun, 04 Nov 2018 00:25:27 +0300] rev 14124
polygonize OutlinePoints
Sat, 03 Nov 2018 23:19:28 +0300 fix compile errors
alfadur [Sat, 03 Nov 2018 23:19:28 +0300] rev 14123
fix compile errors
Sat, 03 Nov 2018 21:09:01 +0100 Implement non-overflowing calculations for high values
unc0rr [Sat, 03 Nov 2018 21:09:01 +0100] rev 14122
Implement non-overflowing calculations for high values
Sat, 03 Nov 2018 18:29:58 +0100 land_dump app for testing templated landgen
unc0rr [Sat, 03 Nov 2018 18:29:58 +0100] rev 14121
land_dump app for testing templated landgen
Sat, 03 Nov 2018 17:40:21 +0100 Fix portal color being switchable after losing control
Wuzzy <Wuzzy2@mail.ru> [Sat, 03 Nov 2018 17:40:21 +0100] rev 14120
Fix portal color being switchable after losing control
Sat, 03 Nov 2018 16:37:27 +0100 Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
Wuzzy <Wuzzy2@mail.ru> [Sat, 03 Nov 2018 16:37:27 +0100] rev 14119
Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
Sat, 03 Nov 2018 15:27:27 +0100 GameServer: Print syntax help if calling /maxteams without argument
Wuzzy <Wuzzy2@mail.ru> [Sat, 03 Nov 2018 15:27:27 +0100] rev 14118
GameServer: Print syntax help if calling /maxteams without argument
Sat, 03 Nov 2018 15:17:46 +0100 GameServer: Turn some messages into warnings
Wuzzy <Wuzzy2@mail.ru> [Sat, 03 Nov 2018 15:17:46 +0100] rev 14117
GameServer: Turn some messages into warnings
Sat, 03 Nov 2018 16:20:31 +0300 probably should reuse it everywhere then
alfadur [Sat, 03 Nov 2018 16:20:31 +0300] rev 14116
probably should reuse it everywhere then
Sat, 03 Nov 2018 16:02:38 +0300 should have been just norm
alfadur [Sat, 03 Nov 2018 16:02:38 +0300] rev 14115
should have been just norm
Sat, 03 Nov 2018 10:57:47 +0100 You cannot optimize integral division like this. You end up multiplying by 0, 1 or 2 instead of whole spectre of ratios.
unc0rr [Sat, 03 Nov 2018 10:57:47 +0100] rev 14114
You cannot optimize integral division like this. You end up multiplying by 0, 1 or 2 instead of whole spectre of ratios.
Sat, 03 Nov 2018 09:08:13 +0300 fix normal offset for split points and make directions more consistent
alfadur [Sat, 03 Nov 2018 09:08:13 +0300] rev 14113
fix normal offset for split points and make directions more consistent
Sat, 03 Nov 2018 07:52:34 +0300 reorder split rectangles
alfadur [Sat, 03 Nov 2018 07:52:34 +0300] rev 14112
reorder split rectangles
Sat, 03 Nov 2018 07:31:35 +0300 simplify normal direction check for bounds distances
alfadur [Sat, 03 Nov 2018 07:31:35 +0300] rev 14111
simplify normal direction check for bounds distances
Sat, 03 Nov 2018 06:45:05 +0300 import some clarity into border distance computation
alfadur [Sat, 03 Nov 2018 06:45:05 +0300] rev 14110
import some clarity into border distance computation
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip