Alex Williams
9ef054c271
Fixed 'Missing Module' category showing up in Optional Selection drop-down and fixed 'Missing Power Plant', 'Missing Power Distributor' and 'Missing Frameshift Drive' showing up in the Selection drop-downs for those module slots.
2024-06-02 20:03:12 +01:00
leonardofelin
aa620be113
Update PT-BR translations
...
Added translated strings for coriolis-data PRs 106 & 107
2024-05-27 19:45:44 -03:00
Alex Williams
27f19a72a6
Merge branch 'alpha' into issue_600_add_advanced_weapons
2024-05-27 17:02:42 +01:00
Alex Williams
634be1f197
Added 'special' field to certain modules to allow for clearer appearance in search results that they are the special type of module. Updated English descriptions of Advanced Modules and Special Modules
2024-05-27 15:50:32 +01:00
Felix Linker
f747b25f26
Merge pull request #759 from alex-williams/Issue_754_Imports_need_to_be_more_graceful
...
Adds valid module checking to all types of modules on import
2024-05-27 08:49:11 +02:00
Felix Linker
02bf133c98
Merge branch 'develop' into Issue_754_Imports_need_to_be_more_graceful
2024-05-27 08:48:49 +02:00
Alex Williams
6c34a26273
Issue 754 imports need to be more graceful ( #5 )
...
* Adds valid module checking to all types of modules on import
* Changes as per comments on the PR
2024-05-24 18:23:04 +01:00
Alex Williams
b0b5c82131
Merge branch 'alpha' into Issue_754_Imports_need_to_be_more_graceful
2024-05-24 18:22:53 +01:00
Alex Williams
ee92f2f2e4
Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo ( #4 )
2024-05-24 17:56:20 +01:00
Alex Williams
0d749202e2
Changing to clone single branch for deployment, not the whole repo
2024-05-24 17:41:27 +01:00
Alex Williams
4283b0b839
Changed deployment ordering
2024-05-24 17:38:47 +01:00
Alex Williams
fbd9c3d282
Improving workflow
2024-05-24 16:23:08 +01:00
Alex Williams
cd68199a41
Adding workflow for autodeploy
2024-05-24 16:23:08 +01:00
Alex Williams
f885fde04f
Fix changed files issue ( #3 )
...
* Copied de.js contents to new file de-fix.js
* Copied de.js contents back from de-fix.js
* Copied contents of ko.js to ko-fix.js
* Copied ko.js contents back from ko-fix.js
* Copied contents from BlueprintFunctions.js to BlueprintFunctions-fix.js
* Copied contents back from BlueprintFunctions-fix.js to BlueprintFunctions.js
* Copied contents of LineChart.jsx to LineChart-fix.jsx
* Copied contents back from LineChart-fix.jsx to LineChart.jsx
* Copied contents of PieChart.jsx to PieChart-fix.jsx
* Copied contents back from PieChart-fix.jsx to PieChart.jsx
* Copied contents from Slider.jsx to Slider-fix.jsx
* Copied contents back from Slider-fix.jsx to Slider.jsx
* Copied contents from VerticalBarChart.jsx to VerticalBarChart-fix.jsx
* Copied contents back from VerticalBarChart-fix.jsx to VerticalBarChart.jsx
* Deleting 'fix' files
2024-05-24 16:03:03 +01:00
David Sangrey
8f5375f732
Merge pull request #760 from alex-williams/Issue_758_adding_ax_nanite_torps_and_enhanced_missile_racks
...
Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo
2024-05-20 12:49:53 -04:00
Alex Williams
5c8ff57d16
Changes as per comments on the PR
2024-05-17 15:24:29 +01:00
Alex Williams
3156b6a533
Adds the Advanced MC's, AX MC's, AX MR's and Nanite Torpedo
2024-05-17 08:45:15 +01:00
Alex Williams
14ffa26ef9
Adds valid module checking to all types of modules on import
2024-05-16 19:23:33 +01:00
Alex Williams
18d7ada65f
Merge pull request #755 from leonardofelin/pt-br_translations
...
Updated PT-BR translation with Planetary Approach Suite
2024-05-14 17:18:40 +01:00
leonardofelin
8593e18de4
Updated PT-BR translation with Planetary Approach Suite
2024-05-14 13:13:56 -03:00
leonardofelin
284b0b3ce2
Update pt.json - Brazilian Portuguese translations ( #752 )
...
* Update pt.json
Update Brazilian Portuguese translations:
- Updated Modules
- Engineering & Experimental Effect
- Corrections
* Update Portuguese Brazilian
Fixed Tab/Spaces indentation
2024-05-14 13:25:51 +02:00
David Sangrey
c3cb2cfa3b
Add SCO Module Check ( #748 )
...
* Add SCO Module Check
Goes hand-in-hand with https://github.com/EDCD/coriolis-data/pull/98
* [748] Updated Filter Function
This time, readable!
2024-05-12 13:51:17 +02:00
Alex Williams
5d54eb8862
Adding python_nx to SHIP_FD_NAME_TO_CORIOLIS_NAME to fix import issue with Python Mk II
2024-05-12 13:48:28 +02:00
Felix Linker
9fc6508be4
coriolis-data specified as relative dependency again
2024-04-29 08:24:34 +02:00
Aleksandr
ef82cf4a00
[744] add support of experimental weapon stabilizer ( #745 )
2024-04-29 08:23:20 +02:00
Felix Linker
9766f78e21
Move eddb.io links to inara.cz
2023-04-07 19:25:16 +01:00
Felix Linker
6d8bd6ca44
Dependency update
2023-04-07 19:18:28 +01:00
Sam Clayton
875af31ffe
Update to Webpack 5 (fixes crypto error on build) ( #738 )
...
* Updating react-number-editor dependency from stale named branch
* Remove references to deprecated react-addons-perf package
* Issue #25 Webpack updated to current version, many
dependencies updated, Babel & Webpack configs updated.
Add dev & prod Dockerfiles and update README with Docker instructions
Created webpack.common.js.
Coriolis-data now specified as github dependency
* Bump bugfix versions of react & react-dom only
* Workbox dependency upgrade for webpack 5 compat
* Stab at upgrading workbox dep
Far more fatal webpack errors :(
* Automate reinstall/rebuild with npm script
* Working build again w updated deps
Disabled/commented out all bugsnag references
Added production-like Docker build for troubleshooting issues that don't
appear in dev server
* Remove deprecated @babel/polyfill import & dependency
* Fix to service worker to v5 of workbox
and align with webpack 5 plugin
* Disabling recent round of polyfills. Don't think
they're necessary.
* Whitespace in package.json
* Add Buffer as Webpack plugin. Fix indenting.
Fix deprecated call to Buffer.
* Remove bugsnag and deprecated babel code that was
commented out, per convo with Felix
---------
Co-authored-by: Sam Clayton <sam@goranku.com >
2023-03-01 21:55:23 +01:00
Felix Linker
93adcb3daf
Merge pull request #730 from Sid127/edomh-v1
...
Initial EDOMH integration
2022-12-27 13:19:05 +01:00
Felix Linker
ec9a07b143
Merge pull request #732 from EDCD/dependabot/npm_and_yarn/decode-uri-component-0.2.2
...
Bump decode-uri-component from 0.2.0 to 0.2.2
2022-12-26 13:37:46 +01:00
dependabot[bot]
bb8eeb4d3f
Bump decode-uri-component from 0.2.0 to 0.2.2
...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases )
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: decode-uri-component
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-12-09 17:17:50 +00:00
Sid Pranjale
8b7a7192a4
Initial EDOMH integration
2022-11-27 14:55:56 +05:30
Felix Linker
6688a1fbe3
Merge pull request #728 from AndricReal/patch-1
...
Update of russian localisation
2022-11-27 10:11:55 +01:00
AndricReal
2ea5fe5d58
Update ru.json
...
Corrected translation
2022-11-20 16:08:27 +05:00
Felix Linker
efd644c6f1
Merge pull request #726 from Sid127/matlist-fix
...
Matlist fix
2022-11-11 20:18:22 +01:00
Sid Pranjale
17c6ec1f97
Do nothing if a module has no experimentals
...
This fixes materials not being shown for modules that can be engineered but not having experimental effects
2022-11-09 21:19:02 +05:30
Felix Linker
9bc6e36f14
Remove/replace react 16 dependencies
2022-10-29 11:53:36 +02:00
Felix Linker
062815054c
Add package-lock
2022-10-29 11:43:02 +02:00
Felix Linker
7bc40d24d8
Merge pull request #708 from Sid127/develop
...
Quick fix for missing group info in JSON exports
2022-10-21 17:13:11 +02:00
Felix Linker
d9da250f50
Merge pull request #709 from Sid127/uuids-fix
...
Add mats for experimental effects to mat list
2022-10-21 17:11:39 +02:00
Sid Pranjale
801969dc07
Add mats for experimental effects to mat list
2022-10-09 16:34:04 +05:30
Sid Pranjale
6bf820934f
Quick fix for missing group info in JSON exports
2022-10-09 11:45:18 +05:30
Felix Linker
887dbc25f8
Merge remote-tracking branch 'unknowngamer/master' into develop
2022-10-02 11:53:56 +02:00
Felix Linker
50de77d613
Merge remote-tracking branch 'origin/master' into develop
2022-10-02 11:53:48 +02:00
Felix Linker
13561ee21a
Merge pull request #704 from green1052/develop
...
Add Korean translate
2022-10-02 11:44:48 +02:00
green1052
333feaa6bf
Add Korean translate
...
Co-authored-by: jackfrost <jackfrost5446@naver.com >
2022-10-01 15:35:56 +09:00
Rob
1e37fd15eb
Fix link to data wiki
2022-08-26 07:28:17 +01:00
ItsUnknownGamer
f82b0212b5
shield recovery time depending on distributor draw
2022-03-04 17:44:49 +01:00
Felix Linker
32138f5546
Merge pull request #689 from Sid127/develop
...
Minor modifications for Multi-limpet Controllers
2022-01-05 10:53:54 +01:00
Sid
85ddce14a5
Minor modifications for Multi-limpet Controllers
2022-01-05 13:09:34 +05:30