a06980a197
added new auto keys, this and thisforeach, functionallity similair to aslongas and foreach, but for properties of the card as opposed to cards on the field. More details in first comment.
salmelo16
2010-03-28 02:21:25 +00:00
a2987f7b0e
This is another patch by salmelo. It fixes several problems with the newly introduced improvements concerning Counters.
solo81@web.de
2010-03-25 23:28:55 +00:00
9a63fa9dec
Added 15 successfully tested cards based on rev1981.
solo81@web.de
2010-03-25 20:30:12 +00:00
36780dd53a
Fixed some cards.
solo81@web.de
2010-03-25 14:00:04 +00:00
e5874d1b89
Added several successfully tested cards based on rev1981.
solo81@web.de
2010-03-24 23:02:14 +00:00
07361b19f5
This is another patch by the great newcomer salmelo.
solo81@web.de
2010-03-24 21:15:34 +00:00
22a35d2265
Erwan - Added remove/add counters as a cost, patch by Salmelo, thanks man!. See primitives/mtg.txt -> Thallid to see how it works - added test for i286 by salmelo - added basic display for counters (this needs improvement) by salmelo
wagic.the.homebrew@gmail.com
2010-03-22 04:26:42 +00:00
76e373f64e
J : * Fix issue 378, where the particles would not appear upon the second opening of an existing menu. * Fix for one of the issues of issue 380, where the selectionY attribute would be used uninitialized - reported by valgrind as an access to an uninitialized value in sinf and cosf.
jean.chalard
2010-03-07 09:28:53 +00:00
ec0354f630
J : * Fix issue 357, where the hand loses focus when the opponent declares attackers while the hand is open. * Harmonize the code for CardSelector.cpp to the coding style.
jean.chalard
2010-03-05 17:01:00 +00:00
d1d465c50f
Erwan - added test for issue 335
wagic.the.homebrew@gmail.com
2010-03-04 13:09:43 +00:00
01135b34b7
Erwan -fix with fog elemental
wagic.the.homebrew@gmail.com
2010-03-04 12:23:19 +00:00
cf1e419aaf
Erwan - fix for issue 348 - Fix a bug when going out of the deck editor then back to it again would show an incorrect color icon instead of nothing - Fix a bug where the AI tries to play a spell with a target instead of just checking if it can play it. (visually, this showed as the AI tapping mana, then "freezing" for a few seconds with some cards grayed out on the battlefield)
wagic.the.homebrew@gmail.com
2010-03-04 11:43:22 +00:00
882724ab4b
Erwan - Yet Another Attempt at fixing i319,i365, i372
wagic.the.homebrew@gmail.com
2010-03-03 14:56:12 +00:00
eaf944fa62
J : * Fix the name of a file that was wrong.
jean.chalard
2010-03-03 03:09:45 +00:00
b5dc729f58
Jeck - Change to deck viewer mana producer counting function, fix potential problem with mana producer filtering.
wagic.jeck
2010-03-02 04:04:11 +00:00
034e61e9fa
Jeck - partial revert of r1948, minor optimizations to where validate() is called.
wagic.jeck
2010-03-02 03:05:26 +00:00
4159aad221
Jeck - Fix to WSrcDeck's card counting, so it correctly handles negative numbers (removing cards).
wagic.jeck
2010-02-28 22:55:06 +00:00
706ebca249
Jeck - Quick fix for issue 370, issue 365, (and hopefully) issue 319 . Thanks for the report, Psy. (Counts weren't being updated as often as they should be. Now they might be updated too often, but that's better than the alternative.)
wagic.jeck
2010-02-28 22:12:17 +00:00
f627f92557
Erwxan -fix compilation issue on windows
wagic.the.homebrew@gmail.com
2010-02-28 13:24:31 +00:00
db49a49a78
J : * Remove the binding for HOME from the default bindings. (this key cannot be detected or used anyway)
jean.chalard
2010-02-28 13:24:29 +00:00
168154b52d
J : * Add the confirmation screen for bindings. - Add support for asking confirmations before exiting the menu. - Add support for cancelling saving of options. - Add support for requesting focus when the parent allows to yield. * Recenter most options' text. * Change the background color of the selected options (else, there is no way of knowing where is the cursor when both option text and option value are icons). * Change symbol names to their equivalent PSP icon use in wagic.
jean.chalard
2010-02-28 12:36:09 +00:00
c2549af81d
J : * Make the FULLSCREEN function bindable on platforms that support it. * Linux has F as default binding. * Windows support is not implemented, but is there ; applications will just not suggest it under windows for the moment.
jean.chalard
2010-02-28 12:31:51 +00:00
db8724e045
Erwan -removing ctrl M garbage
wagic.the.homebrew@gmail.com
2010-02-28 08:05:47 +00:00
d3d34c6290
Erwan - Key texts for Windows
wagic.the.homebrew@gmail.com
2010-02-28 08:02:16 +00:00
2566d780b1
J : * Display pictures for buttons on PSP in the keybinding screen. * Fix a bug where the New Binding... button would disappear when creating a new binding. * Fix a bug where the menu to choose the bound symbol was not modal.
jean.chalard
2010-02-27 18:49:03 +00:00
a255ddc06e
J : * Make debug compilation possible on PSP.
jean.chalard
2010-02-27 17:25:15 +00:00
ea1d8c6ebe
J : * Change the image so as for it to be usable on PSP in its entirety. No code uses the part this update is changing at the moment.
jean.chalard
2010-02-27 16:52:39 +00:00
ee689e2fce
J : * Remove default bindings for keys we don't use.
jean.chalard
2010-02-27 16:01:08 +00:00
2fa4e9a1d3
Psyringe - fixed a missing activation cost and a mistyped characteristic, thanks to kmtzz for the bug reports. :)
Psyyringe
2010-02-27 14:13:48 +00:00
2ef8fa338c
J : * Fix issue 340 for good. * On X systems this still depends on a working X detectable repeat, which is not the case in stable releases of some popular linux distributons at this time. This is expected to be fixed soon. I haven't chosen yet whether I wait for the fix on X side or if I work around the bug.
jean.chalard
2010-02-27 10:57:32 +00:00
80fdb0a38f
J : * Mostly fix issue 340. * There are still detail problems : - There are still problems when two keys are pressed at the same time. This is not a release blocker ; what happens exactly is : while maintaining two keys, when one is released, the enqueued autorepeat keypresses for the others are flushed too. I don't think anyone will notice but for the sake of correctness I'll fix it. - A bug in xorg prevents the linux version to work correctly at the moment. The bug is current as of 2009/08 and fixed as of 2010/01, but major releases still include the bug at this time, so I'll have to work around it somehow. - I expect the windows version to work, but I can't test it. - I'll test on mac later today.
jean.chalard
2010-02-26 03:08:20 +00:00
ff6f437e9a
Erwan - Fix issue 360 (gray out cards with quantity 0)
wagic.the.homebrew@gmail.com
2010-02-25 11:56:37 +00:00
79d142f968
J : * Some cosmetic cleanup. * Have the unix version report analog control the same way the windows version does. * Move back Run() into JGE::Run(). The code for ::Run() is still inside main.cpp. - This fixes the "blinking screen problem", issue 341. I think. - I have no idea WHY it does, but it's better than not fixing it. - Run() would be better in ::Run() in main.cpp than in JGE, should be moved back when we know more about the problem.
jean.chalard
2010-02-24 18:28:36 +00:00
39c5a3d465
J : * Fix u32 into JButtons. * Add a few comments. * Remove useless variables.
jean.chalard
2010-02-24 17:28:17 +00:00
3ac6bc3ec3
Psyringe - small fix to Stoneforge Mystic, thanks to arcaneous for the bug report. This closes issue 356.
Psyyringe
2010-02-22 06:11:01 +00:00
9998a2bdf3
Jeck - fix to idiotic sprintf mistake (was printing the enum itself, not the value indexed by the enum).
wagic.jeck
2010-02-19 23:40:35 +00:00
5dd2388b6f
Jeck - More deck editor fixes, quick hack to subtypes filter. I've noticed some slowdown while scrolling up/down in the deck editor, I think this is due to some recent changes that removed a few of the filter system's optimizations. I'll re-implement them tonight.
wagic.jeck
2010-02-19 23:06:44 +00:00
4254d8cb9f
J : * Put in text instead of numbers for the time being
jean.chalard
2010-02-19 22:47:24 +00:00
de94069829
J : * Remove a crash * This removes images for PSP buttons for the moment
jean.chalard
2010-02-19 22:43:55 +00:00
bb82dc38f2
Jeck - Linked both sets into one filter menu. Requires more testing, but appears to work on PSP/PC as it should.
wagic.jeck
2010-02-19 22:38:09 +00:00
25e6906149
Jeck - More deck editor fixes, linked in prior coded subtype filter.
wagic.jeck
2010-02-19 21:54:39 +00:00
afffd4509f
Jeck - fixed issue 354, cleaned up mixed boosters, fixed a few issues with pack loading (slot pools weren't working), fixed TSP boosters to use 'S' rarity, removed some unused code.
wagic.jeck
2010-02-19 20:10:30 +00:00
b63e9f9847
J : * Use images for PSP buttons. * Um not tested. I don't have my PSP on me
jean.chalard
2010-02-19 06:42:47 +00:00
72e395d1e1
J : * Fix a bug on key bindings on PSP.
jean.chalard
2010-02-18 20:54:18 +00:00
abd92ffcbf
J : * This finalizes the functionality for key bindings. * Key bindings are saved in the user's configuration file and read back the next time. * Still got to do : display, instead of a number, an icon on PSP and a string on windows (linux/mac already done).
jean.chalard
2010-02-18 20:36:31 +00:00
ad933ecdf6
J : * Change the name of a define to harmonize stuff.
jean.chalard
2010-02-18 20:09:19 +00:00
c87a98eb14
J : * Grab the keyboard and display the grabbed key. * Include a tentative interface for the initial message. It's ugly.
jean.chalard
2010-02-18 08:03:22 +00:00
3c1377fe47
J : * Re-add the ReadLocalKey function that I had forgotten to re-implement with the key bindings.
jean.chalard
2010-02-18 07:18:21 +00:00
5d275391f2
Jeck - More incremental deck editor fixes. It'll be at 100% eventually, as soon as I rewrite some code so that there aren't individual filter lists per deck/collection.
wagic.jeck
2010-02-18 00:58:24 +00:00
71e0792cde
Jeck - Additional fixes for deck editor. Unfortunately, it still has separate filters for deck and collection, but I'm working on that.
wagic.jeck
2010-02-17 23:27:17 +00:00
8b1a812e02
Jeck - Normal and Hard economic difficulty no longer display visible prices before the player asks about a card. This allows Wololo's clever pricing algorithm to work :)
wagic.jeck
2010-02-17 19:02:35 +00:00
436da6fcc0
J : * Very small addition to the key bindings menu.
jean.chalard
2010-02-17 15:24:14 +00:00
4fd38766b1
Jeck - Daily build & fix to r1895. Now the deck editor does what I thought it did.
wagic.jeck
2010-02-17 15:16:59 +00:00
8f130856da
Psyringe - fixed Book of Rass (thanks to Crodley for the bug report)
Psyyringe
2010-02-17 11:17:49 +00:00
49a6ee18fc
Jeck - "Trophy Room" button now uses generic image. I'm not certain I like the way this looks, but it's necessary for internationalization.
wagic.jeck
2010-02-17 04:53:06 +00:00
ab22719e4d
Jeck - Deck editor filtering now works much better- single filter, automatically recolors itself to match the active color.
wagic.jeck
2010-02-17 04:08:51 +00:00
a123cebfe5
Jeck - Fixed an error with packs, fixed basic info in deck editor, removed duplicated code in DeckDataWrapper.
wagic.jeck
2010-02-17 03:10:56 +00:00
ebaeb96450
Jeck - Reordered deck basic info to be more in keeping with main screen (copies, then unique)
wagic.jeck
2010-02-17 01:13:08 +00:00
92b0c80563
Jeck - Simple scaling of the options tabs.
wagic.jeck
2010-02-16 17:48:31 +00:00
d5be045859
Erwan - Adding (dead) code for Story mode. This is FAR from being ready so it's deactivated in the code. I just don't want to create a branch (I'm lazy) and I'm fed up with synching. My Goal is to have a tutorial ready with this for the release after this one. If you want to test it (Note: the sample story is not interesting at ALL), just look for "Story mode" and uncomment (3 occurrences). PSP Or Linux need additions to the Makefile...
wagic.the.homebrew@gmail.com
2010-02-16 10:55:03 +00:00
8a19b0567b
J : * Add support for key icons in the keybinding menu
jean.chalard
2010-02-16 02:30:11 +00:00