Commit Graph

1999 Commits

Author SHA1 Message Date
zilmar f7923d2a94 Merge pull request #742 from toehead2001/about-cleanup
Remove some leftover code from the old About box
2015-11-10 23:01:20 +11:00
zilmar 21163cb870 Merge pull request #743 from toehead2001/window-styles
Get rid of WS_EX_CLIENTEDGE
2015-11-10 23:01:02 +11:00
toehead2001 8358211e9a Remove some leftover code from the old About box
This allowed you click the top region of the About box to move the
window.
2015-11-10 03:04:11 -07:00
toehead2001 bdfb64c4e8 Get rid of WS_EX_CLIENTEDGE
Switch to CreateWindow, as CreateWindowEx is no longer need
2015-11-10 02:50:08 -07:00
zilmar fbd863e6fd Merge pull request #740 from toehead2001/canonical-name
"Project 64" -> "Project64"
2015-11-10 18:15:16 +11:00
zilmar 623411ce99 [Project64] Fix plugin change from uint32_t to int32_t 2015-11-10 18:13:49 +11:00
toehead2001 923f6a485a "Project 64" -> "Project64" 2015-11-09 22:21:49 -07:00
zilmar 89d6811068 Merge pull request #734 from toehead2001/about-box
Use a standard window for the About dialog
2015-11-10 15:17:11 +11:00
toehead2001 26d9339e2c Remove some dead code
This doesn't do anything anymore
2015-11-09 21:12:48 -07:00
toehead2001 67bd22acc2 Create window using DialogBoxParamW 2015-11-09 21:10:47 -07:00
zilmar f7a96212c1 Merge pull request #738 from cxd4/bool-to-int
[Plugin Specs] Change uint32_t to int32_t (formerly BOOL).
2015-11-10 14:48:32 +11:00
zilmar d6acfbf7b5 Merge pull request #737 from cxd4/utf
Try making Project64.sln UTF-8, not UTF-16 LE.
2015-11-10 14:47:03 +11:00
unknown d2574dccd1 [Plugin Specs] Change uint32_t to int32_t (formerly BOOL). 2015-11-09 19:17:43 -05:00
unknown 6f74e38281 Try making Project64.sln UTF-8, not UTF-16 LE. 2015-11-09 19:09:40 -05:00
zilmar 0afe4b47a8 Merge pull request #736 from cxd4/so-i-herd-u-dont-like-int
CTLB:  Replace `int' with `size_t'.
2015-11-10 08:24:50 +11:00
unknown 7cae59ac03 reverted: sizeof(array[0]) is less error-prone. 2015-11-09 16:22:53 -05:00
zilmar a51f0197e2 Merge pull request #733 from JunielKatarn/PropertySheets
Set default toolset to MSVC 14
2015-11-10 07:52:25 +11:00
zilmar eef290f767 [Project64] Clean up Section Info.cpp, x86CodeLog.cpp, plugins 2015-11-10 07:26:33 +11:00
zilmar dda79ce345 [Project64] get Recompiler Memory.cpp to use standard types 2015-11-10 07:22:51 +11:00
zilmar d06eae9457 [Project64] Update Recompiler Class.cpp to use standard types 2015-11-10 07:19:27 +11:00
zilmar 0c00b90334 [Project64] Change Loop Analysis.cpp to use standard types 2015-11-10 07:10:34 +11:00
zilmar 8f694e157f [Project64] update Function Info to use standard types 2015-11-10 07:07:54 +11:00
zilmar 23210e759a [Project64] Update Recompiler Ops.cpp to use standard types 2015-11-10 06:56:28 +11:00
unknown 9cc0465a10 Re-express `/ sizeof(array[0])' as `/ sizeof(array_type)'. 2015-11-09 14:50:16 -05:00
unknown 8168dcc42b Match the type of `n' to source data type `size_t'. 2015-11-09 14:41:27 -05:00
zilmar c33e7e7958 [Project64] Get Reg Info.cpp to use standard types 2015-11-10 05:39:57 +11:00
zilmar d461ff34d9 [Project64] change m_TLBLoadAddress and m_TLBStoreAddress to uint32_t 2015-11-10 05:19:39 +11:00
toehead2001 695ebfa9ad Use a standard window for the About Dialog 2015-11-09 04:39:36 -07:00
zilmar d6db9362d7 [Project64] change exit info to a struct instead of a class 2015-11-09 19:32:13 +11:00
Julio C. Rocha f868308394 Fix default tooset 2015-11-09 00:22:57 -08:00
zilmar 0f4be7ffa6 [Project64] update Code Section to use standard types 2015-11-09 17:55:16 +11:00
zilmar 898f1da74d [Project64] Get TLB class to use standard types 2015-11-09 17:21:32 +11:00
zilmar cfdb5dc8d0 [Project64] Update X86ops.cpp to use standard types 2015-11-09 08:11:57 +11:00
zilmar a6d1722122 [Project64] get Code Block.cpp to use standard types 2015-11-09 08:00:16 +11:00
zilmar e85c1665b1 [Project64] Get Interpreter Ops to use standard types 2015-11-09 07:55:32 +11:00
zilmar 1ace31216d [Projet64] remove typecasting in Debugger - View Memory.cpp 2015-11-09 07:48:46 +11:00
zilmar 1a09c2baea [Project64] Get Register class to use standard type 2015-11-09 07:45:41 +11:00
zilmar 21b80c240f [Project64] Change Pif Ram.cpp to use stdtypes 2015-11-09 07:21:28 +11:00
zilmar dc2a4683da [Project64] Change Speed Limitor Class to use standard types 2015-11-09 05:53:05 +11:00
zilmar 2d16f87c7f [Project64] change MIPS_WORD and MIPS_DWORD to use standard types 2015-11-09 05:49:30 +11:00
zilmar c5fb02431a [Project64] Remove N64 System/Types.h 2015-11-09 05:30:20 +11:00
zilmar 0f9a3577fc Merge branch 'master' of https://github.com/project64/project64 2015-11-09 05:05:46 +11:00
zilmar f6160e3d68 [Project64] Get Memory Virtual Mem.cpp cleanup and use standard types 2015-11-09 05:04:32 +11:00
zilmar 812452339c Merge pull request #730 from Nekokabu/master
Remove Sram Size
2015-11-09 04:51:25 +11:00
zilmar 08cc72f6ed [Project64] Update OpCode.h 2015-11-08 20:37:29 +11:00
zilmar 4ac266bd94 [Projet64] Move logging class and clean up code 2015-11-08 20:17:13 +11:00
zilmar 786be5b062 [Project64] Move Logging.cpp/h out of c core folder 2015-11-08 17:45:43 +11:00
zilmar 568226d5ff [Project64] Remove Delay Slot Map Class.h and Exit Info.cpp 2015-11-08 17:20:04 +11:00
zilmar 3b8e03b570 [Project64] Clean up plugin classes 2015-11-08 17:08:15 +11:00
zilmar 9f87dbf30d [Project64] Split cheat class between UI and code 2015-11-07 14:32:23 +11:00