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
a1fd7bd508a72563ac2b237da7bf538f01a0111a
wagic
/
projects
/
mtg
T
History
wrenczes@gmail.com
a1fd7bd508
Added a simple hack so that '1 Player' will show up as the default selection for the Play menu instead of the last item in the list - in my case, the Test Suite.
2011-06-22 05:06:54 +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 Wargate.
2011-06-18 10:05:16 +00:00
debian
…
doc
…
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
Added a simple hack so that '1 Player' will show up as the default selection for the Play menu instead of the last item in the list - in my case, the Test Suite.
2011-06-22 05:06:54 +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
…
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
…
wagic.desktop
…
wagic.pro
…