8e4b35eb07
SearchBar class - add search bars to mods ( #3267 )
...
* Create SearchBar and make ModsDialog use it
* add search bar to servers
* Update core/src/mindustry/ui/SearchBar.java
Co-authored-by: Antsiferov Andrew <summet.dev@gmail.com >
* a
* fix mods menu not rowing
* remove search bar for remote servers
* h
* hide searchbar on landscape mobile
* anukes feedback
* Update core/src/mindustry/ui/SearchBar.java
Co-authored-by: Anuken <arnukren@gmail.com >
* java dumb
Co-authored-by: Antsiferov Andrew <summet.dev@gmail.com >
Co-authored-by: Anuken <arnukren@gmail.com >
2020-12-26 11:22:11 -05:00
DeltaNedas and GitHub
8bc349b68c
add @commanded for units ( #3870 )
2020-12-16 19:42:48 -05:00
DeltaNedas and GitHub
74a7dc5eb9
allow mods to set zoom limits ( #4006 )
...
* allow mods to set zoom limits
* rounding
* dont round min
* zoom 1.5 -> 1
2020-12-16 16:41:08 -05:00
DeltaNedas and GitHub
ffa7256e5a
add ContentInitEvent ( #3951 )
...
* add ContentInit(ialized)Event
* a
* a
2020-12-13 23:43:27 -05:00
DeltaNedas and GitHub
e9bcf9e8b8
Merge branch 'master' into files
2020-11-13 07:10:39 +00:00
DeltaNedas and GitHub
1e12faaf65
h
...
h is for headless, which i am
2020-10-26 13:37:53 +00:00
DeltaNedas and GitHub
6c7428a1fb
minor serverside optimisation
2020-10-26 13:32:50 +00:00
DeltaNedas and GitHub
3b2669fa21
pattern variables?
2020-10-24 17:23:54 +00:00
DeltaNedas and GitHub
801ff1701e
silly
2020-10-24 17:19:50 +00:00
DeltaNedas and GitHub
364a2b43c2
add Content fallback
2020-10-24 17:04:58 +00:00
DeltaNedas and GitHub
279d898d68
add more info to print object
2020-10-24 16:37:55 +00:00
DeltaNedas and GitHub
091593c84d
Merge branch 'master' into planetdraw
2020-10-17 16:59:28 +00:00
DeltaNedas and GitHub
472d408bbc
crash send error code
2020-09-22 06:16:40 +00:00
DeltaNedas and GitHub
c7cfb290eb
version for mods
2020-09-22 06:15:43 +00:00
8b354e7334
Update core/src/mindustry/net/CrashSender.java
...
Co-authored-by: Anuken <arnukren@gmail.com >
2020-09-22 06:13:51 +00:00
DeltaNedas and GitHub
435ef23eed
Update CrashSender.java
2020-09-19 09:50:02 +00:00
DeltaNedas and GitHub
29b31daba7
ignore indentation in imported assembly ( #2511 )
...
* ignore indentation in imported assembly
* oop
* Update LAssembler.java
2020-09-07 11:13:28 -04:00
DeltaNedas and GitHub
1f543f6c18
fix #2460 ( #2461 )
2020-08-29 11:18:40 -05:00
DeltaNedas and GitHub
361eb6a7e2
use 6.0 branch for github import
2020-08-19 06:00:50 +00:00
DeltaNedas and GitHub
6c6640f6c6
semicolon
2020-07-28 11:57:02 +00:00
DeltaNedas and GitHub
e025f94200
make FPS/Ping and position untouchable ( #2159 )
2020-06-12 21:32:19 -04:00
DeltaNedas and GitHub
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
DeltaNedas and GitHub
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
DeltaNedas and GitHub
0c01554a6b
add floatf/p and func to global.js ( #1633 )
2020-02-24 15:06:33 -05:00
DeltaNedas and GitHub
fe22d334dc
Separate ambient light and solar panel efficiency ( #1593 )
...
* new branch
* Separate ambient light and solar panel efficiency
* Made ambient light -> solar efficiency default
2020-02-21 11:38:56 -05:00
DeltaNedas and GitHub
948d184c40
:)
2020-02-12 19:28:54 +00:00
DeltaNedas and GitHub
fea9f51513
!dir.exists() and new line
2020-02-03 18:36:17 +00:00
DeltaNedas and GitHub
4709b5dddc
remove old mainScript, it is always main.js
2020-02-03 18:35:24 +00:00
DeltaNedas and GitHub
a9f07f3603
formatting
2020-02-02 15:49:10 +00:00
DeltaNedas and GitHub
51bc5c3b74
local changes
2020-02-01 18:28:25 +00:00
DeltaNedas and GitHub
a45a14025d
oops
2020-02-01 18:26:38 +00:00
DeltaNedas and GitHub
e1a215ae0b
wrapper works now
2020-02-01 01:18:18 +00:00
DeltaNedas and GitHub
d872656bc5
it works sorta!
2020-01-31 23:51:33 +00:00
DeltaNedas and GitHub
9da505119b
it compiles but cant find module
...
help
2020-01-30 00:53:05 +00:00
DeltaNedas and GitHub
677debd475
testing script loading stuff
...
is not allowed in console, only from `LoadedMod`s.
2020-01-30 00:38:51 +00:00
DeltaNedas and GitHub
864c73f791
make it semi work maybe
...
still completely insecure
2020-01-30 00:21:50 +00:00
DeltaNedas and GitHub
9ed7719464
compile dammit
2020-01-30 00:04:42 +00:00
DeltaNedas and GitHub
187e1f5848
create new branch
2020-01-29 23:52:58 +00:00
DeltaNedas and Anuken
b0d65dcedb
let mechs override drawStats and do custom power cell stuff ( #1309 )
...
* let mechs override drawStats and do custom power cell stuff
* Update Player.java
* Update Mech.java
* Update Player.java
2020-01-07 09:30:18 -05:00
DeltaNedas and Anuken
1dd0295c45
make turnCursor: false mechs not cross eyed ( #1301 )
...
* create new branch
* add targetDistance to weapons for mechs
players will use if turnCursor is false
2020-01-04 12:15:43 -05:00
DeltaNedas and Anuken
38804462a9
add reset keybind to english locale ( #1116 )
...
* updated english locale for "reset key".
* Update bundle.properties
* Update bundle.properties
2019-11-22 16:17:11 -05:00