Commit Graph

6279 Commits

Author SHA1 Message Date
Lapis
5ddafdd618 Update bundle_ja.properties (#1681)
* update bundle

* update bundle

* update ja_bundle

Co-authored-by: Anuken <arnukren@gmail.com>
2020-03-27 15:11:17 -04:00
QmelZ
e93e174dcd Fixed small things/changes to bundle_tr.properties (#1692)
title
2020-03-27 13:01:13 -04:00
soytheLB
f714714106 Update bundle_es.properties (#1748)
added translation to schematic.exists
added translation to rules.deconstructrefundmultiplier
added tranlation to rules.solarpowermultiplier
On the last I used solar panel power multiplier since it doesnt sound good in spanish otherwise.
2020-03-27 13:00:18 -04:00
feu-follet
900d221327 Update bundle_fr.properties (#1710)
Adds the chaos array translation, corrects some errors and improves some translations
2020-03-27 13:00:09 -04:00
NickZhYT
04e2aab3cf Update bundle_ru.properties (#1746)
Some description changes
2020-03-27 12:33:22 -04:00
Igor Polyakov
3e30db1173 Update bundle_ru.properties (#1735) 2020-03-27 12:33:12 -04:00
TheSlaylord
ec49875325 Update bundle_ru.properties (#1760) 2020-03-27 10:10:07 -04:00
Anuken
7f0134c78f OpenGL error tweaks 2020-03-27 09:27:30 -04:00
Anuken
69323707cc GLEW tweaks 2020-03-27 09:00:28 -04:00
fuzzbuck
643d054294 Add search bar in playerlist (#1572)
* add "search" bar in playerlist

* remove log.info

* clear keyboard focus & text on toggle

* refactor sField -> field (fixes build??)

* refactor field -> sField (revert) should build now 👍

* remove drawEach boolean, simplify everything (please ignore previous commits)

* escape color codes

* use Strings.stripcolors & check for & without color codes
2020-03-26 19:01:24 -04:00
Petr Gašparík
0b619851de Czech translation - 104.x translation (#1713)
* Czech translation - sync with changes

* Czech translation - sync with updates

* Czech translation - small fix

* Czech - ud to date translation

* Czech - update translations for 104.x

* Czech translation - fixed typo
2020-03-26 18:40:49 -04:00
NickZhYT
281f2f7a64 Update bundle.properties (#1747)
Some description edits
2020-03-26 18:40:34 -04:00
DeltaNedas
b077cd7fb0 let scripts require from the same mod (#1698)
it seems fine to have
`require("mymod/script")`
e.g. if mods require a lot of scripts and want to organise it
2020-03-26 18:30:34 -04:00
unakiritan
935b22bf4a Update bundle_ja.properties (#1695)
Translated into Japanese.
2020-03-26 17:43:18 -04:00
Anuken
0f79017f02 Merge remote-tracking branch 'origin/master' 2020-03-26 12:39:59 -04:00
Anuken
d346442e86 Changed "global" -> "community" servers 2020-03-26 12:39:54 -04:00
GioIacca9
ec30b0fa94 Update bundle_it.properties (#1755) 2020-03-26 11:30:04 -04:00
Yoann Prot
379bef6b52 ✏️ fix typo on tutorial for belgium translation (#829) 2020-03-26 11:23:37 -04:00
whert-dev
1e1fbbc37b Bind plasma sprite's size to reactor's size (#1754)
This will be useful for modded ImpactReactors that have different sizes. (Please correct my code if it is wrong).
2020-03-25 19:55:33 -04:00
Anuken
3a7d3f4973 Merge remote-tracking branch 'origin/master' 2020-03-25 11:06:56 -04:00
Anuken
6cc2719ed7 Updated FBO method names 2020-03-25 11:06:52 -04:00
Dexapnow
d18697a504 Update bundle_pl.properties (#1742)
Based of "missing tags"
2020-03-24 11:18:06 -04:00
Anuken
a1b64900ab 2 2020-03-24 00:33:59 -04:00
Anuken
2b4ce01fac Updated arc 2020-03-24 00:25:36 -04:00
Anuken
52b6e756bc Fixed some issues with scaled ninepatches 2020-03-24 00:22:28 -04:00
Anuken
c4d5314a1a Color script fixes 2020-03-19 20:15:41 -04:00
Anuken
966321baca Merge remote-tracking branch 'origin/master' 2020-03-19 20:02:48 -04:00
Anuken
f2f39573bb Color cleanup 2020-03-19 20:02:43 -04:00
Anuken
71f20f928a Update build.gradle 2020-03-17 20:01:44 -04:00
Ali-C-Ila
0d19068219 Update bundle_zh_TW.properties (#1718)
* Update bundle_zh_TW.properties

* Update bundle_zh_TW.properties
2020-03-17 12:02:56 -04:00
TheJaaju
b0dddb2a7c Update bundle_fi.properties (#1720)
added translations and fixed a typo
2020-03-17 12:02:47 -04:00
Anuken
2250f2f0bc Stack trace 2020-03-16 01:08:45 -04:00
ma44
ec34e27102 map setting refund (#1709) 2020-03-15 14:02:47 -04:00
Anuken
6079980a50 Fixed content loading crash 2020-03-15 09:08:27 -04:00
Anuken
8550995c4e Fixed compilation 2020-03-10 19:51:31 -04:00
Anuken
f63d1874c2 Merge remote-tracking branch 'origin/master' 2020-03-09 09:41:51 -04:00
Anuken
d7f9090c0b Fixed #1672 2020-03-09 09:41:39 -04:00
DeltaNedas
9ef394a99e set current mod to required mod (#1684)
or you will need to prefix mod name in requires of the required mod
instead you now need to prefix current mods name after youve required from another mod
2020-03-07 22:47:12 -05:00
Anuken
7aa71f38c3 Merge remote-tracking branch 'origin/master' 2020-03-07 14:36:50 -05:00
Anuken
8b3d64a29a Better error detection 2020-03-07 14:36:47 -05:00
Anuken
89a5c957fd add mod name to js print() (#1677)
* add mod name to js print()

* add mod name to errors
2020-03-05 15:58:10 -05:00
Anuken
0534a4da45 Update bundle_zh_TW.properties (#1665) 2020-03-04 13:53:54 -05:00
Anuken
31c9b61358 Updated join.info (#1666) 2020-03-04 13:53:47 -05:00
Anuken
ff44b0ca85 Small RU fix (#1670) 2020-03-04 13:53:27 -05:00
Anuken
a36a0cad53 RU updates to Android description (#1663) 2020-03-04 13:53:19 -05:00
Anuken
0dfb3b1c1b Update achievements.vdf (#1668)
* Update achievements.vdf

* Update achievements.vdf

* Update achievements.vdf

Co-authored-by: Anuken <arnukren@gmail.com>
2020-03-04 13:53:12 -05:00
Anuken
c7112a706a Update bundle_uk_UA.properties (#1636)
* Update bundle_uk_UA.properties

* Update uk metadata

* Update uk bundles

* Update achievemnts
2020-03-04 13:52:20 -05:00
Anuken
2684a960fa Create 104.4 (#1671)
* Create 104.4

* Update 104.4
2020-03-04 13:52:02 -05:00
Anuken
a5e07bfd29 Created fastlane/metadata/android/ru-RU/changelogs (#1669)
* Created fastlane/metadata/android/ru-RU/changelogs

104.4.txt

* Update 104.4.txt
2020-03-04 13:51:56 -05:00
Patrick 'Quezler' Mounier
3b2b7be72a Remove nested app.post (#1667) 2020-03-04 11:58:16 -05:00