zilmar
9f87dbf30d
[Project64] Split cheat class between UI and code
2015-11-07 14:32:23 +11:00
zilmar
6a2e88a25c
[Project64] change AsciiToHex to std::strtoul in rom browser
2015-11-07 12:45:59 +11:00
zilmar
a1d9af57a6
[Project64] remove some of the #ifdef WINDOWS_UI from settings pages
2015-11-07 12:11:25 +11:00
zilmar
6585657d05
[Project64] Change CDebugger to CDebuggerUI
2015-11-07 08:22:02 +11:00
zilmar
d56236356a
[Project64] Fix showing file name in break point
2015-11-07 07:51:41 +11:00
Nekokabu
4b725105d2
Update Settings Page - Game Browser.cpp
...
Fixed text when remove fields
2015-11-06 01:21:50 +09:00
MELERIX
ba27fc543c
increased the size of some elements of the ui to match with some translations.
2015-10-27 02:07:22 -03:00
zilmar
160d27d400
Merge pull request #666 from lioncash/delete
...
Project64: correct delete usages on arrays
2015-10-26 13:46:31 +11:00
zilmar
0608a8b504
[Project64] Remove DisplayError and DisplayMessage being able to take variable param (eg ... )
2015-10-25 22:40:21 +11:00
zilmar
81fdcb9373
[Project64] Get settngs to use std int
2015-10-25 21:50:28 +11:00
Lioncash
5350cfac8d
Project64: correct delete usages on arrays
2015-10-10 14:47:08 -04:00
Nekokabu
1d68f0bf35
fix character corruption
...
fix Recent Dir & ROM
2015-10-03 13:38:40 +09:00
Julio C. Rocha
f5ef8d3359
Fix ROM Browser issue on Windows XP.
2015-09-26 05:29:48 -07:00
zilmar
315027b7fb
Merge pull request #622 from lioncash/initialization
...
Correct order of class initialization lists
2015-09-24 10:00:32 +10:00
Lioncash
adfa096230
Correct order of class initialization lists
2015-09-23 05:00:51 -04:00
Lioncash
fb98d402a0
Remove unimplemented function declarations
2015-09-23 04:13:11 -04:00
unknown
e6f5e495f2
macro'd out all sources of VS Express linker errors
2015-09-14 15:55:11 -04: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
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