Go to file
onpon4 cfeac68b36 Updated joystick controls to work well with most gamepads.
All gamepads I've come across work OK with button 2 or 3 as the primary
button, and button 1 or 4 as the secondary button. For the rest,
basically invariably, buttons 5 and 7 are the left shoulder buttons,
buttons 6 and 8 are the right shoulder buttons, button 9 is "Select"
or "Back", and button 10 is "Start". Based on this, I've changed
the gamepad controls to something that should work for most gamepads.

Also fixed some bad HTML in the documentation, and removed the
build instructions from there (they will soon be obsolete; I'm
working on replacing the hand-made Makefile with GNU Autoconf).
2015-03-01 19:59:27 -05:00
data Fixed a typo. 2015-02-27 19:21:20 -05:00
docs Updated joystick controls to work well with most gamepads. 2015-03-01 19:59:27 -05:00
gfx Added LICENSES, gave it graphics license info, replaced badly-licensed stuff 2015-02-27 12:09:51 -05:00
music Changed Klein's position in the final battle. 2015-02-28 18:56:24 -05:00
sound Replaced all sound effects with the plain Ogg sound effects from 1.2. 2015-02-26 09:06:50 -05:00
src Updated joystick controls to work well with most gamepads. 2015-03-01 19:59:27 -05:00
.gitignore Added .gitignore. 2015-02-26 10:11:44 -05:00
COPYING Added a copy of the GNU GPL. 2015-02-26 11:11:10 -05:00
LICENSES Simplified the credits. 2015-02-27 13:10:30 -05:00
Makefile Include SDL headers properly. 2015-03-01 14:26:14 -05:00