457 Commits

Author SHA1 Message Date
Eric Froemling
c50ed3557d
Merge pull request #17 from Dmitry450/master
Fixed puck visibility in hockey
2020-04-11 13:32:17 -07:00
indev
17273e90d8 Mypy tests passed 2020-04-11 12:23:25 +03:00
indev
3b50b6ee9d Fixed one minor exception 2020-04-11 12:11:21 +03:00
indev
3029979a59 Hockey puck is visible now 2020-04-11 12:08:58 +03:00
indev
bafc80fe40 Merge branch 'master' of https://github.com/efroemling/ballistica 2020-04-11 11:17:00 +03:00
indev
193cabf3c4 Fix some spawn-points (Top -> top, Bottom -> bottom) 2020-04-11 11:15:46 +03:00
Eric Froemling
08653c00e4
Merge pull request #14 from Dliwk/fix-scorescreen-score-sorting
Fix score sorting in co-op scorescreen activity
2020-04-10 15:35:30 -07:00
Eric Froemling
651ac65f00
Merge pull request #16 from Dliwk/fix-pause-menu
Fix pause menu
2020-04-10 15:16:24 -07:00
Eric Froemling
a3c0c02389 updated docs and binaries 2020-04-10 15:10:41 -07:00
Eric Froemling
1a1a192905 Tightened up type checking (flipped Mypy's warn_unreachable on) 2020-04-10 14:37:06 -07:00
Eric Froemling
aa853f8b18 Merge branch 'master' of github.com:efroemling/ballistica 2020-04-10 13:57:45 -07:00
Eric Froemling
b46c491859 latest binaries, assets, and docs 2020-04-10 13:51:06 -07:00
Eric Froemling
3066ee821f Fixed return tyep on _ba.get_public_login_id(). 2020-04-10 13:45:55 -07:00
Eric Froemling
9861560aca Merge branch 'master' of github.com:efroemling/ballistica 2020-04-10 12:06:33 -07:00
Roman Trapeznikov
58cd7b4e8d fix pause menu 2020-04-10 14:50:06 +03:00
Roman Trapeznikov
ea99108202 add sorting key for some sorted functions
for sorting nested lists
2020-04-10 13:58:28 +03:00
indev
c7d31396c4 Merge branch 'master' of https://github.com/efroemling/ballistica 2020-04-10 13:54:26 +03:00
Roman Trapeznikov
78e70e002c specify sorting key for sorting nested lists in multiteamjoinscreen 2020-04-10 13:02:08 +03:00
Roman Trapeznikov
56d5b5f175 specify sorting key for sorting nested lists in race game 2020-04-10 12:52:10 +03:00
Roman Trapeznikov
93c407cccc specify sorting key for sorting nested lists in elimination game 2020-04-10 12:48:21 +03:00
Roman Trapeznikov
b13df59274 specify a sorting key for sorting nested lists in ba module
sorting with objects that Python cannot compare
2020-04-10 12:37:45 +03:00
Eric Froemling
4497b6cab1 latest binaries, assets, and docs 2020-04-10 02:14:41 -07:00
Eric Froemling
d03d0e1045 More internal return type fixes. 2020-04-10 02:09:47 -07:00
Eric Froemling
0c29c1353c Merge branch 'master' of github.com:efroemling/ballistica 2020-04-10 01:57:54 -07:00
Eric Froemling
f801d1626b latest binaries, assets, and docs 2020-04-10 01:57:33 -07:00
Eric Froemling
6249b73693 More internal return type fixes. 2020-04-10 01:52:12 -07:00
indev
463a796a77 Merge branch 'master' of https://github.com/efroemling/ballistica 2020-04-10 11:46:18 +03:00
Eric Froemling
eb448cc8d8 Merge branch 'master' of github.com:efroemling/ballistica 2020-04-10 01:43:08 -07:00
Eric Froemling
8f9a21fe32 Work on making type-checks more strict 2020-04-10 01:43:04 -07:00
Eric Froemling
19c7b01231 latest binaries, assets, and docs 2020-04-10 01:40:25 -07:00
Eric Froemling
2ea4873726 More internal return type fixes. 2020-04-10 01:35:11 -07:00
indev
7c6376dfce Merge branch 'master' of https://github.com/efroemling/ballistica 2020-04-10 11:10:34 +03:00
Eric Froemling
5d9e854eb8 latest binaries, assets, and docs 2020-04-10 00:57:08 -07:00
Eric Froemling
967d0f19d8 Merge branch 'master' into pubsync 2020-04-10 00:47:01 -07:00
Eric Froemling
07f538fb0b Fixed a few return types of internal calls. 2020-04-10 00:47:01 -07:00
Eric Froemling
103971f65f Tidying and type cleanup 2020-04-09 23:10:30 -07:00
Eric Froemling
bc9d29e875 Merge branch 'master' of github.com:efroemling/ballistica 2020-04-09 22:58:18 -07:00
Eric Froemling
dc7538b72e Tidying 2020-04-09 22:53:19 -07:00
Eric Froemling
d987239709
Merge pull request #13 from Dmitry450/master
Fixed meteor shower. Fixed text in co-op score screen. Fixed TNT respawn
2020-04-09 22:52:58 -07:00
Eric Froemling
64aff1306f Fixed ServerCallThread callbacks 2020-04-09 22:22:41 -07:00
Eric Froemling
fa17c88642 Merge branch 'master' of github.com:efroemling/ballistica 2020-04-09 22:05:00 -07:00
Eric Froemling
5c299f0062 tidying 2020-04-09 22:04:58 -07:00
Eric Froemling
29a0da417e
Merge pull request #15 from Dliwk/fix-store-buy
Fix buy method in StoreBrowserWindow
2020-04-09 22:04:42 -07:00
indev
fe606ced90 Fix elimination 2020-04-09 19:36:35 +03:00
indev
8e46b70dbd Fix TNT respawn 2020-04-09 18:24:39 +03:00
Roman Trapeznikov
c2e57e6a6b fix buy method in StoreBrowserWindow 2020-04-09 18:03:03 +03:00
Roman Trapeznikov
bb39357a70 fix friends results sorting 2020-04-09 16:07:07 +03:00
Roman Trapeznikov
be4de98e7c fix scores sorting in scorescreen activity 2020-04-09 16:04:06 +03:00
indev
2b1226cc2d Merge branch 'master' of https://github.com/efroemling/ballistica 2020-04-09 15:07:13 +03:00
indev
e5d63c88a0 make format 2020-04-09 15:02:15 +03:00