Commit Graph

  • a69eb43019 GUI: Added file monitor log John Peterson 2009-09-03 20:00:09 +00:00
  • 2b1022f152 More tidying up - share the stats print between the two plugins, etc hrydgard 2009-09-03 19:42:45 +00:00
  • 562a4e25ac Some housecleaning around the D3D plugin, start of preparations to share even more code with the GL plugin. hrydgard 2009-09-03 19:24:16 +00:00
  • 2091fb3ceb D3D, revert the incorrect change I did in r4154 about D3DCREATE_MULTITHREADED rice1964 2009-09-03 15:41:13 +00:00
  • 8cd6e1d409 GUI: Made the symbols menu talk more John Peterson 2009-09-03 09:13:41 +00:00
  • 486798c580 GUI: Fixed boot settings John Peterson 2009-09-03 07:59:24 +00:00
  • c82c0b0b93 Clean up some of the commenting. You do NOT need to use ///////////////////////////////////////////////////////////////////////////////////////////////////////// to signify the closing of a section when you are clearly showing the start of a new section after it. death2droid 2009-09-03 07:56:35 +00:00
  • 8ecfc72963 change SetButtonFont to SetFont (Works the same on windows, SetButtonFont is not available on linux) fix char* to wxstring in netplay (unicode bugs) fix changegame in netplay to show the correct name for the chosen game LPFaint99 2009-09-03 07:51:18 +00:00
  • 573baf733a GUI: Reorganized menu bar John Peterson 2009-09-03 06:54:46 +00:00
  • 566b5df761 GUI: Stop the double posting of menu and toolbar events to the code window John Peterson 2009-09-03 05:24:30 +00:00
  • 47a16da49a Some shader manager changes, to avoid a shader be re-generated / re-compiled again, and again, if it is failed at the first time. There used to be cases that a vertex shader was failed, and Dolphin tried to generate/compile it forever, and caused the entire game slow down. It maybe not the case anymore after recent changes. rice1964 2009-09-03 02:21:14 +00:00
  • 99d7bf724d General: Removed duplicate comment and an old comment about wx John Peterson 2009-09-02 22:31:02 +00:00
  • bbd56ec92c GUI: Added restart option to File menu John Peterson 2009-09-02 21:54:53 +00:00
  • 97af2f1126 GL/D3D: slightly more accurate and faster DXT decoding, thanks to Orphis hrydgard 2009-09-02 21:30:54 +00:00
  • 2be5d013e0 Add the wide screen hack by <---Does the person even have a user name? death2droid 2009-09-02 21:30:19 +00:00
  • 1e016dd522 Fix a vertex shader generation bug that crashed Super Monkey Ball. Better shader error handling. Random warning fixes. hrydgard 2009-09-02 21:19:35 +00:00
  • 50593397f3 Got rid of all of jp's ////////////////////////////// lines (nearly 500 of them)! Marcus Wanners 2009-09-02 21:00:45 +00:00
  • c64b1ca5dc D3D: Fix nonpow2 textures (simply turn off the rect texture stuff since it's not necessary under D3D). some cleanup. Add a TODO (tip from Orphis) hrydgard 2009-09-02 19:59:41 +00:00
  • 4d9a47f6dc VS solution: Fixed sln file John Peterson 2009-09-02 19:26:52 +00:00
  • 5d3814aa68 VS solution: Removed duplicate DebugFast configuration for non-wx externals to avoid double linking errors. If there is a need for a third configuration for an external library, file names needs to be adjusted, for example. John Peterson 2009-09-02 19:21:09 +00:00
  • e97bc516e6 Warning fixes/suppressions(aui), assorted code cleanup, d3d vertex shader cache expiration interval increased. hrydgard 2009-09-02 18:55:36 +00:00
  • dd7eba0bb9 nothing special >_> daco65 2009-09-02 15:38:04 +00:00
  • 6f4a0903c0 GUI: Small bugfix, new panes were unfloatable by default John Peterson 2009-09-02 15:23:53 +00:00
  • b6c3d5d530 GUI: Small logwindow change John Peterson 2009-09-02 13:05:32 +00:00
  • e382d8add6 VS solution: Path fixes for DebugFast John Peterson 2009-09-02 12:52:56 +00:00
  • ad491dd9f0 GUI: Log window colors in windows, font and word wrap option John Peterson 2009-09-02 12:09:51 +00:00
  • b2533a5ef2 Fixed various warning fixes and potencial POD/crash bugs nakeee 2009-09-02 07:59:06 +00:00
  • 7343382f80 Fix the DEBUG builds that were broken in r4154. rice1964 2009-09-02 07:25:22 +00:00
  • d616f132d7 Debugger for DX9 plugin. rice1964 2009-09-02 06:33:41 +00:00
  • 3bba897799 D3D: Fixed dstAlpha, aka "when everything is broken, at least mario have a nice shadow", and removed Cg leftover from it. sl1nk3.s 2009-09-02 04:10:40 +00:00
  • 649dc12a64 have dolphin default to portable some ignores added x64 compile fix thanks to facugaich LPFaint99 2009-09-02 02:09:13 +00:00
  • 246e0ec2fc D3D: Don't request a multithreaded device. Minor speedup. hrydgard 2009-09-01 21:32:32 +00:00
  • 96c2247fbe D3D: Don't set mip filter to aniso, only min/mag. (trying to get rid of errors, looking at the debug d3d runtime log) hrydgard 2009-09-01 20:56:19 +00:00
  • 08296f8d07 GUI: Forgot to reset the console rows John Peterson 2009-09-01 20:23:05 +00:00
  • 28495eae47 D3D: Fix IA4 textures hrydgard 2009-09-01 20:21:59 +00:00
  • b059e405f2 General: Reordered the CFrame definitions John Peterson 2009-09-01 20:09:15 +00:00
  • 2599659022 D3D: Fix bugs in the shader cache, fixes crashes on x64. added some debugging stuff (only active in debug builds). assorted code cleanup. hrydgard 2009-09-01 19:48:45 +00:00
  • b15320bc02 GUI: Some changes, small bugfixes John Peterson 2009-09-01 19:47:04 +00:00
  • c247805b28 Linux: Fixed some initialization orders facugaich 2009-09-01 18:34:26 +00:00
  • 6168ab75c6 GUI: File split John Peterson 2009-09-01 15:16:44 +00:00
  • faafd409ba GUI: Save fix John Peterson 2009-09-01 14:50:52 +00:00
  • 334d11bf07 GUI: Fixed saving of m_InterfaceLogWindow and m_InterfaceConsole, one crashfix John Peterson 2009-09-01 14:33:16 +00:00
  • a7c643e146 Fix the build by reading something i removed incorrectly. I see no point in the thing tho still. death2droid 2009-09-01 13:17:23 +00:00
  • 14e9cf6d1f Clean up some of the commenting by JPeterson. There is no point of using ////////////////////////////////////////////////////////////////////////////////////////// to show that a section has ended when there is already commenting showing that a new one has started. death2droid 2009-09-01 13:06:37 +00:00
  • 478ed4b11e GUI: Bugfixes John Peterson 2009-09-01 12:44:02 +00:00
  • bd227d3831 D3D: Change the dumping method to match the OpenGL one. death2droid 2009-09-01 11:14:58 +00:00
  • a838206f7b Linux Compile fix and Code clean up commented some logging lines that gave: warning: cannot pass objects of non-POD type 'const class wxCharBuffer' through '...'; call will abort at runtime This actually aborts on run time so please fix it if you wish to uncomment it nakeee 2009-09-01 08:44:32 +00:00
  • 0f1a83c116 GUI: Bugfixes, some bugs left John Peterson 2009-09-01 07:32:07 +00:00
  • d50b4c2ffc GUI: Linux problem, wxAuiNotebook can't have wxFrame pages John Peterson 2009-09-01 02:41:48 +00:00
  • a1dc78d5a8 GUI: Commit fix John Peterson 2009-08-31 23:10:56 +00:00
  • 4272d7cd99 GUI: No need to remove the log window John Peterson 2009-08-31 23:09:50 +00:00
  • 3db8bf7774 ... hrydgard 2009-08-31 22:56:46 +00:00
  • 881bf621be fix crash if "portable" config file could not be opened hrydgard 2009-08-31 22:51:19 +00:00
  • e4d8021a86 tiny build config fix hrydgard 2009-08-31 22:49:37 +00:00
  • 0b5c993076 Misc : build fix for debug x64, assorted cleanup. hrydgard 2009-08-31 22:42:10 +00:00
  • fdf94d7d2b Killed the log window we should add the log level controls somewhere else. nakeee 2009-08-31 22:18:44 +00:00
  • d149ac2be1 D3D: Fix spiky polygon junk hrydgard 2009-08-31 22:03:52 +00:00
  • d65fb1a30a D3D: Fix alpha test (I think, not tested much, no pun intended) hrydgard 2009-08-31 21:47:39 +00:00
  • 62ab5cf0e5 Some code cleanup, disabled listchilren as it seems to move Pods where they should be causing crashes (until someone feels like fixing it) nakeee 2009-08-31 21:46:29 +00:00
  • 0eb989431f D3D: Fix a lot of bad colors hrydgard 2009-08-31 21:18:36 +00:00
  • 387c6fdecd fix linux build in hope it will help JP to fix the gui on linux nakeee 2009-08-31 21:07:20 +00:00
  • 4968f6c29a GL/D3D: Attempt to fix problem with bad colors when starting a 2nd game. hrydgard 2009-08-31 20:58:57 +00:00
  • 9091b309b0 GUI: Layout before scanning for games, looks a bit better starting up hrydgard 2009-08-31 20:26:11 +00:00
  • 2790a36390 Fix fps value when XFB is enabled on OGL plugin sl1nk3.s 2009-08-31 17:47:17 +00:00
  • 9ad7d47bc7 Linux Build Fix facugaich 2009-08-31 16:25:06 +00:00
  • 94bc6d7f36 Fixed broken CPU EFB access on DX plugin, helps Wind Waker and ZTP not to hang sl1nk3.s 2009-08-31 16:10:36 +00:00
  • 0dcf03b898 This should fix the per-vertex PositionMatrix, the famous "Posmtx" problem, for DX9. My DX9 plugin still crashes, for some other reasons. Verified with Luigi's Mansion, it almost works. rice1964 2009-08-31 06:35:43 +00:00
  • 30c87e4822 GUI: Better perspective saving, bugfixes John Peterson 2009-08-31 05:56:30 +00:00
  • 718c88ff6a Some optimization on the pixel and vertex shader generators. As tested on Zelda TP, these changes should be able to reduce the number of lines in the compiled pixel shader program by 20% to 30%, for example, from 38 lines to 28 lines after the generated cg/HLSL pixel shader compiled by the cg/HLSL compiler. These could means slightly faster rasterization on slower video cards. rice1964 2009-08-31 04:23:30 +00:00
  • 63786d5438 GUI: Simplified away the notebook vector, bugfixes John Peterson 2009-08-30 22:04:30 +00:00
  • 6b97c0b764 DSPHLE: LordMark's looping hack for AFC. looping isn't correct but it's good enough for Pikmin 2 and Zelda TP's missing music. Does cause weird "echoes" in the harp sound in Zelda Four Swords, but I think that's a fair sacrifice until we figure it out properly. hrydgard 2009-08-30 21:57:00 +00:00
  • 69eadecc9a this ucode is really AX(wii), not zelda Shawn Hoffman 2009-08-30 19:51:16 +00:00
  • 3548ca586b GUI: Custom pane management, almost complete John Peterson 2009-08-30 19:44:42 +00:00
  • 44847c2ee3 GUI: Bugfixes John Peterson 2009-08-30 10:01:45 +00:00
  • 1e8fabe521 GUI: Commit fix John Peterson 2009-08-30 08:22:33 +00:00
  • 81483f928c GUI: Windows console improvements, hide the border as much as possible when docked, unlimited size, retain colors and cursor position on resize etc John Peterson 2009-08-30 08:22:05 +00:00
  • 135a0818eb Add SFML_Network to the building. death2droid 2009-08-30 02:50:03 +00:00
  • ac1a4abbef Renamed solution files XTra.KrazzY 2009-08-29 22:24:51 +00:00
  • f6b4957962 fixes jitil x64 build remove solution filters from Dolphin_Externals.sln (still think it should be renamed though) fixes typo in zlib.vcproj LPFaint99 2009-08-29 19:27:55 +00:00
  • 8827c22c60 vertex shader generator: don't multiply z by two in d3d mode (thanks drk|razi) hrydgard 2009-08-29 12:15:59 +00:00
  • 78bd8c874a GUI: Crash fix John Peterson 2009-08-29 08:48:16 +00:00
  • ff962750fb VS solution: Some fixes John Peterson 2009-08-29 08:45:06 +00:00
  • 13b5282fea VS solution: Removed configurations from programs solution John Peterson 2009-08-29 08:09:31 +00:00
  • 9999936a61 VS solution: Created programs solution John Peterson 2009-08-29 08:07:58 +00:00
  • 505a269c7f VS solution: Added combined Dolphin and externals solution John Peterson 2009-08-29 07:12:34 +00:00
  • 508051ec8d GUI: Resize console and its buffer John Peterson 2009-08-29 06:08:14 +00:00
  • 90d979554c GUI: Hide console instead of closing John Peterson 2009-08-27 20:24:42 +00:00
  • 50425dee31 GUI: Minor change John Peterson 2009-08-27 19:40:44 +00:00
  • 8faaec8236 GUI: Dock console. Couldn't remove the border, anybody know how? John Peterson 2009-08-27 19:38:35 +00:00
  • c97147ca7a Files: Renamed a code file John Peterson 2009-08-27 17:21:02 +00:00
  • a254f76d32 Files: Renamed a code file John Peterson 2009-08-27 17:19:58 +00:00
  • 284dad34bf Files: Renamed a code file John Peterson 2009-08-27 17:19:20 +00:00
  • f9cf9c7610 GUI: Tab split option in toolbar John Peterson 2009-08-27 17:17:48 +00:00
  • e15de53f15 GUI: Small change John Peterson 2009-08-27 16:21:39 +00:00
  • 97ea0362af GUI: Renamed a file John Peterson 2009-08-27 16:08:43 +00:00
  • 910007ef4f GUI: Fix to commit John Peterson 2009-08-27 15:54:30 +00:00
  • 7b5b911c34 GUI: Save notebook association for pages John Peterson 2009-08-27 15:53:19 +00:00
  • 5f3752d358 GUI: Fixed breakpoints toolbar John Peterson 2009-08-27 11:08:52 +00:00
  • 273f8ed4e9 GUI: Fix to last commit John Peterson 2009-08-27 10:46:43 +00:00
  • 843a07d22e GUI: Remove toolbar from fullscreen John Peterson 2009-08-27 10:21:51 +00:00