Skip to content

Commit 506a6b6

Browse files
committed
Merge branch 'singularity'
# Conflicts: # db_update.py # eos/effects.py # staticdata/fsd_built/dogmaattributes.0.json # staticdata/fsd_built/dogmaeffects.0.json # staticdata/fsd_built/iconids.0.json # staticdata/fsd_built/requiredskillsfortypes.0.json # staticdata/fsd_built/typedogma.2.json # staticdata/fsd_built/types.4.json # staticdata/fsd_built/types.5.json # staticdata/phobos/metadata.0.json # version.yml
2 parents 3d6a6f0 + 1b9b833 commit 506a6b6

42 files changed

Lines changed: 77062 additions & 32807 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

db_update.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,12 @@ def processEveTypes():
163163
)
164164
# Some draft boosters added to sisi, should be removed later when FC/CCP finishes them
165165
or row['typeID'] in (
166-
91916,
166+
94043, 94044, 91935, 91944, 91943, 91921, 91925, 91926, 91964, 91974, 91975,
167+
91949, 91958, 91959, 94045, 94046, 94039, 94040, 91932, 91939, 91940, 91916,
168+
91929, 91930, 91962, 91970, 91971, 91947, 91952, 91951, 91936, 91945, 91946,
169+
91922, 91923, 91924, 91965, 91976, 91977, 91950, 91960, 91961, 91934, 91941,
170+
91942, 91920, 91927, 91928, 91963, 91972, 91973, 91948, 91953, 91954, 94047,
171+
94048
167172
)
168173
):
169174
row['published'] = False

dist_assets/linux/AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ AppDir:
4848
- AppDir/usr/bin/python3.11 get-pip.py
4949
# Just to bundle certificates with AppImage
5050
- AppDir/usr/bin/python3.11 -s -m pip install certifi
51-
- AppDir/usr/bin/python3.11 -s -m pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r requirements.txt
51+
- AppDir/usr/bin/python3.11 -s -m pip --timeout 300 install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 -r requirements.txt
5252

5353
files:
5454
exclude:

eos/db/gamedata/attribute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
Column("attributeID", Integer, primary_key=True),
3434
Column("attributeName", String),
3535
Column("defaultValue", Float),
36+
Column("minAttributeID", Integer, ForeignKey("dgmattribs.attributeID")),
3637
Column("maxAttributeID", Integer, ForeignKey("dgmattribs.attributeID")),
3738
Column("description", Unicode),
3839
Column("published", Boolean),

0 commit comments

Comments
 (0)