Commit Graph

1217 Commits

Author SHA1 Message Date
zilmar 568226d5ff [Project64] Remove Delay Slot Map Class.h and Exit Info.cpp 2015-11-08 17:20:04 +11:00
zilmar 3b8e03b570 [Project64] Clean up plugin classes 2015-11-08 17:08:15 +11:00
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
Nekokabu 4b725105d2 Update Settings Page - Game Browser.cpp
Fixed text when remove fields
2015-11-06 01:21:50 +09:00
Nekokabu b275324843 Update Dma.cpp
fix typo
2015-10-31 06:28:49 +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
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
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
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
unknown 8354249a4b [Glide64] fixed DllMain conflict against <winbase.h> prototype 2015-10-27 23:11:31 -04: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
zilmar 50addc7c7d Merge pull request #698 from cxd4/fix-NRage-for-gcc
[N-Rage] Disabled broken pre-processor code.
2015-10-28 11:14:06 +11:00
zilmar 8f3ce0692d Merge pull request #699 from cxd4/NRage-signed-overflow-undefined
[N-Rage] Fix signed overflow warnings in C++ standard.
2015-10-28 11:12:17 +11:00
zilmar 13946543c8 Merge pull request #700 from cxd4/mini-max-olololol
[N-Rage] undeclared functions min() and max()
2015-10-28 11:11:22 +11:00
zilmar 1b2568e0f2 Merge pull request #701 from cxd4/address-truncation
[N-Rage] fixed broken FormatMemPak in 64-bit
2015-10-28 11:10:41 +11:00
zilmar b597a04e58 Merge pull request #702 from cxd4/secure-o_OOOO
[N-Rage] Use standard functions, not Microsoft "secure" functions.
2015-10-28 11:08:58 +11:00
zilmar c67d64031b Merge pull request #706 from cxd4/att-asm-is-dumb
Remove incompatible in-line asm from DepthBufferRender.
2015-10-28 11:08:06 +11:00
zilmar 220dba65ae Merge pull request #705 from cxd4/missing-gccpriv_h
[Glide64] Add missing <gccpriv.h> dependency for GCC.
2015-10-28 11:05:43 +11:00
unknown 102a8f650b Do not rely on dynamic-width `long long` type; use int64_t. 2015-10-27 19:30:33 -04:00
unknown f0fcd058da Get rid of in-line assembly in idiv16().
This cannot work with MinGW -masm=intel, only -masm=att.
2015-10-27 19:28:55 -04:00