jean.chalard
bea8c31d86
J :
...
* Fullscreen support.
2008-11-16 12:31:11 +00:00
wagic.the.homebrew
c50ea49e74
Erwan
...
- Adding new icons from J
- fixed a bug with Zombie Master (for real this time, I swear !)
- The AI should play Wrath of god in a more "clever" way
2008-11-16 10:37:13 +00:00
jean.chalard
0b5c940ae3
J :
...
* Fix the names of the music files
2008-11-16 10:23:29 +00:00
jean.chalard
138298833b
J :
...
* Fix the DEL key => Square
2008-11-16 07:17:17 +00:00
jean.chalard
480b291ad4
J :
...
* Fix a little texturing bug.
2008-11-16 07:10:11 +00:00
jean.chalard
96ea61c1ab
J :
...
* Use new icon positions
2008-11-16 06:34:09 +00:00
jean.chalard
a5a73663dc
J :
...
* Use new icons with new positions.
2008-11-16 05:29:48 +00:00
jean.chalard
3c603f1ec4
J :
...
* Remove warnings.
2008-11-16 05:20:08 +00:00
jean.chalard
e86e73af2f
J :
...
* Remove useless whitespace & carriage returns, reindent.
2008-11-16 05:17:57 +00:00
jean.chalard
0f41df8023
J :
...
* Remove carriage returns & whitespace, and re-indent.
2008-11-16 04:42:20 +00:00
wagic.the.homebrew
c2a4e1113c
Erwan
...
- removed the AI deck that had a dozen "Wrath of god"
2008-11-15 05:45:50 +00:00
wagic.the.homebrew
ccc6332efe
Erwan
...
-removing some unused files
2008-11-15 05:41:52 +00:00
wagic.the.homebrew
73f32d2641
Erwan
...
- added a few cards
- fixed a bug with spark elemental (now sacrificed at end of turn)
2008-11-15 05:28:12 +00:00
wagic.the.homebrew
28393e8f8a
Erwan
...
- fixed a bug with "/" keyword in _cards.dat parser
- added @next [phasename] keyword in parser
- new tests for recent changes
2008-11-14 15:03:27 +00:00
jean.chalard
3d22a25100
J :
...
* Reinstate the necessary include.
2008-11-13 13:40:22 +00:00
wagic.the.homebrew
6954d14683
Erwan
...
- Added 5 lands that come into play tapped
2008-11-13 12:48:24 +00:00
jean.chalard
a6a6a48846
J :
...
* Add linux specific code to the repository.
2008-11-13 12:17:50 +00:00
wagic.the.homebrew
da1967270c
Erwan
...
- Added destroy all(xxx) and bury all(xxx) keywords in _cards.dat
2008-11-13 11:36:14 +00:00
wagic.the.homebrew
443817a83a
Erwan
...
- I DID NOT TEST THESE CHANGES, I Don't know if this revision compiles
- Merged my code with r21 from Abrasax (I had mistakenly removed some of his changes)
2008-11-13 04:44:21 +00:00
wagic.the.homebrew
a418e10c47
Erwan
...
- Trying to add generic classes for Triggered abilities. PLEASE DO NOT USE THESE RIGHT NOW, Not Tested AT ALL !
2008-11-12 14:38:30 +00:00
jean.chalard
c97dd1f260
J :
...
* Remove ^M's.
* Re-indent automatically.
* Remove whitespace at the end of lines.
2008-11-12 13:45:42 +00:00
laurent.rabouin
6ad6f9b668
- Fixed Shadow Ability now works properly
...
- Added Generic KirdApe give P/W modifier when cards inplay
- Added Rampage (WIP) does not work at the moment
- Added Cards from diverse Sets
2008-11-12 08:23:39 +00:00
jean.chalard
90238d8269
J :
...
* Add the Main for linux
2008-11-11 13:52:09 +00:00
jean.chalard
98d8f8c833
J :
...
* Fix a few warnings.
2008-11-10 14:52:52 +00:00
wagic.the.homebrew
c72fbbd20c
Erwan
...
- the testsuite now outputs an HTML result file with colors
- hopefully speed improvements for the game on PSP (needs testing on the actual device)
2008-11-10 14:38:30 +00:00
jean.chalard
5f29d6b7fc
J :
...
* New attempt at making things work when command is not found.
2008-11-10 12:54:20 +00:00
jean.chalard
e497e7c713
J :
...
* Attempt at solving the problem of the `which` command not found.
2008-11-10 12:26:03 +00:00
wagic.the.homebrew
37220f9e24
Erwan
...
- fixed a few warnings with the PSP compilation
- changed definition of DWORD to unsinged int rather than unsigned long for PSP
- fixed make 3xx. the call to "which" in the makefile still needs to be corrected with a DOS compatible call
2008-11-10 11:07:33 +00:00
wagic.the.homebrew
163512a802
Erwan
...
- a few cards added
- AddedShadowmoor Set (56/286 cards)
- updated PSP makefile
2008-11-09 09:51:13 +00:00
wagic.the.homebrew
62a7a0e211
Erwan
...
- a few extra cards in Alara
- Added missing phaseRing files (sorry...)
2008-11-09 07:34:40 +00:00
wagic.the.homebrew
01d2110e8d
Erwan
...
- Added the possibility to narrow a spell/ability target according to color,tapped status, attacker/blocker, abilities...
- Changed the games phase system to become a phaseRing. This allows to add cards that have an impact on the phases, such as stasis
- Added a few cards
- Fixed a (windows) bug in gatherer tool
- Adding stdint.h for VC++ (see wikipedia->stdint.h)
- deleting the compiled PSP lib to avoid confusion. People who work from the sourcehave to compile the lib by themselves.
2008-11-09 04:28:03 +00:00
laurent.rabouin
45f3d6fe6e
Corrected Array in MTGDefinitions that is the cause why the landshome ability was not functioning.
...
No the landshome function well (tested foresthome on gorillapack)
2008-11-08 16:24:48 +00:00
laurent.rabouin
4d798fe527
Added the todo.dat from ICE AGE
...
Added the Tap in the parser (works)
Removed the code from MTGAbility that could be added in the cards.dat and modified cards.dat
Tryed to add the shadow & landshome ability (does not work properly)
Added the maxtoughness in targechooser--> added the card Aegis from ICE AGE
2008-11-08 15:54:59 +00:00
wagic.the.homebrew
cb0b68b76d
Erwan
...
- Added Ice Age cards from Abrasax
- Added "untap" and "gainlife" abilities in script
2008-11-06 14:20:42 +00:00
jean.chalard
d28fff72db
J :
...
* Change the binding define for __attribute__ from LINUX to __GNUC__
2008-11-05 15:00:32 +00:00
jean.chalard
9a9156dd98
J :
...
* Remove __attribute__ when not GCC.
2008-11-05 14:55:38 +00:00
jean.chalard
098c8ce09d
J :
...
* Change sys/types.h for stdint.h which is the standard C99 header.
2008-11-05 14:08:55 +00:00
jean.chalard
ddf04e14e8
J :
...
* Update for linux support.
2008-11-05 13:38:39 +00:00
wagic.the.homebrew
89dae65237
-Adding some missing files to the repository
...
-Improved "auto" parser : added "lord", improved "draw"
2008-11-03 13:53:06 +00:00
jean.chalard
4b762565ce
J :
...
* Add Linux Makfile (preliminary version)
* Fix a signed/unsigned bug
2008-11-03 10:30:57 +00:00
wagic.the.homebrew
440d6d7629
- fixed a Zombie Master bug
...
- fixed a graveyard bug
2008-11-03 04:27:58 +00:00
wagic.the.homebrew
d45e3b101b
2008-11-02 09:50:16 +00:00