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
5c329f72be
Merge pull request #870 from Nekokabu/patch-6
...
[RDB] Optimize cheat
2016-01-13 20:05:43 +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
Nekokabu
7144828299
[RDB] Optimize cheat
2016-01-12 21:09:56 +09: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
zilmar
78d92141f5
Merge pull request #867 from Nekokabu/patch-5
...
Update Japanese.pj.Lang
2016-01-09 01:24:38 +11:00
Nekokabu
9e1f1d50d9
Update Japanese.pj.Lang
2016-01-08 23:09:33 +09: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
Jeremy517
a15c1d9005
Merge pull request #1 from project64/master
...
Update fork
2016-01-07 23:25:51 -08:00
zilmar
78a6b0d7b7
Merge pull request #863 from purplemarshmallow/1
...
[RDB] set Rayman 2 CF to 1
2016-01-08 06:12:21 +11:00
purplemarshmallow
9bf6ce7b45
[RDB] set Rayman 2 CF to 1
...
this prevents you from getting stuck in the Cave of Bad Dreams see #827
2016-01-07 14:24:37 +01:00
zilmar
c8c9b9f012
Merge pull request #861 from JunielKatarn/fix_sln_norsphle
...
Removed references to inexisting project: RSP-hle.
2016-01-06 14:46:19 +11:00
Julio C. Rocha
aa4714926e
Removed references to inexisting project: RSP-hle.
2016-01-05 19:37:11 -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
zilmar
1f30475f97
Merge pull request #859 from cxd4/strtoul-ya-no-stds-plz
...
[core] fixed strtoul() for more compile errors
2016-01-06 13:22:04 +11: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