Phlosioneer
da24c472d7
Fix click and drag
...
Clicking and dragging can trigger up to 4 add/destroy signals, and it's
a common case.
2020-06-16 22:08:46 -04:00
Phlosioneer
2341772425
Optimize belt cache for common case
...
Most of the time, we're adding/removing one building at a time. We don't
need to recheck every belt, only the ones near the changed belt.
2020-06-16 20:23:11 -04:00
Phlosioneer
8a50fdb392
Remove belt cache array; use BeltComponent instead
...
Removed the belt cache array. Follow-up belts are cached in the belt's
BeltComponent instead. This change also removes the recursive follow-up
search, which could cause a stack overflow for an extremely long belt
chain.
Saves one object allocation per belt per change, two very large array
allocations per change, many function calls, and belts are only visited
exactly once per change.
2020-06-16 19:56:09 -04:00
tobspr
b753187cde
Add setting to disable smart tunnels
2020-06-16 19:24:23 +02:00
tobspr
88fba76e3b
Sync translations
2020-06-16 19:17:20 +02:00
tobspr
0896e5e666
Merge pull request #191 from DerFeldspatz/patch-3
...
Update base-de.yaml translation
2020-06-16 19:16:17 +02:00
DerFeldspatz
611559a780
Update base-de.yaml translation
...
Finsh most of the translation and correct some typos/grammar. Check for some inconsistencies in syntax
2020-06-16 19:06:16 +02:00
tobspr
c72c87901d
Merge pull request #190 from mini-bomba/polish-continue-translation
...
Updated the Polish translation for the continue button
2020-06-16 18:50:46 +02:00
tobspr
cca561e2ab
Update translation
2020-06-16 18:44:59 +02:00
mini-bomba
edf87d7795
Added new translation keys for the continue button
2020-06-16 18:32:02 +02:00
tobspr
3693a643b4
Update css
2020-06-16 17:53:27 +02:00
tobspr
1e1224b496
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-06-16 17:50:44 +02:00
tobspr
68ec3561c9
Update changelog
2020-06-16 17:50:42 +02:00
tobspr
3c3c5acc8e
Merge pull request #85 from jaysc/continue
...
Added continue button
2020-06-16 17:48:43 +02:00
tobspr
348221232f
Update atlas
2020-06-16 17:11:25 +02:00
tobspr
4dc265c2b9
Merge pull request #175 from PascalGrosse/master
...
Updated french translation
2020-06-16 17:02:00 +02:00
tobspr
5ddf7bbd58
Merge pull request #148 from Demivan/gulp-4
...
Update gulp to version 4
2020-06-16 16:56:56 +02:00
tobspr
c571c088e6
Merge pull request #140 from dengr1065/patch-1
...
Dark theme for changelog and completed upgrades
2020-06-16 16:54:26 +02:00
tobspr
dbb0b90a2d
Merge pull request #183 from Galo223344/patch-1
...
Improved the spanish translation.
2020-06-16 16:52:59 +02:00
tobspr
2c1569dfa7
Merge pull request #184 from Killgaru/Lang_ru
...
Russian translation updated
2020-06-16 16:52:07 +02:00
tobspr
6d3bd106b0
Merge pull request #185 from Withers001-1/patch-2
...
Translated the create maker message
2020-06-16 16:51:33 +02:00
tobspr
4ed004f902
Merge pull request #186 from mini-bomba/fix-standalone-only-settings-hint
...
Fixed standalone only setting hint not being translated
2020-06-16 16:51:09 +02:00
Pascal Grossé
9bcdc68d78
Merge commit from tobspr master
2020-06-16 15:10:50 +02:00
mini-bomba
b6e03d6cd0
Fixed standalone only setting hint not being translated
2020-06-16 14:51:48 +02:00
Killgaru
4ff3b40d39
Russian translation updated
...
Fixed names of buildings.
2020-06-16 15:21:44 +03:00
Killgaru
daa9545ec8
Merge pull request #8 from tobspr/master
...
Update
2020-06-16 15:15:01 +03:00
tobspr
512a1eb0d3
Update changelog
2020-06-16 14:09:05 +02:00
Withers001-1
9a28ebb42a
Translated the create maker message
2020-06-16 14:05:39 +02:00
Galo223344
4014d8dc61
Improved the spanish translation.
...
Opened all exclamation and question marks (¡!, ¿?)
Fixed some spelling mistakes and typos
Changed from mark/brand (Marca) to Marker (Marcador)
Translated more text
Please let me know if this is broken since i made this in Notepad++ since Github's text editor was acting weird!
(Also, you use a lot of exclamation marks. I had to remove some of them because they became too redundant.)
2020-06-16 08:55:35 -03:00
tobspr
2c55f8e902
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-06-16 13:19:55 +02:00
tobspr
b8c3668d88
Placing underground belts now removes belts and other (unneeded) tunnels inbetween
2020-06-16 13:19:53 +02:00
tobspr
fb5a8477f2
Merge pull request #180 from Makishima/patch-1
...
Update base-ru.yaml
2020-06-16 13:09:11 +02:00
tobspr
be36e6df39
Merge pull request #181 from mini-bomba/update-polish-translation
...
Updated the polish translation
2020-06-16 13:09:04 +02:00
mini-bomba
7295a38826
Updated the polish translation
2020-06-16 13:06:22 +02:00
Nikolay
3b365280c3
Update base-ru.yaml
...
раСделители -> раЗделители
2020-06-16 14:01:58 +03:00
Killgaru
998a56dc0f
Russian translation updated
...
Changes:
- translated last update;
- fixes in some places for more correct displaying in the game.
2020-06-16 13:55:12 +03:00
tobspr
90cb56292b
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-06-16 12:31:18 +02:00
tobspr
010f2e4fde
Update translations
2020-06-16 12:31:16 +02:00
tobspr
0e0b1669cf
Merge pull request #178 from kebhr/patch-i18n-ja
...
Update Japanese translation
2020-06-16 12:26:08 +02:00
Killgaru
2f829a4883
Merge pull request #7 from tobspr/master
...
Update
2020-06-16 13:13:29 +03:00
kebhr
503f4f40a8
Update Japanese translation
2020-06-16 19:11:34 +09:00
tobspr
1507c9a4a9
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-06-16 11:57:20 +02:00
tobspr
1af564e816
Add mirrored painter variant
2020-06-16 11:57:17 +02:00
tobspr
1d82dc0f70
Merge pull request #176 from Milomilli/patch-2
...
Update base-nl.yaml
2020-06-16 11:54:44 +02:00
Milomilli
1de7a4c323
Update base-nl.yaml
...
I changed some words where I see it is been trough translate, I also changed "lopende banden" into "banden" cause it overlaps with other words
I hope you have something with it
2020-06-16 11:28:59 +02:00
tobspr
a638f0cde4
Update german translation
2020-06-16 11:00:49 +02:00
tobspr
fccb30b5a5
Fix dark mode for markers
2020-06-16 10:36:32 +02:00
tobspr
5e77343197
Update translations to latest version
2020-06-16 10:33:17 +02:00
tobspr
5c12c605f5
Reworked waypoints
2020-06-16 10:25:31 +02:00
Pascal Grossé
67641b0b77
Updated french translation
2020-06-16 09:53:34 +02:00