Commit Graph

  • b78d25d16b Jeck - Tempory fix for missing GuiHand.h. Please commit if your copy differs. wagic.jeck 2009-09-03 20:14:29 +00:00
  • 8ea9222122 Jeck - Initialize player avatar to NULL, cleanup some minor debug leftovers. Still eventually crashes with corrupted MTGCardInstance reference. wagic.jeck 2009-09-03 20:10:59 +00:00
  • c6f319d685 Jeck - Some minor fiddling with cache. wagic.jeck 2009-09-03 19:08:09 +00:00
  • 8340fdbd5b Jeck - It wasn't emptying the cache properly, so this is a step in the right direction. I'll keep looking for more issues, though. wagic.jeck 2009-09-03 18:21:57 +00:00
  • 3db0969c0e J : * Fix the speed of the animation. * Use a Pos for the animation of the back. jean.chalard 2009-09-03 17:25:15 +00:00
  • 30e416b0b3 J : * Animation smoothing (and bugfix on slow machines). jean.chalard 2009-09-03 17:24:42 +00:00
  • 4e7b172846 J : * Code cleaning jean.chalard 2009-09-03 17:23:26 +00:00
  • dd2a541c2b J : * Fix the acting player. * This should make most things work. * I still witness some segfaults. jean.chalard 2009-09-03 17:23:03 +00:00
  • a0cc143261 J : * Some animation smoothing. jean.chalard 2009-09-03 17:21:28 +00:00
  • 1e42fc65d1 J : * Fix a leak on opening a non-existing file. jean.chalard 2009-09-03 16:05:37 +00:00
  • 4c0b0e2933 J : * Find out when a dependancy has been erased and remake the deps file anyway. jean.chalard 2009-09-03 14:12:04 +00:00
  • 37ea7f95b4 Erwan -cache fix(?) wagic.the.homebrew@gmail.com 2009-09-03 12:47:40 +00:00
  • 83d573f11e Erwan -prevent a segfault (not fixing the root cause) wagic.the.homebrew@gmail.com 2009-09-03 12:17:28 +00:00
  • e004bd3939 - hge distortion leak fix - windows project update to take into account Jecks changes wagic.the.homebrew@gmail.com 2009-09-03 11:00:21 +00:00
  • f220d2e9b9 Jeck - Cache and resource manager merged, streamlined. This is pretty major, so there'll probably be something wrong with it... even though I did spend a few hours looking. NOTES: * If you've Retrieved it, don't delete it--- Use resources.Release(Whatever). Textures automatically release subordinate quads. * Most of the time, use resources.RetrieveQuad to grab a quad. Should handle everything for you. RetrieveQuad will load the required texture, if needed. Only managed resources have a resource name ("back", "simon", etc). Managed resources can be retrieved with GetTexture/GetQuad/GetWhatever. Non managed quads lookup by position/dimensions, defaulting to the whole texture. * Use resources.RetrieveTexture only when you need to do something special to it. Calling retrieve texture with RETRIEVE_MANAGE will permanently add a texture to the manager RETRIEVE_LOCK and RETRIEVE_VRAM will lock a texture. It will not leave the cache until Release(JTexture*) is called, or as a last resort during cache overflow. * Try to only store (as a class member) pointers to textures retrieved with RETRIEVE_MANAGE. All others may become invalid, although locked textures do have a high degree of stability. It's pretty safe to store a locked texture if you're not going to load much between uses. wagic.jeck 2009-09-03 09:28:16 +00:00
  • 7214248494 J : * Some more tweaking for combat. * This still doesn't work, but it's closer. jean.chalard 2009-09-03 02:16:53 +00:00
  • a7bef9142c Erwan -removing unpackDamageStack/repackDamageStack obsolete functions wagic.the.homebrew@gmail.com 2009-09-02 12:59:55 +00:00
  • 65731051ab fixes, clean up, new wordings (TMP) solo81@web.de 2009-09-01 14:38:56 +00:00
  • 336412f006 J : * Fix PSP compilation errors * This does not magically make it work jean.chalard 2009-08-31 16:55:03 +00:00
  • cc550cf7b9 Erwan -fix righteous avengers cost wagic.the.homebrew@gmail.com 2009-08-31 12:53:18 +00:00
  • f407fa31ef J : * Display the avatar in the damaged list if the attacker has trample. jean.chalard 2009-08-31 12:35:16 +00:00
  • 0454fb20ec Erwan - fixed textures cache bug - fixed one card in TMP wagic.the.homebrew@gmail.com 2009-08-31 12:22:43 +00:00
  • ca337ad653 J : * Add missing resource jean.chalard 2009-08-31 11:59:22 +00:00
  • 794eec8bb8 Erwan -code cleanup -fix one card in TSP wagic.the.homebrew@gmail.com 2009-08-31 10:17:28 +00:00
  • 368dfb94dc try to fix Dauntless Escort (ARB) solo81@web.de 2009-08-31 08:00:30 +00:00
  • 7601834803 Removed Merrow Reejerey and Judge of Currents (LRW) solo81@web.de 2009-08-31 07:55:58 +00:00
  • 6dab048a9e J : * Interface for damage assignment. jean.chalard 2009-08-31 02:00:33 +00:00
  • c9f5519ba6 clean up, fixes (USG) solo81@web.de 2009-08-30 16:23:10 +00:00
  • 8709b6d74a Erwan -added toggle for attacker choice wagic.the.homebrew@gmail.com 2009-08-30 10:15:37 +00:00
  • e4a2c39683 Erwan -removed unneeded file wagic.the.homebrew@gmail.com 2009-08-30 10:08:29 +00:00
  • 89419f90a7 Erwan -moved card backs to Cache instead of ResourceManager wagic.the.homebrew@gmail.com 2009-08-30 08:11:38 +00:00
  • 5afd1a45a2 Erwan -some memory leaks fixes wagic.the.homebrew@gmail.com 2009-08-29 14:16:58 +00:00
  • 79fe55c71c Jeck - Quick patch to GuiCombat so it continues without the missing file. Did someone forget to commit OK.png? wagic.jeck 2009-08-29 08:39:46 +00:00
  • b13593c958 Jeck - Small fix to GameOptions theme/profile loading. wagic.jeck 2009-08-29 05:34:56 +00:00
  • cd5acb8125 JON4TH4N - fix r737 leungclj 2009-08-28 15:36:42 +00:00
  • 1496f9ecd2 J : * Really not pop out when not my turn jean.chalard 2009-08-28 15:16:03 +00:00
  • fe6e811f0b J : * Add a forgotten file. jean.chalard 2009-08-28 15:09:21 +00:00
  • 71e9a3b2cc J : * Attempt not to display when it's not my turn. Does not work because of the internals of GameObs, will ask when I get the chance jean.chalard 2009-08-28 14:22:06 +00:00
  • 2ff279fad8 J : * Order blocker interface. jean.chalard 2009-08-28 13:57:12 +00:00
  • 163d296bb5 Erwan - removed useless "color=" lines - Added color override for cards such as crimson kobolds (note: color should be after the "mana" line to avoid side effects) wagic.the.homebrew@gmail.com 2009-08-28 13:40:14 +00:00
  • bbccb9f238 Added Collapsing Borders solo81@web.de 2009-08-28 13:37:49 +00:00
  • 9396b6dff9 Clean up, wording update, big fixes (ONS) solo81@web.de 2009-08-28 13:19:22 +00:00
  • a8dfd62f3c J : * Sync class/struct jean.chalard 2009-08-28 13:13:51 +00:00
  • 2fdb669b27 Fixed some cards (EVE) solo81@web.de 2009-08-28 12:39:14 +00:00
  • 9723f18827 J : * Fix the last warning and reinstate -Werror on PSP. jean.chalard 2009-08-28 11:25:03 +00:00
  • 32204e8c37 Removed Crazed Armodon (TMP). solo81@web.de 2009-08-28 09:40:33 +00:00
  • d1f6cdcd96 Jeck - Some warnings cleanup. wagic.jeck 2009-08-28 05:40:10 +00:00
  • e5bbbb358f J : * Fix a few compilation issues. jean.chalard 2009-08-28 01:58:57 +00:00
  • 62e12380a4 Jeck - Stopgap update fixing WResourceManager slowdown until complete rewrite. wagic.jeck 2009-08-27 23:24:55 +00:00
  • c5b530bd3b Jeck - Forgot to commit headers. Ooops. wagic.jeck 2009-08-27 14:13:39 +00:00
  • db1730ee7f Jeck - Fixed issue with destructor not being called on OptionProfile, split settings into tabs. wagic.jeck 2009-08-27 14:08:38 +00:00
  • 99aa284431 Erwan -code cleanup -memory leaks fixes wagic.the.homebrew@gmail.com 2009-08-27 13:32:12 +00:00
  • 890c893c94 Erwan -a few warning fixes wagic.the.homebrew@gmail.com 2009-08-27 13:11:29 +00:00
  • a18b163b17 Erwna -replace "new" with "NEW" for memory leak detection wagic.the.homebrew@gmail.com 2009-08-27 12:48:54 +00:00
  • b02dc11f0d JON4TH4N - reverted leungclj 2009-08-27 08:49:02 +00:00
  • 807eea7ddb Jeck - As prior, but for sounds and music as well. Use CommonRes->ssLoadMusic / CommonRes->ssLoadSample. wagic.jeck 2009-08-27 06:31:38 +00:00
  • 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. wagic.jeck 2009-08-27 05:58:26 +00:00
  • c6406737c5 Erwan -fixed a few cards wagic.the.homebrew 2009-08-27 04:56:32 +00:00
  • 6728794ce9 Jeck - Quick crashfix when loading without a profiles directory, slight keypad modifications. wagic.jeck 2009-08-27 03:17:25 +00:00
  • 5aa0aa9374 Several card fixes solo81@web.de 2009-08-26 23:04:57 +00:00
  • 355ee7a271 Jeck - Support for user profiles, preliminary theme support, virtual keypad, options GUI update. Still a bit unorganized, but it works. wagic.jeck 2009-08-26 20:13:09 +00:00
  • 0dfa3f2e16 Erwan -fixesRockslide Elemental, Welkin Hawk -Added messages for Manapool updates -Cleaned up ManaProducer code wagic.the.homebrew@gmail.com 2009-08-26 14:30:24 +00:00
  • 5e18cdb25d J : * Fix the mana consume event so as to consume the right number of manas jean.chalard 2009-08-26 14:25:55 +00:00
  • 4d3c6394a8 Erwan -Creakwood liege bug fix wagic.the.homebrew 2009-08-26 00:34:39 +00:00
  • 3b8f5fdd7e Erwan - a few card fixes wagic.the.homebrew@gmail.com 2009-08-25 12:50:16 +00:00
  • fb0dccb7f3 Erwan -added possibility for tester to take control of the test suite wagic.the.homebrew@gmail.com 2009-08-25 11:55:07 +00:00
  • 0454d39f79 Erwan -fixed GameObserver::receiveEvent wagic.the.homebrew@gmail.com 2009-08-23 10:52:10 +00:00
  • a2149131fb Erwan - fix bug eventBlocker wagic.the.homebrew@gmail.com 2009-08-23 10:48:06 +00:00
  • 846f3b2ffc Erwan - Fixed some segfaults in Test suite wagic.the.homebrew@gmail.com 2009-08-23 10:22:54 +00:00
  • de8404df97 JON4TH4N - fixes, need confirmation leungclj 2009-08-23 03:49:31 +00:00
  • 6fdc87ef92 JON4TH4N - since when indestructible was working? leungclj 2009-08-23 03:16:45 +00:00
  • b9d1f86c59 JON4TH4N - fix leungclj 2009-08-23 03:06:45 +00:00
  • f988ff04cb Erwan - Test suite "fixed". Tests involving combat (almost all of them) fail. Also 4 tests generate segfaults wagic.the.homebrew@gmail.com 2009-08-22 23:57:14 +00:00
  • 61ebbbe497 Erwan - shop shows default thumbnails if no image available wagic.the.homebrew@gmail.com 2009-08-22 12:31:14 +00:00
  • a59fb35d78 -AlternatRender calls fixes -Replaced "borderline" default cards design with something more generic wagic.the.homebrew@gmail.com 2009-08-22 12:12:43 +00:00
  • 34126f2393 Erwan - a few graphical fixes in shop and DeckViewer wagic.the.homebrew@gmail.com 2009-08-22 10:42:15 +00:00
  • 53ebe1de79 J : * Use dt for the hand opening animation. jean.chalard 2009-08-22 07:59:21 +00:00
  • 01d68f9b3c Erwan -windows makefile update wagic.the.homebrew@gmail.com 2009-08-22 07:04:54 +00:00
  • 9eccae4e1e J : * Unify struct/class for HandLimitor. jean.chalard 2009-08-22 06:46:08 +00:00
  • 384fd1ad08 J : * Fix a warning jean.chalard 2009-08-22 06:43:49 +00:00
  • 1a4b90f71d J : * Some compile warnings/errors fixed jean.chalard 2009-08-22 06:39:29 +00:00
  • f2ac56a7e2 J : * Define const values in the cpp file. jean.chalard 2009-08-22 06:33:32 +00:00
  • 60be60b793 J : * Help visual understand the scope of loop-defined iterators. jean.chalard 2009-08-22 06:30:59 +00:00
  • 8f8db8df14 J : * Stop using the deprecated drand48(). * Define constants in the cpp file. jean.chalard 2009-08-22 06:27:03 +00:00
  • 73d27eec05 J : * Unify Pos' forward declarations with its definitions. jean.chalard 2009-08-22 06:18:33 +00:00
  • f4ee432765 J : * Define floats in the .cpp instead of the .h (visual says I should, that's why) jean.chalard 2009-08-22 06:16:04 +00:00
  • b2f75d45e7 J : * Add missing files. jean.chalard 2009-08-22 06:01:52 +00:00
  • 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. jean.chalard 2009-08-22 05:59:43 +00:00
  • bf4262c0a0 Erwan - New shop GUI. (don't mind the back image, it will change soon) wagic.the.homebrew@gmail.com 2009-08-22 00:46:45 +00:00
  • ffa0c9b057 Fixed Battlewand Oak (LRW) solo81@web.de 2009-08-22 00:39:52 +00:00
  • 4533213bd8 Removed Cruel Revival (ONS) solo81@web.de 2009-08-21 09:06:38 +00:00
  • 1bf3458478 Some bug fixes solo81@web.de 2009-08-21 09:01:53 +00:00
  • 0bc3cbb66e Fixed Frog Tongue (TMP) and Overrun (M10) solo81@web.de 2009-08-19 13:25:55 +00:00
  • 9abf35fca9 Fixed Harpoon Sniper (LRW), Second Thoughts (ODY) and Solemn Offering (M10) solo81@web.de 2009-08-19 13:13:52 +00:00
  • fd8dd58706 Erwan -language oatch tool (sync.pl) bug fix -French _cards.dat updates to 0.8.1 wagic.the.homebrew@gmail.com 2009-08-16 06:13:36 +00:00
  • 592713338d Erwan - language files updates wagic.the.homebrew@gmail.com 2009-08-16 06:12:28 +00:00
  • 8f5e60ebd5 Laurent - small Bug fix ARB wagic.laurent 2009-08-15 17:00:57 +00:00
  • 02d6e5e8f7 Erwan - InGame Text display is now an option - Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing) - added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo wagic.the.homebrew@gmail.com 2009-08-14 13:17:58 +00:00
  • c757a791c2 Erwan - removed viridian shaman - small bug fixes wagic.the.homebrew@gmail.com 2009-08-11 13:23:14 +00:00
  • b822d841a0 refixed r675 solo81@web.de 2009-08-11 06:05:59 +00:00