Commit Graph

  • f5ffe10fca Don't use -g and -O3 together nakeee 2008-09-10 16:42:29 +0000
  • eb1228cdb1 Moved SysMessage() from the video plugin into the main app, so the GUI and non-GUI executable can handle it in a different way. This fixes a crash in DolphinNoGUI when SysMessage() was called and tried to use a non-initialized wxWidgets. (this commit contains changes that should have been in revision 489) Maarten ter Huurne 2008-09-10 01:03:22 +0000
  • 54c2a07de5 Moved SysMessage() from the video plugin into the main app, so the GUI and non-GUI executable can handle it in a different way. This fixes a crash in DolphinNoGUI when SysMessage() was called and tried to use a non-initialized wxWidgets. Maarten ter Huurne 2008-09-10 01:01:28 +0000
  • 38ff37539d updated gui a little bit Shawn Hoffman 2008-09-09 23:34:13 +0000
  • 7ae9fb085b Removed Host_CreateDisplay() and Host_CloseDisplay() since these functions do not exist in "Host.h". Maarten ter Huurne 2008-09-09 23:26:09 +0000
  • 09ba0a3a11 Fixed a couple of unused variable warnings. masken 2008-09-08 20:14:07 +0000
  • 86a9c845c3 much ctor order nakeee 2008-09-08 18:35:24 +0000
  • 566a4ebc82 casting nakeee 2008-09-08 07:36:30 +0000
  • 7026025a2d more warning fixes nakeee 2008-09-08 07:09:34 +0000
  • 8201ead1d9 compiler doesn't like unmatched '' even in comments nakeee 2008-09-08 06:48:23 +0000
  • 39a08656f7 warning fixes nakeee 2008-09-08 06:41:03 +0000
  • 684c1d08a8 Changed case of "Src" in "Source/Core/DolphinWX/Src". Maarten ter Huurne 2008-09-08 06:39:17 +0000
  • 01f7662ca6 osx build fix tmator 2008-09-08 06:06:59 +0000
  • ff0b8ac39f stripped dolphin.ini to just default values Shawn Hoffman 2008-09-08 05:03:59 +0000
  • 462b3184e2 Added some Fog functions to the GL plugin, doesn't effect games at all. Quick change to GLInit.cpp that doesn't do much as well Sonicadvance1 2008-09-08 04:03:42 +0000
  • ed7a5a46d0 Removed time trial restriction ;) Maarten ter Huurne 2008-09-07 21:06:55 +0000
  • 64390ff77d Fixed indentation. I am making this a separate commit so the next commit will show the actual code changes. Maarten ter Huurne 2008-09-07 21:02:57 +0000
  • ac83588c3a continue changing src to Src nakeee 2008-09-07 20:29:31 +0000
  • 21171d8b1b git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@473 8ced0084-cf51-0410-be5f-012b33b47a6e nakeee 2008-09-07 20:26:38 +0000
  • 5fb796fd19 use gen get opts for parsing MainNoGui command line, this doesn't do much yet nakeee 2008-09-07 20:24:05 +0000
  • 885e1c5185 Removed ini file that was in the wrong place. Maarten ter Huurne 2008-09-07 19:47:07 +0000
  • 9e692e4770 Removed "break" after "return" to avoid warning in GCC. Maarten ter Huurne 2008-09-07 19:29:33 +0000
  • f5c7f61ed3 Wiimote: added a bunch of HID packet handling. LogManager: removed double line breaks in Win32 log files. masken 2008-09-07 18:54:33 +0000
  • d6ac59f1cc Linux: Moved resize to the callback function, where the Xevents are being checked on, possibly fixing the random freezing bug Sonicadvance1 2008-09-07 18:09:38 +0000
  • 8f7c509a13 windows x64 build fix Shawn Hoffman 2008-09-07 17:11:52 +0000
  • 6c0fd0b31f forgot to remove icon before committing... daco65 2008-09-07 16:21:28 +0000
  • ad3bea4c04 changed keyForControl to an unsigned int. it was in conflict with main.cpp daco65 2008-09-07 16:12:56 +0000
  • 55002b9db2 changed Memory::Shutdown with a patch from mOoOo Shawn Hoffman 2008-09-07 14:56:05 +0000
  • 9637314efb another unused packed nakeee 2008-09-07 14:14:24 +0000
  • 4c1de84039 unused fogcolor removed, shouldn't BPMEM_FOGPARAM3 and BPMEM_FOGCOLOR be united with BPMEM_FOGBMAGNITUDE? nakeee 2008-09-07 14:11:21 +0000
  • 426b40417b no negative ketForControl nakeee 2008-09-07 14:07:37 +0000
  • 0882a71e56 unused sample nakeee 2008-09-07 14:05:47 +0000
  • 5af15b6fd3 added () nakeee 2008-09-07 14:04:25 +0000
  • 43634d53df fixed warnings nakeee 2008-09-07 13:58:56 +0000
  • e77e1cbabc removed unesserary __attribute__ ((packed)); nakeee 2008-09-07 13:51:39 +0000
  • 6cd9700dcf Explicitly convert negative numbers to u32 to avoid warnings. Maarten ter Huurne 2008-09-07 13:17:46 +0000
  • 4952852799 Removed header because "HTTP.cpp" was the only source that included it, and that source was removed. Maarten ter Huurne 2008-09-07 13:04:40 +0000
  • 7beada8f54 Removed "HTTP.cpp" from list of files to build, because the source file was removed too. Maarten ter Huurne 2008-09-07 13:03:32 +0000
  • 81e937041f fix 64-bit build too on Platform SDK 6.0, fix project file. hrydgard 2008-09-07 11:07:55 +0000
  • 5a69fca0be Add some missing GPL headers, fix building with Platform SDK 6.0, delete unused HTTP code. hrydgard 2008-09-07 10:29:46 +0000
  • 5ac0c33530 Fixed "bcl" instruction in the case where the branch is always taken. The old code would emit a "jne" that can skip the updating of LR depending on the state the host CPU happens to be in. Maarten ter Huurne 2008-09-07 07:04:41 +0000
  • 72ca1e2355 refixed. my mistake sorry daco65 2008-09-06 23:38:12 +0000
  • 3078f66763 fixed some issues with ExtendedTrace.cpp for 64bit builds. not sure about the (PDWORD64) tho (i had bad exp. with that in past projects). daco65 2008-09-06 23:05:06 +0000
  • 953085d4d9 include fix nakeee 2008-09-06 21:56:20 +0000
  • 10e9add26d Fixed Common logging. masken 2008-09-06 21:12:19 +0000
  • 565a4d28ec Added ExtendedTrace crash logging. Wiimote HLE can now create an L2CAP connection. masken 2008-09-06 13:41:44 +0000
  • f6298b9f31 forgot return value on windows can't check it though nakeee 2008-09-05 15:22:25 +0000
  • 3749fb510b added getuserdirectory nakeee 2008-09-05 13:12:47 +0000
  • dc28cbec1c map renamed to icon nakeee 2008-09-05 12:16:01 +0000
  • 6edc234303 added createdir and isdirectory for nix nakeee 2008-09-05 11:59:28 +0000
  • cf36d4ba58 Fixed ProtectFunction(): it should copy parameters using the padded size. Actually, I am not sure this function is correct, but at least its implementation is now equivalent to the original (before rev 439). Maarten ter Huurne 2008-09-05 01:48:16 +0000
  • 6d53aaed21 Linux: Made PadSimple actually work in Linux, removed the SDL dependency since Fires yelled at me (a long time ago).Tmator, you will have to use something else and Video Plugin Skips key events in Linux. Sonicadvance1 2008-09-05 01:07:41 +0000
  • 722ea233a1 Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This is required to run anything on OS X and to support SSE instructions on Linux. Maarten ter Huurne 2008-09-05 00:02:53 +0000
  • f96d19a1fb Wiimote: added ACL connection setup. masken 2008-09-03 06:50:38 +0000
  • 53cdd29228 Removed CHAR typedef. Maarten ter Huurne 2008-09-03 00:41:06 +0000
  • bccb1756b2 Replaced "CHAR" by "char": there is no mention of type CHAR on MSDN, the argument to which CHAR* is passed is documented as being char* and the function would be broken if sizeof(CHAR) would be different from 1. Maarten ter Huurne 2008-09-03 00:40:18 +0000
  • bd7996354a Removed "INT" typedef: it was not used in any plugin spec. It was used DX9 video plugin, but for arguments where MSDN lists a plain "int", so I replaced "INT" by "int" to make things clearer. Maarten ter Huurne 2008-09-03 00:27:24 +0000
  • 4b3c4492ea Replaced "WORD" by "u16", except where it is part of the Windows API. Maarten ter Huurne 2008-09-03 00:12:32 +0000
  • 36058428a0 Replaced "unsigned __int64" by "u64". Maarten ter Huurne 2008-09-03 00:02:21 +0000
  • 6e2416b389 Replaced "unsigned __int32" by "u32". Maarten ter Huurne 2008-09-02 23:44:54 +0000
  • 36b464cbc8 Replaced "unsigned __int16" by "u16". Maarten ter Huurne 2008-09-02 23:32:05 +0000
  • 179752449d removed PortableSockets.cpp from the vs05 project file Shawn Hoffman 2008-09-02 02:35:08 +0000
  • 1154027808 Replaced type "DWORD" by "u32", except where "DWORD" is used to access the Windows API. Maarten ter Huurne 2008-09-01 22:48:56 +0000
  • f3f17b4a19 Removed parts of PortableSockets that we do not use. If you need more functionality later, resurrect it from old SVN revisions or re-download the source (see top of the header). However, DO NOT use performance counters to do timing, since the counter value can be different for different CPU cores. Maarten ter Huurne 2008-09-01 22:13:11 +0000
  • 012041bab5 Added puts() HLE, WIIMOTE logging section and experimental virtual connection request. masken 2008-09-01 21:29:27 +0000
  • b1cd01819b replace _DEBUG with LOGGING in the #ifs. Thanks to Xuefer for this change. gigaherz 2008-09-01 15:18:32 +0000
  • a7ec1a2562 Made banners/icons show up in linux. It doesn't seem to use the right height, but I have to leave now so that will have to wait. gigaherz 2008-09-01 15:04:59 +0000
  • b0f51a0b98 Reverted the "warning removal" changes because they broke debug building in windows. Used #ifdef _DEBUG to disable those lines in release builds instead. gigaherz 2008-09-01 14:49:34 +0000
  • 10eef7f60e Build fix XTra.KrazzY 2008-09-01 13:31:24 +0000
  • 4bbfff3cac many warning fixes nakeee 2008-09-01 12:11:08 +0000
  • cad45aea72 Replaced CPFifo by SCPFifoStruct: both were identical and there is no point in having two definitions. Maarten ter Huurne 2008-09-01 09:12:30 +0000
  • 6638ed20a6 Woops, my fault Sonicadvance1 2008-09-01 08:50:16 +0000
  • 454cee4d1e Your Holy savior has come to save the day. Also fixed compiling in Linux, a memory leak, and checks if a glxcontext was created Sonicadvance1 2008-09-01 08:32:33 +0000
  • ead647d422 Added code to display the first icon (I tried to display it animated, but failed). It still uses just one imagelist, so I had to "expand" the icons to 96x32 (adding transparent pixels to the right). Sorry I don't know how to do this better and it's 4am. gigaherz 2008-09-01 02:10:42 +0000
  • f0b41b1f0d Fixed display of banners. gigaherz 2008-09-01 00:43:35 +0000
  • 73a5e1cb91 ao_play() uses "uint_32" as the type for the byte count, so use that in the calling code as well. Maarten ter Huurne 2008-08-31 23:20:36 +0000
  • f9d04ae1ad Put dsp_thread_debug() entirely inside the "#ifdef _WIN32" block, since it is only used on Windows. Maarten ter Huurne 2008-08-31 23:06:21 +0000
  • 362b9d2514 Wind Waker PAL (Europe) working item hang fix XTra.KrazzY 2008-08-31 22:28:48 +0000
  • 56608cecc9 Added code to display the banners from the memcards. Doesn't overlay the icons yet. gigaherz 2008-08-31 22:28:43 +0000
  • 9a7b828eba Removed function FilterDown(), which was neither used nor implemented. Maarten ter Huurne 2008-08-31 21:52:28 +0000
  • d4db1a6657 Changed BYTE* to u8* after all, since these pointers are not directly related to Windows API. Maarten ter Huurne 2008-08-31 21:49:57 +0000
  • 532c675a3a Added animation reading. It seems to work fine for the first frame, but none of my saves have >1 frames so I can't test the reading of the other frames, which should work fine anyway. gigaherz 2008-08-31 21:08:47 +0000
  • be6c1518ea Added ReadBannerRGBA8 function to GCMemcard class. Also "#if FALSE"'d the debug code which outputs BMPs of the banners (because I'm too lazy, the BMPs will "look" upside-down, while the actual image is ok). gigaherz 2008-08-31 20:35:41 +0000
  • 0bebbcb5f4 Replaced type "BYTE" by "u8", except where "BYTE" is used to access the Windows API. Maarten ter Huurne 2008-08-31 14:32:35 +0000
  • 965fd33f16 Also let SVN ignore DolphinNoGUI executable. Maarten ter Huurne 2008-08-31 14:09:46 +0000
  • af1e42ec90 Fix build hrydgard 2008-08-31 14:00:54 +0000
  • 2c7a92e1b7 Split off type definitions from "Common.h" into new header "CommonTypes.h". This is a preparation for sharing the type definitions between the Dolphin core and the plugin specs. Maarten ter Huurne 2008-08-31 13:54:25 +0000
  • 09406d76c4 Fix/workaround at least one class of buffer underruns in the GL plugin. Fix some bad deletes (instead of delete []). etc. hrydgard 2008-08-31 13:36:52 +0000
  • d9e129ae99 Removed WEAK_SYMBOL: it is not used anywhere. Maarten ter Huurne 2008-08-31 13:13:36 +0000
  • 5c6dfa3bbe Moved declaration of EXPORT and CALL inside the include guards. I accidentally placed it outside in revision 336. Maarten ter Huurne 2008-08-31 12:22:03 +0000
  • 2f0eb72ba1 Added compression support for save states. Decompression is still buggy so compression is off by default. XTra.KrazzY 2008-08-31 09:38:41 +0000
  • a9c6a59307 don't lookup things in symbol map unnecessarily in the ppcanalyst, helps slowdowns in debugger in debug mode hrydgard 2008-08-31 08:39:57 +0000
  • 55c18d1d10 some cleanup, don't update the log window too often hrydgard 2008-08-31 08:29:43 +0000
  • 8bd78a21b4 Fix Pad_DX9 crash hrydgard 2008-08-31 06:53:23 +0000
  • af60e06bb0 Simulate Wii bootup better (info from wiibrew.org) hrydgard 2008-08-31 06:52:16 +0000
  • b89e56cbcb linux build fix hrydgard 2008-08-30 23:30:41 +0000
  • e5deb10714 bugfix the texcache bugfixes :P hrydgard 2008-08-30 23:15:11 +0000
  • 20d0c53781 Fix same texcache bug on DX side hrydgard 2008-08-30 23:06:40 +0000
  • db303de0db Fix texture cache bug in OpenGL plugin hrydgard 2008-08-30 22:55:09 +0000
  • 432084ebe7 handled state saving IO errors XTra.KrazzY 2008-08-30 22:36:28 +0000