Commit graph

  • a09a6330d5 Readded lost comment John Peterson 2008-12-01 07:51:23 +0000
  • c05b7df3ef Debugger: added save code option and darkened the code view colors so I can see them on my screen John Peterson 2008-12-01 07:37:35 +0000
  • 327662bce3 fixed IOCTL_READ_DIR command, removed some commands which are at best "misleading" i dunno which games are using IOCTL_READ_DIR at all but i hope i havn't broken anything fires.gc 2008-12-01 06:52:02 +0000
  • df6cc66d87 added GetCurrentDirectory function some times "something" changes the current directory if you open a file with the file browser dialog... i need this function to investigate the problem :) fires.gc 2008-12-01 06:46:50 +0000
  • 7635a85f90 Added missing header. omegadox 2008-12-01 05:57:56 +0000
  • ea575cf5df Typo John Peterson 2008-12-01 03:34:18 +0000
  • 4c7d20e555 Wii memory bug: added debugging function to Memmap.cpp to trace the bug, uncomment the CheckForBadAddresses() calls to enable it John Peterson 2008-12-01 03:32:18 +0000
  • 20b8277ee8 reorganize the vertex normal loader tables a little. hrydgard 2008-12-01 00:02:36 +0000
  • df37685ffb some more control structure merging hrydgard 2008-11-30 22:57:55 +0000
  • dbc57ca08e make vertex format compiler less confusing (no more duplicated work). hrydgard 2008-11-30 22:47:06 +0000
  • c4cbea22ab added scons CC= and CXX= options nakeee 2008-11-30 22:05:43 +0000
  • ec7c4ad53f ported the fire emblem speedhack to pal. also added size 3 to some action reply stuff (im not sure it works, all my size 3 codes are special codes) daco65 2008-11-30 21:36:45 +0000
  • 5cd325991b Small Fire Emblem JAP Speedhack XTra.KrazzY 2008-11-30 18:00:18 +0000
  • 7df394955c use DIR_SEP nakeee 2008-11-30 17:23:38 +0000
  • e4c6493130 dded wxT() nakeee 2008-11-30 15:13:33 +0000
  • 47088d882e paper mario minor speedhack hrydgard 2008-11-30 15:13:22 +0000
  • d2c2bd52ef forgot to update the SConscript hrydgard 2008-11-30 15:06:34 +0000
  • cb63a96dae Fire Emblem GC US speedhack, helps ~10-15% hrydgard 2008-11-30 14:59:35 +0000
  • bebd135b7d Show iso filename in title of properties window hrydgard 2008-11-30 14:22:47 +0000
  • c541f3c335 Aniso filter setting working in GL, some code moving around, spelling fixes hrydgard 2008-11-30 14:15:34 +0000
  • 9ed23af1c2 Tweak some strings. hrydgard 2008-11-30 14:11:16 +0000
  • 148aa7c326 warning fixes hrydgard 2008-11-30 14:02:48 +0000
  • 278d54f0df forgot this one in 1275 hrydgard 2008-11-30 14:02:07 +0000
  • b46152cdbd few more small fixes nakeee 2008-11-30 13:39:11 +0000
  • 1c34151182 linux compile fix nakeee 2008-11-30 12:01:36 +0000
  • cf2468ec4d linux fixes nakeee 2008-11-30 11:19:05 +0000
  • 2f528a3de4 Opps, forgot to add the files. omegadox 2008-11-30 11:14:52 +0000
  • ca3e5befd9 Added a window for the Action Replay. omegadox 2008-11-30 11:13:14 +0000
  • 6ccf90bbba release mode build fix in wii_ipc_hle hrydgard 2008-11-29 11:55:06 +0000
  • 852c6aaca1 Create a dir for setting.txt to John Peterson 2008-11-29 09:54:39 +0000
  • 409720b91a Wii IPC file handling: Made some comments and changes to try to locate the Mario Kart and SSBB errors, in case they are file handling errors John Peterson 2008-11-29 08:49:22 +0000
  • f4cae8c9b7 Debugger: Made Insert blr toggle between blr and old value John Peterson 2008-11-29 08:38:03 +0000
  • e168f95257 Moved back SYSCONF to shared2/sys, it was probably unnecessary to have it in two places John Peterson 2008-11-29 00:06:38 +0000
  • 948046ef4c Moved Classic Controller keys (H was already taken) John Peterson 2008-11-28 21:18:26 +0000
  • 6a74afd02d Don't allow two extensions at the same time John Peterson 2008-11-28 21:08:18 +0000
  • 4ff865198d Added analog sticks to emulated Classic Controller, the left analog stick is JKLI, the right stick is FGHT, the home button is U, the + and - buttons are O and N John Peterson 2008-11-28 19:02:42 +0000
  • 46dccd280a Fixed the digital buttons on the emulated Classic Controller, they are Numpad 4, 5, 6, 8 and Z, C, X, Y, 7, 8, 9, 0 so far John Peterson 2008-11-28 15:44:10 +0000
  • 32dc31f3da Committing my current work on Anti-Aliasing for the GL plugin. It works, but it's slow, really slow. I got 1-2FPS in JIT with it enabled. Maybe Windows would be faster, I'm not sure. It's highly experimental and shouldn't be used yet, since some games don't work with it. Like Super Smash Brother's Melee in game. Sonicadvance1 2008-11-28 13:23:29 +0000
  • 95153abe6c Added option for emulated Classic Controller, Mario Kart Wii recognize it but the controls doesn't work yet John Peterson 2008-11-28 11:54:15 +0000
  • 1bc53f87dc Mario Kart Wii now works if you use an old save file John Peterson 2008-11-28 11:50:55 +0000
  • ca68a6f168 Allow me to see MEM2 in the debugger. I hope this doesn't break anything. John Peterson 2008-11-28 11:34:56 +0000
  • 494c859cbe Build fix. Please clarify what is going on, what was this code doing here? hrydgard 2008-11-27 21:09:50 +0000
  • 9a43ed822e removed return false from void function (thanks jp) nakeee 2008-11-27 20:30:30 +0000
  • 717aa36034 Added somme comments and cases for missing ES and NET commands, no actual fixes so far John Peterson 2008-11-27 15:43:19 +0000
  • 3b67df1b45 Fixed saving states in OGL Linux. XTra.KrazzY 2008-11-27 12:13:15 +0000
  • 7a72ed3e4a Fixed accidental DSP HLE change that broke the music in games that don't use SRC John Peterson 2008-11-27 07:52:18 +0000
  • af46362f34 Fixes for crashes if firstblock or numblocks is > 2049 Fixes some memory leaks, removes duplicate function some information about hdr added LPFaint99 2008-11-27 05:30:18 +0000
  • 0dffe897a2 lol omegadox 2008-11-27 02:07:34 +0000
  • 69e978f9e2 i,j,k,l should NOT be globals nakeee 2008-11-26 21:52:58 +0000
  • 138e220006 Didn't replace all the instances nakeee 2008-11-26 21:41:17 +0000
  • e8b0757ee7 Fix compile on windows nakeee 2008-11-26 21:27:01 +0000
  • 0bad9e9385 warning fixes please review Source/Plugins/Plugin_VideoOGL/Src/VertexManager.cpp nakeee 2008-11-26 20:28:03 +0000
  • 8777917177 warning fixes (may break sound on wii, look in the changelog of Source/Plugins/Plugin_DSP_HLE/Src/UCodes/UCode_AXWii.cpp if you wish to know why) nakeee 2008-11-26 19:42:22 +0000
  • d2b726da59 replaced the ugly wx window with PanicYesNo daco65 2008-11-26 18:20:28 +0000
  • b84bf2f273 more warnings fixed nakeee 2008-11-26 17:40:28 +0000
  • d0cd722e81 some cleanup nakeee 2008-11-26 17:16:54 +0000
  • 1580d6ecf1 Let the user decide to convert the txt to the masterkey.bin daco65 2008-11-26 15:17:25 +0000
  • 3f52c69513 Added some ugly shitty code which will let ppl paste the masterkey in hex into a masterkey.txt file and let the emu convert it to binary. Feel free to make it nicer if you want to. Requested by ector. gigaherz 2008-11-26 02:07:29 +0000
  • 5c49095069 Oops, broke the original texture cache :p fixed. hrydgard 2008-11-26 00:00:23 +0000
  • d0a48f654a Improve safe texture cache - now using sparse CRC to identify textures. Far less video glitches - metroid intro looks good. hrydgard 2008-11-25 23:56:57 +0000
  • a95e804681 fix jit bug causing the "not so simple" error message hrydgard 2008-11-25 23:19:05 +0000
  • 72af432491 Put the vertex loop inside the JITted code in the vertex loader. Small (yeah, small) speedup. hrydgard 2008-11-25 21:57:02 +0000
  • 30a5c91c99 GL: Safer vertex loading (should fix the new zelda crash), added vertex format logging to "show some statistics" hrydgard 2008-11-25 21:15:31 +0000
  • f1ab625f5c Speedhack for MP1 JAP. Thanks to HyperIris. memberTwo.mb2 2008-11-25 21:00:30 +0000
  • 29faf7776b stb and stbu do not work under 64bit Linux, re-disabling Sonicadvance1 2008-11-25 10:48:07 +0000
  • 68a4c735a1 lolwhat daco65 2008-11-24 23:21:40 +0000
  • 8e0823bf37 crash fix nakeee 2008-11-24 20:43:46 +0000
  • 06aeab0414 Added an option for "Safe texture cache". Prevents Metroid Prime 1 from caching but can cause texture glitches. hrydgard 2008-11-24 20:04:51 +0000
  • b9c6f7cb89 Hacky fix for weird video hangs in Metroid Prime 1. May think of something better later. hrydgard 2008-11-24 19:31:49 +0000
  • 0b5fed62c1 ISOProperties.cpp can now toggle and remove cheats/patches. Still have to do add/edit. Put PatchEngine in it's own namespace, changed format of patches. Shawn Hoffman 2008-11-24 19:11:15 +0000
  • 4dd91ec191 fix getsize on 32 bit linux nakeee 2008-11-24 17:31:30 +0000
  • 0d714b9971 same speedhack for MP1 PAL memberTwo.mb2 2008-11-24 17:08:34 +0000
  • 0f13d327b8 DC + fifo: small fix/correction ;). Remove old stupid OnIdleDC stuff. Interesting: DSPnull with DC + IdleSkipping show invalid read addr sometimes. memberTwo.mb2 2008-11-24 16:33:38 +0000
  • f1a3212ef3 missing include nakeee 2008-11-24 09:00:37 +0000
  • 2229d4e038 Unblock E key. I could not use E when changing a symbol name in the debugger, this seemed to fix that. While it still does its PostMessage. John Peterson 2008-11-24 08:13:31 +0000
  • 67087170ab Fixed the emulated Wiimote in Rayman Rabbids 1, Sonic Rings and Wii Sports John Peterson 2008-11-24 02:29:38 +0000
  • b19859450e Vertexloader cleanup/fixing: Don't use floating point copies unless necessary, don't allow scale factors for floating point texture coordinates. hrydgard 2008-11-23 23:54:52 +0000
  • 5672367b4c just some deleted comments or stuff left behind of the about killing in r787 daco65 2008-11-23 22:54:39 +0000
  • 28ec5031ee A couple of minor corrections to the JIT cleanup commit. magumagu9 2008-11-23 22:48:03 +0000
  • ac7d6d47de Removed Wiimote plugin version as well XTra.KrazzY 2008-11-23 22:00:04 +0000
  • a94dec8f6e Added Elebits' UCode. XTra.KrazzY 2008-11-23 21:57:18 +0000
  • 9614ad866f Removed OGL plugin version altogether XTra.KrazzY 2008-11-23 21:26:47 +0000
  • 01c3a70bf0 speedhacks updates omegadox 2008-11-23 20:28:08 +0000
  • 5c58227702 Optimize vertex loader with a mini JIT (only first step, more optimizations may follow). Some various error message and warning fixes. hrydgard 2008-11-23 17:46:14 +0000
  • 464185a04e Make copy hex function in the debugger do so correctly hrydgard 2008-11-23 17:44:06 +0000
  • ac970f100e Same hack for Metroid Prime 2 US hrydgard 2008-11-23 16:51:17 +0000
  • a65917f93d Added similar speed hack for Metroid Prime 1 US hrydgard 2008-11-23 14:24:30 +0000
  • 7dfbc574ae Increase default JIT cache size to 16MB. Tweak the mp2 pal speed hack. hrydgard 2008-11-23 13:09:10 +0000
  • f87c709aa9 Added speed hack engine (way to make block take more cycles). Added example speed hack for Metroid Prime 2 PAL. (Speedhacking is only useful on games with really stupid idle loops, like the Metroids). hrydgard 2008-11-23 12:59:10 +0000
  • e2345ba340 fix compilation on win nakeee 2008-11-23 12:51:58 +0000
  • 117a05fa64 Some JIT cleanup. Have not been able to figure out the "dirty-flag" mystery yet :( hrydgard 2008-11-23 12:33:02 +0000
  • e6645793e4 ... daco65 2008-11-23 11:23:36 +0000
  • 3e7c80ab69 moved logs to log dir nakeee 2008-11-23 09:14:40 +0000
  • 09b6aaaf84 vcproj didn't get commited properly nakeee 2008-11-23 08:48:56 +0000
  • 6e4a5d8cda Moved wiimote_test to wiimote Some linux compile fixes nakeee 2008-11-23 08:44:02 +0000
  • ba596cc755 fix omegadox 2008-11-23 08:41:10 +0000
  • 3fdfd6e234 MemcardManager no longer crashes when opening an invalid file. Only opens .raw and .gcp files that have correct hdr.size and checksums. it is no longer possible to open the same memcard on each side Buttons are now only available when memcard is loaded. memcard is loaded into a maximum of 8 pages with 16 entries perpage. added fixchecksum to Slot B. LPFaint99 2008-11-23 06:41:27 +0000
  • 441072d31e 1. You can now toggle cheats with the ISO properties GUI. 2. Added "SetLines" function in the IniFile class. omegadox 2008-11-23 05:55:48 +0000
  • cb8c12591a Just a little bit of cleanup in the gl plugin hrydgard 2008-11-23 00:12:44 +0000
  • cf2c225b88 Delete about dialog from DSP_HLE plugin hrydgard 2008-11-23 00:06:33 +0000