Commit Graph

32 Commits

Author SHA1 Message Date
zilmar cf58754414 Change NULL to nullptr 2021-04-12 21:05:39 +09:30
zilmar a48f8d1a62 Remove PreCompiled header from Common 2021-04-12 19:11:28 +09:30
Derek "Turtle" Roe 311e39e0d0 Update path.cpp
Convert multi line comments, remove extra characters, fix spacing, adjust some wording, fix trace log comments, fix typos, remove unneeded punctuation, remove some unnecessary numbering
2021-03-17 20:45:41 -05:00
zilmar 366c0c69ae Force CharacterSet to be Unicode in the Property Sheets 2020-06-09 22:34:38 +09:30
zilmar aca70f317c [Project64] Fix CPath::IsRelative for non WIN32 2019-02-09 05:02:02 +10:30
zilmar b93736414f [Project64] Normalize paths 2018-11-19 21:16:58 +10:30
zilmar 52ab4949b4 [Project64] Preserve current dir when calling GetOpenFileName 2017-01-21 10:31:09 +11:00
zilmar ebaee14229 [Common] Fix some warnings 2016-11-28 07:23:12 +11:00
Frank-74 8e75fed8d9 Fix Exception in main.cpp
If Project64 is run from C:\Project64, we get an exception in main.cpp.

This fixes that bug.
2016-08-21 17:20:42 +01:00
zilmar 7eccf17c90 [Common] Fix CPath::SetComponents for non win32 system 2016-08-09 20:19:43 +10:00
zilmar b79c995bfb [Common] Add copy file for linux 2016-08-03 21:30:46 +10:00
beb56dd72f [Common] Evade null pointer exception while tracing pre-AppInit(). 2016-06-28 01:45:54 -04:00
c557f60e74 s/not exists/not exist 2016-06-25 16:54:24 -04:00
zilmar d7dd450bef [Common] Fix up extension for android 2016-05-15 20:20:55 +10:00
zilmar b2545c108b [Common] Make path.cpp more android friendly 2016-04-28 17:28:22 +10:00
zilmar 7424f8bd9d [Project] Update FindFirst attributes in Common/path.h 2016-04-12 17:53:40 +10:00
zilmar 4203cbd2ef [Common] Make sure we always have a path in CPath::SetComponents 2016-01-29 04:34:50 +11:00
zilmar 0a45420b4b [Project64] Remove tchar from path 2016-01-12 23:19:50 +11:00
zilmar 7b747cb5e0 [Project64] Cleanup path.cpp 2016-01-12 17:52:59 +11:00
zilmar 2b31784057 [Project64] Fix up compile issues with me removing windows.h 2016-01-05 21:32:18 +11:00
zilmar 0144305c6a [Project64] Clean up path code 2015-10-25 22:10:54 +11: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
Emmet Young 6e897778dc Remove registry from Common. No longer used or needed. 2015-05-03 21:05:53 +10: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
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 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
zilmar 3e0e336a52 git-svn-id: https://localhost/svn/Project64/trunk@20 111125ac-702d-7242-af9c-5ba8ae61c1ef 2009-12-28 22:22:50 +00:00
zilmar c99c1d6a6f git-svn-id: https://localhost/svn/Project64/trunk@3 111125ac-702d-7242-af9c-5ba8ae61c1ef 2008-11-14 20:47:53 +00:00
zilmar 28c5a7e77c git-svn-id: https://localhost/svn/Project64/trunk@2 111125ac-702d-7242-af9c-5ba8ae61c1ef 2008-09-18 03:15:49 +00:00