Commit Graph

320 Commits

Author SHA1 Message Date
dborth
32525770c2 fix 7z lockup, better 7z error message 2009-07-09 21:51:19 +00:00
dborth
0f9ce7ec3b prevent lockups on exit 2009-07-09 17:48:04 +00:00
dborth
7a0bfd2e44 increase cheat limit from 30 to 150 cheats 2009-07-09 04:12:28 +00:00
dborth
f01152621d delete existing cheats before loading new game, proper cheats init. avoids cheats from last game applied to next one. 2009-07-08 22:28:26 +00:00
dborth
93f2826d21 stop parsing when loading a file 2009-07-08 20:25:59 +00:00
dborth
d5e43d1048 fix performance problems with using multiple font sizes 2009-07-08 07:14:18 +00:00
dborth
ae13bd130e improvements to onscreen keyboard 2009-07-08 05:56:38 +00:00
dborth
5899078870 faster smb browsing - thread to parse directories on the fly 2009-07-07 06:35:53 +00:00
dborth
815f2abd2f preferences now only saved on exit, RAM auto-saved on power off from within a game, last browser folder is now remembered 2009-07-07 04:49:59 +00:00
dborth
98625560d4 don't change dir names for display 2009-07-07 02:27:00 +00:00
dborth
5d43ddfe01 disable debugging console 2009-07-03 13:37:31 +00:00
dborth
c555a1db68 fixed no sound on gamecube 2009-07-01 17:40:04 +00:00
dborth
7654604ec6 tidy up http code 2009-07-01 17:35:49 +00:00
dborth
d59ec81978 fixed controller mapping Reset button bug 2009-07-01 17:15:47 +00:00
dborth
5b6bcf89f3 whoops! broke auto-update! fixed. 2009-06-30 07:12:15 +00:00
dborth
671787f6e2 finalize 4.0.7 2009-06-30 06:38:08 +00:00
dborth
f61b07866a 2009-06-29 06:54:38 +00:00
dborth
671aa8d6b4 improved save file detection algorithm 2009-06-28 07:06:21 +00:00
dborth
ff46a17373 change video callbacks to avoid over-reading pads 2009-06-27 20:03:15 +00:00
dborth
5f3c4ad61d add filename text scrolling, improved efficiency on text wrapping, add reset button for mappings 2009-06-27 19:38:39 +00:00
dborth
83b4508566 don't wait for network init before entering game 2009-06-22 20:04:43 +00:00
dborth
2bfce2dd57 add DI_Close, controller reset 2009-06-22 19:58:18 +00:00
dborth
37632bdc58 fix file browser bug 2009-06-18 06:09:28 +00:00
dborth
70cdb15f83 shrink file selector font size, increase to 10 entries 2009-06-18 05:47:02 +00:00
dborth
026a1860a7 button mapping cleared on Home press 2009-06-18 04:48:26 +00:00
dborth
b80e800101 only update battery images when required 2009-06-17 07:46:10 +00:00
dborth
bb34e47633 improve 7z error messages, minor bugfixes 2009-06-16 08:38:52 +00:00
dborth
41e748fe00 bump version 2009-06-16 05:14:36 +00:00
dborth
3a5f1f06e7 correction for loading settings from usb, set widescreen to maximum size 2009-06-16 05:03:04 +00:00
dborth
17278b6332 video code cleanup/corrections 2009-06-15 08:23:19 +00:00
dborth
6bf2a1f353 change audio mode switch 2009-06-13 17:48:03 +00:00
dborth
4cd7c28bb4 fix long-standing menu "random" lockup/crashing bug. caused by Hermes' oggplayer threading. oggplayer rewritten. 2009-06-13 08:40:45 +00:00
dborth
96e0fda747 minor changes 2009-06-13 07:56:58 +00:00
dborth
2bf1663248 rewrite ogg code. better? 2009-06-13 03:59:42 +00:00
dborth
383acdaf01 fix mem card write verify bug 2009-06-13 01:57:54 +00:00
dborth
ab2bd752f0 fix savebrowser bugs 2009-06-13 01:38:21 +00:00
dborth
5c955c824e better path handling code 2009-06-12 07:47:42 +00:00
dborth
5489397e55 2009-06-07 18:00:57 +00:00
dborth
b27d4a7d09 move up audio init 2009-06-05 05:18:03 +00:00
dborth
2d47a47f51 cleanup while loop vars 2009-06-02 06:47:40 +00:00
dborth
ead421820b reduce memory fragmentation with static savebuffer 2009-06-01 21:56:31 +00:00
dborth
1d7cd4b450 bump version number 2009-05-30 18:52:29 +00:00
dborth
8a0dde5d59 fix update window causing crash, misc tweaks 2009-05-30 18:26:45 +00:00
dborth
e51775b0ad correction for home menu popping up on game load 2009-05-30 06:46:33 +00:00
dborth
dc87d5ec4a fix for SMB, misc improvements 2009-05-30 06:28:12 +00:00
dborth
57c250c1e5 more GUI logic corrections 2009-05-28 07:50:56 +00:00
dborth
ad07683e77 2009-05-28 07:11:25 +00:00
dborth
0020aee9e4 GUI behavioral corrections 2009-05-28 07:08:25 +00:00
dborth
44d23d6d43 fix exiting to game from re-entering menu 2009-05-28 04:16:41 +00:00
dborth
66df5e9c87 improve filebrowser navigation 2009-05-27 06:24:01 +00:00
dborth
cde243eff5 fix device thread sleep - keep one eye open! 2009-05-26 21:48:12 +00:00
dborth
92075a1fbf fix a missed break 2009-05-26 16:36:06 +00:00
dborth
5b18b0d1e9 finalize 4.0.5 2009-05-26 05:48:36 +00:00
dborth
b9258a7b0a fix black screenshot when returning to menu issue, variables cleanup 2009-05-25 06:47:37 +00:00
dborth
f422631a79 MakeTexture fixed 2009-05-22 21:17:06 +00:00
dborth
f9ffdcd948 extern asm function so it compiles on r18 2009-05-21 18:14:05 +00:00
dborth
7fb77963b6 formatting 2009-05-21 07:58:52 +00:00
dborth
b752684807 minor fixes 2009-05-21 05:58:19 +00:00
dborth
a59ecff899 corrections to compile on r18 2009-05-21 04:17:44 +00:00
dborth
bb53cadc3a add option to disable rumble, auto-determine if HBC stub is present 2009-05-20 05:22:50 +00:00
dborth
a8ad004214 improve device thread 2009-05-06 17:28:06 +00:00
dborth
911881421b more stable threading, file IO corrections, inline video functions 2009-05-06 06:33:57 +00:00
dborth
0695e04b42 file code suggestions from rodries 2009-05-05 22:32:58 +00:00
dborth
ff6541e476 revert turbo button changes from r323 2009-05-01 18:30:05 +00:00
dborth
918151c820 finalize 4.0.4 2009-05-01 02:44:52 +00:00
dborth
44d155512c save video mode 2009-04-27 07:49:38 +00:00
dborth
5c351075b0 improve scrollbars, add confirmation prompts, save preferences when closing game settings 2009-04-27 06:58:23 +00:00
dborth
4a2fd0d76f fix settings glitch 2009-04-23 02:43:35 +00:00
dborth
088676c674 New video mode selection in menu, video mode corrections 2009-04-22 18:21:37 +00:00
michniewski
40063aecbf 1. fixed crash on resolution change in hq2x filtering (now just treats it as original mode in such cases)
2. reimplemented superscope turbo (hold button to enable)
- updated settings to 4.0.2 to reflect 2 reduced button map sizes
2009-04-22 05:59:37 +00:00
dborth
958e159845 allow invalid VRAM access (fixes some homebrew games), menu disabled when loading a game, video mode changes 2009-04-21 21:48:22 +00:00
dborth
3655de118c improve menu close transition 2009-04-19 07:33:56 +00:00
dborth
bcdc1dc56f fix cheat file parsing, fix superscope pause button 2009-04-16 07:18:38 +00:00
dborth
e033f976b2 free memory 2009-04-15 06:33:58 +00:00
dborth
ee619670e9 file browser arrow buttons now steal focus 2009-04-15 06:31:58 +00:00
dborth
5df651b562 corrections/improvements to game saving 2009-04-15 05:55:17 +00:00
dborth
f3e034f8a0 save menu settings 2009-04-15 03:26:27 +00:00
dborth
d1fc2d085a fix gamecube home trigger bug 2009-04-14 03:20:45 +00:00
dborth
fbfc422d35 finalize 4.0.1 2009-04-13 19:36:33 +00:00
dborth
fe9d114fd0 correction to battery level
better handling of multiple wiimote cursors on-screen
code refactor - move trigger class definition to gui.h
better filebrowser scrollbar
allow all controllers to use Home button to exit in-game
2009-04-13 08:43:50 +00:00
dborth
dafe532939 draggable scrollbars 2009-04-10 08:12:37 +00:00
dborth
e6cd722300 fix in-game PAL video 2009-04-10 02:33:32 +00:00
dborth
9a65b6c3f7 enable auto loading and renaming of SRAM saves w/o Auto appended, fix for letterboxing for PAL users 2009-04-09 07:43:59 +00:00
dborth
a2f42c3fcc fix 7z files from DVD 2009-04-06 23:03:57 +00:00
dborth
9563296da3 fix turning autosave off in menu, fix keyboard, add more keyboard keys 2009-04-06 06:23:43 +00:00
dborth
6191d5f741 finalize 4.0.0 2009-04-05 01:51:56 +00:00
dborth
ad7c5a3b48 new keyboard images 2009-04-03 17:04:37 +00:00
dborth
d2fd8621b0 hq2x for non-original modes correction 2009-04-02 05:59:36 +00:00
dborth
ea88db00e2 original mode corrections 2009-04-02 05:14:18 +00:00
dborth
dc94f29f4d change filetime code 2009-04-01 18:24:45 +00:00
dborth
b5cbaedfe9 documenting, fixing update feature 2009-04-01 05:47:01 +00:00
dborth
e5b85d62a6 update images 2009-03-31 07:16:28 +00:00
dborth
138b496bd9 small bugfixes 2009-03-30 08:16:41 +00:00
dborth
de13cf6927 update comments 2009-03-28 19:03:35 +00:00
dborth
9d3f522588 change time handling, remove DI_Close() 2009-03-26 06:49:50 +00:00
dborth
c7aa8f2bd8 minor tweaks 2009-03-25 06:49:43 +00:00
dborth
26cfad4405 file code corrections 2009-03-23 05:53:21 +00:00
dborth
faea01e64f rewrite code to allow for file/directory retry on fails 2009-03-22 23:16:25 +00:00
dborth
ffec5f0799 2009-03-21 21:19:09 +00:00
dborth
56e9c8304e alignment correction 2009-03-21 21:17:09 +00:00