Commit graph

  • 497e6656cf now files in Data/ don't overwrite previously copied ones on the post-build step. Shawn Hoffman 2008-11-12 18:48:28 +0000
  • 45d511dc49 Changed emulated wiimote setting. I'll add an option for this instead. John Peterson 2008-11-12 15:56:42 +0000
  • b698ea376d Fixed emulated Wiimote again. Improved keyboard/gamepad controls for Wario Land. John Peterson 2008-11-12 15:03:21 +0000
  • 85abf9d5f9 just a small building fix for the windows post-build process. should help ppl who's dolphin folder is in a directory with spaces like Documents and settings daco65 2008-11-12 13:07:25 +0000
  • 3d56c23904 get rid of the old WII folder and put DSP.ini where it belongs Shawn Hoffman 2008-11-12 10:03:42 +0000
  • bde5118cfb no need for // nakeee 2008-11-12 09:31:35 +0000
  • 60e39d5ec6 forgot seps nakeee 2008-11-12 08:58:06 +0000
  • 00d554c599 Moved maps dir nakeee 2008-11-12 08:33:56 +0000
  • 4fd6b746d9 small fix nakeee 2008-11-12 08:16:09 +0000
  • 1e2120d5f2 moved logs dir nakeee 2008-11-12 08:11:59 +0000
  • a8c6e370e3 StateSaves dir now in new structure nakeee 2008-11-12 07:57:30 +0000
  • 1a7fd90538 removing only directories nakeee 2008-11-12 07:44:58 +0000
  • f7cb34f1e0 Migration to the new dir struct (in code only!, no deletion of old dirs...yet). VS projects copy Data/* to Binary/<arch>. Added SConscript to some projects where it was missing. This is the time to move over all your files! Shawn Hoffman 2008-11-12 04:54:17 +0000
  • 8c7d7a6c36 Change Data/User/GC/Cards/<region> to Data/User/GC/<region>. It just makes more sense to be similar to Data/Sys/GC/ Shawn Hoffman 2008-11-12 04:39:06 +0000
  • de170ee9fd just some minor actionreplay fixing for codes that used 03 size daco65 2008-11-11 23:57:59 +0000
  • d6f2a0f2e9 I could write a comment to since I'm at it. John Peterson 2008-11-11 23:55:59 +0000
  • ffa2b49903 Wii sound fix. May remove the broken sound that was sometimes heard in Wii Sports. John Peterson 2008-11-11 23:35:51 +0000
  • 47dfc9ad38 moved Gameini dir on linux to User/GameConfig nakeee 2008-11-11 22:12:36 +0000
  • 5e2142a901 more path updates Dolphin.ini moved to User/Config on linux waiting for windows ppl to do their job:P nakeee 2008-11-11 22:00:09 +0000
  • 5bbde79642 trying to add sym links nakeee 2008-11-11 21:18:44 +0000
  • b47f349c96 Got rid of default Dolphin.ini Default plugins are now in Paths.h Important note for scons users, plugin names now match the one on windows!!! make sure to remove the old ones!! and update your .ini!! nakeee 2008-11-11 20:59:48 +0000
  • fa1c90a411 linux build fixes. I don't know why ConfigMain is sized oddly on linux. Shawn Hoffman 2008-11-11 19:09:52 +0000
  • 7df9681bc2 revert accidental dolphin.ini commit Shawn Hoffman 2008-11-11 18:48:43 +0000
  • eaf0f3b583 Wii Sports sound works John Peterson 2008-11-11 18:46:48 +0000
  • e6a34eed9f update gameconfig files so they match new format given by ISOProperties, add missing map file from new sir structure. Shawn Hoffman 2008-11-11 18:41:46 +0000
  • e3f9886c72 GUI updates: filesystemviewer is now ISOproperties, beginning of gameconfig (gameini) editing. Some misc cleanup here and there. Shawn Hoffman 2008-11-11 18:39:09 +0000
  • e2f687470b Added Wii Sports AX CRC John Peterson 2008-11-11 17:24:37 +0000
  • 9e2b3436b6 Added DSP HLE mail case (used in Pokemon). John Peterson 2008-11-11 16:41:45 +0000
  • cfcd1b6dd5 Another small DSP HLE update. John Peterson 2008-11-11 16:28:46 +0000
  • f38b1688cc Small DSP HLE update. Some AX Wii games now play noise (Top Spin 3, Wario Land). John Peterson 2008-11-11 08:10:09 +0000
  • 2a4e584e02 Linux compiling fix Sonicadvance1 2008-11-11 07:31:40 +0000
  • 8373b94fd2 small update, adds check to importFile so only one save per game allowed, adds check to remove file so removing last file on memcard will not corrupt it LPFaint99 2008-11-11 07:01:47 +0000
  • 70837bb034 replace m_VtxDesc.Tex7Coord that I missed Shawn Hoffman 2008-11-11 04:50:39 +0000
  • 1ceee92770 Since m_VtxDesc.Text7Coord is broken across a 32 bit word boundary, retrieve its value manually. If we didn't do this, the vertex format would be read as one bit offset from where it should be, making 01 become 00, and 10/11 become 01. Among the benefits of this fix: Zelda Wind Waker no longer crashes when you view the map. see http://forums.ngemu.com/dolphin-discussion/114035-those-pesky-bit-fields.html Shawn Hoffman 2008-11-11 04:44:41 +0000
  • 7c1bd6bc6c fix for silly crash in wii mode hrydgard 2008-11-10 23:21:05 +0000
  • 48bce5a05a Map ARAM to MEM2 on Wii the way I think it works. If this breaks stuff or is wrong, please tell me or revert. hrydgard 2008-11-10 21:54:11 +0000
  • 6fe351bef9 Typo John Peterson 2008-11-10 21:49:54 +0000
  • c26920efb6 Oops, fixed mistake John Peterson 2008-11-10 21:48:15 +0000
  • 0f4b41d5ea Small DSP HLE change John Peterson 2008-11-10 21:41:24 +0000
  • 668085e5a1 Fixed typo John Peterson 2008-11-10 20:41:02 +0000
  • fe19642762 Small changes to DSP HLE. Still no sound in Wii AX. Blocks are turned on but something is wrong, it seems like cur_addr was not moving (in Top Spin 3), if I understand the log correctly. John Peterson 2008-11-10 20:32:36 +0000
  • 145d868585 fix to compile on linux (itoa is not standart please don't use it..) nakeee 2008-11-10 19:30:16 +0000
  • 814aa547ac Added mail viewer to the HLE DSP plugin. Use it by selecting Mail > Scan mails in the sound debugger. John Peterson 2008-11-10 10:32:18 +0000
  • 6492b21367 missing file on scons nakeee 2008-11-10 09:30:36 +0000
  • 9199d1a3bc Added texture converter to convert textures between GX and GL formats using fragment programs. Currently only YUYV <-> RGB is supported, but other formats will be added in the future. Hopefully using fragment program conversion over the current software texture conversion will help movie playback. donkopunchstania 2008-11-10 07:12:14 +0000
  • 814d3ddb0e small code fixes nakeee 2008-11-09 20:55:04 +0000
  • 475daf0331 struct fix hrydgard 2008-11-09 20:17:07 +0000
  • ee3dae4952 More AX hrydgard 2008-11-09 19:54:51 +0000
  • 35e8951f99 oops, left logging on hrydgard 2008-11-09 18:48:40 +0000
  • 8a0fea72e6 More AX Wii work - ax parsing corrected (hopefully), still no sound :p hrydgard 2008-11-09 18:38:15 +0000
  • 860ffe9541 Some preparations for Wii AX (much work remains) hrydgard 2008-11-09 16:19:30 +0000
  • 530fb9ba3d Assorted warning fixes, small mixer improvement when both DTK and HLE audio are used hrydgard 2008-11-09 13:17:17 +0000
  • 42a515ba76 a small fix when not using stretch and a small code move omegadox 2008-11-09 00:28:12 +0000
  • d2bbd6bda2 ImportFile and RemoveFile "fixed", should not cause corruption anymore, but still needs more work LPFaint99 2008-11-08 20:34:43 +0000
  • 8684b734e8 cleaner cpu string, a better error message hrydgard 2008-11-08 14:28:28 +0000
  • 8be6beed6a DC WIP: fifo set/reset hack memberTwo.mb2 2008-11-08 14:20:27 +0000
  • 83b8527085 Some Wiimote to Gamepad translations for Wario Land Shake It John Peterson 2008-11-08 06:31:18 +0000
  • 3303639a6e Fixed stretch to fit for separate render window omegadox 2008-11-08 04:09:40 +0000
  • 825335fc2c Readded log manager changes, now with a LOGV function to use the verbosity levels. John Peterson 2008-11-07 20:08:31 +0000
  • 47f103567c Another small change John Peterson 2008-11-07 20:07:09 +0000
  • eb6afb7c05 Small changes that were lost in revision 936. John Peterson 2008-11-07 20:01:06 +0000
  • 6d6199a6e6 Added keyboard buttons to wiimote plugin. Todo: add a config window to configure the keys. John Peterson 2008-11-07 19:58:55 +0000
  • 3bd72c5e3f revert memcardmanager.cpp changes made in r926 Shawn Hoffman 2008-11-07 19:13:31 +0000
  • 5a9b38d639 small cleanup on info in caption / statusbar omegadox 2008-11-07 04:37:50 +0000
  • 256474bd0e now AR only shows the names of active codes instead of all available codes in the ini... daco65 2008-11-06 22:05:55 +0000
  • 03d5443636 it seems that "rename" overwrites files... fires.gc 2008-11-06 22:01:09 +0000
  • f9ea76451d daco65 2008-11-06 11:18:29 +0000
  • 2e4cde02fd added comments and a fix. omegadox 2008-11-06 03:48:03 +0000
  • 9c4b7a4548 Small Fill and Slide fix. omegadox 2008-11-06 03:39:48 +0000
  • 135b6e1eb8 added close event so application got shutdown correctly fires.gc 2008-11-05 22:58:26 +0000
  • 46c284f7a9 enable auto-connection-"hack" for linux fires.gc 2008-11-05 22:37:23 +0000
  • 2bbbebbfca shutdown fix for wiimote plugin fires.gc 2008-11-05 22:17:09 +0000
  • f122106b61 Workaround for shutdown opengl plugin if you are render to window. It hangs in a message box (wglMakeCurrent(NULL,NULL) fails) which you cant see and so cant click away. fires.gc 2008-11-05 21:59:54 +0000
  • fafbbdfee5 wiimote code cleaning fires.gc 2008-11-05 21:05:43 +0000
  • e19f01c33b another wii banner fix fires.gc 2008-11-05 21:05:04 +0000
  • bcb0fa6178 just some gameini cleanup/code deactivation daco65 2008-11-05 19:16:52 +0000
  • 4aed4eb1c7 small fix - games without banners aren't cached anymore so wii banners will be shown correctly fires.gc 2008-11-05 19:07:38 +0000
  • 4e4bbdfa45 added missing binaries fires.gc 2008-11-05 19:06:15 +0000
  • e37a283886 compile fix for windows fires.gc 2008-11-05 18:54:28 +0000
  • 5e300155da added native wiimote support. The new native wiimote support isn't stable and works for windows only. Follow this tutorial (http://www.wiibrew.org/wiki/Wiimote/Windows_Tutorial) to connect your wiimote and verify that your connections is established (you can do this is one of the wiiuse sample demos). After that start dolphin. At the beginning LED4 of your wiimote should be enabled and after the wii program has established its own connection only LED1 must be enabled. DONT ASK FOR MULTI-WIIMOTE SUPPORT :) Have fun fires.gc 2008-11-05 17:15:00 +0000
  • c208b1bc60 added special wiiuse version fires.gc 2008-11-05 16:46:30 +0000
  • c429c7e275 save settings on close config dialog... dolphin crashes by far to often to save the settings on closing only fires.gc 2008-11-05 12:02:35 +0000
  • ff084ad22a wip of IPC fires.gc 2008-11-04 21:34:12 +0000
  • ffe1a671ea added files and svn ignore settings to the new file structure Shawn Hoffman 2008-11-04 21:20:12 +0000
  • 2812dc0dd9 Begning of new Data dir issue 258 nakeee 2008-11-04 20:57:50 +0000
  • c50a200ae6 some minor fixing daco65 2008-11-04 13:05:01 +0000
  • 18d1a2748a added Harvest moon NTSC thx to zenmanorg daco65 2008-11-04 11:10:10 +0000
  • b6b61f0a9f changed ConfigMain and ogl config. Shawn Hoffman 2008-11-04 09:56:25 +0000
  • 1473512180 Tons more Microphone work, due to me sucking, it doesn't work yet though. Sonicadvance1 2008-11-04 09:05:10 +0000
  • ac3c29108c Removed inverting the depth, still needs to be removed from config, and I also cleared up a line of code that was annoying to look at Sonicadvance1 2008-11-04 05:49:48 +0000
  • 73b7b22214 Stabby Stabby old BBA code since I didn't even know wth was going on, and I still don't Sonicadvance1 2008-11-04 03:03:32 +0000
  • 712a391cb8 Removed the Projection Hacks since the Original Projection was correct, I never ment to commit those projection changes anyway ;p Sonicadvance1 2008-11-04 01:38:20 +0000
  • 50e05669c3 ini's added thx to zenmanorg. these are mystic heroes(NTSC),animal crossing(NTSC), hot weels (ntsc) , P.N. 03 (PAL), Lost kingdoms (NTSC) and mario party 5 (ntsc) daco65 2008-11-04 01:33:12 +0000
  • 5507cc7b95 fixed the iso list refreshing (no more 10 times battalion wars shuffle :P ) and did some cleanup of the option to cache the iso's or not (which is now automatically anyway) and i see no reason why it should ever be optional o.O daco65 2008-11-03 17:18:35 +0000
  • caa9a0bf2b compile on linux nakeee 2008-11-03 16:36:50 +0000
  • f274a86de8 crash fix - missing parameters in a vprintf can crash the program fires.gc 2008-11-03 15:21:13 +0000
  • c74a30b486 bugfix - GameListItem hasn't created the ISOCache folder fires.gc 2008-11-03 15:20:23 +0000
  • 4ad86ef180 added caching on GameListItem level and disabling current one... prolly it is a little bit slower, but it is robust fires.gc 2008-11-03 11:03:36 +0000
  • 5e261fbec3 GP fifo reset fix (ZWW reset in DC at least). revert r1051 for ppl who don't own quadcore :p memberTwo.mb2 2008-11-03 09:01:14 +0000
  • d62d517c72 fixed gamelist cache not dealing with long longs correctly :) Shawn Hoffman 2008-11-03 06:55:59 +0000