Commit Graph

67 Commits

Author SHA1 Message Date
jean.chalard
ffb20c2ef6 J :
* New input system, cleaning, and preparation of next API update.
* Have the thing compile under non-WIN32 systems (as a dud binary obviously)
2008-11-24 07:47:47 +00:00
jean.chalard
80784ae1bb J :
* The definitive (?) answer to the signed/unsigned conversions.
2008-11-23 06:21:25 +00:00
jean.chalard
d253896b89 J :
* Use three speeds for scrolling in the deck viewer.
2008-11-21 16:35:48 +00:00
jean.chalard
2f32cc8642 J :
* Make scrolling depend on dt
2008-11-21 16:04:44 +00:00
jean.chalard
e4f531639b J :
* Next try
2008-11-21 15:42:35 +00:00
jean.chalard
9a530ad6e4 J :
* Next try
2008-11-21 15:37:54 +00:00
jean.chalard
0b4139167f J :
* New try for input
2008-11-21 15:35:36 +00:00
jean.chalard
8068e8e599 J :
* Little bugfix
2008-11-21 15:23:40 +00:00
jean.chalard
15f74fbc5a J :
* Some adjustments, code fixes, cleaning
2008-11-21 15:22:21 +00:00
jean.chalard
176e551f2f J :
* Make it so that only 1 keypress for each key may be accepted for
  a single frame.
2008-11-21 14:34:55 +00:00
jean.chalard
d7ea37233c J :
* Key buffer update : Add functions & clean the file
2008-11-21 14:13:01 +00:00
jean.chalard
bd5df274e8 J :
* Key buffer input system.
2008-11-21 14:10:20 +00:00
jean.chalard
e23ccc408d J :
* Use key buffer functions instead of instant ones.
2008-11-21 14:06:36 +00:00
jean.chalard
b992815f5e J :
* Fuxbig.
2008-11-21 14:03:25 +00:00
jean.chalard
4450d559c7 J :
* Bugfix
2008-11-21 14:01:56 +00:00
jean.chalard
03e8d636fc J :
* Add support for the input buffer
2008-11-21 13:20:16 +00:00
jean.chalard
31a2202036 J :
* Fix a warning.
2008-11-21 12:43:20 +00:00
jean.chalard
de3c46e143 J :
* Add files
2008-11-20 14:45:46 +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
2434571fa2 J :
* Dude, try Triangle.
2008-11-18 14:10:06 +00:00
jean.chalard
b08bd5a8c3 J :
* Add an easter egg.
2008-11-17 17:51:14 +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
jean.chalard
54c4524e85 J :
* New title with the moving W.
2008-11-17 16:51:26 +00:00
jean.chalard
79288babdd J :
* New title with the moving W.
2008-11-17 16:51:06 +00:00
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