Commit Graph

219 Commits

Author SHA1 Message Date
Derek "Turtle" Roe cc20cad590 Update md5.cpp
Convert multi line comments into single line comments, fix typos, fix spacing, fix title case, remove some punctuation, add newline
2021-03-17 20:45:42 -05:00
Derek "Turtle" Roe 2b94002489 Update md5.h
Convert multi line comments into single line comments, fix spacing, fix verbosity, fix some typos, add capitals
2021-03-17 20:45:42 -05:00
Derek "Turtle" Roe e630f1248e Update CriticalSection.cpp
Fix comments, add spacing, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe b1caa76be6 Update FileClass.cpp
Fix title case, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 00653b2b65 Update IniFileClass.cpp
Fix title case, add spacing, fix some typos
2021-03-17 20:45:41 -05:00
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
Derek "Turtle" Roe 4723dd0db9 Update path.h
Add spaces, fix title case, change some wording
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 1e70f0b727 Update TraceModulesCommon.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 5d29170be0 Update Trace.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 98788d7e99 Update Thread.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe d6de0a8690 Update Thread.cpp
Remove extra punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe eea4b66a36 Update SyncEvent.h
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e74d8f07b6 Update SyncEvent.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e47397ce88 Update stdtypes.h
Convert multi line comments into single line comments
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe e7353ceac4 Update StdString.cpp
Fix title case, add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 5338a99b37 Update SmartPointer.h
Add spaces and fix title case, fix abbreviations
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 38263c8270 Update Random.h
Convert to single line comments and remove punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 0410cdd60f Update Random.cpp
Convert multi line comments into single line comments and fix some unneeded punctuation
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 1a7e8cebad Update Platform.h
Add space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 227ffbe936 Update MemTest.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 7d24276bb2 Update MemoryManagement.cpp
Add newline and fix title case and spacing
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 10d8fe0acb Update LogClass.cpp
Fix capitalization and add spaces, adjust some wording
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 0ceb1a7051 Update IniFileClass.h
Add space and fix title case
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe cf27e2bf60 Update HighResTimeStamp.h
Remove extra space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 12a99d3d03 Update HighResTimeStamp.cpp
Add newline
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 41f43ae4c0 Update FileClass.h
Fix typo
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 012b5466d8 Update DateTimeClass.h
Remove extra space
2021-03-17 20:45:41 -05:00
Derek "Turtle" Roe 474109f919 Update CriticalSection.h
Remove extra newline
2021-03-17 20:45:41 -05:00
zilmar 5c60ea213f Update copyright date 2021-03-02 12:43:17 +10:30
Vincent Cunningham a76781bf0f IniFileClass.cpp: Restore include directive 2021-02-28 18:30:53 -05:00
Vincent Cunningham 38ca1407c9
Fix platform difference errors 2021-02-28 18:02:40 -05:00
Vincent Cunningham dcb360cf41
Replace \ with / in include directives 2021-02-28 17:38:56 -05:00
zilmar cd16a8cc48 Clean up some warnings 2021-01-19 16:28:59 +10:30
zilmar 7de3fc3348 Change the handling of the cheat format 2020-12-30 09:14:04 +10:30
zilmar 7e503dc192 Project64: In ini handling change SectionList from vector to set 2020-10-12 16:51:23 +10:30
zilmar 366c0c69ae Force CharacterSet to be Unicode in the Property Sheets 2020-06-09 22:34:38 +09:30
zilmar 1b00f9a8f6 Add ability to translate cheats to new format 2020-06-09 19:27:52 +09:30
zilmar 0462f637c4 Add UNICODE to Project64 project 2020-05-12 21:49:05 +09:30
zilmar cb0472fc90 Common: Update delete section in IniFileClass 2020-04-13 12:24:21 +09:30
zilmar 57a0ddcef4 Add project to join multiple cheats together 2019-04-18 16:57:20 +09:30
zilmar aca70f317c [Project64] Fix CPath::IsRelative for non WIN32 2019-02-09 05:02:02 +10:30
zilmar bb29e78806 [Project64] Disable memory test in release 2018-11-26 07:30:50 +10:30
zilmar f76769622c [Audio] Make sure trace is stopped 2018-11-24 13:11:50 +10:30
zilmar d9fae50e16 [Project64] Try to fix android build 2018-11-20 13:20:20 +10:30
zilmar b93736414f [Project64] Normalize paths 2018-11-19 21:16:58 +10:30
zilmar 485339300d [Project64] Make mem test more header friendly 2018-11-18 12:26:00 +10:30
zilmar 3b0e7a8527 [Project64] Clean up some code and warnings in Common code 2018-11-18 11:36:02 +10:30
zilmar e7f93f2def [Project64] Remove #include <objbase.h> from Common/Trace.h 2018-11-18 11:12:49 +10:30
zilmar f20dca31fd [Build] Have UpdateVersion be able to handle linux line endings 2018-05-23 02:38:15 +10:00
zilmar 4967242a11 [Common] Get ini handling to use std::string instead of stdstr 2018-03-27 06:39:34 +11:00