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
Emmet Young
6a3836d40f
Initial Cleanup of Path.cpp, remove no longer used functions
2015-02-16 17:13:37 +11:00
zilmar
9eceed0fef
#pull request 42
2015-02-01 06:27:27 +11:00
Nicholas
862eb7c48b
Add support for Visual Studio 2013
2015-01-27 16:07:44 +11:00
zilmar
ab4c9cca94
Common: Make ini file case insensitive
2013-04-24 17:08:35 +10:00
zilmar
5aedb4c5d6
Glide64: Add version number in to name, also fix some warnings.
2013-04-22 11:11:55 +10:00
zilmar
9e9fdc25bc
Common: Update std string class
2013-04-17 20:29:48 +10:00
zilmar
dcf9762fb2
CPath: If create dir, and testing if can change in it, revert to previous current dir
2013-04-15 13:48:06 +10:00