Commit Graph

69691 Commits

Author SHA1 Message Date
Anthony Calosa
89bc9c126f update snapshot notification message 2024-10-27 13:00:39 +08:00
Anthony Calosa
609777cf60 Merge branch 'master' into master2 2024-10-27 11:41:26 +08:00
Anthony Calosa
9bde207575 add settings for snapshot notification, removed obsolote java 8 check 2024-10-27 11:39:28 +08:00
Anthony Calosa
720ac7f8ca fix uncommited changes 2024-10-27 09:38:53 +08:00
Anthony Calosa
6fb600e6fb refactor mobile ImageCache, ImageView, FChoiceList
removed method to generate borderless card since we used shader as default method
Texture, TextureRegion and other LibGDX objects that are disposable should be nonstatic
show Morph image on FChoiceList
2024-10-27 08:52:58 +08:00
TwentyToedToad
2169263662 Add Mothlight Processionist (YDSK) (#6340) 2024-10-26 20:12:02 +00:00
Fulgur14
57c0246f82 Qala, Ajani's Pridemate 2024-10-26 20:11:45 +00:00
TwentyToedToad
ef500b7cec Add Effie, Fast Learner (YDSK) (#6361) 2024-10-26 20:02:38 +00:00
Paul Hammerton
004bd9a142 Merge pull request #6439 from paulsnoops/edition-updates
Edition updates: J25
2024-10-26 20:04:30 +01:00
Paul Hammerton
654c757ad2 Edition updates: J25 2024-10-26 20:01:06 +01:00
Simisays
a42bf18b9c update (#6433) 2024-10-26 18:14:15 +03:00
Paul Hammerton
0c5766caae Merge pull request #6435 from paulsnoops/edition-updates
Edition updates: DFT, FDN, INR, PE24, SPG
2024-10-26 13:46:14 +01:00
Paul Hammerton
fce6afb9db Edition updates: DFT, FDN, INR, PE24, SPG 2024-10-26 13:39:22 +01:00
kevlahnota
007941fda3 Merge pull request #6431 from kevlahnota/master2
prevent NPE
2024-10-26 06:34:32 +08:00
Anthony Calosa
5d1e780beb prevent crash audit 2024-10-26 06:31:36 +08:00
Anthony Calosa
4ae88ae6ba update static 2024-10-26 06:27:30 +08:00
Anthony Calosa
4f23a6026e update prevent NPE 2024-10-26 06:23:14 +08:00
Anthony Calosa
e6e6a6e0a4 prevent NPE 2024-10-26 06:05:03 +08:00
kevlahnota
6362796df5 Merge pull request #6428 from kevlahnota/master2
fix GameLauncher
2024-10-25 19:57:43 +08:00
Anthony Calosa
6f3debba7a Merge branch 'master' into master2 2024-10-25 19:56:35 +08:00
Anthony Calosa
ca6c105aff move check 2024-10-25 19:50:44 +08:00
Anthony Calosa
e71193b69b fix GameLauncher 2024-10-25 19:45:42 +08:00
kevlahnota
bd3bf824ed Merge pull request #6424 from kevlahnota/master2
fix manifest entries, update autoupdater
2024-10-25 18:29:34 +08:00
Anthony Calosa
e9aed24c8b update rssreader dependency 2024-10-25 18:18:07 +08:00
Anthony Calosa
6334c9f922 update AtomReader, add support releaseTag on android 2024-10-25 18:03:46 +08:00
Anthony Calosa
1f05a5a295 update AtomReader, add support releaseTag on android 2024-10-25 17:43:35 +08:00
Anthony Calosa
07bb0e6fe3 update check for release tag 2024-10-25 17:32:05 +08:00
Anthony Calosa
9897c85559 use release tag for downloading latest github releases... 2024-10-25 17:24:48 +08:00
Anthony Calosa
dcbd25d00e move shaders to Shaders class 2024-10-25 13:26:57 +08:00
Anthony Calosa
cd82a74eb0 Merge branch 'master' into master2 2024-10-25 12:31:41 +08:00
Anthony Calosa
2f05168b81 force non immersive mode 2024-10-25 11:54:27 +08:00
Anthony Calosa
7c5aa5fd90 revert Changes.txt 2024-10-25 11:44:03 +08:00
Anthony Calosa
8c085bbd33 add mobile updater, update gdx natives 2024-10-25 11:41:06 +08:00
wcoldren
2585ad1cf6 fix: add executable permissions for .command files during installation
- Update install.xml to set 775 permissions for .command files in Script pack
- Add .command files to target directory copy tasks in pom.xml
- Allow macOS users to run Forge apps without manual chmod

This change ensures .command files receive proper executable permissions
during installation, matching the behavior of .sh files on Unix/Linux.
2024-10-24 18:43:46 -04:00
Agetian
a6ccbe0f1d - Add GameState support for unlocked doors. (#6426)
- Add puzzle PS_DSK3.
2024-10-24 20:01:43 +03:00
Anthony Calosa
a0c865b4b3 add snapshot notification button 2024-10-24 20:44:22 +08:00
Anthony Calosa
fa974504b9 format release notes 2024-10-24 18:38:24 +08:00
Anthony Calosa
bf3111ba03 update TextUtil 2024-10-24 18:26:56 +08:00
Anthony Calosa
7a976291ba add desktop RSSReader, update autoupdater 2024-10-24 18:12:04 +08:00
Agetian
d92cacae7f Various improvements to AI-related logic (Canopy lands, Ugin's Labyrinth, Zuran Orb, Pyrite Spellbomb, Eladamri) (#6418)
* - Improve AI for Canopy lands.
- Improve AI for Ugin's Labyrinth.

* - Pyrite Spellbomb: also don't sac immediately.

* - Improve AI for Eladamri, Korvecdal

* - Improve AI decision for Zuran Orb.

* - Cleaner implementation for Eladamri AI
- More generic implementation for SacToDraw AI that doesn't need a logic parameter

* - Fix imports

* - Cleaner implementation for Eladamri AI

* - Suggested code tweak
2024-10-24 12:31:23 +03:00
Anthony Calosa
b26d0db07e fix manifest entries
BuildInfo reflects correct version
2024-10-24 09:18:32 +08:00
kevlahnota
e28d041ede Merge pull request #6419 from Card-Forge/revert-6234-ok_shortcut
Revert "gui-desktop : add keyboard shortcut to press OK/Yes button"
2024-10-24 07:35:01 +08:00
kevlahnota
c593c812bc Merge pull request #6423 from kevlahnota/master2
update splash closing
2024-10-24 07:34:00 +08:00
Anthony Calosa
07d2d0a023 update splash closing 2024-10-24 07:30:16 +08:00
Chris H
76ac1e2534 Revert "gui-desktop : add keyboard shortcut to press OK/Yes button" 2024-10-23 12:57:32 -04:00
kevlahnota
f06c8c3881 finally renamed 2024-10-23 09:35:40 +08:00
kevlahnota
0de880c68d update rename script 2024-10-23 07:42:34 +08:00
kevlahnota
f7cd6426d5 single mv workflow 2024-10-23 07:15:11 +08:00
kevlahnota
f1961c0394 Update snapshots-pc.yml again 2024-10-23 07:00:03 +08:00
kevlahnota
8000e80c13 Update snapshots-pc.yml 2024-10-23 05:55:50 +08:00