Revision
217 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 5 03:45:27 2014 UTC
(9 years, 4 months ago)
by
william
Diff to
previous 216
Sync with trunk - since re-integration of uienhancements branch
Merged revision(s) 85-210 from trunk:
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
........
commit 1.0.0.3
........
update: config-dbg.ini
........
add EmuXPortal_MemoryProfiler.psess (Memory profiler)
........
+ include performance profiler files (.psess files)
........
+ update profile settings
........
move EmuXPortal_MemoryProfiler
........
+ update profiler file location
........
+ update report file location
........
........
........
........
........
........
svn:ignore: *.vsp
........
........
use IComparable<IEmuConfig> instead of IComparable (saves memory, due to unboxing)
........
**** memory optimization (bulk WIP)
........
........
+ ensure we only read files that have the correct rom file pattern: ie .iso, .rom,.bin, etc)
........
increase version from 1.0.0.3 to 1.0.0.4
........
PERFORMANCE: PROFILING
When update Controls: only call this.Upate() don't call this.Refresh() and this.Update
This increases performance slightly
........
PERFORMANCE OPTIMIZATION:
** only get defaultimage resource once (don't duplicate the resource)
........
PERFORMANCE: log timestamp
........
OPTIMIZE LOGGING
........
........
commit v1.0.0.4 (memory optimized and faster)
........
turn off #define CONFIGURATION_TESTING
........
turn off #define CONFIGURATION_TESTING
........
+ BUGFIX (1.0.0.4): properly send roms to emulator
........
+ BUGFIX (1.0.0.4): properly send roms to emulator
........
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)
........
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)
........
update config-dgi.ini: change ROMPATH
........
+ thread locking
........
+ fix object in-use execeptions (this will now cause a memory usage to increase)
........
+ dispose graphics when finished loading
........
set version to: 1.0.0.5
........
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
........
set form TopMost
........
set version: 1.0.0.6
........
1.0.0.6
........
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)
........
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)
........
re-compile after merge
........
config-dbg.ini: * update rompath
........
+ add support for loading favorites -- this feature is a WIP (work in progress)
........
+ add initial back-end support for removing/adding favorite roms
........
........
........
........
........
........
........
........
........
........
........
+ fix an issue where pressing PAGE_UP would actually act like PAGE_DOWN was pressed when viewing game roms
........
........
........
ignore favorites ini file
........
........
........
........
1.0.0.7
........
1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ fix an issue when no games have been favorited
........
+ 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
........
........
** 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
........
1.0.0.8
........
** disable config testing
........
1.0.0.8
........
........
........
........
1.0.0.8 - rebuild
........
Revision
216 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 5 03:43:34 2014 UTC
(9 years, 4 months ago)
by
william
Diff to
previous 215
Sync with trunk - since re-integration of pctitlelaunching branch
Merged revision(s) 86-210 from trunk:
commit 1.0.0.3
........
update: config-dbg.ini
........
add EmuXPortal_MemoryProfiler.psess (Memory profiler)
........
+ include performance profiler files (.psess files)
........
+ update profile settings
........
move EmuXPortal_MemoryProfiler
........
+ update profiler file location
........
+ update report file location
........
........
........
........
........
........
svn:ignore: *.vsp
........
........
use IComparable<IEmuConfig> instead of IComparable (saves memory, due to unboxing)
........
**** memory optimization (bulk WIP)
........
........
+ ensure we only read files that have the correct rom file pattern: ie .iso, .rom,.bin, etc)
........
increase version from 1.0.0.3 to 1.0.0.4
........
PERFORMANCE: PROFILING
When update Controls: only call this.Upate() don't call this.Refresh() and this.Update
This increases performance slightly
........
PERFORMANCE OPTIMIZATION:
** only get defaultimage resource once (don't duplicate the resource)
........
PERFORMANCE: log timestamp
........
OPTIMIZE LOGGING
........
........
commit v1.0.0.4 (memory optimized and faster)
........
turn off #define CONFIGURATION_TESTING
........
turn off #define CONFIGURATION_TESTING
........
+ BUGFIX (1.0.0.4): properly send roms to emulator
........
+ BUGFIX (1.0.0.4): properly send roms to emulator
........
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)
........
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)
........
update config-dgi.ini: change ROMPATH
........
+ thread locking
........
+ fix object in-use execeptions (this will now cause a memory usage to increase)
........
+ dispose graphics when finished loading
........
set version to: 1.0.0.5
........
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
........
set form TopMost
........
set version: 1.0.0.6
........
1.0.0.6
........
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)
........
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)
........
re-compile after merge
........
config-dbg.ini: * update rompath
........
+ add support for loading favorites -- this feature is a WIP (work in progress)
........
+ add initial back-end support for removing/adding favorite roms
........
........
........
........
........
........
........
........
........
........
........
+ fix an issue where pressing PAGE_UP would actually act like PAGE_DOWN was pressed when viewing game roms
........
........
........
ignore favorites ini file
........
........
........
........
1.0.0.7
........
1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ fix an issue when no games have been favorited
........
+ 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
........
........
** 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
........
1.0.0.8
........
** disable config testing
........
1.0.0.8
........
........
........
........
1.0.0.8 - rebuild
........
Revision
215 -
Directory Listing
-
[select for diffs]
Modified
Tue Aug 5 03:41:26 2014 UTC
(9 years, 4 months ago)
by
william
Diff to
previous 159
Sync with trunk - since re-integration of fullscreen_fix branch
Merged revision(s) 161-210 from trunk:
re-compile after merge
........
config-dbg.ini: * update rompath
........
+ add support for loading favorites -- this feature is a WIP (work in progress)
........
+ add initial back-end support for removing/adding favorite roms
........
........
........
........
........
........
........
........
........
........
........
+ fix an issue where pressing PAGE_UP would actually act like PAGE_DOWN was pressed when viewing game roms
........
........
........
ignore favorites ini file
........
........
........
........
1.0.0.7
........
1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
........
+ fix an issue when no games have been favorited
........
+ 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
........
........
** 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
........
1.0.0.8
........
** disable config testing
........
1.0.0.8
........
........
........
........
1.0.0.8 - rebuild
........
Revision
158 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 8 18:36:54 2013 UTC
(10 years, 2 months ago)
by
william
Diff to
previous 157
when launching a game:
** minimize EmuXPortal before launching a game (this fixes issues with launching games)
** maximize EmuXPortal when launched game closes
Revision
156 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 8 18:29:04 2013 UTC
(10 years, 2 months ago)
by
william
Diff to
previous 155
update version: 1.0.0.6
** make sure to enforce EmuXPortal as the TopMost window
** this fixes issue(s) where other windows want to be the top-most, ie a docking application
Revision
155 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 8 18:24:59 2013 UTC
(10 years, 2 months ago)
by
william
Diff to
previous 84
creating a branch to fix fullscreen issues (when other windows are set to top-most) [ie a dock program, etc]
Revision
82 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 19 03:32:36 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 81
+ add support to list roms and create the images for them if they use the new external configs code
Revision
81 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 19 03:04:18 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 80
+ implement suport for loading games on local system that are not roms and do not need an emulator to run
Revision
79 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 18 13:19:01 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 78
update to last commit when reading <config> make sure it, too, is a start element and not the end one
Revision
78 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 18 13:17:36 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 77
+ make sure that we read the starting configuration option and ignore the closing option
(ie <t>=start </t>=end)
Revision
77 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 18 13:11:41 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 76
+ step through each option and only set the ones that are found ... also report unknown or unrecognized options
Revision
57 -
Directory Listing
-
[select for diffs]
Modified
Sun Apr 8 14:28:53 2012 UTC
(11 years, 8 months ago)
by
william
Diff to
previous 56
+ hide mouse cursor (show on exit)
+ add support for: PageUp, PageDown, Home, and End
+ add progress bar support for roms