zilmar
95a3319735
[Project64] Update logging system to use module and severity
2015-12-14 21:51:33 +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
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
zilmar
e3b32c572d
[Project64] Remove spaces from filename
2015-12-04 17:49:31 +11:00
zilmar
f50f634daf
[Project64] Change file handling to be ansi
2015-11-30 21:14:14 +11:00
zilmar
839fda1e0e
Merge pull request #764 from cxd4/undeclared-ASSERTE-macro
...
[Common] Have fallback to including nonstandard <crtdbg.h>.
2015-11-18 06:36:32 +11:00
unknown
48a077c8e8
[Common] Have fallback to including nonstandard <crtdbg.h>.
2015-11-17 13:31:36 -05:00
unknown
c5114d820c
[Common] #include <malloc.h> to fix undeclared `alloca`
2015-11-16 21:46:54 -05:00
Samuel Yuan
4b43afe275
Added class to format wide strings
2015-11-14 22:12:24 -05:00
unknown
0174bae7a8
combined fix into a single line
2015-11-11 18:08:24 -05:00
unknown
ade04862f8
minor clean-ups
2015-11-11 12:43:57 -05:00
unknown
d9ef1cae17
fixed implicit (but wrong) operator precedence
2015-11-11 12:32:49 -05:00
unknown
2206ba0985
inverted the inverted file flags condition
2015-11-11 12:31:17 -05:00
zilmar
53aa2faf3b
[Project64] Log Class.cpp to use standard types
2015-11-11 17:51:19 +11:00
zilmar
4b150ded03
[Project64] Get File Class.cpp to use standard types
2015-11-11 17:47:22 +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
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
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
unknown
afd470914d
Fix non-MSVC compiler errors: undeclared sprintf()
2015-10-26 18:11:18 -04:00
zilmar
0144305c6a
[Project64] Clean up path code
2015-10-25 22:10:54 +11:00
zilmar
81fdcb9373
[Project64] Get settngs to use std int
2015-10-25 21:50:28 +11:00
zilmar
a2a8eccbca
[Project64] get CFile class to use standard types
2015-10-25 20:12:53 +11:00
zilmar
5012979377
[Project64] Move critical section code to cpp file and remove headers included
2015-10-25 20:10:28 +11:00
zilmar
42f633c482
[Common] Update the project to have stdtypes.h
2015-10-12 06:51:36 +11:00
zilmar
485613ed03
[Common] Move the standard types include in to common
2015-10-12 06:48:15 +11:00
Julio C. Rocha
e178ec96fc
Merge ..\zilmar into PropertySheetsTemp
2015-09-23 20:06:48 -07:00
zilmar
8f7d89794e
Merge pull request #621 from lioncash/unimpl
...
Remove unimplemented function declarations
2015-09-24 09:59:43 +10:00
Emmet Young
7c2f30e840
Add support for Visual Studio 2015, xdebug appears to no longer be available in Visual Studio 2015. So for now memtest must be disabled for Debug builds to operate correctly.
2015-09-23 23:23:11 +10:00
Lioncash
fb98d402a0
Remove unimplemented function declarations
2015-09-23 04:13:11 -04:00
Jeremy517
3c2da3cf2e
Fix ROM Browser for network shares
...
This part of cleanPathString was supposed to de-dupe backslashes in the directory name, and then insert a backslash to the start of directory if the directory originally started with \\ (so that the string again started with \\). However, because the call to rDirectory.replace was specifying a length of 1, it was always replacing \ with \ instead of replacing \\ with \. When the backslash was then inserted at the start of the directory, the directory string now began with \\\ instead of \\. This broke the ROM browser when using a network share (such as \\myserver\Emulation\Games).
2015-08-10 00:02:44 -07:00
Julio C. Rocha
d617d0352a
Used centralized config for VCXPROJ files.
...
TODO: Fix Installer. It's no longer being generated.
2015-07-15 03:37:49 -07:00
zilmar
e5c2df4dbc
[Project64] Get the code to compile in 64bit
2015-05-15 08:38:52 +10:00
Emmet Young
6e897778dc
Remove registry from Common. No longer used or needed.
2015-05-03 21:05:53 +10:00
Julio C. Rocha
33023bc81f
Make PropertySheets imports non-conditional
...
Interpolated Platform and Configuration values to avoid case-by-case
condition validation.
(This could allow for future configurations and platforms without
additional modifications to VCXPROJ files).
2015-04-15 16:16:37 -07:00
theboy181
49034d2d9d
Update Ini File Class.cpp
...
Fix Project64.cfg from getting corrupted when moving the window around.
https://github.com/project64/project64/issues/225
2015-04-13 22:16:05 -07:00
zilmar
870c26d7b1
Merge pull request #287 from cxd4/so_i_herd_u_liek_Allman
...
converted most components to Project64 for Allman-style braces
2015-03-19 07:52:35 +11:00
zilmar
8afe84f315
Set ini file to auto flush changes
2015-03-18 20:47:24 +11:00
unknown
ae04d23d86
[Common] some scope and spacing formatting clean-ups
...
Miserably hated doing this commit. Couldn't tell which code was whose, which was copyrighted, which was foreign enough to Project64 that I'd probably best just leave-as is, which was even worth considering part of Project64, which cleanups to omit doing and ignore because some ugly practices were rampant throughout the entire file and distracted from the purpose of this pull request too much. So tried to stick to mostly just the braces/indentation changes here.
2015-03-17 17:19:42 -04:00
zilmar
d0209b061f
Language: have break point take a wchar_t * string and allow \n in language files
2015-03-12 06:50:30 +11:00
zilmar
662e3efa27
Update project settings for visual studio 2013
2015-02-20 20:09:05 +11:00
Emmet Young
4a8986d416
Hopefully add correct files for Visual Studio 2008
2015-02-17 21:07:15 +11:00
Emmet Young
e540a7fdac
Old common version.cpp and version.h is no longer required, remove it.
2015-02-17 21:00:44 +11:00
Emmet Young
fb6e9aa4fe
Remove the need for OSVersion code.
2015-02-16 17:19:11 +11:00