Commit Graph

663 Commits

Author SHA1 Message Date
wagic.jeck
d1f6cdcd96 Jeck - Some warnings cleanup. 2009-08-28 05:40:10 +00:00
jean.chalard
e5bbbb358f J :
* Fix a few compilation issues.
2009-08-28 01:58:57 +00:00
wagic.jeck
62e12380a4 Jeck - Stopgap update fixing WResourceManager slowdown until complete rewrite. 2009-08-27 23:24:55 +00:00
wagic.jeck
c5b530bd3b Jeck - Forgot to commit headers. Ooops. 2009-08-27 14:13:39 +00:00
wagic.jeck
db1730ee7f Jeck - Fixed issue with destructor not being called on OptionProfile, split settings into tabs. 2009-08-27 14:08:38 +00:00
wagic.the.homebrew@gmail.com
99aa284431 Erwan
-code cleanup
-memory leaks fixes
2009-08-27 13:32:12 +00:00
wagic.the.homebrew@gmail.com
890c893c94 Erwan
-a few warning fixes
2009-08-27 13:11:29 +00:00
wagic.the.homebrew@gmail.com
a18b163b17 Erwna
-replace "new" with "NEW" for memory leak detection
2009-08-27 12:48:54 +00:00
leungclj
b02dc11f0d JON4TH4N - reverted 2009-08-27 08:49:02 +00:00
wagic.jeck
807eea7ddb Jeck - As prior, but for sounds and music as well. Use CommonRes->ssLoadMusic / CommonRes->ssLoadSample. 2009-08-27 06:31:38 +00:00
wagic.jeck
5e14efed3c Jeck - CommonRes transparently finds themed versions of files. Use JRenderer::LoadTexture for unthemed files, and CommonRes::LoadTexture for themed files. Res/graphics/back.jpg renamed to Res/graphics/backdrop.jpg due to collision with sets/back.jpg. 2009-08-27 05:58:26 +00:00
wagic.the.homebrew
c6406737c5 Erwan
-fixed a few cards
2009-08-27 04:56:32 +00:00
wagic.jeck
6728794ce9 Jeck - Quick crashfix when loading without a profiles directory, slight keypad modifications. 2009-08-27 03:17:25 +00:00
solo81@web.de
5aa0aa9374 Several card fixes 2009-08-26 23:04:57 +00:00
wagic.jeck
355ee7a271 Jeck - Support for user profiles, preliminary theme support, virtual keypad, options GUI update. Still a bit unorganized, but it works. 2009-08-26 20:13:09 +00:00
wagic.the.homebrew@gmail.com
0dfa3f2e16 Erwan
-fixesRockslide Elemental, Welkin Hawk
-Added messages for Manapool updates
-Cleaned up ManaProducer code
2009-08-26 14:30:24 +00:00
jean.chalard
5e18cdb25d J :
* Fix the mana consume event so as to consume the right number of manas
2009-08-26 14:25:55 +00:00
wagic.the.homebrew
4d3c6394a8 Erwan
-Creakwood liege bug fix
2009-08-26 00:34:39 +00:00
wagic.the.homebrew@gmail.com
3b8f5fdd7e Erwan
- a few card fixes
2009-08-25 12:50:16 +00:00
wagic.the.homebrew@gmail.com
fb0dccb7f3 Erwan
-added possibility for tester to take control of the test suite
2009-08-25 11:55:07 +00:00
wagic.the.homebrew@gmail.com
0454d39f79 Erwan
-fixed GameObserver::receiveEvent
2009-08-23 10:52:10 +00:00
wagic.the.homebrew@gmail.com
a2149131fb Erwan
- fix bug eventBlocker
2009-08-23 10:48:06 +00:00
wagic.the.homebrew@gmail.com
846f3b2ffc Erwan
- Fixed some segfaults in Test suite
2009-08-23 10:22:54 +00:00
leungclj
de8404df97 JON4TH4N - fixes, need confirmation 2009-08-23 03:49:31 +00:00
leungclj
6fdc87ef92 JON4TH4N - since when indestructible was working? 2009-08-23 03:16:45 +00:00
leungclj
b9d1f86c59 JON4TH4N - fix 2009-08-23 03:06:45 +00:00
wagic.the.homebrew@gmail.com
f988ff04cb Erwan
- Test suite "fixed". Tests involving combat (almost all of them) fail. Also 4 tests generate segfaults
2009-08-22 23:57:14 +00:00
wagic.the.homebrew@gmail.com
61ebbbe497 Erwan
- shop shows default thumbnails if no image available
2009-08-22 12:31:14 +00:00
wagic.the.homebrew@gmail.com
a59fb35d78 -AlternatRender calls fixes
-Replaced "borderline" default cards design with something more generic
2009-08-22 12:12:43 +00:00
wagic.the.homebrew@gmail.com
34126f2393 Erwan
- a few graphical fixes in shop and DeckViewer
2009-08-22 10:42:15 +00:00
jean.chalard
53ebe1de79 J :
* Use dt for the hand opening animation.
2009-08-22 07:59:21 +00:00
wagic.the.homebrew@gmail.com
01d68f9b3c Erwan
-windows makefile update
2009-08-22 07:04:54 +00:00
jean.chalard
9eccae4e1e J :
* Unify struct/class for HandLimitor.
2009-08-22 06:46:08 +00:00
jean.chalard
384fd1ad08 J :
* Fix a warning
2009-08-22 06:43:49 +00:00
jean.chalard
1a4b90f71d J :
* Some compile warnings/errors fixed
2009-08-22 06:39:29 +00:00
jean.chalard
f2ac56a7e2 J :
* Define const values in the cpp file.
2009-08-22 06:33:32 +00:00
jean.chalard
60be60b793 J :
* Help visual understand the scope of loop-defined iterators.
2009-08-22 06:30:59 +00:00
jean.chalard
8f8db8df14 J :
* Stop using the deprecated drand48().
* Define constants in the cpp file.
2009-08-22 06:27:03 +00:00
jean.chalard
73d27eec05 J :
* Unify Pos' forward declarations with its definitions.
2009-08-22 06:18:33 +00:00
jean.chalard
f4ee432765 J :
* Define floats in the .cpp instead of the .h (visual says I should, that's why)
2009-08-22 06:16:04 +00:00
jean.chalard
b2f75d45e7 J :
* Add missing files.
2009-08-22 06:01:52 +00:00
jean.chalard
3349f974f1 J :
* New interface.
* This breaks a lot of things. It is not feature-equivalent. It
  probably doesn't compile under windows and doesn't work on PSP.
* Damage is not resolved any more. This will have to be fixed.
* Blockers can't be ordered any more. This will have to be fixed.
* A lot of new art is included.
2009-08-22 05:59:43 +00:00
wagic.the.homebrew@gmail.com
bf4262c0a0 Erwan
- New shop GUI. (don't mind the back image, it will change soon)
2009-08-22 00:46:45 +00:00
solo81@web.de
ffa0c9b057 Fixed Battlewand Oak (LRW) 2009-08-22 00:39:52 +00:00
solo81@web.de
4533213bd8 Removed Cruel Revival (ONS) 2009-08-21 09:06:38 +00:00
solo81@web.de
1bf3458478 Some bug fixes 2009-08-21 09:01:53 +00:00
solo81@web.de
0bc3cbb66e Fixed Frog Tongue (TMP) and Overrun (M10) 2009-08-19 13:25:55 +00:00
solo81@web.de
9abf35fca9 Fixed Harpoon Sniper (LRW), Second Thoughts (ODY) and Solemn Offering (M10) 2009-08-19 13:13:52 +00:00
wagic.the.homebrew@gmail.com
fd8dd58706 Erwan
-language oatch tool (sync.pl) bug fix
-French _cards.dat updates to 0.8.1
2009-08-16 06:13:36 +00:00
wagic.the.homebrew@gmail.com
592713338d Erwan
- language files updates
2009-08-16 06:12:28 +00:00