Commit Graph

1871 Commits

Author SHA1 Message Date
zilmar e8468687ac [Project64] remove windows.h from plugin handling 2016-01-18 05:48:19 +11:00
zilmar 92e617d284 Merge branch 'master' of https://github.com/project64/project64 2016-01-18 05:46:10 +11:00
zilmar e212bee0a4 [Project64] Fix rounding code to compile on VS 2008 2016-01-18 05:44:19 +11:00
AmbientMalice cf80a16ac8 Disable texture filtering hotkey.
IMO, it causes too much trouble from accidental presses.
2016-01-17 22:32:53 +10:00
zilmar 0f4ddee3eb [Poject64] Add Load32CartridgeDomain1Address1 and Load32CartridgeDomain1Address3 2016-01-17 17:38:29 +11:00
zilmar f87c2051b5 [Project64] Get the rounding code to use fesetround 2016-01-17 17:34:05 +11:00
zilmar 3791525d74 [Project64] fix showing of rom name on extracting 7zip file 2016-01-17 17:08:39 +11:00
zilmar eaf2e28910 [Project64] Use cpath to get the filename in rom browser 2016-01-17 17:02:46 +11:00
zilmar 4050e765e8 [Project64] Fix up some brackets in PluginList.cpp 2016-01-17 17:00:30 +11:00
zilmar 99e6df4612 [Common] Add fesetround to Platform.cpp 2016-01-17 16:58:47 +11:00
zilmar 554333711f [Common] Clean up Platform.cpp 2016-01-17 16:57:08 +11:00
zilmar cbd1f6760f [Project64] Be able to correctly get old protection from ProtectMemory 2016-01-17 16:55:44 +11:00
zilmar ec03eb642a [Common] Cleanup MemoryManagement.cpp 2016-01-17 16:54:08 +11:00
zilmar 03b032c939 [3rd Party] Add buffer offlow check in 7zip 2016-01-17 16:44:01 +11:00
zilmar 8b8c9c8a1c Merge pull request #881 from AmbientMalice/patch-16
Enable FAT and disable Audio Sync globally.
2016-01-15 18:50:04 +11:00
AmbientMalice 3335cfed8d Change AiCountPerBytes to 0.
This makes Fixed Audio Timing Dynamically Calculated.
2016-01-15 12:18:59 +10:00
AmbientMalice baf6b95946 Enable FAT and disable Audio Sync globally. 2016-01-15 12:11:01 +10:00
no 1b82fd0686 [core] std::memcpy() undeclared, so use memcpy(). 2016-01-14 19:19:51 -05:00
zilmar 20f7384918 Merge pull request #878 from cxd4/undeclared-memset
[core] compile errors from not declaring standard <string.h> functions
2016-01-15 09:10:12 +11:00
zilmar 46f2afaecc [Project64] N64RomClass.cpp Unprotect memory on freeing it 2016-01-15 08:11:12 +11:00
zilmar 05b2f1e5cf [Project64] Remove windows.h from N64RomClass.cpp 2016-01-15 08:06:33 +11:00
no bc1405b6af ... and from core/N64System/Mips/../../stdafx.h 2016-01-14 01:39:16 -05:00
no 5b62fdd101 ... and from core/N64System/../stdafx.h 2016-01-14 01:34:38 -05:00
zilmar 013f104a46 Merge branch 'master' of https://github.com/project64/project64 2016-01-14 17:31:50 +11:00
no 4eecbf3139 moved string.h include to core/stdafx.h 2016-01-14 01:29:38 -05:00
zilmar 4a1f2552e6 [Project64] remove #include <shellapi.h> from Project64/stdafx.h 2016-01-14 17:29:25 +11:00
zilmar c92922259a Merge pull request #879 from cxd4/more-concat-fixes
[core] Fix more incompatible string concatenations in CPU messages.
2016-01-14 13:49:23 +11:00
no 7bf9a23e28 Try using stdstr_f instead to concatenate inside DisplayError(). 2016-01-13 20:04:31 -05:00
zilmar 5fbee504f7 [Project64] Remove windows.h from Project64/stdafx.h 2016-01-14 08:42:27 +11:00
zilmar 8682d51035 [Project64] Remove some unneeded headers from Project64/N64System.h 2016-01-14 08:40:29 +11:00
zilmar 266b277a1d [Project64] Remove windows.h from FunctionMapClass.cpp 2016-01-14 08:38:54 +11:00
zilmar 02b7db1007 Merge branch 'master' of https://github.com/project64/project64 2016-01-14 08:36:23 +11:00
zilmar 6b41bc3789 [Project64] Get OpcodeName.cpp to use standard types 2016-01-14 08:35:32 +11:00
zilmar ad700c5704 [Project4] Clean up OpcodeName.cpp 2016-01-14 08:32:04 +11:00
zilmar fbe8ca9719 [Project64] Clean up PifRam.h 2016-01-14 08:29:55 +11:00
no 87376ec7b1 unknown string concatenation in DisplayError 2016-01-13 15:42:01 -05:00
no 7994f21868 unknown string concatentation in CPU_Message and stdstr_f 2016-01-13 15:36:46 -05:00
zilmar 617b872c26 Merge pull request #877 from cxd4/have-stdio_h
error:  `sprintf' was not declared in this scope.
2016-01-14 06:15:59 +11:00
zilmar 21c9e0b84a Merge pull request #871 from cxd4/restored-includes
[Common] restored some needed header includes to md5.h
2016-01-14 06:15:33 +11:00
no 2ebf64503a error: `memcpy' was not declared at this scope. 2016-01-13 10:21:58 -05:00
no 344299d319 error: `memset' was not declared at this scope. 2016-01-13 10:20:05 -05:00
no ebf3922c51 `sprintf' was not declared at this scope. 2016-01-13 10:18:10 -05:00
no ac7b0d9601 error: `strcpy' was not declared at this scope. 2016-01-13 10:17:03 -05:00
no d71b7c55b0 error: `strcmp' was not declared at this scope. 2016-01-13 10:14:20 -05:00
no be2a5dba46 error: `sprintf' was not declared in this scope. 2016-01-13 10:01:40 -05:00
zilmar aea724b81a [Project64] Add stdafx.h 2016-01-13 22:53:48 +11:00
zilmar 7c4ffd9a07 [Project64] Remove windows.h from MemoryVirtualMem.cpp 2016-01-13 22:52:21 +11:00
zilmar c58f0ca470 [Project64] Get Dma.cpp to use memory management 2016-01-13 22:20:34 +11:00
zilmar 30841d5e31 [Project64] Get wGS to be windows only 2016-01-13 22:18:22 +11:00
zilmar 51cc15687d [Project64] get headers to be full path 2016-01-13 22:15:30 +11:00
zilmar 01c1cf72c4 [Common] Add MemoryManagement.cpp 2016-01-13 20:39:23 +11:00
zilmar 58f3502bd5 [Project64] Sync InterpreterOps32.cpp 2016-01-13 20:35:08 +11:00
zilmar 6164b45b6e [Project64] Sync InterpreterCPU.cpp and InterpreterOps.cpp 2016-01-13 20:33:17 +11:00
zilmar cb2662afee Merge pull request #872 from cxd4/need-time_h
[Common] Have required sys/time.h POSIX inc for new time code.
2016-01-13 20:04:39 +11:00
zilmar 4ce92df3f6 Merge pull request #873 from cxd4/have-objbase_h
[Common] some safety measures to guaranteeing __interface type
2016-01-13 20:04:19 +11:00
zilmar 38c6a66f0f Merge pull request #874 from cxd4/have-strings_h
[Common] fixed undeclared strcasecmp()
2016-01-13 20:01:59 +11:00
zilmar 43f34c9aff [Project64] Add Cmd_BaseDirectory 2016-01-13 18:23:22 +11:00
zilmar be7943a35d [Project64] Add linux friendly catch 2016-01-13 18:18:06 +11:00
no c1ac20d35c [Common] fixed undeclared strcasecmp() 2016-01-12 21:21:23 -05:00
no cf30a08b43 [Common] Ensure that __interface is declared for _WIN32 also. 2016-01-12 20:28:45 -05:00
no 1d5829bea0 [Common] #define __interface for any !WIN32, not just MSC. 2016-01-12 20:25:36 -05:00
no 06734af2ec [Common] Have required sys/time.h POSIX inc for new time code. 2016-01-12 20:05:57 -05:00
no 17d1f574d1 [Common] restored some needed header includes to md5.h 2016-01-12 20:03:00 -05:00
zilmar 1b2ca46906 [Project64] Fix release build in common 2016-01-13 06:48:07 +11:00
zilmar 0939d70ef3 [Project64] Remove usage of windows.h from md5.cpp 2016-01-13 06:12:31 +11:00
zilmar b420078089 [Project64] Make the FileClass.cpp more linux friendly 2016-01-13 06:09:01 +11:00
zilmar 3d29a5de52 [Projet64] Make Trace.cpp more linux friendly 2016-01-13 06:02:18 +11:00
zilmar 8580a1d5ce [Project64] moved stdwstr_f::stdwstr_f out of .h and in to .cpp 2016-01-13 06:01:13 +11:00
zilmar d6b8fe523e [Project64] Use alloca in log message 2016-01-13 05:51:53 +11:00
zilmar 226a65cc04 [Project64] Cleanup LogClass.h 2016-01-13 05:48:35 +11:00
zilmar 5c7f3c5e21 [Project64] Remove tchar out of IniFileClass.cpp 2016-01-13 05:46:50 +11:00
zilmar ba77c128ac [Project64] Cleanup IniFileClass.cpp 2016-01-13 05:38:10 +11:00
zilmar 0a45420b4b [Project64] Remove tchar from path 2016-01-12 23:19:50 +11:00
zilmar 7b747cb5e0 [Project64] Cleanup path.cpp 2016-01-12 17:52:59 +11:00
zilmar 996098d929 [Project64] Remove WINDOWS_UI 2016-01-12 17:44:41 +11:00
Jeremy517 5b0ea4354b Allow for pushing two C Buttons at once when using an analog stick
This value specifies how far an analog stick has to be pressed to count as a C Button pres when c Buttons are mapped to an analog stick.  The old value did not allow for pressing two c buttons at once, because diagonals did not meet the value.  This value specifies that an analog stick must be pressed roughly halfway to count as a C Button press, which allows you to push two C Buttons at once.
2016-01-07 23:49:48 -08:00
Jeremy517 a1788fa779 Allow for pushing two C Buttons at once when using an analog stick
This value specifies how far an analog stick has to be pressed to count as a C Button press when C Buttons are mapped to an analog stick.  The old value did not allow for pressing two c buttons at once, because diagonals did not meet the value.  This value specifies that an analog stick must be pressed halfway to count as a C Button press, which allows you to push two C Buttons at once.
2016-01-07 23:48:20 -08:00
zilmar 19135c41a7 Merge pull request #860 from cxd4/cdecl-lolwut
[core] Don't demand Win32-specific features like __cdecl.
2016-01-06 14:05:30 +11:00
no bb0a5f9849 [core] Prefer a CALL macro to centralize the convention. 2016-01-05 21:54:42 -05:00
no a038c21ea8 [core] Don't demand Win32-specific features like __cdecl. 2016-01-05 19:39:02 -05:00
no f83c4bda68 [core] fixed strtoul() for more compile errors 2016-01-05 19:09:10 -05:00
zilmar 2b31784057 [Project64] Fix up compile issues with me removing windows.h 2016-01-05 21:32:18 +11:00
zilmar 96712e6042 [Project64] Clean up some of the includes 2016-01-05 16:58:31 +11:00
zilmar 860cc53e87 [Project64] fix zip includes 2016-01-05 07:59:16 +11:00
zilmar 50c4030c62 [Project64] remove CMipsMemory_CallBack 2016-01-05 07:46:56 +11:00
zilmar ff8623ad2c [Project64] Mempak uses standard types 2016-01-05 07:37:09 +11:00
zilmar 3ba0f072ce [Project64] Flashram to use standard types 2016-01-05 07:34:16 +11:00
zilmar 1e30be0945 [Project64] Add Platform.cpp 2016-01-04 17:49:33 +11:00
zilmar 008dec1f59 [Project64] Fix Language Selection 2015-12-31 07:31:04 +11:00
Nekokabu f4d6f577e1 Fix character corruption in rom info dialog 2015-12-26 17:11:13 +09:00
Nekokabu f6ccd297d0 Update SettingsConfig.cpp 2015-12-26 14:23:42 +09:00
Nekokabu 53ddd7e78c Fix dialog when enable RDB edit mode 2015-12-26 14:01:47 +09:00
zilmar 05602d1939 [Project64] Remove m_UseRegistry 2015-12-24 10:23:49 +11:00
zilmar 1d2572c2c2 [Project64] Better sort unknown good name properly 2015-12-24 10:02:28 +11:00
zilmar 230cc4612f [Project64] Get RomInformationClass.cpp to use W win api versions 2015-12-24 08:32:39 +11:00
zilmar 515a9401cd [Project64] Move RomInformationClass.cpp 2015-12-24 07:41:06 +11:00
zilmar 0211680a16 [Project64] Needed to update CodeSection.cpp 2015-12-24 07:38:50 +11:00
zilmar 73549ee72f {Project64] Convert internal strings to be utf8 instead of utf16 2015-12-24 07:04:36 +11:00
zilmar 45166a5824 [Project64] Update Settings/SettingsPage-Game-Recompiler.cpp 2015-12-24 06:59:14 +11:00
zilmar e1f9d4e8de Project64] Cleanup Settings/SettingsPage-Game-General.cpp 2015-12-24 06:57:59 +11:00
zilmar 17fb11375e [Project64] Cleanup Debugger-MemoryDump.cpp 2015-12-24 06:54:07 +11:00
zilmar cf2d34fed3 [Project64] Cleanup ProfilingClass.cpp 2015-12-24 06:51:37 +11:00
zilmar 50df137466 [Project64] Cleanup RomInformationClass.cpp 2015-12-24 06:49:23 +11:00
zilmar 6ffd1663ca [Project64] Clean up FramePerSecondClass.cpp 2015-12-24 06:41:11 +11:00
zilmar 58c125d337 [Project64] Cleanup Settings/SettingsPage-GameBrowser.cpp 2015-12-24 06:39:23 +11:00
zilmar fd5941fa35 [Project64] Cleanup 3rdParty/7zip.cpp 2015-12-24 06:34:47 +11:00
zilmar ec6ab39137 [Project64] Clean up Settings/SettingsPage-Directories.cpp 2015-12-24 06:29:57 +11:00
zilmar 9dd34caf87 [Project64] Cleanup CheatClassUI.cpp 2015-12-24 06:26:17 +11:00
zilmar a7fbfd03cc [Project64] Cleanup Settings/SettingsPage-Plugin.cpp 2015-12-24 06:24:17 +11:00
zilmar 95a9841458 [Project64] Cleanup Settings/SettingsPage-Game-Plugin.cpp 2015-12-24 06:16:11 +11:00
zilmar c664e9a578 [Project64] Cleanup SettingsConfig.cpp 2015-12-24 06:12:57 +11:00
zilmar 2e4d73defa [Project64] Disable copy constructor for CSystemTimer 2015-12-23 13:29:01 +11:00
zilmar 6395ea52f7 [Project64] Code cleanup of MemTest.cpp 2015-12-23 13:10:04 +11:00
zilmar a05c3f5c00 Merge branch 'master' of https://github.com/project64/project64 2015-12-22 19:06:11 +11:00
zilmar 379cff09ae [Project64] Add Write32PifRam 2015-12-22 19:04:55 +11:00
zilmar e57ddf6181 [Project64] Add Write32CartridgeDomain2Address2 2015-12-22 17:09:27 +11:00
zilmar a8dacad8bf [Project64] Add Write32SerialInterface 2015-12-22 17:02:08 +11:00
zilmar d30e09c73f [Project64] Add Write32RDRAMInterface 2015-12-22 16:57:18 +11:00
zilmar 07f43c3a46 [Project64] Add Write32PeripheralInterface 2015-12-22 16:51:50 +11:00
zilmar 8a62fdf896 [Project64] Add Write32AudioInterface 2015-12-22 16:46:08 +11:00
zilmar 1a02c7130c [Project64] Add Write32VideoInterface 2015-12-22 16:40:19 +11:00
zilmar adc422fca7 [Project64] Add Write32MIPSInterface 2015-12-22 16:31:13 +11:00
no f0eef4df74 [core] fixed undeclared SSE2 intrinsics on non-Win32 2015-12-21 18:21:39 -05:00
zilmar 3a6df25a2c Merge pull request #840 from cxd4/fix-undeclared-functions
[core] Explicitly ensure that the necessary includes are included.
2015-12-22 09:13:55 +11:00
zilmar 15569ddb85 Merge pull request #841 from cxd4/no-more-__int64
[core] replaced surviving occurrences of __int64
2015-12-22 09:12:27 +11:00
zilmar 31159ed039 [Project64] Add Write32DPCommandRegisters 2015-12-22 08:49:58 +11:00
zilmar 34dab07f83 [Project64] Add Write32SPRegisters 2015-12-22 08:41:49 +11:00
no caee888b23 [core] replaced surviving occurrences of __int64 2015-12-21 16:38:56 -05:00
zilmar 0a8255bd39 [Project64] Add Write32RDRAMRegisters 2015-12-22 08:35:06 +11:00
zilmar d5ceb3d367 [Project64] Add Load32Rom 2015-12-22 08:24:37 +11:00
zilmar 4fe7ce8242 [Project64] Add Load32PifRam 2015-12-22 08:15:26 +11:00
zilmar 78af6b08a2 [Project64] Add Load32CartridgeDomain2Address2 2015-12-22 08:03:14 +11:00
no 3ac1103799 undeclared int8_t and other POSIX type names 2015-12-21 15:50:25 -05:00
no 0d2f09a840 undeclared strstr(), strchr(), strtoul(), atoi() and others 2015-12-21 15:38:52 -05:00
no a225ae2cf1 undeclared sprintf() 2015-12-21 15:36:48 -05:00
no ec23fd324d undeclared sprintf() 2015-12-21 15:35:11 -05:00
no c49258420a undeclared memset() 2015-12-21 15:34:48 -05:00
no 6abb430725 undeclared memset() 2015-12-21 15:32:33 -05:00
no 83ab2996aa undeclared memset() 2015-12-21 15:28:53 -05:00
no 33bbd39b99 undeclared memset() 2015-12-21 15:26:44 -05:00
no b3a6b03fb9 undeclared sprintf() 2015-12-21 15:22:39 -05:00
no 6a18af08a3 undeclared sprintf() 2015-12-21 15:18:20 -05:00
no 9dab4b3bed undeclared memcpy() 2015-12-21 15:17:29 -05:00
no 64b0635fa1 undeclared memcmp(), ::memset() 2015-12-21 15:12:30 -05:00
no beb8c41575 undeclared sprintf() 2015-12-21 15:09:57 -05:00
zilmar f8619bb6e4 [Project64] Add Load32SerialInterface 2015-12-22 06:59:17 +11:00
no c4a31eb457 undeclared fopen(), fread(), feof(), fscanf() and others 2015-12-21 14:54:02 -05:00
no 3aaa2a6a74 undeclared vsprintf() 2015-12-21 14:46:04 -05:00
no f28bbc85ba undeclared strcat() and strlen() 2015-12-21 14:41:08 -05:00
zilmar e3caeb8b07 [Project64] Add Load32PeripheralInterface, Load32RDRAMInterface 2015-12-22 05:45:07 +11:00
zilmar 9778846ae8 [Project64] Add Load32AudioInterface 2015-12-21 21:06:51 +11:00
zilmar 6d4ea6d693 [Projext64] Add Load32VideoInterface 2015-12-21 21:01:56 +11:00
zilmar 0324714be7 [Project64] Add Load32MIPSInterface 2015-12-21 20:56:24 +11:00
zilmar cf3b797ebd [Projext64] Add Load32DPCommand 2015-12-21 20:52:59 +11:00
zilmar 9692ecf1b4 [Project64] Add Load32SPRegisters 2015-12-21 20:49:13 +11:00
zilmar 4a0d9b640b [Project64] Add Load32RDRAMRegisters 2015-12-21 20:45:08 +11:00
zilmar 012e247514 [Project64] Remove __interface CMipsMemory_CallBack 2015-12-21 18:35:22 +11:00
zilmar a480b60f6f [Project64] Cleanup RSPPlugin.h 2015-12-21 18:32:16 +11:00
zilmar 4e4d35494b [Project64] Cleanup GFXPlugin.cpp 2015-12-21 18:28:35 +11:00
zilmar f23ba48309 [Project64] Clean up LoopAnalysis.cpp 2015-12-21 18:26:51 +11:00
zilmar 6b07620b74 [Project64] Cleanup RecompilerOps.cpp 2015-12-21 18:24:16 +11:00
zilmar 19303a0210 [Project64] Clean up CheatClass.cpp 2015-12-21 18:18:28 +11:00
zilmar b748f0a67b [Project64] Cleanup Project64-core/Logging.cpp 2015-12-21 18:16:29 +11:00
zilmar fcc3a0fa8b Merge branch 'master' of https://github.com/project64/project64 2015-12-21 17:01:51 +11:00
zilmar 05b9e591cd Merge pull request #834 from Nekokabu/patch-1
Fix internalname in rom information dialog
2015-12-21 06:02:59 +11:00
Nekokabu 582182b7f6 Fix internalname in rom information dialog 2015-12-20 16:36:21 +09:00
no 865f1f74e7 s/util.h/Util.h 2015-12-19 18:57:54 -05:00
no c1d80674fe s/common/Common 2015-12-19 18:57:27 -05:00
no e12aa20281 s/trace.h/Trace.h 2015-12-19 18:52:35 -05:00
no 9978ef6384 s/GFXplugin/GFXPlugin 2015-12-19 18:50:17 -05:00
no 5291b1f96c s/N64class.h/N64Class.h 2015-12-19 18:46:31 -05:00
no 0690ca436b s/version.h/Version.h 2015-12-19 18:45:25 -05:00
no 990ab69354 s/logging.h/Logging.h 2015-12-19 18:44:15 -05:00
7d944ac8f5 [core] removed extra, unnecessary branch for the NORMAL case 2015-12-18 21:20:10 -05:00
zilmar 77eb1eb75b [Project64] Split up trace cleanup 2015-12-16 17:41:34 +11:00
zilmar 5c27d6d1e8 [Project64] rename tofix to legacycode 2015-12-15 17:01:06 +11:00
32aefd4b10 s/m_Limitor/m_Limiter 2015-12-14 17:10:30 -05:00
df83c3c440 s/CSpeedLimitor/CSpeedLimiter 2015-12-14 17:09:12 -05:00
b50163938e SpeedLimitorClass.cpp --> SpeedLimiterClass.cpp 2015-12-14 17:01:10 -05:00
664f71941a SpeedLimitorClass.h --> SpeedLimiterClass.h 2015-12-14 16:56:39 -05:00
zilmar 95a3319735 [Project64] Update logging system to use module and severity 2015-12-14 21:51:33 +11:00
zilmar b4a3516654 [Project64] Clean up RecompilerMemory.cpp 2015-12-13 19:26:41 +11:00
zilmar c3a9525006 [Project64] Cleanup RecompilerClass.cpp 2015-12-13 18:52:22 +11:00
zilmar 21bce73cca [Project64] Cleanup Mempak.cpp 2015-12-13 18:29:48 +11:00
zilmar d8a4b4810b {Project64] Cleanup MemoryVirtualMem.cpp 2015-12-13 18:26:31 +11:00
zilmar abcfe60a51 [Project64] Cleanup FlashRam.cpp 2015-12-13 18:10:40 +11:00
zilmar 29d693ba1f [Project64] Clean up Sram.cpp 2015-12-13 18:07:03 +11:00
zilmar 199fa2f7f8 [Project64] Clean up SystemTiming.cpp 2015-12-13 17:58:08 +11:00
zilmar fa680564bd [Project64] Code cleanup MenuShortCuts.cpp 2015-12-13 17:50:05 +11:00
zilmar a6c0ddece4 [Project64] clean up TLBclass.cpp 2015-12-11 06:08:39 +11:00
zilmar 709c34fcd1 [Project64] Clean up PluginBase.cpp 2015-12-11 05:23:00 +11:00
zilmar ac1211eb76 [Project64] Cleanup Trace Files 2015-12-10 17:38:33 +11:00
zilmar 146f295b10 [Project64] md5.cpp fix up brackets 2015-12-10 17:32:43 +11:00
zilmar 22fc35d49c [Project64] MD5.cpp auto code clean up 2015-12-10 17:23:03 +11:00
zilmar 17b24f299f [Project64] Get Breakpoint to use char * instead of wchar_t * for filename 2015-12-09 22:37:58 +11:00
zilmar 65ebd6ff55 [Project64] Clean up X86ops.cpp 2015-12-09 22:26:58 +11:00
zilmar 517630854e Merge pull request #824 from JunielKatarn/gfxplugincasing
Made GFXPlugin file name casing consistent.
2015-12-09 07:20:10 +11:00
Julio C. Rocha 2a456aa24e [core] made GFXPlugin casing consistent. 2015-12-08 12:15:55 -08:00
zilmar d285cff216 Merge pull request #823 from cxd4/include-path-fixes
some more fixes to #include directives breaking non-Win32 builds
2015-12-09 07:05:23 +11:00
unknown 8b59f82a8d fixed Unix-incompatible include path case-insensitivity 2015-12-08 14:59:50 -05:00
unknown aad7667232 fixed Unix-incompatible directory dividers 2015-12-08 14:54:29 -05:00
unknown 2969ed656c fixed incorrect file name for case-sensitivity 2015-12-08 14:50:01 -05:00
Julio C. Rocha 94075ec625 [core] Removed spaces from file names in VCXPROJ. 2015-12-08 02:38:01 -08:00
Julio C. Rocha caf02d9368 Fixed VCXPROJ for Project64-core. 2015-12-07 23:11:17 -08:00
Julio C. Rocha 7b2421884e Adjusted minimum toolset versions to VS2010 for VCXPROJ and PROPS files. 2015-12-07 21:15:53 -08:00
no da8d9c1126 non-implicit string.h inclusion to fix non-Win32 compiles 2015-12-07 18:59:05 -05:00
Samuel Yuan cf8a624a25 Fix "Saved current state" and "Load state"
Certain strings won't show up correctly.
2015-12-06 11:29:22 -05:00
zilmar 3e4dd1cc23 Merge branch 'master' of https://github.com/project64/project64 2015-12-06 21:06:36 +11:00
zilmar a429a7fd08 [Project64] Create Project64-core 2015-12-06 21:05:39 +11:00
zilmar be34822c90 Merge pull request #807 from cxd4/script-files-without-spaces
[Common] recursored Unix file paths to new file names
2015-12-06 15:55:25 +11:00
zilmar 3c29c45fce Merge pull request #815 from cxd4/sync-MinGW
Synchronize MinGW build scripts to new space-free file paths.
2015-12-05 16:18:36 +11:00
unknown d8da30b2c4 Synchronize MinGW build scripts to new space-free file paths. 2015-12-04 23:09:55 -05:00
Julio C. Rocha 6102eb8354 [nrage,sdl] Fixed AdditionalLibraryDirectories (removed spaces) 2015-12-04 20:05:23 -08:00
unknown 5821e63257 LW_VAddr: Fold two VAddr comparisons into one branch. 2015-12-04 22:31:16 -05:00
Nekokabu 6b689e8c49 fix typo 2015-12-05 10:54:52 +09:00
no f7b6767149 [RSP] Start using portable types in plugin header. 2015-12-04 17:24:15 -05:00
no 395f2a92dd #define EXPORT and CALL for cross-platform linkage. 2015-12-04 17:17:24 -05:00
no 757c7c35c6 [Glide64] fixed wrong include paths for case-sensitivity 2015-12-04 16:26:58 -05:00
no 7980b6c299 [Common] recursored Unix file paths to new file names 2015-12-04 15:42:53 -05:00
Nekokabu c30bd1a5dd Tweak dialogs 2015-12-05 00:39:21 +09:00
zilmar 9547e0fd48 Merge branch 'master' of https://github.com/project64/project64 2015-12-04 18:11:39 +11:00
zilmar e3b32c572d [Project64] Remove spaces from filename 2015-12-04 17:49:31 +11:00
zilmar ef846c0037 Merge pull request #796 from cxd4/create-Unix-script
ported MinGW build script for project64::Common to Unix shell
2015-12-04 17:31:00 +11:00
unknown 2c3c13862b re-ordered CPU interpreter main loop if/else branch predictor 2015-12-03 20:10:26 -05:00
Samuel Yuan c8b1f161d2 Fix "Unable to load state" 2015-12-03 14:54:04 -05:00
zilmar 5a92e0f42e Merge pull request #798 from Nekokabu/patch-3
Add 64DD IPL detection in rom browser
2015-12-03 06:19:12 +11:00
Nekokabu b3c3e9d37e Add 64DD detection 2015-12-02 21:56:11 +09:00
Nekokabu 17657d6eb7 Add the extension to the file name 2015-12-02 21:32:53 +09:00
no f024901b48 ported MinGW build script for project64::Common to Unix shell 2015-12-01 19:38:12 -05:00
zilmar 55bc654e8b [Project64] Rom Browser fix compilation bug 2015-12-02 08:38:46 +11:00
zilmar 5fb98403ce Merge pull request #793 from MELERIX/lang
updated spanish translation
2015-12-02 08:23:33 +11:00
zilmar b81e383f1b Merge pull request #794 from Nekokabu/master
fix filename
2015-12-02 08:21:27 +11:00
zilmar 5760ce22ae [Build] Add error value to quit 2015-12-02 07:51:59 +11:00
Nekokabu 92b65a4e8a Fix rom info dialog 2015-12-02 01:05:24 +09:00
Nekokabu ce5b87a0ec Update AppInit.cpp
no longer need fixlocale
2015-12-02 00:53:06 +09:00
Nekokabu 598bc00851 Update Main Menu Class.cpp
no longer need hotfix
2015-12-02 00:49:30 +09:00
Nekokabu 3c130c680a Update Rom Browser Class.cpp
fix filename in rom browser
2015-12-02 00:45:11 +09:00
MELERIX 6aad3593e7 minor change in english file for a proper translation 2015-12-01 10:00:40 -03:00
LegendOfDragoon 36d491c989 Fix issue with STV in Vector Dest Analysis
STV can write to multiple registers, so it needs to do extra checking to
determine whether or not the destination register is used.
2015-11-30 20:40:01 -08:00
LegendOfDragoon b2f73ecb93 Optimize Vector Dest Analysis in RSP Recompiler
LPV, LUV, and LHV always write to an entire vector register, so it's
beneficial to account for that in Vector Destination Analysis.
2015-11-30 19:45:43 -08:00
zilmar 4770198dae [Project64] Rom Browser to use ansi file names 2015-12-01 04:06:51 +11:00
zilmar 1b19da6115 [Project64] Do not strcpy on empty item 2015-11-30 06:27:46 +11:00
zilmar 655a73e1fa [Project64] Use CODEPAGE_932 for internal name in Rom Browser 2015-11-30 06:26:41 +11:00
zilmar 942e07569a [Project64] Add codepage stdstr::ToUTF16 2015-11-30 06:25:09 +11:00
zilmar bc8d8b8fa1 [Projct64] Clean up std string.cpp 2015-11-30 06:21:47 +11:00
Julio C. Rocha 62f10bd20f Ignore include of <pbt.h> 2015-11-28 22:04:30 -08:00
zilmar 2cc85dd2cf [Project64] Fix up internal name in rom browser 2015-11-29 14:19:38 +11:00
zilmar a76ebeccd6 Merge branch 'master' of https://github.com/project64/project64 2015-11-29 09:59:44 +11:00
zilmar 5b7020453e [Project64] Get rom browser to use W version instead of A 2015-11-29 09:58:15 +11:00
zilmar c1ea5494cf [Project64] Rom Browser Class.cpp use standard types 2015-11-29 09:14:05 +11:00