Commit Graph

71 Commits

Author SHA1 Message Date
zilmar 4770198dae [Project64] Rom Browser to use ansi file names 2015-12-01 04:06:51 +11:00
zilmar 5b7020453e [Project64] Get rom browser to use W version instead of A 2015-11-29 09:58:15 +11:00
zilmar 52d5a780d5 [Project64] Clean up Rom Browser Class.cpp (remove typecast, brackets) 2015-11-29 08:43:31 +11:00
unknown 716c2fb8d0 browser* 2015-11-23 21:23:50 -05:00
zilmar 7d7026c33d [Project64] Add ability to monitor Game Cpu Running to Gui 2015-11-15 15:44:40 +11:00
zilmar 3b74fef76c [Project64] Create gui callback on paused 2015-11-12 22:45:24 +11:00
zilmar e4bd5eae74 [Project64] Move SetWindowCaption from Notification Class to Gui Class 2015-11-12 22:38:20 +11:00
zilmar e25fedcae2 [Project64] Move AddRecentRom from Notification Class to gui class 2015-11-12 22:34:55 +11:00
zilmar 73d7263de0 [Project64] Add GameLoaded setting 2015-11-12 22:27:19 +11:00
zilmar c997b6b1d9 [Project64] Get about ini window to be created with DialogBoxParamW 2015-11-12 21:38:10 +11:00
zilmar 89361c5713 [Poject64] register callback for GameRunning_LoadingInProgress to refresh menu 2015-11-12 21:20:30 +11:00
zilmar 93c76fe7dc [Project64] Create RenderWindow interface 2015-11-12 21:08:47 +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 923f6a485a "Project 64" -> "Project64" 2015-11-09 22:21:49 -07: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
toehead2001 695ebfa9ad Use a standard window for the About Dialog 2015-11-09 04:39:36 -07:00
zilmar 786be5b062 [Project64] Move Logging.cpp/h out of c core folder 2015-11-08 17:45:43 +11:00
zilmar 9f87dbf30d [Project64] Split cheat class between UI and code 2015-11-07 14:32:23 +11:00
zilmar 81fdcb9373 [Project64] Get settngs to use std int 2015-10-25 21:50:28 +11:00
unknown 4b4c37e9bd first pass--compiles on VS2013 w/o ATL 2015-09-07 15:47:44 -04:00
zilmar 8d7c7d91a1 Merge pull request #577 from cxd4/moar_Unicode_references
more Unicode compile ref. errors to _T() fixed
2015-09-02 17:41:11 +10:00
unknown 6b34e8b89a explicit <commctrl.h> to fix anti-ATL build errors 2015-08-28 18:34:12 -04:00
unknown 152b365fcc more Unicode compile ref. errors to _T() fixed 2015-08-28 17:23:47 -04:00
zilmar 13e62d7354 [64bit] Get nrage and rsp compiling as 64bit 2015-05-16 10:55:23 +10:00
zilmar e5c2df4dbc [Project64] Get the code to compile in 64bit 2015-05-15 08:38:52 +10:00
unknown dbe9da858a no longer multiple references to recently added `STRING_SIZE` constant
It seems that zilmar would rather use the sizeof() operator repeatedly than to declare a new constant or use macros to show array sizes.  Since I have already centralized the usage of all sizeof() operators to the new high-level function I declared, I think that there is no longer use for the `STRING_SIZE` constant which Lioncash contributed.
2015-04-20 14:57:55 -04:00
unknown 9fcf4def63 reusable functions in high-level code for About dialog messages 2015-04-20 14:55:07 -04:00
zilmar bb9023292c fix #408 About Config Files not showing 2015-04-20 18:33:38 +10:00
Lioncash c0742b09b6 Gui Class: Fix potential wchar array overruns
sizeof(String) will return 400, which is past the bounds of the string array
2015-04-17 03:13:44 -04:00
Samuel Yuan df97b10d99 Fixed UTF-8 encoding for the "About Config Files" window 2015-03-30 16:47:57 -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 bd3fd85b99 Language: More code cleanup, status messages, dialog box, etc 2015-03-06 18:27:31 +11:00
zilmar 37d24bf365 Some code clean up related to system tray messages 2015-03-05 17:09:58 +11:00
zilmar 71cc6def7b code cleanup and try o make language work better 2015-03-04 20:36:08 +11:00
zilmar aae61e8350 Clean up some of the games plugin settings 2015-02-25 08:44:06 +11:00
zilmar e05a7db66d Move reset out of message handling 2015-02-21 21:21:17 +11:00
zilmar 9a89efd6d1 Merge branch 'master' of https://github.com/project64/project64 2015-02-18 07:42:02 +11:00
zilmar dba475a1ae change drag and drop filename length to MAX_PATH 2015-02-18 07:41:34 +11:00
Emmet Young 714886e5ca Move Project64 core over so resource file references version info from Version.h 2015-02-17 19:28:30 +11:00
Emmet Young 45f83e9d2c Handle files that are dragged and dropped onto Projec64's window. 2015-02-17 01:13:02 +11:00
zilmar 234d557220 Merge pull request #86 from death-droid/MiscCleanups
Misc cleanups
2015-02-16 08:06:36 +11:00
Emmet Young 8388db4ac4 Fix problems with the initial positioning of windows when there is no setting in the config file 2015-02-15 18:10:25 +11:00
Emmet Young d5f17dbe6d Strip out Validate binary and beta release code. No longer needed, validate binary code could of been used for version testing but be cleaner to write it fresh. 2015-02-14 22:17:45 +11:00
zilmar 811a41d494 better handle moving sand saving of rom browser window location 2015-02-14 06:40:25 +11:00
zilmar c973db8e35 Try to get dynamic plugin change working 2015-02-12 21:58:28 +11:00
Nicholas 862eb7c48b Add support for Visual Studio 2013 2015-01-27 16:07:44 +11:00
Emmet Young 81433e7529 Stop the "About INI Files" from crashing when no language was actually loaded in. (Certain ID's were never properly set to anything) 2013-04-01 03:10:54 +11:00
zilmar 48d8925a80 Project64: Clean up external release to be beta release 2013-03-22 16:47:20 +11:00
zilmar 8c48ba4f70 Mips: Refactor loading of plugins and how game is shut down 2013-01-03 19:51:00 +11:00