Commit Graph

22 Commits

Author SHA1 Message Date
Patric Stout
f754a7f9f1 feat: add "factionID" to the TypeID datafile (#22)
This is a breaking change, and not backwards compatible.
2023-11-26 21:46:32 +01:00
Patric Stout
993671259d fix: conversion of datafiles fails (#21)
Last minute change without testing is in general a bad idea.
2023-11-26 21:31:21 +01:00
Patric Stout
7197a649b7 feat: publish the marketGroups as datafile (#20) 2023-11-26 21:29:01 +01:00
Patric Stout
2f87ec486f feat: also publish GroupIDs as datafile (#19) 2023-11-26 20:21:57 +01:00
Patric Stout
db023c1c33 fix: download-icons could also download dds files (#18)
We are only interested in PNGs, so filter out all other files.
2023-11-26 12:52:20 +01:00
Patric Stout
2735c10ce7 fix: download icons creates a new connection per download (#17)
Instead, use a single connection for all downloads; this doesn't
only improve download speed, it also avoids wasting resources on
both ends.
2023-11-26 12:51:54 +01:00
Patric Stout
0afd37a4a8 fix: set the correct mimetype for Protobuf files (#16)
Without them, Cloudflare will not run Content-Encoding, which
makes the file bigger (on the wire) than they have to be.
2023-11-21 15:19:07 +01:00
Patric Stout
84ee53236a fix: downloaded icons are not working (#15) 2023-11-20 21:33:43 +01:00
dependabot[bot]
5ceac68c9e chore(deps): bump the dependencies group with 1 update (#14)
Bumps the dependencies group with 1 update: [protobuf](https://github.com/protocolbuffers/protobuf).

- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.3...v3.20.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 21:02:07 +01:00
dependabot[bot]
6eeb1c3486 chore(deps): bump protobuf from 3.12.4 to 3.18.3 (#2)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.18.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.4...v3.18.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 20:54:40 +01:00
Patric Stout
069ed0679f chore: add dependabot file to get updates for dependencies (#12) 2023-11-20 20:54:30 +01:00
Patric Stout
ec6c67fcf4 feat: automate releasing of new data-files (#11) 2023-11-20 20:53:02 +01:00
Patric Stout
02a05a4e68 chore: update docs with latest attributes (#10) 2023-11-20 20:11:59 +01:00
Patric Stout
72466eff0e fix: rename attributes to how they are called in-game (#9) 2023-11-19 13:35:42 +01:00
Patric Stout
2090ee3abc feat: set of new custom attributes for recharge rate values (#8) 2023-11-19 12:00:38 +01:00
Patric Stout
af64cbc5fe feat: set of new custom attributes for eHP values (#7) 2023-11-19 11:19:27 +01:00
Patric Stout
59804fd5c8 fix: all custom attributes so far should not have high-is-good set (#6)
For most attributes this doesn't really matter, but for velocityBoost
it does, causing wrong values to be calculated.
2023-11-19 11:18:48 +01:00
Patric Stout
4f3537ab3d feat: apply effects to correctly calculate AB / MWD velocity impact (#5) 2023-11-14 23:06:54 +01:00
Patric Stout
b8eb7e287d feat: support cpuUnused / pgUnused for easier cpu statistics (#4) 2023-11-13 22:57:37 +01:00
Patric Stout
1a52874367 fix: change the "online" effect to be in the "online" category (#3)
There are EVE internal reasons why it isn't, but none of them are
relevant to us.
2023-11-13 22:10:42 +01:00
Patric Stout
2a5d402198 feat: initial version of the SDE data importer (#1) 2023-11-12 10:42:45 +01:00
Patric Stout
8298aa3b6a chore: initial empty commit 2023-11-12 10:26:09 +01:00