Commit graph

  • 61f6c097f4 Wiimote status: disabled logging John Peterson 2008-12-09 21:46:12 +0000
  • d01e05b7b5 make all disassembler calls threadsafe .. hopefully. hrydgard 2008-12-09 21:24:12 +0000
  • 6bf333c893 Remove WX stuff from core (boo!) hrydgard 2008-12-09 20:33:40 +0000
  • 433af9510d Added MP3 PAL INI omegadox 2008-12-09 18:19:11 +0000
  • 736409632e compile fix on linux nakeee 2008-12-09 18:10:16 +0000
  • 7f7f4e8ac2 Build settings: Fixed the win32 Release linking with a /NODEFAULTLIB:msvcrt.lib, DebugFast still doesn't link John Peterson 2008-12-09 17:07:26 +0000
  • 743a12f53e Made the Wiimote status go away in GC mode John Peterson 2008-12-09 14:57:55 +0000
  • 5c75ba6177 Fixed DebugFast wxAdv28 build to avoid wxOnAssert linking errors John Peterson 2008-12-09 14:07:51 +0000
  • 3c63813971 Fix to commit John Peterson 2008-12-09 05:41:55 +0000
  • fee145244c Wiimote: Added optional status icons for the Wiimote speaker and leds. And a few other small changes. John Peterson 2008-12-09 05:37:15 +0000
  • 668337eb84 convert the register window to wxGrid, allows multiplatform colors. fix wxw debug build error msg. Shawn Hoffman 2008-12-09 05:29:14 +0000
  • 5ede71fb84 Turned on logging with debugging in windows John Peterson 2008-12-09 03:14:44 +0000
  • 9b801927fa MP3 PAL speedhack memberTwo.mb2 2008-12-08 23:22:44 +0000
  • b3421467ad add support for all seek modes (wii nand file i/o) hrydgard 2008-12-08 22:02:06 +0000
  • 9d3d76837e Fix logging at startup (i383). memberTwo.mb2 2008-12-08 21:38:38 +0000
  • 8566df386b oops bushing 2008-12-08 11:59:51 +0000
  • f0758fc3e2 begin using GetUserDirectory() bushing 2008-12-08 11:34:26 +0000
  • d5c9afd449 Xquartz doesn't support XF86VidMode, nor does it support fullscreen mode bushing 2008-12-08 09:58:02 +0000
  • d26dabd3b9 redefine LOGV macro to avoid use of __Logv -- makes compiling easier bushing 2008-12-08 09:56:05 +0000
  • cda50a3a82 add missing include bushing 2008-12-08 09:55:02 +0000
  • 6f21c69828 Look for plugins in Dolphin.app/Contents/PlugIns on OS X bushing 2008-12-08 09:53:38 +0000
  • 05e9ae0f6f chdir to ~/Library/Application Support/Dolphin on OS X, to place our user root there bushing 2008-12-08 09:52:30 +0000
  • 49cfded60b set svn:eol-style=native for **.cpp bushing 2008-12-08 05:30:24 +0000
  • 901fe7c00f set svn:eol-style=native for Plugins/**.cpp bushing 2008-12-08 05:25:12 +0000
  • 9146b9b261 set svn:eol-style=native for Externals/**.cpp bushing 2008-12-08 05:17:03 +0000
  • 18ceeda47a set svn:eol-type=native for **.c bushing 2008-12-08 04:58:11 +0000
  • 30c883bcfc set svn:eol-style=native for **.h bushing 2008-12-08 04:46:09 +0000
  • e6fe5ec42f set svn:eol-style=native for Externals/**.h bushing 2008-12-08 04:36:27 +0000
  • bbb98d8e2e testing svn:eol-style=native on one file bushing 2008-12-08 03:32:03 +0000
  • cad517866e add partial support for building the plugins bushing 2008-12-08 03:22:31 +0000
  • 0ab3ee9dfb Teach Dolphin that dynamic libraries end in .dylib on OS X bushing 2008-12-08 03:13:06 +0000
  • f5fa53a397 Fix to last commit John Peterson 2008-12-08 01:55:43 +0000
  • 9e0439a193 Elf loader etc: Added command line elf loader so I can build and run homebrew with F5, use it with -e file.elf. Made some comments towards finding why lwbt fails to complete the HCI negotiation. I found that it worked in revision 800 so I will try to figure out what broke it along the way. Made some other small changes. John Peterson 2008-12-08 00:25:01 +0000
  • 7f00e271e5 some nowx fixes nakeee 2008-12-07 22:42:49 +0000
  • 41eabbf3d6 Compile fix LPFaint99 2008-12-07 22:40:27 +0000
  • a683d2f5d3 no need for dis. It's done by wx (and the function is not portable) nakeee 2008-12-07 21:57:51 +0000
  • cd24b37924 can run dolphin by double clicking (osx) nakeee 2008-12-07 21:13:26 +0000
  • 50c215a067 Forgot glu nakeee 2008-12-07 19:13:44 +0000
  • 0b7252b8f5 more small fixes nakeee 2008-12-07 19:09:14 +0000
  • fcfb8ffdd5 some scons fixes nakeee 2008-12-07 17:09:40 +0000
  • 3f4d2633dd ULL nakeee 2008-12-07 16:15:46 +0000
  • 3b20086dc3 Fixed Homebrew again John Peterson 2008-12-07 10:51:48 +0000
  • 9d9c2fc983 Wii IOS: Some comments, logging changes and other small changes, no noticeable effects except that the MP3 WiiConnect24 error message has changed John Peterson 2008-12-07 10:15:36 +0000
  • fd0cb4afaa missing define nakeee 2008-12-07 07:06:25 +0000
  • 1b66c63625 windows build fix. nakee, what were you thinking >.> Shawn Hoffman 2008-12-07 03:07:21 +0000
  • f9f80ed365 Copy EFB to texture alignment fix thanks to slink omegadox 2008-12-07 02:23:25 +0000
  • 98f40d80b7 a not that is not suppose to be a not nakeee 2008-12-07 00:28:00 +0000
  • a9b2738a36 Test for libs not OS nakeee 2008-12-07 00:22:10 +0000
  • e7dacb5655 cleanup: delete old files and don't use SanitizePath where it's not needed. Shawn Hoffman 2008-12-07 00:12:15 +0000
  • 38708f2976 another small cleanup of sconsx nakeee 2008-12-06 23:32:10 +0000
  • 5f11ae5dbd some more scons cleanup nakeee 2008-12-06 22:28:32 +0000
  • 5a3ee9d7af Fixed the flashing problems in MP3 John Peterson 2008-12-06 11:13:57 +0000
  • 5712a74ffd Fix for memcard manager, now exporting and copying, deleting saves on pages other than page one will work correctly LPFaint99 2008-12-06 09:29:44 +0000
  • 7b2e74b6fe Dolphin can now be built on OS X using Xcode instead of scons. bushing 2008-12-06 03:31:24 +0000
  • e0f1a3b9cf don't include stdafx.h on OS X bushing 2008-12-06 03:19:25 +0000
  • 3edc2bfdfa make blend50 portable bushing 2008-12-06 03:18:10 +0000
  • 14ff55d13b add support for GCC 4.0 bushing 2008-12-06 03:17:42 +0000
  • 5c805163bf replace per-platform DIR_SEP and DIR_SEP_CHR with "/" and '/', cleanup some wii fs things, made CWII_IPC_HLE_Device_fs::ExecuteCommand DELETE_FILE also delete the device if it's a dir. Shawn Hoffman 2008-12-05 20:00:34 +0000
  • 116509985a More portable file management. Verify on linux and check Wii's un-save-able games. XTra.KrazzY 2008-12-05 17:04:15 +0000
  • 064d45024c (requires review for windows/mac) Fix up so that various libraries wont be fatal for build with scons wiiuse lib is used only if HAVE_WIIUSE is defined to 1 made major cleanup for darwin and osx64 nakeee 2008-12-05 13:46:19 +0000
  • be3094b6b3 Hey Look, Register window in Linux works now! Maybe we should use the same method for Windows, instead of the OS specific one? Also, I will probably make a window similar to this for video registers, so I can debug them. Fun for all! Sonicadvance1 2008-12-05 06:01:53 +0000
  • bc3a7bdce3 Better tlut hash for fixing MPs font. Didn't notice any slowdown for now. memberTwo.mb2 2008-12-04 22:55:17 +0000
  • 83e4bd2e5f Fix MP1 & MP2 texture font issue. Not very robust but the general idea is there :p memberTwo.mb2 2008-12-04 20:21:32 +0000
  • 42e485ba0b Rename fix. Save files are now being created XTra.KrazzY 2008-12-04 19:34:35 +0000
  • 6ea10dfa22 PPCTables Housekeeping... XTra.KrazzY 2008-12-04 19:17:37 +0000
  • f3fb99446d stwcxd and lwarx are now emulated properly. Sonic Unleashed boots! XTra.KrazzY 2008-12-04 19:12:09 +0000
  • aa05c2173e correct TexDecoder_GetTextureSizeInBytes. memberTwo.mb2 2008-12-04 15:51:53 +0000
  • a54e7ba3ad bluez detection nakeee 2008-12-04 15:15:21 +0000
  • f767128244 fix compile on mac nakeee 2008-12-04 14:29:24 +0000
  • f66b7999d8 Fix windows build. Fix InterlockedIncrement for old gcc. TOTEST on linux. memberTwo.mb2 2008-12-04 13:43:03 +0000
  • 2e9ffbc136 query replace mistake nakeee 2008-12-04 12:07:38 +0000
  • c6e1418ab3 forgot a file nakeee 2008-12-04 11:59:03 +0000
  • b64877d464 merged windows/linux atomic operations, please test on windows nakeee 2008-12-04 10:58:45 +0000
  • 9692fca60e windows build fix for Plugin_PadSimple/Src/PadSimple.cpp omegadox 2008-12-04 09:30:59 +0000
  • e3fb58769c Some more work on stwcxd and lwarx XTra.KrazzY 2008-12-04 05:53:10 +0000
  • 15e3fbc299 Changing PadSimple to use XkbSetDetectableAutoRepeat instead of XAutoRepeatOff This way we don't have to care about turning it back on, and if we crash or get killed everything is still fine (user won't have to turn it manually on) mizvekov 2008-12-04 02:53:13 +0000
  • a37376f1cd removed old logging left over nakeee 2008-12-03 21:35:36 +0000
  • b08352d1e4 Some clean up delete devices after reply nakeee 2008-12-03 21:17:49 +0000
  • c16732a012 print device id on open nakeee 2008-12-03 19:36:47 +0000
  • eecbfa3445 0 seems to be ok nakeee 2008-12-03 06:42:21 +0000
  • 27dc595d7c move enum to include added log message nakeee 2008-12-03 06:34:29 +0000
  • 395129d2c4 More work. Must press calibrate to figure out the min and max first. Triggers are annoying in Linux, because each is treated as a different axis from 0 to 255. but Windows it's from -255 to 25. It keeps setting the pressed button to the l-Trigger in Linux because of this. Must do more work. Sonicadvance1 2008-12-03 02:33:02 +0000
  • ab36429fb0 making sense of if nakeee 2008-12-02 22:52:02 +0000
  • d8a26fe9e0 stwcxd clarification (no implementation, as of yet, let alone a JIT one) XTra.KrazzY 2008-12-02 21:16:09 +0000
  • dc3f3eb190 warning fixes + compile on linx nakeee 2008-12-02 10:50:58 +0000
  • afbed76fe7 get rid of .os files, add nJoy Test to Dolphin.sln Shawn Hoffman 2008-12-02 05:00:18 +0000
  • f27a08cf7f Improve the Patch editor a bit, it now works fine for viewing entries at least. Shawn Hoffman 2008-12-02 04:25:52 +0000
  • 4df7675d19 Commiting a Linux fix, and along with it is my current work on the nJoy plugin to make it better and use axises as buttons, buttons as axises, and axises as the triggers. Sonicadvance1 2008-12-02 01:08:21 +0000
  • e033e31064 fixed up CopySettingsFile and idef'd away MSWDrawSubItem Shawn Hoffman 2008-12-02 00:12:42 +0000
  • 9a7a02fe63 bugfixes for patches and isoproperties (and starting on edit/add patches) Shawn Hoffman 2008-12-01 20:55:45 +0000
  • 81a6a7b932 ZWW ini patch fixes omegadox 2008-12-01 18:02:36 +0000
  • 751124bb68 small fixes nakeee 2008-12-01 15:41:02 +0000
  • 159d33a251 FileUtil: Fixed CreateDirectoryStructure(), I don't think you can use double quotes "" in find, it must be '' John Peterson 2008-12-01 12:18:50 +0000
  • 0e6f7853c9 I love my call stack nakeee 2008-12-01 10:31:03 +0000
  • af570b17dc Engrish. :) Laurence Muller 2008-12-01 09:49:24 +0000
  • 8485f108e1 Wii IOS /dev/fs IOCTL_READ_DIR: Made Mario Kart make a save file again John Peterson 2008-12-01 09:27:03 +0000
  • e6022acf26 small fixes nakeee 2008-12-01 08:34:51 +0000
  • 356f57baec revert loop_counter to memory - might fix the 32-bit crashes hrydgard 2008-12-01 08:20:34 +0000
  • 9549abb74d Typo John Peterson 2008-12-01 07:59:16 +0000
  • 1a9192d2ba Typo John Peterson 2008-12-01 07:54:18 +0000