Commit Graph

3071 Commits

Author SHA1 Message Date
Sol
27f14e82a6 - Adding Tempest Remastered in to Forge (Marked as "Online" type, so it's not unlockable in Quest Mode) 2015-05-09 23:48:47 +00:00
Sol
3540403bad - Adding Modern Masters 2015 edition file 2015-05-09 04:04:41 +00:00
elcnesh
a7e50dc284 Remove (hopefully the last) references to "playing" an ability 2015-05-06 16:54:56 +00:00
elcnesh
13fcb49e4d Fix ability text 2015-05-06 16:35:27 +00:00
elcnesh
658fd8f953 Mostly cosmetic changes to color code 2015-05-06 16:26:45 +00:00
elcnesh
fd4f55d9df Update oracle texts for cards n-z. Updates all charm effects
to use bullets, plus lots of minor changes.
2015-05-06 11:07:01 +00:00
drdev
63304d006a Attempt to fix issue with saving deck favorites 2015-05-05 00:06:07 +00:00
drdev
2e1d4de1cd Avoid using java.nio since it breaks Quest Mode in Android app 2015-05-04 23:48:54 +00:00
elcnesh
15600d3b4a Update oracle texts for cards a-m. Updates all charm effects
to use bullets, plus lots of minor changes.
2015-05-04 22:21:05 +00:00
Sol
0788acb1b1 - Add handling for Pseudo-kickers. Update Undergrowth to use this new code. 2015-05-04 02:12:42 +00:00
drdev
d1f6e6361a For non-network lobby, default new players to AI 2015-05-03 17:47:58 +00:00
drdev
33305205c6 Use 30 life instead of 40 for 2 player Commander 2015-05-03 17:45:41 +00:00
drdev
03b78eb1f1 Version bump to 1.5.40.001 2015-05-03 17:19:52 +00:00
Krazy
86aaac2dab [maven-release-plugin] prepare for next development iteration 2015-05-03 15:03:03 +00:00
Krazy
f05b0aee30 [maven-release-plugin] prepare release forge-1.5.39 2015-05-03 15:02:57 +00:00
Krazy
97aeacde09 Removed Maven release backup files. 2015-05-03 14:20:29 +00:00
Krazy
1398b690ff Overhauled the quest starting pool generation and options. See CHANGES.txt for details. Color bias quest preference will need changing to work properly (value range is now 10 times greater). 2015-05-03 01:35:21 +00:00
elcnesh
2b69bf1e58 Fix trailing newlines of card files 2015-05-02 12:34:30 +00:00
elcnesh
7993b0ab44 Fix line endings of newer cards 2015-05-02 12:22:32 +00:00
Krazy
47712e5841 Quest save backups now get renamed when the quest does. 2015-05-02 00:42:30 +00:00
Krazy
f0f741ace4 Cleaned up and the new quest section for readability and added an option to allow duplicate cards in a quest's starting pool 2015-05-02 00:39:34 +00:00
Sloth
f766faa1b1 - Updated some quest decks. 2015-05-01 20:47:42 +00:00
elcnesh
bfdcaa6a1a Huge cleanup of gui and desktop code
- Remove lots of unused classes and methods
- Remove code related to transitioning deck format
- Refactor some interface structures
- General cleanup (imports, indentation etc.) thanks to Eclipse
- Some very minor bugfixes
2015-05-01 19:27:48 +00:00
Sloth
9f499117dc - Fixed duplicate entires in Vanguard.txt by Salasnet. 2015-04-30 21:33:51 +00:00
elcnesh
d0ffa1c4e3 Fix constructor for GauntletMini 2015-04-30 10:07:34 +00:00
elcnesh
0ab47360b2 Relax quest pref constraints and cleanup related code 2015-04-30 09:58:54 +00:00
elcnesh
324a3aac5c Fix Thada Adel (other, similar cards are on their way!) 2015-04-30 07:04:59 +00:00
Krazy
82adcf8103 Backups are now created for quest files when saving in the event that the save is corrupted. 2015-04-30 02:50:55 +00:00
elcnesh
efe6034837 - Move some files around in net code (plus some cleanup)
- Remove an unused method from IGuiGame
2015-04-29 18:50:12 +00:00
elcnesh
ca21f3a298 Clean up CardType
- Treat core types and super types as static, no longer
  read them from a file. Adding types this way isn't compatible
  with the program so it served no purpose for users anyway.
- Merge instant and sorcery types into "spell types", as specified
  by the comp rules.
- Remove some unused methods and restructure/clean up some others.
2015-04-29 18:24:58 +00:00
Sol
d56de04577 - Improve breath of fury choose card title 2015-04-29 03:21:59 +00:00
elcnesh
41fdcc9b50 - Fix NPE at end of network game
- Update some strings
2015-04-26 17:00:15 +00:00
elcnesh
addcece582 - Huge update to network play
- Updated protocol: now used everywhere for type checking
  - No more locks between server and client: client no longer expects any replies
  - More code reuse
  - Fixed issue with location of multiple abilities selection popup menu
  - Improved stability; actual games should now be possible
- Other updates
  - Mobile version player panel now uses same code as desktop
  - Remove automatic "view all cards" cheat in hotseat (no longer necessary)
  - Code cleanup
2015-04-26 10:54:55 +00:00
drdev
4b7b38506e Add Net Commander Decks to Deck Manager 2015-04-25 15:44:55 +00:00
drdev
1018eb2db4 Add Draft and Sealed decks to Deck Manager 2015-04-25 14:29:24 +00:00
drdev
6a8c0ddece Support viewing and editing variant deck types on Deck Manager 2015-04-25 14:14:42 +00:00
drdev
0eba04016a Start working on Online screens 2015-04-24 14:36:35 +00:00
drdev
bd13f48890 Rename Deck Editor to Deck Manager 2015-04-24 13:41:38 +00:00
drdev
1f7c8d3a50 Prevent AI taking over from double-clicking Auto button 2015-04-23 03:09:44 +00:00
drdev
172c172fa5 Start working on new menu screens 2015-04-22 22:42:51 +00:00
elcnesh
91d9987c1f - Delegate network game communication to a new GameProtocol class
- Rename a method to make it compatible with the new protocol
2015-04-22 17:55:58 +00:00
elcnesh
7538d552eb Commit some files that were somehow left out of previous commit. 2015-04-20 14:41:03 +00:00
elcnesh
f6b1c11c62 Commit some files that were somehow left out of previous commit. 2015-04-20 14:40:58 +00:00
elcnesh
705d6cb937 - Remove old net code
- Remove "Start/Stop Server" buttons (related to old code)
- Move new net code to forge-gui/forge/net/**
- Remove all dependencies on project forge-net
2015-04-20 14:40:26 +00:00
elcnesh
62a7b2b98d - Remove the Players and Command panels
- Some more cleanup
- Cleanup the Animation class (public method signatures unchanged)
2015-04-20 14:19:57 +00:00
elcnesh
586cb90697 Lots of cleanup: correct static field/method access,
proper fall-through documentation, and some minor things.
2015-04-20 13:49:01 +00:00
drdev
2b328f9bdd Prevent matches you quit early sticking around 2015-04-20 13:41:40 +00:00
drdev
cbc44719ce Fix line endings to prevent Workshop always prompting to save right away 2015-04-20 13:22:36 +00:00
drdev
4b9fa55f05 Fixed switch statements 2015-04-20 12:55:59 +00:00
Krazy
49074ad0ec Fixed a bug that resulted in cards being removed from the shop more than the number of times they should have been. 2015-04-19 22:31:34 +00:00