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
fe3aaeabbf3209474775135bfe22589b854fabfb
wagic
/
projects
/
mtg
T
History
guzhenjie1@gmail.com
fe3aaeabbf
Corrected Brainspoil.
2011-06-16 15:08:02 +00:00
..
Android
Added the concept of a 'flick' gesture. This uses the VelocityTracker object in Android and passes the velocity info down as an SDL joystick trackball event. We can then reinterpret this event in whatever way we like, such as up/down swipes in the deck editor (that was my initial thought, at any rate).
2011-06-11 10:30:38 +00:00
bin
Corrected Brainspoil.
2011-06-16 15:08:02 +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
Tied in my recent Android flick gesture addition to a Scroll() function. GameState now has a virtual function OnScroll() call that, by default is a no-op; each game state can choose to override how to respond to flick gestures. I've added one such override in the Deck Editor so that a flick up/down acts like the psp button up/down for scrolling between color filters.
2011-06-15 09:52:11 +00:00
src
Tied in my recent Android flick gesture addition to a Scroll() function. GameState now has a virtual function OnScroll() call that, by default is a no-op; each game state can choose to override how to respond to flick gestures. I've added one such override in the Deck Editor so that a flick up/down acts like the psp button up/down for scrolling between color filters.
2011-06-15 09:52:11 +00:00
tools
…
wagic.xcodeproj
added mtg.txt to project for easy reference
2011-05-08 13:06:19 +00:00
Windows
Stubbed out the auto-generated afx includes. They're not strictly needed for the icon inclusion.
2011-06-02 20:30:09 +00:00
Doxyfile
…
icon.png
…
LICENSE
Adding License information for Wagic and its resources, please review (should the main LICENSE file made much more complete, and copy the contents of the subfolders' LICENSE files ?)
2011-05-07 08:37:12 +00:00
Makefile
- Fixed a Bug where AI would not block any attacker in Demo mode (bug introduced in r2759)
2011-05-05 14:27:46 +00:00
mk3xx.bat
…
mtg_vs2010.sln
- Modified the windows project to use SDL as DLL, so that we all get mouse support now.
2011-05-22 21:47:31 +00:00
mtg.props
…
pic0.png
…
pic1.png
…
Res
…
template.vcxproj
Last of my warning cleanup - as of this revision, all warnings in the windows build are gone. I've turned on the 'treat warnings as errors' option in the mtg project to mirror our makefile behaviour on psp.
2011-06-03 01:07:48 +00:00
template.vcxproj.filters
Added a 'W' application icon for the Windows version. Could be improved - I didn't spend much time on it, and I also didn't bother with making versions for large icon mode, but better than nothing.
2011-06-02 18:29:23 +00:00
valgrind.supp
…
wagic_Prefix.pch
…
wagic-64x64.png
…
wagic-Info.plist
enable file sharing for iOS port. This is allows users to copy RES files directly into application
2011-05-29 09:46:27 +00:00
wagic-SDL.pro
- Defined keys translation for SDL config
2011-04-23 21:30:36 +00:00
wagic.desktop
…
wagic.pro
- Activated debug and orientation management in Android manifest
2011-04-25 10:04:44 +00:00