Skip to content

Commit cd0e666

Browse files
authored
Merge branch 'efroemling:main' into main
2 parents 590c23b + 8df22ca commit cd0e666

18 files changed

Lines changed: 784 additions & 231 deletions

File tree

.efrocachemap

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 1.8.0 (build 22970, api 9, 2026-08-10)
1+
### 1.8.0 (build 22971, api 9, 2026-08-11)
22
- Fully implemented asset packages (more on this soon)
33
- Upgraded to Python 3.14. This gives us a few nice useful bits such as zstd
44
compression to help speed up online stuff and also means we can get rid of all

pconfig/projectconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bauiv1lib": "buil"
2424
},
2525
"efrocache_repository_url": "https://files.ballistica.net/cache/ba1",
26-
"engine_build_number": 22970,
26+
"engine_build_number": 22971,
2727
"name": "BallisticaKit",
2828
"public": true,
2929
"python_paths": [
@@ -43,5 +43,5 @@
4343
"tests",
4444
"config"
4545
],
46-
"version": "1.8.0a78"
46+
"version": "1.8.0a79"
4747
}

src/assets/.asset_manifest_public.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"ba_data/python/bacommon/loggercontrol.py",
103103
"ba_data/python/bacommon/logging.py",
104104
"ba_data/python/bacommon/login.py",
105+
"ba_data/python/bacommon/logreporting.py",
105106
"ba_data/python/bacommon/meshzstddict.py",
106107
"ba_data/python/bacommon/metascan.py",
107108
"ba_data/python/bacommon/msg/__init__.py",

src/assets/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ SCRIPT_TARGETS_PY_PUBLIC_TOOLS = \
556556
$(BUILD_DIR)/ba_data/python/bacommon/loggercontrol.py \
557557
$(BUILD_DIR)/ba_data/python/bacommon/logging.py \
558558
$(BUILD_DIR)/ba_data/python/bacommon/login.py \
559+
$(BUILD_DIR)/ba_data/python/bacommon/logreporting.py \
559560
$(BUILD_DIR)/ba_data/python/bacommon/meshzstddict.py \
560561
$(BUILD_DIR)/ba_data/python/bacommon/metascan.py \
561562
$(BUILD_DIR)/ba_data/python/bacommon/msg/__init__.py \

0 commit comments

Comments
 (0)