Commit Graph

2060 Commits

Author SHA1 Message Date
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 e10368d8f4 Update Ukrainian.pj.Lang 2015-11-06 01:36:29 +09:00
Nekokabu cef8adfa94 Update Swedish.pj.Lang 2015-11-06 01:36:18 +09:00
Nekokabu e9d7395701 Update Spanish.pj.Lang 2015-11-06 01:36:07 +09:00
Nekokabu 976cd34ace Update Russian.pj.Lang 2015-11-06 01:35:56 +09:00
Nekokabu 09bb454223 Update Polish.pj.Lang 2015-11-06 01:35:45 +09:00
Nekokabu 62e3ab029c Update Norwegian.pj.Lang 2015-11-06 01:35:32 +09:00
Nekokabu 78a211ec63 Update Lithuanian.pj.Lang 2015-11-06 01:35:20 +09:00
Nekokabu 08e2a48b35 Update Italian_alternative.pj.Lang 2015-11-06 01:35:09 +09:00
Nekokabu b0ceb2e95f Update Italian.pj.Lang 2015-11-06 01:34:58 +09:00
Nekokabu bcb5ef862f Update Hungarian.pj.Lang 2015-11-06 01:34:46 +09:00
Nekokabu 189a3c583d Update Greek.pj.Lang 2015-11-06 01:34:28 +09:00
Nekokabu ed0f2ddba4 Update German_localised.pj.Lang 2015-11-06 01:34:16 +09:00
Nekokabu a3707616e0 Update German.pj.Lang 2015-11-06 01:34:05 +09:00
Nekokabu 83e0fc31c3 Update French.pj.Lang 2015-11-06 01:33:54 +09:00
Nekokabu 911726dc0c Update Finnish.pj.Lang 2015-11-06 01:33:42 +09:00
Nekokabu 021076c7ce Update Dutch.pj.Lang 2015-11-06 01:33:11 +09:00
Nekokabu 18c1807529 Update Danish.pj.Lang 2015-11-06 01:32:58 +09:00
Nekokabu 60cbd679ee Update Czech.pj.Lang 2015-11-06 01:32:44 +09:00
Nekokabu 508b1b7c7b Update Chinese (Traditional).pj.Lang 2015-11-06 01:32:31 +09:00
Nekokabu 7732dcae28 Update Chinese (Simplified).pj.Lang 2015-11-06 01:32:17 +09:00
Nekokabu c8ef9cc362 Update Catalan.pj.Lang 2015-11-06 01:32:03 +09:00
Nekokabu a30faf07a8 Update Bulgarian.pj.Lang 2015-11-06 01:31:42 +09:00
Nekokabu 2aa7836625 Update Brazilian Portuguese.pj.Lang 2015-11-06 01:31:29 +09:00
Nekokabu 4d4911e28d Update Japanese.pj.Lang 2015-11-06 01:30:56 +09:00
Nekokabu 5530c7d97c Update English_alternative.pj.Lang 2015-11-06 01:30:00 +09: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
unknown d08baf90cf Filter compiled sources and build files from Git view. 2015-11-01 21:51:06 -05: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
unknown a53526163b fixed a couple remaining 64-bit pointer truncations 2015-10-30 16:08:18 -04:00
unknown 354cf1bf5d fixed x86 compiler address writes 2015-10-30 15:48:30 -04:00
zilmar c44ecf09fa Merge pull request #721 from Nekokabu/master
Support Dezaemon 3D saves (SRAM 96KB)
2015-10-31 06:34:44 +11:00
unknown e7fed940de AddConstToX86Reg: pointer-to-int truncation fixed 2015-10-30 14:08:19 -04:00