dborth
a155c8105e
replace keyboard/mouse code w/ code from libogc
2009-08-14 07:01:20 +00:00
dborth
9dcf4c2387
fixed controller mapping Reset button bug
2009-07-01 17:15:21 +00:00
dborth
3e76213c96
add DI_Close, don't wait for net init before entering game, add filename text scrolling, improved efficiency on text wrapping, add reset button for mappings, change video callbacks to avoid over-reading pads
2009-06-27 20:06:26 +00:00
Carl.Kenner
aec190e63f
Star Wars games, Wii Controls
2009-05-29 17:04:50 +00:00
Carl.Kenner
8947904911
Fixes for issues 96 and 113. Stops constant rumbling and stops palette flickering in Megaman 1 (by disabling palettes for that game).
2009-05-28 14:15:56 +00:00
dborth
dc33859cc4
fix compiling error
2009-05-28 07:39:35 +00:00
dborth
0998b084ea
fix exiting to game from re-entering menu
2009-05-28 04:20:04 +00:00
Carl.Kenner
e6e6774757
Castlevania GBA games
2009-05-27 23:05:14 +00:00
Carl.Kenner
da55fc906a
Fix for issue 101: Wii controls for Castlevania gameboy games.
2009-05-27 22:20:21 +00:00
Carl.Kenner
16e3e02d15
GB Palette editing (saving doesn't work yet).
...
More built-in palettes.
Palettes now fade to white correctly instead of getting brighter.
Star Wars, TMNT, Lord Of The Rings, Wii Controls.
Some (disabled) logging functions.
2009-05-27 17:31:18 +00:00
dborth
b9c609408e
fix black screenshot when returning to menu issue
2009-05-25 06:45:42 +00:00
dborth
176c4c95bd
fix black screen home button issue
2009-05-21 05:56:45 +00:00
dborth
e4e4624a29
add option to disable rumble, auto-determine if HBC stub is present
2009-05-20 05:23:49 +00:00
Carl.Kenner
a2a9290cee
Improved Mortal Kombat input. Mortal Kombat 3 extra characters.
2009-04-26 19:23:12 +00:00
Carl.Kenner
b02f07b457
Teenage Mutant Ninja Turtles (more games) and Mortal Kombat (lots of added characters, distinguishes between low and high attacks, standard moves now have normal controls).
2009-04-25 12:09:13 +00:00
dborth
f19f838274
restructure GUI, add multiplayer support, utilize new trigger input structures
2009-04-14 05:24:01 +00:00
dborth
45dc96a3d5
correction to battery level
...
better handling of multiple wiimote cursors on-screen
code refactor - move trigger class definition to gui.h
better filebrowser scrollbar
2009-04-13 08:44:19 +00:00
dborth
afd2335815
new menu
2009-04-08 07:08:12 +00:00
Carl.Kenner
5854de3131
Fix for issue 78, Gamecube rumble bug. Untested.
2009-04-07 14:23:18 +00:00
Carl.Kenner
5727662110
Much improved Wii controls, especially Zelda, now falls through to configured controls.
...
Added controls for One Piece.
Fixed in-game cursor.
Removed annoying rumble from Minish Cap items screen.
Added change list and instructions to readme.txt.
Moved some of the functions from gameinput.cpp.
I think it is ready for release.
2009-04-02 23:41:09 +00:00
Carl.Kenner
f4715d3c26
Rumble for all GBC rumble games and Drill Dozer. Rumble should work on Gamecube controller too. The following games have native rumble support: WarioWare Twisted, Drill Dozer, 10 Pin Bowling, 3-D Ultra Pinball Thrillride, Disney's The Little Mermaid II: Pinball Frenzy, Hole in One Golf, Missile Command, NASCAR Challenge, Perfect Dark, Pokémon Pinball, Polaris SnoCross, Ready 2 Rumble Boxing, Star Wars Episode I: Racer, Test Drive Off-Road 3, Tonka Raceway, Top Gear Pocket\Top Gear Rally, Vigilante 8, Zebco Fishing, and maybe some other games.
...
Also, rumble and wii-control code has been cleaned up a bit.
2009-03-20 20:22:22 +00:00
Carl.Kenner
28f2f392bd
More Wii controls for Metroid games.
2009-03-11 22:30:10 +00:00
dborth
bf304d5b82
source refactor, merge/modify more changes from Carl Kenner
2009-03-04 07:01:04 +00:00
dborth
5dcdb7e86a
update audio core to match VBA-M (BUG: static added to GBA sound!)
2009-01-10 08:03:58 +00:00
dborth
110cc7fc39
more includes updates, disable right menu stick left press on CC for back to home
2009-01-08 07:37:32 +00:00
dborth
093dca1d66
major code audit - bugs fixed, vars made static, file browser memory dynamically allocated
2008-12-30 00:10:12 +00:00
dborth
eceb311962
reset preferences now resets control mappings
2008-12-19 22:01:15 +00:00
dborth
e006e66c77
add zoom saving, widescreen
2008-10-24 06:16:15 +00:00
dborth
de7c11dd25
frameskipping tweaks
2008-10-21 07:17:07 +00:00
dborth
45b38cbb7e
rewrites of audio system
2008-10-19 19:10:55 +00:00
dborth
53958d97b0
add per-game settings for better save compatibility
2008-10-19 09:14:22 +00:00
dborth
47365d258c
fix GB <> GBA crash
2008-10-18 20:40:48 +00:00
dborth
fb1f522721
video changes
2008-10-10 05:28:16 +00:00
dborth
09ad69dbf4
video zooming works
2008-10-09 06:48:46 +00:00
dborth
af596450f7
memory based battery/state working, GC version working
2008-09-29 07:35:26 +00:00
dborth
e1c493fed1
change menu bg, zoom feature, fix controller pref bug, fix load SRAM bug
2008-09-22 05:01:57 +00:00
dborth
c3ad79eb38
fix L-R buttons, new menu bg, makefile tweak
2008-09-18 03:12:56 +00:00
dborth
0b7ed963a2
code commenting, minor changes
2008-09-17 02:27:55 +00:00
dborth
eff1bf8705
battery and saves work now, many many other improvements
2008-09-17 01:54:21 +00:00
dborth
fc4c229edc
structure/system overhaul - partially working
2008-09-16 05:42:21 +00:00