Sat, 04 Jul 2020 03:11:41 +0200 Merge chat-scaling (= current state of branch "ui-scaling") into default branch
sheepluva [Sat, 04 Jul 2020 03:11:41 +0200] rev 15665
Merge chat-scaling (= current state of branch "ui-scaling") into default branch
Sat, 04 Jul 2020 02:46:06 +0200 fix chat-scaling being awkward due to font size pt/px confusion ui-scaling
sheepluva [Sat, 04 Jul 2020 02:46:06 +0200] rev 15664
fix chat-scaling being awkward due to font size pt/px confusion
Fri, 03 Jul 2020 23:51:47 +0200 Merge branch 1.0.0 into branch ui-scaling ui-scaling
sheepluva [Fri, 03 Jul 2020 23:51:47 +0200] rev 15663
Merge branch 1.0.0 into branch ui-scaling
Tue, 30 Jun 2020 23:25:52 +0300 prevent sentries from getting stuck on mines
alfadur [Tue, 30 Jun 2020 23:25:52 +0300] rev 15662
prevent sentries from getting stuck on mines
Tue, 30 Jun 2020 22:36:53 +0300 increase sentry vision angle
alfadur [Tue, 30 Jun 2020 22:36:53 +0300] rev 15661
increase sentry vision angle
Tue, 30 Jun 2020 21:25:48 +0300 don't shoot if the target moves out of range while aiming
alfadur [Tue, 30 Jun 2020 21:25:48 +0300] rev 15660
don't shoot if the target moves out of range while aiming
Tue, 30 Jun 2020 20:02:04 +0300 turn away when starting walking on a cliff edge
alfadur [Tue, 30 Jun 2020 20:02:04 +0300] rev 15659
turn away when starting walking on a cliff edge
Tue, 30 Jun 2020 19:22:46 +0300 draw sentries with direction
alfadur [Tue, 30 Jun 2020 19:22:46 +0300] rev 15658
draw sentries with direction
Tue, 30 Jun 2020 19:09:04 +0300 add some target tracking to sentries
alfadur [Tue, 30 Jun 2020 19:09:04 +0300] rev 15657
add some target tracking to sentries
Tue, 30 Jun 2020 02:18:54 +0300 downgrade sentries to miniguns
alfadur [Tue, 30 Jun 2020 02:18:54 +0300] rev 15656
downgrade sentries to miniguns
Tue, 30 Jun 2020 00:58:24 +0300 add separate hit order for sentries
alfadur [Tue, 30 Jun 2020 00:58:24 +0300] rev 15655
add separate hit order for sentries
Mon, 29 Jun 2020 14:25:23 +0200 Fix airplane line not being drawn in full for very large maps
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jun 2020 14:25:23 +0200] rev 15654
Fix airplane line not being drawn in full for very large maps
Mon, 29 Jun 2020 14:08:19 +0200 Fix cursor being too limited left/right if zoomed out too much
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jun 2020 14:08:19 +0200] rev 15653
Fix cursor being too limited left/right if zoomed out too much
Mon, 29 Jun 2020 13:40:13 +0200 Tweak airplane spawn point to avoid appear out of nowhere
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jun 2020 13:40:13 +0200] rev 15652
Tweak airplane spawn point to avoid appear out of nowhere
Mon, 29 Jun 2020 13:17:10 +0200 Increase X camera limit back to 2048
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jun 2020 13:17:10 +0200] rev 15651
Increase X camera limit back to 2048 Oops, the number 0 was done by mistake
Mon, 29 Jun 2020 13:14:18 +0200 Enforce camera limits regardless of zoom level
Wuzzy <Wuzzy2@mail.ru> [Mon, 29 Jun 2020 13:14:18 +0200] rev 15650
Enforce camera limits regardless of zoom level Previously, when you zoomed out, you could move the camera further out to the left, right and up.
Mon, 29 Jun 2020 00:15:37 +0300 add sentries to ammo config
alfadur [Mon, 29 Jun 2020 00:15:37 +0300] rev 15649
add sentries to ammo config
Sun, 28 Jun 2020 23:19:49 +0300 limit sentry attacks through land
alfadur [Sun, 28 Jun 2020 23:19:49 +0300] rev 15648
limit sentry attacks through land
Sun, 28 Jun 2020 22:39:38 +0300 prevent sentries from falling off cliffs
alfadur [Sun, 28 Jun 2020 22:39:38 +0300] rev 15647
prevent sentries from falling off cliffs
Sun, 28 Jun 2020 20:34:06 +0300 refactor collision tests
alfadur [Sun, 28 Jun 2020 20:34:06 +0300] rev 15646
refactor collision tests
Sun, 28 Jun 2020 01:06:18 +0300 place sentries on start
alfadur [Sun, 28 Jun 2020 01:06:18 +0300] rev 15645
place sentries on start
Sun, 28 Jun 2020 00:47:43 +0300 add sentries count to game config
alfadur [Sun, 28 Jun 2020 00:47:43 +0300] rev 15644
add sentries count to game config
Sat, 27 Jun 2020 23:38:45 +0300 reduce sentry damange
alfadur [Sat, 27 Jun 2020 23:38:45 +0300] rev 15643
reduce sentry damange
Sat, 27 Jun 2020 22:58:33 +0300 add aiming timeout to sentry
alfadur [Sat, 27 Jun 2020 22:58:33 +0300] rev 15642
add aiming timeout to sentry
Sat, 27 Jun 2020 02:22:31 +0300 add current 🦔 targeting to sentry
alfadur [Sat, 27 Jun 2020 02:22:31 +0300] rev 15641
add current 🦔 targeting to sentry
Fri, 26 Jun 2020 19:35:16 +0300 add sentry walking cycle
alfadur [Fri, 26 Jun 2020 19:35:16 +0300] rev 15640
add sentry walking cycle
Fri, 26 Jun 2020 17:40:22 +0300 add sentry 🤖 stub
alfadur [Fri, 26 Jun 2020 17:40:22 +0300] rev 15639
add sentry 🤖 stub
Thu, 25 Jun 2020 22:16:11 +0200 Frontend: Sort ammos like in-game
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jun 2020 22:16:11 +0200] rev 15638
Frontend: Sort ammos like in-game
Thu, 25 Jun 2020 18:13:20 +0200 AI: Don't use vamp/invuln for kamikaze, piano and other weapons
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jun 2020 18:13:20 +0200] rev 15637
AI: Don't use vamp/invuln for kamikaze, piano and other weapons
Thu, 25 Jun 2020 17:44:22 +0200 Teach AI to use laser sight
Wuzzy <Wuzzy2@mail.ru> [Thu, 25 Jun 2020 17:44:22 +0200] rev 15636
Teach AI to use laser sight
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip