wagic.the.homebrew
f8c96737e8
Erwan - updated VC++ project, fixed a compilation bug with TestSuite
2009-01-06 13:20:13 +00:00
jean.chalard
8a29171c47
J :
...
* Add constant static values.
2009-01-06 13:10:24 +00:00
jean.chalard
3bb2c431c9
J :
...
* Split constants file to have them in a single place.
2009-01-06 13:07:28 +00:00
wagic.the.homebrew
2071d09ae6
Erwan - fixed a graphic glitch with menus in psp
2009-01-05 12:44:14 +00:00
wagic.the.homebrew
38abad1084
Erwan - fixed a blend issue with menus for psp
2009-01-05 10:57:08 +00:00
wagic.the.homebrew
f95878cd01
Erwan - Actually put the menu selected item in yellow. I still think this is not enough in terms of user-friendliness. I liked the zoom :/
2009-01-04 09:46:04 +00:00
jean.chalard
449d1eecb7
J :
...
* Put the selected item in the menu in yellow.
2009-01-04 07:04:58 +00:00
jean.chalard
0d14207247
J :
...
* A number of adjustments about fonts.
2009-01-04 02:49:08 +00:00
jean.chalard
64d80e119e
J :
...
* Split the GameStateMenu.h that contained the code into a header file
and a source file.
2008-12-30 05:47:45 +00:00
jean.chalard
0edb300119
J :
...
* Remove this unused file.
2008-12-30 05:29:46 +00:00
jean.chalard
a82d4b51bb
J :
...
* New menu style - step one.
More improvements are to come, but this should be stable and have a good
portion of what is to be done.
2008-12-30 05:24:38 +00:00
jean.chalard
3e9ff2b580
J :
...
* Change the name of debug.h into config.h and use the new RESPATH define.
2008-12-25 16:28:03 +00:00
jean.chalard
bb9f09df82
J :
...
* Fix a warning.
2008-12-25 13:18:54 +00:00
wagic.the.homebrew
9dfc89815f
Erwan
...
- Added Tokens (needs testing !!!)
- Added a few cards that create tokens
2008-12-16 14:20:03 +00:00
wagic.the.homebrew
790e2a2cdf
Erwan
...
- improved the parser for "lord", now can take any kind of "target", not only creature types (so it can now be used to code abilities such as Bad moon and crusade)
- fixed typos for goblin lord, zombie master, lord of atlantis
- Added "moveTo" keyword
- added a dozen cards
2008-12-14 12:07:01 +00:00
jean.chalard
6df5261294
J :
...
* Add newline at the end, remove end-of-line whitespace.
2008-12-13 05:28:31 +00:00
wagic.the.homebrew
bf314c9fa3
Erwan
...
- fixed a bug with mana producer
- fixed a graphical glitch with quads in the stack
2008-12-08 13:50:21 +00:00
wagic.the.homebrew
ceb2b9b7b3
Erwan
...
- fixed a bug with Mountain goat
- fixed a bug with Hymn of rebirth
2008-12-07 14:12:19 +00:00
wagic.the.homebrew
c4aad7ce4b
Erwan
...
- Added a few simple cards
- a few fixes in Ice Age
- implemented Shroud
2008-12-07 07:47:36 +00:00
wagic.the.homebrew
7f5312be20
Erwan
...
- fixed a bug with creature bond
- fixed a bug with control magic
2008-12-06 14:50:10 +00:00
wagic.the.homebrew
b89c4522de
Erwan
...
- display the thumbnail as a "shadow" over the text version of the card if the big picture is not available
- fixed a bug with circles of protection, although graphically it is difficult to understand what's going on when using those cards
- fixed a bug with a card in Ice age
2008-12-06 12:41:23 +00:00
wagic.the.homebrew
88682af45b
Erwan
...
- hopefully solved problem of AI's manaburn effect on linux
2008-12-03 13:04:45 +00:00
wagic.the.homebrew
acceb55f92
Erwan
...
- Minor tweaks in the hope to fix some Valgrind error logs
2008-12-02 14:00:28 +00:00
wagic.the.homebrew
d66ef78d12
Erwan
...
- AI:increased percentage of chance to play an "unknown" Card
- removed delay before displaying big card ingame
- added 2 new AI Decks
- Fixed a bug with afflict (see tests/afflict.txt)
2008-12-01 12:10:55 +00:00
wagic.the.homebrew
179b7deeb8
Erwan
...
- fixed a bug with Damage parsing in _cards.dat (should fix damages for Lava axe)
2008-12-01 07:13:33 +00:00
wagic.the.homebrew
9ec06eb4e7
Erwan
...
- fixed a problem with DOS card files under psp/linux
- Added a bunch of SAFE_DELETE, not sure they're really necessary
- fixed a small interface problem in Shop
2008-11-30 11:47:47 +00:00
jean.chalard
2c7c78dfdd
J :
...
* Fix a bug with a non-writable string.
2008-11-29 16:35:03 +00:00
jean.chalard
08113c66c8
J :
...
* Add a useful method.
2008-11-29 16:30:35 +00:00
wagic.the.homebrew
7bf9cc8c07
Erwan
...
- Fixed a bug in SampleCache
- simplified card files initial parsing
2008-11-29 15:31:56 +00:00
wagic.the.homebrew
58a50705de
Erwan
...
- Fixed a bug with control magic (see tests/control_magic2.txt)
2008-11-29 06:47:03 +00:00
wagic.the.homebrew
1ca143abd7
Erwan
...
- Fixed a bug with royal Assassin
2008-11-28 15:38:05 +00:00
wagic.the.homebrew
b9e2980952
Erwan
...
- fixed sfx issues on the psp
- removed a few debug strings
2008-11-26 14:29:43 +00:00
wagic.the.homebrew
4e0f87a43b
Erwan
...
- fixed the lib to play WAV file (erased too much things in a previous update)
- Updated wav sfx to be playable on the PSP (need to update the lib to accept more formats ?)
- There is still a bug with sfx on the PSP, I suspect I'm erasing files while they are being played !
2008-11-26 11:17:05 +00:00
jean.chalard
3518166189
J :
...
* Input fix.
* A lot of code cleaning spread across a lot of files.
2008-11-24 12:11:16 +00:00
wagic.the.homebrew
3721247bee
Erwan
...
- It is now possible to have avatars associated to each Deck
- Added SFX
- Added Music files
- Possibility to choose your opponent
- Opponents' difficulty is measured according to their number of victories against a given deck
2008-11-24 09:24:47 +00:00
jean.chalard
80784ae1bb
J :
...
* The definitive (?) answer to the signed/unsigned conversions.
2008-11-23 06:21:25 +00:00
wagic.the.homebrew
349de34106
Erwan
...
- Fixed MP3 play bug on the psp. MP3 files need to have NO Id3v2 tag, or they won't play. Also, volume control is broken
- added dt to moving W's easter egg movement.
- Added fullscreen for windows version
- other stuff ?
2008-11-19 12:21:23 +00:00
jean.chalard
8f282e8eae
J :
...
* Some cleaning of the ^M's
* Fix a few warnings
2008-11-17 16:54:18 +00:00
jean.chalard
7363dcccd4
J :
...
* New title with the moving W.
2008-11-17 16:52:22 +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
480b291ad4
J :
...
* Fix a little texturing bug.
2008-11-16 07:10:11 +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
0f41df8023
J :
...
* Remove carriage returns & whitespace, and re-indent.
2008-11-16 04:42:20 +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
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