Revision
200 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 4 12:39:13 2014 UTC
(9 years, 3 months ago)
by
william
Diff to
previous 199
** fix issues with games, that have been favorited
** a favorited game, with an image, cannot be displayed more than once
** also, the platform name was not generated properly for external configs
Revision
198 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 4 10:37:13 2014 UTC
(9 years, 3 months ago)
by
william
Diff to
previous 197
+ fix another issue with the application exiting, if no games have been favorited, and you press backspace to go back to the last/root menu
Revision
179 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 4 07:08:29 2014 UTC
(9 years, 3 months ago)
by
william
Diff to
previous 178
+ fix an issue where pressing PAGE_UP would actually act like PAGE_DOWN was pressed when viewing game roms
Revision
160 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 8 18:39:46 2013 UTC
(10 years, 1 month ago)
by
william
Diff to
previous 153
re-integrate branch: fullscreen-fix
** the application will be top-most (this reverts r153)
-revert changes from r146, r147, and r148:
-* don't make form TopMost (because no other window can be above it; which will cause issues with launching games)
Revision
141 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 4 22:26:44 2012 UTC
(11 years, 1 month ago)
by
william
Diff to
previous 140
update to version 1.0.0.5:
fixes in 1.0.0.5:
+ correct object in-use exceptions (memory usage will slightly increase)
+ dispose graphics when finished loading controls
+ use thread-locking techniques
Revision
109 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 23 02:20:19 2012 UTC
(11 years, 3 months ago)
by
william
Diff to
previous 108
PERFORMANCE: PROFILING
When update Controls: only call this.Upate() don't call this.Refresh() and this.Update
This increases performance slightly
Revision
85 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 19 03:38:40 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 68
reintegrate pctitlelaunching branch:
+ add support for launching standalone games categorized under a specific platform (ie. PC) that does not need to have an emulator launched
Revision
46 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 6 12:14:21 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 41
+ add support for refreshing emu config options before launching rom, incase the emu's commandline arguments have changed
Revision
33 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 4 05:58:04 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 32
update config:
+ use config.ini (turn off #define CONFIG_TESTING)
+ exit if invalid and give user notice that something needs to be configured
Revision
26 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 4 03:37:37 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 25
fix GetRoms() so that GetFiles will work regardless of the searchpattern (i.e. *.* or whatever)
Revision
8 -
Directory Listing
-
[select for diffs]
Modified
Tue Apr 3 20:18:54 2012 UTC
(11 years, 7 months ago)
by
william
Diff to
previous 7
+ add config.ini
+ edit postbuild to copy config.ini to output dir
+ target .net framework 4.0