Anuken
f10fa60428
Merge remote-tracking branch 'origin/master'
2024-03-08 21:04:41 -05:00
Anuken
d7dc180a3f
Fixed #9628
2024-03-08 21:04:35 -05:00
Github Actions
6a7a417107
Automatic bundle update
2024-03-07 15:09:27 +00:00
afb16bc80d
Update bundle_cs.properties ( #8975 )
...
Co-authored-by: Anuken <arnukren@gmail.com >
2024-03-07 10:08:30 -05:00
Anuken
9e503efd2f
Fixed sync issues with large objective trees
2024-03-03 17:09:23 -05:00
Anuken
ed26bf18a7
Merge remote-tracking branch 'origin/master'
2024-03-03 14:19:34 -05:00
Anuken
ac15b94978
Significant sprite packing memory leak fixes
...
additional thanks to GlFolker for reporting issues with undisposed content icon pixmaps
2024-03-03 14:19:27 -05:00
Cubical box and GitHub
f18a61d579
add shield to settable list ( #9612 )
2024-03-03 00:29:03 -05:00
Github Actions
76cb36fdea
Automatic bundle update
2024-03-03 03:50:48 +00:00
Anuken
bb909ab6fb
Merge remote-tracking branch 'origin/master'
2024-03-02 22:50:00 -05:00
Anuken
9bedc0bcd4
Added world switch to bundle
2024-03-02 22:49:54 -05:00
summoner001 and GitHub
2c4dd5153f
Update bundle_hu.properties, description.txt and full_description.txt ( #9609 )
...
* Update bundle_hu.properties
Hungarian language use Sentence case instead of Title Case. The incorrect sentences have been corrected. Many errors have been polished.
* Update full_description.txt
Polishing the translations
* Update description.txt
Polishing the translation
* Update full_description.txt
polishing the translation
* Update description.txt
polishing the translation
* Update bundle_hu.properties
polishing
2024-03-02 10:57:33 -05:00
buthed010203 and GitHub
277291ce09
Cleanup GameState ( #9610 )
...
* Cleanup GameState
* Braint
2024-03-02 10:49:11 -05:00
MEEPofFaith and GitHub
aa896362dc
Shader getShaderFi check for mod files ( #9599 )
...
* Shader getShaderFi check for mod files
* Just use tree.get()
It defaults to files.internal() if nothing is found. Actually, I think this also has the added benefit of allowing mods to override vanilla shaders by having a frag with an identical name.
2024-03-01 12:50:28 -05:00
summoner001 and GitHub
430753e923
Update bundle_hu.properties ( #9544 )
...
* Update bundle_hu.properties
Making some sentences more understandable.
* Update bundle_hu.properties
Making some sentences more understandable.
* Update bundle_hu.properties
Making some sentences more understandable.
* Update bundle_hu.properties
Follow the updates: Grammar & context fix
* Update bundle_hu.properties
Minor fixes
* Update bundle_hu.properties
Minor fixes
* Update bundle_hu.properties
minor fixes
* Update bundle_hu.properties
fixing typo
* Update bundle_hu.properties
fixes and follow the main bundle changes
* Update bundle_hu.properties
minor fix
* Update bundle_hu.properties
making texts more polished
* Update bundle_hu.properties
minor text polishing
2024-03-01 11:12:13 -05:00
GlFolker and GitHub
0d795d59c8
Per-tile edge regions ( #9601 )
...
* Delegate more methods into Planet
* Per-tile edges
* You win, IntelliJ
2024-03-01 09:42:05 -05:00
Anuken
d3e561d548
Merge remote-tracking branch 'origin/master'
2024-02-26 10:29:42 -05:00
Anuken
e3b24ac980
WIP logic display transform matrix support
2024-02-26 10:29:14 -05:00
jexjws and GitHub
844b6f9f02
Update bundle_zh_CN.properties ( #9583 )
2024-02-26 09:34:37 -05:00
Github Actions
97010a5064
Automatic bundle update
2024-02-24 17:33:36 +00:00
Anuken
755c369496
Merge remote-tracking branch 'origin/master'
2024-02-24 12:31:16 -05:00
Anuken
d8a66b7b25
Bundle change for #9591
2024-02-24 12:31:06 -05:00
MEEPofFaith and GitHub
037f752b73
Improve ArmorPlateAbility draw ( #9581 )
...
* Improve ArmorPlateAbility draw
* Revert to tinting
Just make a white shine sprite. Or none-white if you want some interesting visuals with the colors.
* Fix not applying z when drawShine = false
2024-02-23 17:11:00 -05:00
Anuken
eb42d91c5d
Fixed #9573
2024-02-19 10:20:26 -05:00
Anuken
45b4499fbf
Merge remote-tracking branch 'origin/master'
2024-02-19 10:06:04 -05:00
Anuken
ac4d57013d
Fixed #9572
2024-02-19 10:05:58 -05:00
GlFolker and GitHub
2c3167e668
Delegate more methods into Planet ( #9568 )
2024-02-17 15:48:33 -05:00
MEEPofFaith and GitHub
4e24b31c0d
Allow gasses to be coolants ( #9545 )
2024-02-17 11:23:25 -05:00
Anuken
d2c914f495
Merge remote-tracking branch 'origin/master'
2024-02-17 09:03:14 -05:00
Anuken
54967429fe
Fixed #9566
2024-02-17 09:03:09 -05:00
SITUVNgcd and GitHub
d79a306970
Gammar & context fix ( #9559 )
...
- `lglobal.@clientMobile = True is ...` => `lglobal.@clientMobile = True if ...`
- `lenum.colori = Indexed position, ...` => `lenum.colori = Indexed color, ...`
2024-02-16 09:52:41 -05:00
SITUVNgcd and GitHub
e6dd6cb44d
Make privileged SwitchBlock(World Switch) can't pickup ( #9557 )
2024-02-16 09:52:31 -05:00
Anuken
b27ed03842
Fixed #9561
2024-02-16 09:52:14 -05:00
Anuken
56d0b87443
Fixed #9562
2024-02-16 09:50:18 -05:00
Anuken
af13ff9ee0
Merge remote-tracking branch 'origin/master'
2024-02-14 10:37:54 -05:00
Anuken
c8d7733826
Fixed #9552
2024-02-14 10:37:48 -05:00
GlFolker and GitHub
d0845b481c
Update Sector.java ( #9553 )
2024-02-14 10:04:55 -05:00
SITUVNgcd and GitHub
7339443604
Fix TextInput::message on mobile ( #9549 )
...
This issue from https://github.com/Anuken/Arc/commit/70f345cc75f541de8f592d3167245691cc9a765b
2024-02-13 23:17:41 -05:00
Anuken
0d273503be
Merge remote-tracking branch 'origin/master'
2024-02-13 21:22:14 -05:00
Anuken
1ab8b50977
Fixed #9548
2024-02-13 21:22:07 -05:00
Elixias and GitHub
15f9854427
Unhardcode frag offsets ( #9543 )
2024-02-13 08:24:47 -05:00
MEEPofFaith and GitHub
8f231febb8
Layer options in DrawTurret ( #9541 )
2024-02-12 23:32:30 -05:00
Anuken
00ecf37276
Fixed #9539
2024-02-11 20:14:48 -05:00
Anuken
da0bcdcca3
Fixed #9538
2024-02-11 09:06:28 -05:00
Anuken
e99b9c2ad1
Fixed #9537
2024-02-11 09:00:51 -05:00
Anuken
0e3c4c097c
Fixed #9535
2024-02-11 08:56:19 -05:00
Anuken
2777772420
Merge remote-tracking branch 'origin/master'
2024-02-10 17:20:41 -05:00
Anuken
1542f7c28e
UI#loadColors moved earlier in init
2024-02-10 17:20:35 -05:00
Github Actions
c3ee92fba7
Automatic bundle update
2024-02-10 16:40:37 +00:00
summoner001 and GitHub
fb3dd3d422
Update bundle_hu.properties ( #9532 )
...
Translate the new Processor global variable dialog
2024-02-10 11:39:47 -05:00