Commit Graph

87 Commits

Author SHA1 Message Date
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