Commit Graph

207 Commits

Author SHA1 Message Date
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
zilmar 86b1e25ddd [Common] code clean up in path.h 2018-03-26 21:45:34 +11:00
zilmar f5debf8304 [Common] Some code cleanup 2018-02-19 17:43:42 +11:00
zilmar 2d7524ae2f [Common] Update stdstr::Tokenize to handle empty items 2017-11-15 20:02:44 +11:00
Azimer 44f8a82c87 Prefix m_ in CRandom class 2017-10-18 00:16:30 -05:00
Azimer 1b8d032417 Bug fixes and requests
* Moved to CRandom to Common lib
* Initialized CRandom with a time seed in CN64System constructor
* Added CRandom::state getters and setters to support saved states
2017-10-17 22:52:07 -05:00
zilmar d4a60f494c [Common] include "stdtypes.h" to SyncEvent.h 2017-09-06 15:38:25 +10:00
zilmar c6b350720a [Project64] Allow rdram to be at fixed address 2017-08-22 18:08:54 +10:00
zilmar a61a466776 [Project64] Fix up some changes to debugger commit 2017-08-21 08:48:31 +10:00
shygoo 47fd0632ff Add debug features 2017-08-18 00:08:22 -05:00
LegendOfDragoon cd17e986d4 Wait for previous process to terminate
The new process will not have read/write access to config files if it
does not wait until previous processes have been terminated.
2017-07-09 21:16:12 -07:00
zilmar 40e6919c61 [Android] Fix multiple pause/resume issue 2017-04-29 15:42:02 +10:00
zilmar 044eea5459 Merge pull request #1272 from Frank-74/Remove-pjutilDynLibCallDllMain()
Remove pjutil::DynLibCallDllMain()
2017-03-27 13:03:49 +11:00