1
0
Commit Graph

46 Commits

Author SHA1 Message Date
Wyrrrd
bf22a80ca9 Workaround for blueprint update bug
thanks to Honktown for the help
2021-09-06 10:35:15 +02:00
Wyrrrd
14eec22025 Restore version number scheme v1.1.2 2021-08-21 17:49:51 +02:00
snouz
6290cf9647 Update README.md 2021-08-16 14:40:51 +02:00
snouz
2aa09fba3d Added virtual signals + adjustments
-Made virtual signals available (excluding the "unsorted" tab)
-Softer map pin sound (found the original sonar sound without the granularity and pitched it +1)
-Slighly adjusted French translation
2021-08-16 14:37:55 +02:00
Wyrrrd
ed398933ac French translation release prep v1.1.1 2021-08-08 15:08:24 +02:00
Wyrrrd
acbee5c1e7 Update CREDITS.txt 2021-08-08 09:43:57 +00:00
Friendch
f33d7a6f1b Patch fr (#15)
* FR translation added
2021-08-08 09:42:13 +00:00
Wyrrrd
8e126bee36 Update .gitignore
removed debug configs
2021-04-28 11:06:50 +02:00
Wyrrrd
59d19f1dd1 Update CREDITS.txt 2021-04-18 16:38:14 +02:00
Wyrrrd
68503cbf0e Merge pull request #14 from Deadlock989/master
Make plate entities non-rotatable
2021-01-07 18:01:12 +00:00
Deadlock989
1a7717e03a Make plate entities non-rotatable
In 1.1, SimpleEntityWithForce was changed to have four directions. The plate entity doesn't have different directions but the R key still makes the sound and changes the orientation. Adding this flag turns that behaviour off. Since it's square it doesn't matter that it doesn't rotate in blueprints etc.
2021-01-07 15:28:42 +00:00
Wyrrrd
e619083b57 Version bump for base game 1.1 v1.1.0 2020-12-02 18:41:31 +01:00
Wyrrrd
1d4fbf6365 Bump to fix version mess v0.18.5 2020-11-23 11:50:36 +01:00
Wyrrrd
5d5b2f730b Bump to fix version mess 2020-11-23 11:49:48 +01:00
Wyrrrd
0503448c97 Merge branch 'master' of https://github.com/Wyrrrd/IndustrialDisplayPlates v0.18.3 2020-11-22 20:30:55 +01:00
Wyrrrd
92c591e731 Rebuild releases into one version 0.18.3 2020-11-22 20:30:42 +01:00
Wyrrrd
a544aa53c3 Merge pull request #10 from Deadlock989/master
Fix styles
2020-11-22 19:27:09 +00:00
Deadlock989
301de33990 Fix styles
Still a bit broken from 0.18.27 or whenever they changed everything that we were faking before
2020-11-22 14:51:50 +00:00
Deadlock989
f8815dd4ec Merge pull request #1 from Wyrrrd/master
Update
2020-11-22 14:50:30 +00:00
Wyrrrd
4587cff6ab Merge pull request #9 from Deadlock989/patch-1
Update globals.lua
2020-11-22 13:47:15 +00:00
Deadlock989
60dd9847a3 Update globals.lua
Oops. Typo. Sorry
2020-11-22 12:57:59 +00:00
Wyrrrd
48244eaefd Upped version 2020-11-22 13:03:13 +01:00
Wyrrrd
cfdbe21542 Merge pull request #8 from Deadlock989/master
Update map marker icon
2020-11-22 11:56:00 +00:00
Wyrrrd
36c04830c9 Merge pull request #7 from Deadlock989/patch-5
Update data.lua
2020-11-22 11:52:23 +00:00
Wyrrrd
b94b3782c6 Merge pull request #6 from Deadlock989/patch-4
Update data.lua
2020-11-22 11:51:51 +00:00
Wyrrrd
5211c8f3dd Merge pull request #5 from Deadlock989/patch-3
Update info.json
2020-11-22 11:51:36 +00:00
Wyrrrd
480f7efde2 Merge pull request #4 from Deadlock989/patch-2
Update steel-display.lua
2020-11-22 11:51:20 +00:00
Wyrrrd
78fec4fcff Merge pull request #3 from Deadlock989/patch-1
Update globals.lua
2020-11-22 11:50:54 +00:00
Deadlock989
7612c840c0 Add files via upload 2020-11-22 09:33:53 +00:00
Deadlock989
66587c503d Update data.lua
No need for such a small mipmap
2020-11-22 09:32:04 +00:00
Deadlock989
3c2e3eb6d6 Update data.lua
Fix recipe enabling if IR is loaded
2020-11-22 09:19:42 +00:00
Deadlock989
59aa449911 Update info.json
Hidden dependency on IR to ensure it loads first (IR now does tech stuff in data-updates and IDP needs techs set up before its own data-updates)
2020-11-22 09:17:22 +00:00
Deadlock989
423cf5aff2 Update steel-display.lua
ickputzdirwech's fix only handled specific cases and ignored the values for technologies and recipes defined in globals.lua
also didn't handle the situation where any IR unlocks are specified
2020-11-22 09:10:07 +00:00
Deadlock989
f026c767d8 Update globals.lua
IR tech names are different in IR2.
2020-11-22 08:33:25 +00:00
Wyrrrd
90499e48ec Update changelog.txt
Fix date
v0.18.2
2020-08-02 13:57:06 +02:00
Wyrrrd
0416d23f78 Quick fix for 0.18.37+
- Property show_in_library was removed
- Dectorio crafting tab compat
2020-08-02 13:56:09 +02:00
Wyrrrd
b0ec644f5a Added plates to dectorio recipe group 2020-05-28 16:11:03 +02:00
Wyrrrd
88a01b4bee Fixed dependency (oops) v0.18.1 2020-05-26 21:10:31 +02:00
Wyrrrd
3cf302c51f Merge branch 'master' of https://github.com/Wyrrrd/IndustrialDisplayPlates 2020-05-26 20:43:08 +02:00
Wyrrrd
ae2c66d174 GUI fixes
for 0.18.27
2020-05-26 20:43:03 +02:00
Wyrrrd
f9560c6cda Merge pull request #2 from ickputzdirwech/master
Fix for migration issue with steel displays.
2020-05-17 16:28:55 +00:00
ickputzdirwech
8b6638dcd4 Fix for migration issue with steel displays.
Added fast replaceable group. (Resets the label)
2020-05-16 18:10:45 +02:00
Wyrrrd
615d8209d6 Fixed mod name 2020-04-08 11:17:17 +02:00
Wyrrrd
2e0cae23e4 Mod takeover v0.18.0 2020-04-08 10:54:18 +02:00
Wyrrrd
cd8778eb3b Initial commit 2020-04-08 10:14:31 +02:00
Wyrrrd
8ad66faf37 Initial commit 2020-04-08 10:13:30 +02:00