Commit Graph

1925 Commits

Author SHA1 Message Date
zilmar 9f87dbf30d [Project64] Split cheat class between UI and code 2015-11-07 14:32:23 +11:00
zilmar 45a8598290 Merge branch 'master' of https://github.com/project64/project64 2015-11-07 12:48:24 +11:00
zilmar 6a2e88a25c [Project64] change AsciiToHex to std::strtoul in rom browser 2015-11-07 12:45:59 +11:00
zilmar a1d9af57a6 [Project64] remove some of the #ifdef WINDOWS_UI from settings pages 2015-11-07 12:11:25 +11:00
zilmar 6baaa4f624 Merge pull request #728 from cxd4/no-u-int32_t-Write
[Common] Use standard C memory limit `size_t` type.
2015-11-07 08:24:51 +11:00
zilmar 485431f3be Merge pull request #727 from cxd4/no-u-int32_t
[Common] MaxFileSize:  Use size_t for memory sizes.
2015-11-07 08:24:19 +11:00
zilmar 6585657d05 [Project64] Change CDebugger to CDebuggerUI 2015-11-07 08:22:02 +11:00
zilmar d56236356a [Project64] Fix showing file name in break point 2015-11-07 07:51:41 +11:00
unknown 258c540543 [Common] CFile::Read(): Use standard memory size input type. 2015-11-06 13:23:51 -05:00
unknown a3cac34c74 [Common] CFile::Write(): Use standard memory size input type. 2015-11-06 13:02:45 -05:00
unknown dd9bb892cb [Common] MaxFileSize: Use size_t for memory sizes. 2015-11-06 12:18:44 -05:00
zilmar 43f175ce70 [nrage] some code clean up 2015-11-06 22:55:44 +11:00
zilmar 7c3f24b20d [common] Add util class 2015-11-06 22:55:21 +11:00
zilmar 19bf3e9945 [Common] Add Sync Event class 2015-11-06 22:42:27 +11:00
zilmar a3172b30ab [Common Code] Clean up some of the code 2015-11-06 22:37:21 +11:00
zilmar 655abeb473 Merge pull request #726 from Nekokabu/patch-2
Update Settings Page - Game Browser.cpp
2015-11-06 05:35:57 +11:00
Nekokabu 4b725105d2 Update Settings Page - Game Browser.cpp
Fixed text when remove fields
2015-11-06 01:21:50 +09:00
zilmar f7744d8942 Merge pull request #725 from JunielKatarn/PropertySheets
Set target machine for Static Library projects.
2015-11-04 13:37:06 +11:00
Julio C. Rocha 407128d2d4 Set target machine for Static Library projects. 2015-11-03 12:29:13 -08:00
zilmar 18fa1601b4 Merge pull request #723 from Nekokabu/patch-1
Update Dma.cpp
2015-10-31 08:58:34 +11:00
Nekokabu b275324843 Update Dma.cpp
fix typo
2015-10-31 06:28:49 +09:00
zilmar c44ecf09fa Merge pull request #721 from Nekokabu/master
Support Dezaemon 3D saves (SRAM 96KB)
2015-10-31 06:34:44 +11:00
Nekokabu 9d562abab9 Update Project64.rdb 2015-10-30 22:11:57 +09:00
Nekokabu dd587cccea Remove sram size
Remove sram size
2015-10-30 22:11:12 +09:00
Nekokabu cd2f3cf173 Support Dezaemon 3D saves (SRAM 96KB)
Support Dezaemon 3D saves (SRAM 96KB)
2015-10-30 22:09:56 +09:00
Nekokabu ba2e5ba9e6 Support Dezaemon 3D saves (SRAM 96KB)
Support Dezaemon 3D saves (SRAM 96KB)
2015-10-30 22:08:27 +09:00
zilmar d21f91e81a Merge pull request #718 from cxd4/rsp-recompiler
[RSP] Execute recompiler CPU without SEH for non-MSVC.
2015-10-30 13:16:50 +11:00
unknown 061f69b6f3 [RSP] Execute recompiler CPU without SEH for non-MSVC. 2015-10-29 21:52:48 -04:00
unknown ff904a0f3e [RSP] This memset() should be able to cause exceptions. 2015-10-29 21:51:26 -04:00
zilmar 3fcdae7d1c Merge pull request #716 from cxd4/mingw-float_h-bug
[RSP] adjust to unfortunate bug in GCC <float.h> header
2015-10-30 12:25:28 +11:00
zilmar 882d8f38c6 Merge pull request #715 from cxd4/rsp-__cpuid
[RSP] Disable __cpuid() detection for non-MSVC compiles.
2015-10-30 12:24:29 +11:00
unknown 72007f6e9f [RSP] adjust to unfortunate bug in GCC <float.h> header 2015-10-29 20:59:14 -04:00
unknown 1f7ab970e8 [RSP] Disable __cpuid() detection for non-MSVC compiles. 2015-10-29 20:48:31 -04:00
zilmar 3c64df1837 Merge pull request #714 from cxd4/msvc-_M_IX86-specific
[RSP] Disable MSVC-specific 32-bit-only code for non-MSVC.
2015-10-30 11:27:40 +11:00
zilmar 1f6bebd5f1 Merge pull request #713 from aschwant/master
Fixed incorrect file name causing plugins to fail to load
2015-10-30 11:27:12 +11:00
zilmar d15a244ed2 Merge pull request #712 from cxd4/undeclared-sprintf
[RSP] Added missing <stdio.h> include to fix undeclared sprintf().
2015-10-30 11:25:56 +11:00
unknown 1e395a9449 [RSP] Disable MSVC-specific 32-bit-only code for non-MSVC. 2015-10-29 20:23:36 -04:00
aschwant 2ed50708c1 Fixed incorrect file name causing plugins to fail to load 2015-10-29 17:58:26 -06:00
unknown 6a3fe2bfb6 Include <stdio.h> to fix one undeclared sprintf(). 2015-10-29 19:42:39 -04:00
unknown abb5578dbb Unconditionally include <stdio.h> to declare sprintf(). 2015-10-29 19:42:11 -04:00
zilmar c8401cd9d3 Merge pull request #709 from cxd4/master
Add PJGlide and NRage MinGW compile scripts?
2015-10-29 10:32:54 +11:00
zilmar cae79c3f8d [Project64] Trying to fix build 2015-10-29 10:24:27 +11:00
zilmar 3efc6024d0 [Project64] try to fix vs 2008 compiling being broken 2015-10-28 22:20:15 +11:00
unknown a4473fca97 added N-Rage MinGW compile script 2015-10-28 00:08:17 -04:00
unknown 2d4728d7c2 added Glide64 MinGW compile script 2015-10-28 00:07:10 -04:00
zilmar 2d808516b3 Merge pull request #708 from cxd4/DllMain-with-conflicting-wx
[Glide64] fixed DllMain conflict against <winbase.h> prototype
2015-10-28 14:29:20 +11:00
unknown 8354249a4b [Glide64] fixed DllMain conflict against <winbase.h> prototype 2015-10-27 23:11:31 -04:00
zilmar 718b0a974e Merge pull request #707 from cxd4/geepers-its-a-macro
[Glide64] fixed pre-processor macro collision with C++ STL
2015-10-28 14:03:57 +11:00
unknown 3f15e07562 [Glide64] fixed a pre-processor macro language collision 2015-10-27 22:26:28 -04:00
zilmar 88852c3a4a Merge pull request #690 from cxd4/set-WINDOWS_UI-programmatically
Be able to control `WINDOWS_UI` programatically.
2015-10-28 11:15:17 +11:00