This website requires JavaScript.
Explore
Help
Sign In
Mahtan
/
wagic
Watch
1
Star
0
Fork
0
You've already forked wagic
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8e6a3e64f0912316efaab55fd576630b0465be48
wagic
/
projects
/
mtg
T
History
wrenczes@gmail.com
8e6a3e64f0
Apparently the code police weren't satisfied... :) Eliminating the duplicate ints & extra assignments.
2011-04-20 22:09:40 +00:00
..
bin
removed the premade evil twin avatar.
2011-04-20 20:26:28 +00:00
debian
Fixed issue 630
2011-04-16 17:43:33 +00:00
doc
A quick doc I cobbled together on how to set up on Windows to debug wagic via tethering to a psp.
2011-04-13 05:22:22 +00:00
extra
…
include
Some minor tweaks to make the image prefetching feel less flickery : when a card goes from a player's library into their hand, trigger a prefetch of the image. Also do the same thing when the AI decides on what card to play and creates an action. The idea being, new cards in play will probably want to be viewed by the player (and in the case of the AI playing a spell, we automatically show the image during the interrupt window before it comes into play). This makes for a much smoother gameplay - we have to get the image at some point anyway, and by doing it before we get to the render call, we no longer have the back card image pop up briefly.
2011-04-20 21:07:24 +00:00
src
Apparently the code police weren't satisfied... :) Eliminating the duplicate ints & extra assignments.
2011-04-20 22:09:40 +00:00
tools
…
wagic.xcodeproj
…
Doxyfile
…
icon.png
…
Makefile
Err, stupid of me. Now passing in the PSPENV flag correctly...
2011-04-19 05:49:37 +00:00
mk1xx.bat
…
mk3xx.bat
…
mtg_vs2010.sln
…
mtg.props
…
mtg.sln
…
mtg.vsprops
…
pic0.png
…
pic1.png
…
Res
…
template.vcproj
Fixed compilation times by refactoring: WResourceManager.h gets included either directly or indirectly into every header & cpp file; so does its includes & implementation details. Broke out WResourceManager into a pure virtual class that contains only the required calls, and added a WResourceManagerImpl header that contains all the dirty details that the rest of the app doesn't care about / need to know.
2011-04-20 06:27:44 +00:00
template.vcxproj
Added WResourceManagerImpl.h to the VS2010 project.
2011-04-20 06:34:58 +00:00
template.vcxproj.filters
Added WResourceManagerImpl.h to the VS2010 project.
2011-04-20 06:34:58 +00:00
valgrind.supp
…
wagic_Prefix.pch
…
wagic-64x64.png
…
wagic-Info.plist
…
wagic.desktop
…
wagic.pro
…