Commit graph

1513 commits

Author SHA1 Message Date
Vishal
40b23a9839
Merge pull request #258 from vishal332008/main
Update - 1.0.11
2024-04-20 22:19:43 +05:30
Vishal
b1da130d50
Update CHANGELOG.md 2024-04-20 20:29:10 +05:30
vishal332008
ea25d3ad47 [ci] apply-version-metadata 2024-04-20 14:55:06 +00:00
Vishal
4228b3e4e8
Update - 1.0.11 2024-04-20 20:24:45 +05:30
Loup
45e7b7358c
Merge pull request #257 from Loup-Garou911XD/main
Updated action
2024-04-20 17:57:56 +05:30
Loup-Garou911XD
9fcf0386c5 added documentation 2024-04-20 09:06:50 +05:30
Loup-Garou911XD
281459cac1 Updated actiont to run on commit 2024-04-20 08:50:20 +05:30
Vishal
a30d298e20
Merge pull request #256 from bombsquad-community/Loup-Garou911XD-patch-1
Update README.md
2024-04-20 03:32:34 +05:30
Vishal
ebaa11f605
Merge pull request #255 from vishal332008/main
Update - 1.0.10
2024-04-20 03:31:52 +05:30
Loup
7bd6945f7c
Update README.md 2024-04-20 03:27:31 +05:30
Vishal
fc6a68b8d1
Update CHANGELOG.md 2024-04-20 03:18:03 +05:30
vishal332008
9edd805e27 [ci] apply-version-metadata 2024-04-19 21:46:20 +00:00
Vishal
6dd86ef260
Update - 1.0.10 2024-04-20 03:15:58 +05:30
Loup
9811187158
Merge pull request #254 from Loup-Garou911XD/main
Fix for release workflow not running
2024-04-20 03:12:05 +05:30
Loup-Garou911XD
9377afe5b6 removed workflow dispatch 2024-04-20 02:53:09 +05:30
Loup-Garou911XD
8f4f7e46a3 uhmm 2024-04-20 02:50:02 +05:30
Loup-Garou911XD
01a564f736 Added workflow dispatch run to release workflow 2024-04-20 02:49:07 +05:30
Loup
e4f7fdbdcc
Merge pull request #253 from vishal332008/main
Plugin names are now Titled
2024-04-20 02:30:31 +05:30
Vishal
611d3d27e4
Update CHANGELOG.md 2024-04-20 02:24:28 +05:30
vishal332008
2fe33c11a0 [ci] apply-version-metadata 2024-04-19 20:52:44 +00:00
Vishal
88834bd979
Update - 1.0.9 2024-04-20 02:22:22 +05:30
Loup
421e74189a
Merge pull request #248 from Loup-Garou911XD/main
Added release workflow
2024-04-20 01:38:39 +05:30
Loup-Garou911XD
13177a943e Changed download link to github release 2024-04-20 00:46:18 +05:30
Loup-Garou911XD
9541a5971c Improvements 2024-04-20 00:33:00 +05:30
Loup-Garou911XD
22a0ed0bd7 Fix5 2024-04-20 00:28:52 +05:30
Loup-Garou911XD
4294410d8a Fix4 2024-04-20 00:24:28 +05:30
Loup-Garou911XD
ca50f0a9af Fix3 2024-04-20 00:21:04 +05:30
Loup-Garou911XD
54b049ac22 Fix2 2024-04-20 00:19:05 +05:30
Loup-Garou911XD
afacc49152 Fix 2024-04-20 00:10:10 +05:30
Loup-Garou911XD
3a480dfff6 [ci] auto-format 2024-04-19 18:35:07 +00:00
Loup-Garou911XD
d07a276f1a get changes from CHANGELOG.md 2024-04-20 00:04:05 +05:30
Loup-Garou911XD
20aef6312a added release workflow 2024-04-19 22:27:30 +05:30
Loup
7188f2705c
Merge pull request #245 from bombsquad-community/wait-for-scene-app-mode-to-activate
Wait for scene app mode to activate
2024-04-11 13:56:00 +05:30
rikkolovescats
0be1e704f9
Add a CHANGELOG entry for v1.0.8 2024-04-11 12:55:14 +05:30
rikkolovescats
dc2a4ddfa6 [ci] apply-version-metadata 2024-04-11 07:22:13 +00:00
rikkolovescats
85b572707e
Bump plugin manager to v1.0.8 2024-04-11 12:51:06 +05:30
rikkolovescats
4b140f29c9
Wait for SceneAppMode to activate
Reported in ballistica's official discord server:
https://discord.com/channels/1001896771347304639/1218201750440247296/1227731932838760521.

We were calling `_bascenev1.protocol_version()` before SceneAppMode was
activated (by ballistica), which isn't allowed in newer ballistica
versions.

It was the cause of the following traceback:
```sh
$ CMAKE_BUILD_TYPE="Debug" make prefab-gui-debug

BA_WSL_TARGETS_WINDOWS=1 tools/pcommand make_prefab gui-debug
make[1]: Entering directory '/home/rikkolovescats/ballistica'
Lazybuild: skipping "meta" (checked 89 inputs in 0.0026s).
Lazybuild: skipping "assets-cmake" (checked 376 inputs in 0.0018s).
Staging for cmake at build/prefab/full/linux_x86_64_gui/debug...
make[1]: Leaving directory '/home/rikkolovescats/ballistica'
cd build/prefab/full/linux_x86_64_gui/debug && ./ballisticakit
root: BallisticaKit 1.7.34 build 21800.
root: Error loading plugin class 'plugin_manager.EntryPoint'.
Traceback (most recent call last):
  File "/home/rikkolovescats/ballistica/build/prefab/full/linux_x86_64_gui/debug/ba_data/python/babase/_plugin.py", line 283, in attempt_load_if_enabled
    cls = getclass(self.class_path, Plugin)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/rikkolovescats/ballistica/build/prefab/full/linux_x86_64_gui/debug/ba_data/python/babase/_general.py", line 83, in getclass
    module = importlib.import_module(modulename)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/rikkolovescats/.ballisticakit/mods/plugin_manager.py", line 70, in <module>
    protocol_version = _bs.protocol_version()
                       ^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Attempting to access SceneAppMode while it is inactive.
```

This commit improves the compatibility layer such that any calls that
require SceneAppMode to be active aren't made before it gets active.
2024-04-11 12:48:14 +05:30
rikkolovescats
d89b7b1478
Merge pull request #242 from brostosjoined/main
NAT-PMP/UPNP
2024-03-03 23:56:01 +05:30
brostosjoined
674939eee0 [ci] apply-version-metadata 2024-03-03 17:56:35 +00:00
brostos
48bd0dafb3
Update utilities.json 2024-03-03 20:56:14 +03:00
brostosjoined
a23f69997c [ci] auto-format 2024-03-03 17:55:55 +00:00
brostos
2b70c7e906
Update natpmp_upnp.py 2024-03-03 20:55:34 +03:00
brostos
f469c3d302
Update natpmp_upnp.py 2024-03-03 20:27:09 +03:00
brostosjoined
e508c4537c [ci] apply-version-metadata 2024-03-03 16:42:33 +00:00
brostos
06d5bd41df
Update utilities.json 2024-03-03 19:42:12 +03:00
brostos
a8096be232
Update natpmp_upnp.py 2024-03-03 19:41:36 +03:00
brostosjoined
6f5e4a7edc [ci] apply-version-metadata 2024-03-03 16:34:47 +00:00
brostos
08c2165d0d
Update utilities.json 2024-03-03 19:34:24 +03:00
brostosjoined
47c1d93e85 [ci] auto-format 2024-03-03 16:32:44 +00:00
brostos
e445036a20
Update natpmp_upnp.py 2024-03-03 19:32:22 +03:00