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
7b4b5a6827
explicit <shlobj.h> to fix just a few build errors w/o ATL
2015-08-28 18:35:13 -04:00
unknown
7ce4f3db93
explicit <commdlg.h> to fix anti-ATL build errors
2015-08-28 18:34:34 -04:00
unknown
6b34e8b89a
explicit <commctrl.h> to fix anti-ATL build errors
2015-08-28 18:34:12 -04:00
unknown
074b2cc007
explicitly included <prsht.h>
2015-08-28 18:29:55 -04:00
unknown
152b365fcc
more Unicode compile ref. errors to _T() fixed
2015-08-28 17:23:47 -04:00
unknown
6ef0a34188
[Project64] fixed warning C4018: '<' : signed/unsigned mismatch
2015-05-24 14:35:47 -04:00
unknown
c30e41b102
[Project64] fixed warning C4018: '>' : signed/unsigned mismatch
2015-05-24 13:45:30 -04:00
unknown
068fbcbd13
[Project64] fixed warning C4018: '>=' : signed/unsigned mismatch
2015-05-24 13:33:56 -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
Lioncash
21c3c8fd32
Remove unnecessary struct/union typedefs
2015-05-03 20:13:12 -04:00
zilmar
c31e3f210c
Merge pull request #425 from death-droid/UpdateZLib
...
Update ZLib to 1.2.8
2015-05-03 19:58:12 +10:00
zilmar
c182ec9fd5
[Project64] Rom Browser - show good name in column other than the first
2015-05-03 19:54:06 +10:00
Lioncash
82c2554357
Convert BOOL to bool where possible.
2015-05-02 23:37:08 -04:00
Emmet Young
c9805dd5d3
Update ZLib to 1.2.8
2015-05-01 14:06:20 +10:00
Emmet Young
23eeaeeb2c
When scanning in 7z files make sure we are actually setting the rom file size.
...
Fixes issue #255
2015-04-29 23:02:53 +10:00
theboy181
405f59eafc
Fix Speeeling
2015-04-23 22:43:01 -07:00
zilmar
b5cd125809
Merge pull request #409 from cxd4/i_accidentally_your_function_inside_my_function
...
some more high-level code reusability via functions
2015-04-21 12:53:06 +10:00
unknown
3b9ec019bc
ya i r need h4lp plz i iz shot
2015-04-20 15:41:25 -04: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
Lioncash
e9c056e5a4
Notification Class: Correct array sizing in SetWindowCaption
...
sizeof(wchar_t) is a size of 2 (or 4 if in a Linux environment). With the previous code, it would be trying to insert the null terminator at index 511 on Windows, which is incorrect.
2015-04-16 15:59:48 -04:00
Samuel Yuan
5726992185
Added translation for "Detect Key"
2015-04-10 11:50:13 -04:00
Samuel Yuan
df97b10d99
Fixed UTF-8 encoding for the "About Config Files" window
2015-03-30 16:47:57 -04:00
toehead2001
5fd7f61e97
Cheats window - Remove extra border, Update checkmark gfx
2015-03-29 01:23:58 -06:00
toehead2001
17da1dbd38
Remove the extra border around the ROM browser
2015-03-25 22:38:59 -06:00
Samuel Yuan
5f9f2937e7
changed sp_hack to fast sp
2015-03-22 13:05:15 -04:00
Samuel Yuan
c7041f7a61
Restored SP_HACK
2015-03-20 22:32:55 -04:00
Samuel Yuan
d3e1e1fc89
Added even more updates
...
Had to remove an unused string and replace it because there wasn't
enough memory
2015-03-20 15:38:55 -04:00
Samuel Yuan
f2cacbf045
Updated some more UI strings
2015-03-20 14:36:29 -04:00
Samuel Yuan
07694dff40
Merge remote-tracking branch 'project64/master'
2015-03-20 13:15:57 -04:00
MELERIX
f1c9add43a
Removed Thumbs.db files
2015-03-20 05:46:56 -03:00
AmbientMalice
36cc34f10d
TLB Unmapping and Protect Memory UI fix.
...
This should work. I think.
2015-03-20 13:36:49 +10:00
zilmar
f7750c0dd0
fix issue #275 : duplicating Advanced options
2015-03-19 08:03:29 +11:00
Samuel Yuan
436a27c40d
Fixed a few more UI translations
2015-03-17 22:09:33 -04:00
zilmar
b09fd8296a
Merge pull request #272 from Nekokabu/patch-2
...
Enable "Use System Font"
2015-03-18 07:10:00 +11:00
zilmar
262c8ffe9d
lamguage changes for rombrowser
2015-03-17 22:34:47 +11:00
Samuel Yuan
04ce2f6054
Made extra UI strings translateable
2015-03-16 22:56:53 -04:00
Nekokabu
c78eb75ccf
Enable "Use System Font"
2015-03-14 02:37:32 +09:00
zilmar
b1d3a27539
Language: Make sure string added to second level of keyboard shortcut added as utf16
2015-03-13 08:39:08 +11: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
0bd4b9deb9
A few more language tweaks
2015-03-05 22:33:57 +11:00
zilmar
37d24bf365
Some code clean up related to system tray messages
2015-03-05 17:09:58 +11:00
zilmar
b635983167
language: code clean up and fix some bugs
2015-03-05 09:44:25 +11:00
zilmar
71cc6def7b
code cleanup and try o make language work better
2015-03-04 20:36:08 +11:00
zilmar
a366645fb4
Fix 7zip loading
2015-03-01 20:32:42 +11:00
zilmar
2a583fd13c
update 7zip code
2015-02-28 16:05:57 +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
436888dd6b
Update version numbers and create a package zip
2015-02-19 19:03:33 +11:00
Emmet Young
595cddae99
Strip out the CHMs and remove htmlhelp as it is no longer needed
2015-02-19 16:08:26 +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
oddMLan
e0ecffe5c1
Update UI Resources.rc to use manifest file
2015-02-15 19:54:42 -07: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
9870277f60
Merge pull request #82 from death-droid/CiCChanges
...
Cic changes
2015-02-14 18:05:09 +11:00
Emmet Young
e2f73e9e3d
For all CiC related stuff, we should really be using our typedef rather than numbers.
2015-02-14 13:26:26 +11:00
zilmar
0180313f8a
Merge pull request #78 from cxd4/ya_afxres_sucks_plz_kthxbai
...
Make compiling easier for people with VS Express.
2015-02-14 07:34:36 +11:00
zilmar
811a41d494
better handle moving sand saving of rom browser window location
2015-02-14 06:40:25 +11:00
unknown
d0c7798e08
removed unnecessary MFC dependencies from RCs
2015-02-13 12:09:02 -05:00
zilmar
c973db8e35
Try to get dynamic plugin change working
2015-02-12 21:58:28 +11:00
zilmar
b10487ee07
Merge branch 'master' of https://github.com/project64/project64
2015-02-02 17:12:09 +11:00
zilmar
9eceed0fef
#pull request 42
2015-02-01 06:27:27 +11:00
Emmet Young
64e9135d19
[!]Fix peculiar issue where save states would not save instantly when using "Save as", and in some cases not save at all.
...
Fix this by making an event call instead.
2015-01-31 23:52:35 +11:00
Nicholas
1c91769c12
Create Plugin base to share functionality
2015-01-31 08:01:21 +11:00
Nicholas
862eb7c48b
Add support for Visual Studio 2013
2015-01-27 16:07:44 +11:00
Nicholas
ba6c04c6f0
Fix up Start Emulation causing Project 64 to crash out, g_BaseSystem
2015-01-26 14:52:55 +11:00
Nicholas
0bd9a467a1
Add the memory search functionality back in
2015-01-22 16:50:20 +11:00
zilmar
c318d37e52
Project64: 2.1.0.1
2013-04-28 16:23:51 +10:00
zilmar
97a53f760c
Project64: 2.1.0.1
2013-04-28 16:07:47 +10:00
zilmar
6ca28ebe82
Glide64: Be able to get texture directory form emulator
2013-04-28 15:49:14 +10:00
zilmar
6bfa7de536
Project64: 2.1.0.0
2013-04-26 20:17:33 +10:00
zilmar
b805bbb883
Project64: Update the code related to changes in stdstr
2013-04-17 20:34:20 +10: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
f1705174b3
Project64: 2.0.0.14
2013-03-27 05:45:52 +11:00
zilmar
84e27c8607
Project64: 2.0.0.13
2013-03-22 21:02:26 +11:00
zilmar
48d8925a80
Project64: Clean up external release to be beta release
2013-03-22 16:47:20 +11:00
zilmar
2d1e5f03cc
Project64: 2.0.0.12
2013-03-09 08:40:21 +11:00
zilmar
d51bd38c11
Project64: 2.0.0.11
2013-02-20 05:45:08 +11:00
zilmar
4df8a2803a
Project64: 2.0.0.10
2013-02-13 07:09:53 +11:00
zilmar
4b2aa5a09f
Project64: 2.0.0.9
2013-02-03 11:50:29 +11:00
zilmar
b847a1ed15
Project 64: 2.0.0.8
2013-01-26 09:59:28 +11:00
zilmar
1769b86dd2
Project64: 2.0.0.7
2013-01-22 19:53:33 +11:00
zilmar
e59ae0fa25
Rom Browser: Tweaked the code for refresh
2013-01-22 19:33:43 +11:00
zilmar
810faddead
version: 2.0.0.6
2013-01-06 15:17:59 +11:00
zilmar
c9027d9956
Version: 2.0.0.5
2013-01-06 07:30:26 +11:00
zilmar
e038dbc2a8
Version: 2.0.0.4
2013-01-03 19:58:53 +11:00
zilmar
8c48ba4f70
Mips: Refactor loading of plugins and how game is shut down
2013-01-03 19:51:00 +11:00
zilmar
d122f0ba6e
Version: 2.0.0.3
2013-01-01 07:15:09 +11:00
zilmar
516d4f447f
Compiler Issue: fix removal of some resource names
2012-12-31 07:21:44 +11:00
zilmar
a144327aa0
Check if project64 is running, if so terminate it
2012-12-29 21:50:45 +11:00