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
zilmar
54ef14bb7e
Resource: Version 2.0.0.2
2012-12-22 19:48:20 +11:00
zilmar
cbab0e80a0
version: 2.0.0.1
2012-12-21 19:30:41 +11:00
zilmar
42e9b5e1db
Keyboard Short cut: fix defaults
2012-12-21 07:56:29 +11:00
zilmar
a186b3bffb
Menu Short cut - clean up file handle leak
2012-12-21 07:07:37 +11:00
zilmar
823fb4dfe5
Changed internal version back
2012-12-21 06:29:05 +11:00
zilmar
2e6b8d8e08
Version: Now 2.0
2012-12-19 22:28:11 +11:00
zilmar
4f6d6effa3
Added GPL header
2012-12-19 20:30:18 +11:00
zilmar
a444ad3e52
add __FUNCTION__ to trace messages
2012-12-17 11:21:29 +11:00
zilmar
5878f9d7d9
Changed traces to use __FUNCTION__ for ROM browser
2012-11-29 22:25:25 +11:00
zilmar
d60f2f89f4
Save good name to cfg file when saving game settings
2012-11-29 22:24:38 +11:00
zilmar
50ba484893
Clean up code related to making window focus on run
2012-11-29 08:22:06 +11:00
zilmar
7f248146b2
Global Variable: rename _Rom to g_Rom
2012-11-17 13:24:42 +11:00
zilmar
1992505c7f
Global Variable: Rename _Plugins to g_Plugins
2012-11-17 13:20:21 +11:00
zilmar
c3df4cf49d
Global Variable: Rename _BaseSystem to g_BaseSystem
2012-11-17 12:09:19 +11:00
zilmar
299df0e293
Global Variable: rename _System to g_System
2012-11-17 12:07:04 +11:00
zilmar
d09a8adf10
Global Variable: rename _Settings to g_Settings
2012-11-17 12:02:04 +11:00
zilmar
ab57cdbc7e
Global Variable: Rename _Notify to g_Notify
2012-11-17 11:58:31 +11:00
zilmar
d396763b71
Audio: Add AI Count Per Byte setting
2012-11-13 16:44:13 +11:00
zilmar
1383699fac
UI: Allow combo to have no auto selected value
2012-11-13 16:07:23 +11:00
zilmar
d23d06fa98
Renamed _int64 to __int64
2012-11-06 19:23:59 +11:00
zilmar
afedaf38d6
Initial refractoring of ABL
2012-10-14 12:05:52 +11:00
zilmar
9dd62a9998
Cleaned up more warnings (on warning level 4)
2012-10-06 14:09:17 +10:00
zilmar
ba27b5e423
Added delay DP interrupt + refractoring of some of the settings
2012-10-06 09:53:11 +10:00
zilmar
ad10525303
Cleaned up more warnings (on warning level 4)
2012-10-05 19:20:53 +10:00
zilmar
f83866f42f
update warnings in WTL controls
2012-10-05 19:15:21 +10:00
zilmar
53561c68c0
Cleaned up warnings (Warning level 4) in settings pages
2012-10-05 19:14:32 +10:00
zilmar
1c6af2e321
Clean up memory leak of settings pages
2012-10-04 22:01:08 +10:00
zilmar
18c8a8c548
Cleaned up notification about breakpoints
2012-10-04 20:58:40 +10:00
zilmar
2b24f49b84
Merge remote-tracking branch 'origin/head'
...
Conflicts:
Source/Project64/N64 System/Mips/FlashRam.cpp
2012-10-04 12:33:04 +10:00
zilmar
5e4fa4a371
Do not refresh rom browser if failed to get rom list
2012-10-04 11:44:32 +10:00
Emmet Young
cf761b3f70
Fix up the Load and Save as options by using direct calls to the LoadState and SaveState function, pausing the cpu stops the event queue from being processed from the looks of it so we get stuck on trying to load and save a state. Zilmar you might want to tell me if I'm wrong here XD
2012-10-04 00:22:13 +10:00
zilmar
f973674718
Removed clear on write (needs to be refracted)
2012-10-02 21:04:14 +10:00
zilmar
021c76fce7
refracted code up code related div by zero
2012-09-30 23:07:00 +10:00
Emmet Young
91ce899df0
Merge FillRomInfo and FillRomInfo2 to remove an unnecessary function.
2012-09-29 15:52:52 +10:00
zilmar
c6c80c0f04
Refracted some settings locations, removed some extra code from C Core, added a tlb miss menu option
2012-09-29 06:07:45 +10:00
zilmar
6f63b0d4dc
Hide advanced panel in settings config if advanced mode is not on
2012-09-27 16:57:51 +10:00
Emmet Young
383446bdd3
Remove the extra IsValidRomImage from Rom browser, and make it use the one from within the n64 rom class.h file
2012-09-27 00:42:28 +10:00
zilmar
89bc4087ef
updated zlib, Moved and cleaned up the project settings in to property sheets also cleaned up some warnings
2012-09-26 09:23:20 +10:00
zilmar
86397d912c
commit the local changes I had on my hard disk
2012-09-22 15:53:39 +10:00
zilmar
e815584b59
git-svn-id: https://localhost/svn/Project64/trunk@51 111125ac-702d-7242-af9c-5ba8ae61c1ef
2011-01-04 09:10:28 +00:00
zilmar
d4c874abca
git-svn-id: https://localhost/svn/Project64/trunk@50 111125ac-702d-7242-af9c-5ba8ae61c1ef
2011-01-02 10:40:00 +00:00
zilmar
9aec7cb4d9
git-svn-id: https://localhost/svn/Project64/trunk@49 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-11-30 18:10:16 +00:00
zilmar
8fc98904a9
git-svn-id: https://localhost/svn/Project64/trunk@48 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-11-30 10:47:43 +00:00
zilmar
f6cfb46c57
git-svn-id: https://localhost/svn/Project64/trunk@47 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-11-12 05:30:08 +00:00
zilmar
49d660df78
git-svn-id: https://localhost/svn/Project64/trunk@46 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-10-29 03:20:25 +00:00
zilmar
dae4e73c89
git-svn-id: https://localhost/svn/Project64/trunk@45 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-10-23 18:53:01 +00:00
zilmar
aa45579e34
git-svn-id: https://localhost/svn/Project64/trunk@44 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-09-22 21:43:42 +00:00
zilmar
f92a2c67ba
git-svn-id: https://localhost/svn/Project64/trunk@43 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-07-23 10:45:35 +00:00
zilmar
0db60d35c2
git-svn-id: https://localhost/svn/Project64/trunk@42 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-07-05 11:29:46 +00:00
zilmar
5b2b21cd08
git-svn-id: https://localhost/svn/Project64/trunk@40 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-29 02:11:22 +00:00
zilmar
40df433273
git-svn-id: https://localhost/svn/Project64/trunk@38 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-22 20:36:28 +00:00
zilmar
7bbfde5297
git-svn-id: https://localhost/svn/Project64/trunk@36 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-16 07:31:47 +00:00
zilmar
1c585a93bd
git-svn-id: https://localhost/svn/Project64/trunk@35 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-14 21:14:58 +00:00
zilmar
a5bfa92557
git-svn-id: https://localhost/svn/Project64/trunk@34 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-12 02:02:06 +00:00
zilmar
41d4f7ff04
git-svn-id: https://localhost/svn/Project64/trunk@33 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-07 02:23:58 +00:00
zilmar
b00856cd86
git-svn-id: https://localhost/svn/Project64/trunk@32 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-06-04 06:25:07 +00:00
zilmar
f9db52309f
git-svn-id: https://localhost/svn/Project64/trunk@27 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-05-22 04:47:15 +00:00
zilmar
4723cc7407
git-svn-id: https://localhost/svn/Project64/trunk@22 111125ac-702d-7242-af9c-5ba8ae61c1ef
2010-05-14 23:28:15 +00:00
zilmar
3e0e336a52
git-svn-id: https://localhost/svn/Project64/trunk@20 111125ac-702d-7242-af9c-5ba8ae61c1ef
2009-12-28 22:22:50 +00:00
zilmar
dd6e2c2b82
git-svn-id: https://localhost/svn/Project64/trunk@17 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-12-04 19:15:55 +00:00
zilmar
0498afea9e
git-svn-id: https://localhost/svn/Project64/trunk@16 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-12-04 10:46:26 +00:00
zilmar
5ff8e00c28
git-svn-id: https://localhost/svn/Project64/trunk@15 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-12-04 10:41:51 +00:00
zilmar
361bdcaa84
git-svn-id: https://localhost/svn/Project64/trunk@14 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-12-01 18:19:49 +00:00
zilmar
05ac90c959
git-svn-id: https://localhost/svn/Project64/trunk@13 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-11-27 14:34:13 +00:00
zilmar
81387784f5
git-svn-id: https://localhost/svn/Project64/trunk@12 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-11-17 10:02:22 +00:00
zilmar
3662f110d3
git-svn-id: https://localhost/svn/Project64/trunk@8 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-11-14 21:00:52 +00:00
zilmar
20429ef4e3
git-svn-id: https://localhost/svn/Project64/trunk@6 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-11-14 20:51:06 +00:00
zilmar
28c5a7e77c
git-svn-id: https://localhost/svn/Project64/trunk@2 111125ac-702d-7242-af9c-5ba8ae61c1ef
2008-09-18 03:15:49 +00:00