Anuken
c0ac84fbc6
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
...
Conflicts:
core/src/mindustry/core/NetServer.java
2022-03-28 15:18:13 -04:00
BalaM314
8ec2e40610
Add "Exiting to reload mods." logger message ( #6662 )
...
To allow for the game to be automatically restarted
2022-03-24 10:42:44 -04:00
Anuke
d92c9cfcf8
Helix shoot pattern / Min mod game version
2022-03-05 19:05:42 -05:00
Anuken
e8c277d7b8
Disperse turret mostly done
2022-02-11 20:08:59 -05:00
Anuken
67986ee72c
Requirement balancing
2021-12-24 12:52:32 -05:00
Pietro
5e0f404602
row mod content dialog in mobile ( #6051 )
...
* Row mod content dialog in mobile
It's as simple as `Math.floor()`
* type casting
(int)
2021-09-26 11:40:15 -04:00
ZestyLemonade
3985620289
space-begone ( #5935 )
...
Co-authored-by: sample-text-here <kjdshkasjhdfkj@jashdkaj.ksdh >
2021-09-04 17:43:03 -04:00
Anuken
8b4112f705
Check for repo & display name in mod browser search
2021-08-20 13:35:41 -04:00
Anuken
7b4d488b11
UI cleanup
2021-08-16 20:06:50 -04:00
Anuken
1d257c1a35
Mod import progress bar
2021-07-31 10:58:09 -04:00
Anuken
e0d249898e
Fixed mod dialog width... again.
2021-07-12 16:18:29 -04:00
Anuken
2ae7863cae
arc.util.Http migration
2021-07-07 19:00:32 -04:00
Anuken
017552f573
Fixed crash caused by invalid NinePatch sprites
2021-07-06 15:23:37 -04:00
Anuken
d468a4f328
Removed unnecessary TODOs
2021-06-22 16:07:19 -04:00
Anuken
2d9204d638
I guess everything is unsafe now
2021-06-13 19:27:28 -04:00
Anuken
c318d4fa70
Cleanup
2021-06-06 09:55:33 -04:00
Anuken
89fdda0ef6
Various minor bugfixes
2021-06-04 10:57:15 -04:00
Anuken
527856e1b0
Mod dialog layout fixes
2021-06-04 09:48:31 -04:00
Anuken
28b235ef07
Partial 7.0 merge - API preview
2021-06-02 11:08:08 -04:00
Anuken
9384d661c1
Removed unnecessary dispose()
2021-03-18 16:14:53 -04:00
buthed010203
6151ebf716
Fix button background ( #4892 )
...
This button had a black background which stuck out from everything else on the page, this fixes that.
2021-03-07 16:35:04 -05:00
Patrick 'Quezler' Mounier
b75a8d5260
Fix typo to preserve sanity ( #4857 )
...
* compatable > compatible
* compatable > compatible
2021-03-05 11:27:51 -05:00
MEEP of Faith
d34dd0c603
Add message for mods that have hidden = true ( #4717 )
...
* Multiplayer compatability message
* Make more sense?
2021-03-05 11:17:55 -05:00
Anuken
158e23bd5e
Steam icon changes
2021-02-19 19:43:37 -05:00
Anuken
fa7697fc40
Better JSON null validation / Disable mods on startup crash
2021-02-19 13:28:31 -05:00
Anuken
949f5eccd7
Damage distance check fix
2021-02-10 09:46:30 -05:00
Anuken
0d0aef3dea
Logic layout bugfixes
2021-02-09 12:10:15 -05:00
Anuken
3d8479355c
Fixed random key
2021-02-08 10:45:08 -05:00
Anuken
d5ede6b1bb
Un-blacklisted arc.net
2021-02-08 10:37:06 -05:00
Anuken
6b19178a13
Fixed #4620
2021-02-08 09:52:41 -05:00
Anuken
c181204700
Fixed mod descriptions going off-screen
2021-02-07 10:44:45 -05:00
Anuken
fdafa0933f
Mod browser layout tweaks
2021-02-07 10:04:46 -05:00
Anuken
8a248dc787
Mod browser layout fixes
2021-02-07 09:50:33 -05:00
Anuken
25d013b768
Mod browser icon support
2021-02-06 12:05:59 -05:00
Anuken
d1eb7743ad
Better mod browser horizontal layout
2021-02-05 12:12:08 -05:00
Anuken
fc3352bcb1
Java mod import support / Moved mod browser button
2021-02-05 11:21:27 -05:00
Anuken
9b3360d932
Mod content lists
2021-02-04 21:02:57 -05:00
Anuken
3784bfac77
Allow mod re-import / Save mod repo on import
2021-02-04 19:30:52 -05:00
Anuken
3aee9bddd4
Cleanup
2021-01-21 08:54:14 -05:00
Sunny Kim
65f97edbc5
Add search option for mod browser ( #4391 )
...
* add search option
* mods.browser.sortdate
* mods.browser
* Update bundle_ko.properties
* oopsie
* clearPartiali
* half of my brain cells failed to boot
2021-01-21 08:51:43 -05:00
Anuken
d393230add
.
2021-01-21 08:50:25 -05:00
Anuken
75d2b0fb69
Fixed #4393 / Fixed #4398
2021-01-21 08:48:36 -05:00
Anuken
f188563052
Sort mod browser entries by date
2021-01-10 16:59:02 -05:00
Antsiferov Andrew
4b71b4f80a
Make mod browser case insensitive ( #4258 )
2021-01-04 10:33:43 -05:00
Anuken
c02d603a7a
Search bar cleanup
2020-12-26 11:39:58 -05:00
DeltaNedas
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
Anuken
a21cc32be9
Marked mod browser as WIP
2020-12-23 12:33:56 -05:00
Anuken
79423e4c60
Mod browser initial implementation
2020-12-23 12:21:25 -05:00
Anuken
8ac027af70
More browser cleanup
2020-12-23 12:03:43 -05:00
Anuken
91692f362f
Mod browser cleanup
2020-12-17 21:17:55 -05:00