Anuken
3a2fef3bd7
Merge remote-tracking branch 'origin/master'
2020-02-07 20:52:03 -05:00
Anuken
9ccf95971e
Fixed small launch items button
2020-02-07 20:51:59 -05:00
valtsu41
9b36125b0c
Finnish translation & grammar update ( #1473 )
...
* Finnish translation & grammar update
* More grammar correcting and making things more native
* Just a little more fine-tuning
* Fixes
2020-02-07 20:42:14 -05:00
Anuken
0ffcd0b94c
Fixed #1507 / Fixed #1504
2020-02-07 20:21:45 -05:00
Anuken
5a5945cc52
Merge remote-tracking branch 'origin/master'
2020-02-07 20:09:45 -05:00
Anuken
e5fd3dec4c
Fixed #1526
2020-02-07 20:09:37 -05:00
扩散性百万甜面包
7b586ea043
Fix a typo ( #1528 )
...
* Fix a typo
* Update core/src/mindustry/mod/Mods.java
Co-Authored-By: Patrick 'Quezler' Mounier <Quezler@me.com>
Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>
2020-02-07 08:25:26 -05:00
Petr Gašparík
e98808bc46
Czech for server categories!
2020-02-07 12:35:09 +01:00
Petr Gašparík
bc37415a10
Merge branch 'master' of https://github.com/Anuken/Mindustry into v103.3
2020-02-07 12:32:33 +01:00
Prosta4okua
619b2ba897
Update bundle_uk_UA.properties
2020-02-07 12:42:59 +02:00
Anuken
37a9311202
Merge remote-tracking branch 'origin/master'
2020-02-06 20:25:17 -05:00
Anuken
e9f37ea68e
Removed entity processor files
2020-02-06 20:25:10 -05:00
Prosta4okua
59431b223b
Update bundle_uk_UA.properties
2020-02-06 23:38:45 +02:00
MEEP of Faith
da5755b7c1
For consistancy ( #1517 )
...
Swap "liquids" with "liquid." Also proposing because the category for liquid blocks is "liquid" and not "liquids" when modding.
2020-02-06 14:46:33 -05:00
Anuken
70c06b58ef
Conveyor cleanup
2020-02-06 11:38:36 -05:00
Anuken
4a2c6c571f
Merge remote-tracking branch 'origin/master'
2020-02-05 19:02:02 -05:00
Anuken
a5fd881f8d
Full implementation of #1494
2020-02-05 19:01:53 -05:00
martin-mfg
d59b23b835
bundle_de.properties: merge PRs + further improvements ( #1482 )
...
* Update bundle_de.properties
* Update bundle_de.properties
* Update bundle_de.properties
* Update bundle_de.properties
* Update bundle_de.properties
* Update bundle_de.properties
* Update bundle_de.properties
* add minor missing changes from discussion in #799
* fix duplicated text in german translation (configure.locked)
* apply German translation suggestions from PR comment
This commit applies suggestions from the comment at https://github.com/Anuken/Mindustry/pull/783#pullrequestreview-299643677
Co-authored-by: Anuken <arnukren@gmail.com>
Co-authored-by: Silvério Santos <ssantos@web.de>
2020-02-05 18:37:21 -05:00
Patrick 'Quezler' Mounier
e06d8eabec
[formatting] add newline to file(s) ( #1508 )
...
* Trail appropriate files with a new line
* For some ironic reason it ignored itself
Probably because it wasn’t tracked/commited yet.
* Rename newlines to server executable naming pattern
2020-02-05 18:36:56 -05:00
Arkanic
ce7eccf524
i forgot -base
2020-02-05 18:10:57 +00:00
Petr Gašparík
39b35dd9cb
Merge branch 'master' of https://github.com/Anuken/Mindustry into v103.3
2020-02-05 08:34:59 +01:00
Arkanic
ff06a005a0
become exist
2020-02-05 00:53:15 +00:00
Arkanic
fd500f5405
heh make branch
2020-02-05 13:27:36 +13:00
Anuken
67106abb9b
Updated arc
2020-02-03 20:30:18 -05:00
InvalidError404
ea6490cf9f
Improved ItemModule::take() behavior ( #1495 )
...
* Improved ItemModule::take() behavior
The original take() behavior spams items in whatever order they appear in the items list until each index is depleted, which is problematic when non-specific unloaders are competing against dedicated unloaders for a low-index resources.
My modification makes the take() loop persistent so take() will do complete laps around the item list starting from wherever the previous call returned from, never repeating the same item twice in a row unless there is nothing else to return. A significant improvement IMO.
How is this an improvement? With the original behavior, if you converge a bunch of belts on a storage block or launcher, want to unload a few belts of specific resources (ex.: copper, lead, silicon and titanium for surge alloy) and pass everything else including overflows along using non-specific unloaders, you are out of luck when the resources you want are at the top of the list since most of those will get swept away by non-specific unloaders. With the rotating take(), non-specific unloaders are equal-opportunity across all available resources, which gives single-resource unloaders that many more chances to unload more of their resources before non-specific unloaders get to them. It also reduces the rate at which items further down the list that may hardly ever get touched by the existing implementation will race toward the storage block's cap. The even drain across all items will help prevent things like mass driver stalls due to receivers filling up with an excess resource that isn't getting cleared.
It would be even nicer if dedicated unloaders had priority over non-specific ones (non-specific unloaders don't touch resources with dedicated unloaders unless the dedicated unloaders are overflowing), though that would require a rework beyond my current "getting the stupid IDE and tool chains to work" level of familiarity with Java development.
To sum it up: trivial change, big impact for people who like mixing belts and sorting them out with unloaders.
* Update core/src/mindustry/world/modules/ItemModule.java
Co-Authored-By: Patrick 'Quezler' Mounier <Quezler@me.com>
* Update core/src/mindustry/world/modules/ItemModule.java
Co-Authored-By: Patrick 'Quezler' Mounier <Quezler@me.com>
* Formatting
* Anuken's take() rotator.
Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>
2020-02-03 20:27:25 -05:00
DeltaNedas
fea9f51513
!dir.exists() and new line
2020-02-03 18:36:17 +00:00
DeltaNedas
4709b5dddc
remove old mainScript, it is always main.js
2020-02-03 18:35:24 +00:00
GioIacca9
b4be655d0c
Translated stat.playtime ( #1485 )
2020-02-03 12:54:06 -05:00
LauweJoster
19da1e1306
Update bundle_nl.properties ( #1499 )
...
Improved some grammar and sentencing. Also added a few translations.
2020-02-03 12:37:28 -05:00
Patrick 'Quezler' Mounier
9bc24ae47a
Darken yellow square on nucleus core ( #1497 )
...
#1496
2020-02-03 08:51:19 -05:00
Petr Gašparík
aef5fd85b2
Merge branch 'master' of https://github.com/Anuken/Mindustry into v103.3
2020-02-03 10:05:06 +01:00
Anuken
ad84329688
Abstract component method support
2020-02-02 17:21:35 -05:00
Anuken
ae6d33cad1
Bugfixes
2020-02-02 16:44:51 -05:00
Anuken
ad9dd83032
Better entity code generation + minor refactoring
2020-02-02 16:13:25 -05:00
Anuken
382ca09f6e
Merge branches 'master' and 'splinterface' of https://github.com/Anuken/Mindustry
2020-02-02 13:59:41 -05:00
Anuken
c978410cb3
Scale cleanup / Name cleanup
2020-02-02 13:59:24 -05:00
Anuken
5eb3f0f3de
Interface + base component support
2020-02-02 12:25:46 -05:00
Anuken
acb3438cc8
More entity processor features
2020-02-02 11:51:58 -05:00
DeltaNedas
a9f07f3603
formatting
2020-02-02 15:49:10 +00:00
Patrick 'Quezler' Mounier
4c369dd17c
Hide drop zone warning if you're part of the wave team ( #1492 )
2020-02-02 10:41:09 -05:00
DeltaNedas
c458c77322
cleanup
2020-02-02 13:40:53 +00:00
DeltaNedas
b93692ad41
yes
2020-02-02 13:40:38 +00:00
DeltaNedas
d84217300c
fixed error message
2020-02-02 12:58:00 +00:00
DeltaNedas
49ab7ceb77
main.js required now
2020-02-02 12:44:37 +00:00
Anuken
7ddfcbfabd
Utility method copying
2020-02-02 00:39:29 -05:00
Anuken
da2aee7d31
Entity components based on code generation - experiment
2020-02-01 23:54:41 -05:00
DeltaNedas
4c45716149
first part of what cat wants
2020-02-02 02:49:47 +00:00
Anuken
62179233ef
Bugfixes
2020-02-01 17:17:03 -05:00
DeltaNedas
51bc5c3b74
local changes
2020-02-01 18:28:25 +00:00
DeltaNedas
a45a14025d
oops
2020-02-01 18:26:38 +00:00
Anuken
eabebcefc7
Disabled data folder button due to terrible file manager support
2020-01-31 23:09:21 -05:00
DeltaNedas
e1a215ae0b
wrapper works now
2020-02-01 01:18:18 +00:00
Anuken
63d84bead3
Cleanup
2020-01-31 20:10:21 -05:00
DeltaNedas
d872656bc5
it works sorta!
2020-01-31 23:51:33 +00:00
Anuken
51b4824c92
Fixed #1484
2020-01-31 11:07:25 -05:00
Petr Gašparík
b4e9e6be32
Czech: added Time played + small format corr.
2020-01-31 13:16:27 +01:00
Petr Gašparík
737e3145ec
Merge branch 'master' of https://github.com/Anuken/Mindustry into v103.3
2020-01-31 13:13:51 +01:00
Anuken
2721aa550d
Implemented #1444
2020-01-30 22:56:17 -05:00
Anuken
f92b91c17b
Switched to arc bloom
2020-01-30 17:50:35 -05:00
Anuken
221b28c153
Merge remote-tracking branch 'origin/master'
2020-01-30 17:43:48 -05:00
Anuken
7c2541afa2
Fixed bloom black screen on iOS/Android
2020-01-30 17:43:36 -05:00
Petr Gašparík
bfa24cca4c
Merge branch 'v103.3' of https://github.com/PetrGasparik/Mindustry ; branch 'master' of https://github.com/Anuken/Mindustry into v103.3
2020-01-30 16:06:46 +01:00
DeltaNedas
9da505119b
it compiles but cant find module
...
help
2020-01-30 00:53:05 +00:00
DeltaNedas
677debd475
testing script loading stuff
...
is not allowed in console, only from `LoadedMod`s.
2020-01-30 00:38:51 +00:00
DeltaNedas
864c73f791
make it semi work maybe
...
still completely insecure
2020-01-30 00:21:50 +00:00
DeltaNedas
9ed7719464
compile dammit
2020-01-30 00:04:42 +00:00
DeltaNedas
187e1f5848
create new branch
2020-01-29 23:52:58 +00:00
Vam-Jam
36782a2454
[Fix] lastMessage doesnt change if prevented by antispam ( #1471 )
...
Fixes issue #1470
2020-01-29 11:32:41 -05:00
Prosta4okua
6a48a1e0a3
Update bundle_uk_UA.properties
2020-01-29 01:12:12 +02:00
Prosta4okua
d0faecbea5
Update bundle_uk_UA.properties
2020-01-29 01:07:24 +02:00
Anuken
867a642859
Fixed #1460
2020-01-28 13:44:06 -05:00
Anuken
89e1c5afc0
Conveyor tweaks
2020-01-28 00:21:05 -05:00
Anuken
a2933e030a
More severe votekick
2020-01-27 15:43:17 -05:00
Anuken
5ad0193a86
Fixed reduced conveyor edge throughput
2020-01-27 13:15:12 -05:00
Anuken
65211a6021
Fixed #1447
2020-01-27 11:01:48 -05:00
Anuken
b7e1adb8b1
Fixed 103 network compatibility
2020-01-27 10:19:18 -05:00
Petr Gašparík
69069e2ef3
Czech translation - mod display
2020-01-27 11:32:31 +01:00
Anuken
b9e8694e68
Added synced server label + effect methods
2020-01-27 00:25:32 -05:00
Anuken
cd1ed97e52
Merge branch 'master' of https://github.com/Anuken/Mindustry
2020-01-27 00:11:24 -05:00
Anuken
a61234d21e
Minor tweaks
2020-01-26 21:50:55 -05:00
키에르
9499b9dfaf
Add custom text on screen ( #1448 )
2020-01-26 17:56:11 -05:00
Anuken
9baaacc8ac
Crash fix
2020-01-26 16:55:24 -05:00
Anuken
621233a5b3
More optimization
2020-01-26 16:12:11 -05:00
Anuken
9a3245c23e
Clamp
2020-01-26 15:13:55 -05:00
Anuken
6fe2697185
2x faster conveyor optimization
2020-01-26 15:04:00 -05:00
Anuken
adbfb15932
Cleanup
2020-01-26 13:13:01 -05:00
Anuken
93cada6a16
Conveyor benchmark test
2020-01-26 11:40:09 -05:00
Anuken
0d5dd146ef
Fixed #1451
2020-01-26 10:58:14 -05:00
Nickibosss
1207fb1440
Update bundle_it.properties ( #1431 )
2020-01-25 17:51:43 -05:00
Petr Gašparík
8584fae07a
Czech translation - update ( #1432 )
2020-01-25 17:51:32 -05:00
Ali-C-Ila
0a661766be
Update bundle_zh_TW.properties ( #1438 )
2020-01-25 17:51:24 -05:00
Prosta4okua
fb6cb4829f
Update bundle_uk_UA.properties ( #1434 )
...
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
2020-01-25 17:51:17 -05:00
Anuken
e14a36a97e
Fixed #1445
2020-01-25 17:50:59 -05:00
Anuken
ca69aafd11
Fixed #1440
2020-01-25 10:44:46 -05:00
Anuken
923d576a5f
Fixed #1436 / Fixed crawlers not exploding
2020-01-24 23:21:23 -05:00
Anuken
69711151a5
Bugfixes
2020-01-24 18:48:26 -05:00
Anuken
aefc4ed83c
Better annotation processing
2020-01-24 18:31:54 -05:00
Anuken
83f44abb5a
Suppress d/c messages when necessary
2020-01-24 14:27:23 -05:00
Anuken
f2bc3e78d7
Fixed #1429
2020-01-24 14:00:06 -05:00
Anuken
2fe6a3525b
Added null check for attribute
2020-01-24 13:37:23 -05:00
Anuken
78fb427120
Minor fixes
2020-01-24 13:02:03 -05:00
Anuken
b9876e267b
Headless load fix
2020-01-24 12:31:34 -05:00
Anuken
4c1459c47e
Fixed page limits in /help
2020-01-24 11:50:51 -05:00
Vanguard
5b9b684ccd
PRE 103 RU_updates ( #1425 )
...
* 1 changed line, 1 removed line
Changed:
keybind.zoom.name
Removed:
keybind.zoom_hold.name
Moved some lines around to keep them in the same order with bundle.properties
* 1 changed line
tutorial.intro
* 3 new lines, 3 changed lines
New:
mod.erroredcontent
mod.errors
mod.noerrorplay
Changed:
mod.requiresversion
mod.remove.confirm
details
* 2 changed lines
mods.guide
mod.import.github
* 1 new line
link.feathub.description
* 1 changed line
item.graphite.description
* 1 changed line
block.mass-driver.description
* 9 new lines, 1 changed line
New:
be.update
be.update.confirm
be.updating
be.ignore
be.noupdates
be.check
server.kicked.serverRestarting
setting.coreselect.name
rules.blockhealthmultiplier
Changed:
wave.enemy
* 3 changed lines
quit.confirm.tutorial
setting.coreselect.name
public.confirm
* 22 changed lines
mod.missing
item.plastanium.name
block.plastanium-wall.name
block.plastanium-wall-large.name
block.plastanium-compressor.name
item.scrap.description
item.spore-pod.description
item.blast-compound.description
liquid.oil.description
unit.revenant.description
block.multi-press.description
block.plastanium-compressor.description
block.spore-press.description
block.power-source.description
block.force-projector.description
block.conveyor.description
block.mass-driver.description
block.liquid-junction.description
block.phase-conduit.description
block.thorium-reactor.description
block.blast-drill.description
block.cyclone.description
* 3 new lines, 2 removed lines
New:
setting.bridgeopacity.name
block.liquid-void.name
block.liquid-void.description
Removed:
block.signal
block.editsignal
* 1 new line
data.openfolder
* 1 changed line
block.cryofluidmixer.description
* 2 new lines
block.underflow-gate.name
block.underflow-gate.description
* 2 changed lines
unit.thousands
unit.millions
* 3 new lines
blocks.tiles
blocks.affinities
setting.playerlimit.name
* 1 changed line
block.underflow-gate.name
* 1 changed line
unit.thousands
* 1 changed line
blocks.affinities
* 1 changed line (reverted)
unit.thousands
Co-authored-by: Anuken <arnukren@gmail.com>
2020-01-24 11:31:14 -05:00
Anuken
8141361a30
Fix script whitelist
2020-01-24 11:27:47 -05:00
Anuken
99e51411d5
Implemented #1048
2020-01-24 11:24:35 -05:00
Anuken
4ca1a506b6
Merge remote-tracking branch 'origin/master'
2020-01-24 11:17:22 -05:00
Anuken
125d6ef8cd
Cleanup
2020-01-24 11:17:18 -05:00
Petr Gašparík
76d425a920
Czech translation for Android and Steam + continuous updates ( #1383 )
...
* Improving Czech translation, up to line 374 now
* Czech translation, revisited up to line 468
* Translation revision up to line 510.
* Czech translation - small fixes here and there.
* Czech translation - small fixes here and there.
* Czech lang. - Fixed some typos found by @dusekdan
* Czech - revision up to line 564
* Czech tr. - small fixes to fit into GUI
* Czech tr. - small fixes after checking GUI
* Czech tr. - revision up to line 670 done
* Czech tr. - revisited up to line 748.
* Czech tr. - now it has the same length as English
* Czech translation - polished up to line 1062
Only tutorial left...
* Czech translation - small fixes
* Czech tr. - revisited up to line 1070
* Czech translation - revision done up line 1084.
New: tutorial translated, new key incorporated.
* Czech translation done up to line 1100.
* Czech translation up to line 1105
* Czech translation - small corrections, consistency
* Czech translation up to line 1124
* Czech translation - done up to line 1159
* Czech translation up to line 1071
* Czech translation, up to line 1177
* Czech translation, done up to line 1203
* Czech translation REVISION DONE!
* Czech files for Steam!
* Czech - full translation for Android
* Czech translation - fixing typos found by @dusekdan
thank you!
* Czech traslation, back to "Workshop" from "Dílna"
...as it is the same name on Steam
* Czech translation - underflow gate
2020-01-24 11:12:41 -05:00
Prosta4okua
9ef23ace95
[WIP]Update bundle_uk_UA.properties ( #1363 )
...
* Update bundle_uk_UA.properties
* Update bundle_uk_UA.properties
2020-01-24 11:12:33 -05:00
Anuken
d58098ca94
Added server info toast method
2020-01-24 11:03:15 -05:00
Anuken
1a6436355c
Merge remote-tracking branch 'origin/master'
2020-01-24 10:26:16 -05:00
Anuken
63c277f78e
Implemented mod name display in content desc
2020-01-24 10:26:10 -05:00
xzarfs
dda12af593
Update finnish language properties ( #1396 )
...
Major imporvements to the finish language.
Changed finnish word 'aalto' to 'taso' (both mean wave but 'aalto' is the one in a ocean)
2020-01-24 10:09:48 -05:00
GioIacca9
3dda4badac
Update bundle_it.properties ( #1428 )
2020-01-24 10:04:37 -05:00
Anuken
a4e820f907
Added default ore flags for modded ores
2020-01-23 20:20:04 -05:00
Anuken
bc56b8127f
Merge remote-tracking branch 'origin/master'
2020-01-23 19:17:16 -05:00
Anuken
b16ad97d93
Updated font
2020-01-23 19:17:11 -05:00
martin-mfg
6ffb470916
Update bundle_de.properties ( #1423 )
...
Again some changes and translations
Co-authored-by: Amon-Senpai <56207045+Amon-Senpai@users.noreply.github.com>
2020-01-23 18:57:24 -05:00
Anuken
92df6e6e06
Merge remote-tracking branch 'origin/master'
2020-01-23 18:33:38 -05:00
Anuken
f4940fffab
Minor tweaks
2020-01-23 18:33:32 -05:00
Vanguard
847a1a738e
RU updates ( #1354 )
...
* 1 changed line, 1 removed line
Changed:
keybind.zoom.name
Removed:
keybind.zoom_hold.name
Moved some lines around to keep them in the same order with bundle.properties
* 1 changed line
tutorial.intro
* 3 new lines, 3 changed lines
New:
mod.erroredcontent
mod.errors
mod.noerrorplay
Changed:
mod.requiresversion
mod.remove.confirm
details
* 2 changed lines
mods.guide
mod.import.github
* 1 new line
link.feathub.description
* 1 changed line
item.graphite.description
* 1 changed line
block.mass-driver.description
* 9 new lines, 1 changed line
New:
be.update
be.update.confirm
be.updating
be.ignore
be.noupdates
be.check
server.kicked.serverRestarting
setting.coreselect.name
rules.blockhealthmultiplier
Changed:
wave.enemy
* 3 changed lines
quit.confirm.tutorial
setting.coreselect.name
public.confirm
* 22 changed lines
mod.missing
item.plastanium.name
block.plastanium-wall.name
block.plastanium-wall-large.name
block.plastanium-compressor.name
item.scrap.description
item.spore-pod.description
item.blast-compound.description
liquid.oil.description
unit.revenant.description
block.multi-press.description
block.plastanium-compressor.description
block.spore-press.description
block.power-source.description
block.force-projector.description
block.conveyor.description
block.mass-driver.description
block.liquid-junction.description
block.phase-conduit.description
block.thorium-reactor.description
block.blast-drill.description
block.cyclone.description
* 3 new lines, 2 removed lines
New:
setting.bridgeopacity.name
block.liquid-void.name
block.liquid-void.description
Removed:
block.signal
block.editsignal
* 1 new line
data.openfolder
* 1 changed line
block.cryofluidmixer.description
* 2 new lines
block.underflow-gate.name
block.underflow-gate.description
* 2 changed lines
unit.thousands
unit.millions
Co-authored-by: Anuken <arnukren@gmail.com>
2020-01-23 18:10:53 -05:00
LingLan
32b3bb2d89
Update zh_CN translate ( #1412 )
...
* update zh_CN translate
* Update bundle_zh_CN.properties
typo fixed.
* update zh_CN translate
* update translate for underflow-gate
* translate setting.bridgeopacity.name
2020-01-23 18:09:40 -05:00
Ali-C-Ila
9aa04a1584
Update bundle_zh_TW.properties ( #1346 )
...
* Update bundle_zh_TW.properties
* Update bundle_zh_TW.properties
* Update bundle_zh_TW.properties
* Update bundle_zh_TW.properties
* Update bundle_zh_TW.properties
2020-01-23 18:09:33 -05:00
Artur Quaresma
4fca93ff4d
Update bundle_pt_PT.properties ( #1351 )
...
A new update
2020-01-23 18:09:25 -05:00
AmateurPotion
2455738f47
Update bundle_ko.properties ( #1379 )
2020-01-23 18:08:47 -05:00
Avevad
c96931a1b9
Update bundle_ru.properties ( #1410 )
2020-01-23 18:07:37 -05:00
GioIacca9
9efff27b77
Updated underflow gate ( #1416 )
...
Translated:
`block.underflow-gate.name` and `block.underflow-gate.description`.
`data.openfolder`
and other minor strings
2020-01-23 18:07:16 -05:00
Anuken
d031efe1f2
Added Steam player limit + reduced votekick cooldown
2020-01-23 17:49:53 -05:00
Anuken
235142c869
Implemented #1093
2020-01-23 15:50:03 -05:00
Anuken
288da868bf
Merged #1406 manually
2020-01-23 14:53:27 -05:00
Anuken
1716076cdf
Minor UI tweaks
2020-01-23 14:40:07 -05:00
Anuken
78b2fe64a3
Fixed annotation source version warnings
2020-01-22 15:59:02 -05:00
Anuken
5e977312a7
Annotation processor cleanup
2020-01-22 12:24:00 -05:00
Anuken
85e0103ff8
UI fixes
2020-01-22 11:13:27 -05:00
Anuken
9e95ebfa11
Fixed action filter issues
2020-01-21 10:03:47 -05:00
Anuken
d74f6e4cb8
Fixed JS method conflict
2020-01-21 08:32:56 -05:00
Anuken
1a1208d092
Cleanup
2020-01-21 08:13:42 -05:00
Anuken
501ca5dd4e
New tech tree layout
2020-01-20 22:39:46 -05:00
Anuken
2642c3c8b8
Layout improvements
2020-01-20 20:21:04 -05:00
Anuken
200e85d970
Added underflow gate to tech tree
2020-01-20 18:55:26 -05:00
Anuken
26676d60e1
Added underflow gates
2020-01-20 18:54:25 -05:00
Anuken
a4ac318c9e
Changed deconstruct event to fire before tile removal
2020-01-20 15:00:38 -05:00
Anuken
d2bc2baefe
Fixed #1401
2020-01-20 14:32:07 -05:00
Anuken
8aec6d24db
Fixed #776
2020-01-20 14:28:18 -05:00
Anuken
b5258cd809
Fixed #1402 / Fixed #1404
2020-01-20 14:13:20 -05:00
Anuken
85cf7e9d5c
Added previously-missing icons
2020-01-19 18:45:25 -05:00
Anuken
a797618f6c
Fixed #1397
2020-01-19 14:56:12 -05:00
Anuken
b1df52e0c8
Added self-destruct bullet property
2020-01-19 10:43:38 -05:00
Anuken
87b4c37d82
Cleanup of scripts
2020-01-19 09:49:55 -05:00