ViewVC Help
View Directory | Revision Log | Download Tarball | View Changeset | Root Listing
root/EmuXPortal/branches/mono-speed-up
Revision 402 - Directory Listing - [select for diffs]
Modified Tue Sep 24 02:23:14 2019 UTC (3 years, 8 months ago) by william
Copied from: branches/mono revision 401
Diff to previous 401 (colored)
+ creating a branch from the current wip inorder to do the following:


  1) Decrease loading time
      ** time required to populate the roms (e.g. image loading, etc)
      ** time to read from cache, etc

  2) Create a custom control container that will only render
     a certain number of controls at any given time -- instead
     of adding and rendering the entire set.

  3) etc

Revision 401 - Directory Listing - [select for diffs]
Modified Tue Sep 24 02:14:36 2019 UTC (3 years, 8 months ago) by william
Original Path: branches/mono
Diff to previous 400 (colored)
committing more wip for better handling of items
Revision 400 - Directory Listing - [select for diffs]
Modified Tue Sep 24 01:11:00 2019 UTC (3 years, 8 months ago) by william
Original Path: branches/mono
Diff to previous 399 (colored)
committing more wip for better handling of items
Revision 399 - Directory Listing - [select for diffs]
Modified Mon Sep 23 05:26:57 2019 UTC (3 years, 8 months ago) by william
Original Path: branches/mono
Diff to previous 398 (colored)
update EmuXPortal -- wip for reducing time spent in populating game and platform controls
Revision 398 - Directory Listing - [select for diffs]
Modified Mon Sep 23 01:57:39 2019 UTC (3 years, 8 months ago) by william
Original Path: branches/mono
Diff to previous 397 (colored)
+ update emuxportal with better timing

Revision 397 - Directory Listing - [select for diffs]
Modified Mon Sep 23 01:30:02 2019 UTC (3 years, 8 months ago) by william
Original Path: branches/mono
Diff to previous 396 (colored)
+ fix issue where platform config property was not being set
  in EmuRom constructor (which resulted in NullReferenceExceptions)

Revision 396 - Directory Listing - [select for diffs]
Modified Sun Jun 23 23:32:26 2019 UTC (3 years, 11 months ago) by william
Original Path: branches/mono
Diff to previous 394 (colored)
use HashSet instead of List
Revision 394 - Directory Listing - [select for diffs]
Modified Mon May 6 02:25:47 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 393 (colored)
UPDATE: add support when caching roms locally (ie copying them) also copy the emulator config file
Revision 393 - Directory Listing - [select for diffs]
Modified Mon May 6 02:08:15 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 391 (colored)
add support when caching roms locally (ie copying them) also copy the emulator config file
Revision 391 - Directory Listing - [select for diffs]
Modified Mon May 6 01:31:22 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 389 (colored)
fix issue with parameter replacements where extra double-quotes where inserted when obtaining replaceable emulater options (IE: %ROM_FILE%, %ROM_PATH%)
Revision 389 - Directory Listing - [select for diffs]
Modified Mon May 6 01:15:40 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 388 (colored)
disable config testing
Revision 388 - Directory Listing - [select for diffs]
Modified Mon May 6 01:14:38 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 387 (colored)
fix an issue with re-loading the emu.config file
Revision 387 - Directory Listing - [select for diffs]
Modified Fri May 3 02:46:10 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 385 (colored)
update romparser::NESReader (still does nothing useful)
Revision 385 - Directory Listing - [select for diffs]
Modified Thu May 2 05:15:37 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 383 (colored)
+ another update to how favorite roms are handled:
  ** when chosing a rom on a platform (other than Favorites)
     pressing CTRL+F will favorite that rom (as it always has).

     The difference is that pressing CTRL+F after favoriting the
     rom will not unfavorite it unless it is done on the favorites list.

     In other words, to remove a favorited rom, it must be done
     from the Favorites platform (from the root/main menu).

Revision 383 - Directory Listing - [select for diffs]
Modified Thu May 2 04:43:31 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 380 (colored)
+ update how favorited roms are handled:
  ** when the roms are displayed they are sorted by rom title
  ** when the roms are saved they get sorted by date added, and
       the newest rom will be at the bottom of the list

+ fix a sharing violation that would occur when attempting to
  copy a rom to a local path, if that rom already existed, and
  its image was loaded from the local path.

   Basically, if the rom had an image it attempted to overwrite
   the image file while the program had an open handle to the
   image in the local path. (hence: sharing violation)

     ** this was fixed by creating a bitmap from the source file
        and not maintaining an open-handle to the file.


Revision 380 - Directory Listing - [select for diffs]
Modified Thu May 2 03:17:59 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 377 (colored)
disable config testing
Revision 377 - Directory Listing - [select for diffs]
Modified Thu May 2 03:09:26 2019 UTC (4 years ago) by william
Original Path: branches/mono
Diff to previous 376 (colored)
update emuxportal -- fix empty rom image path errors when copying a rom to local when it has no rom image
Revision 376 - Directory Listing - [select for diffs]
Modified Sat Dec 30 15:01:54 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 375 (colored)
skip sega genesis for now
Revision 375 - Directory Listing - [select for diffs]
Modified Sat Dec 30 14:36:20 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 374 (colored)
catch exceptions in parseUrl
Revision 374 - Directory Listing - [select for diffs]
Modified Sat Dec 30 14:32:03 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 373 (colored)
add support for finding romimages using google image search and save them
Revision 373 - Directory Listing - [select for diffs]
Modified Sat Dec 30 13:04:27 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 372 (colored)
update code
Revision 372 - Directory Listing - [select for diffs]
Modified Sat Dec 30 11:53:50 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 371 (colored)
add Enterprise.Collections
Revision 371 - Directory Listing - [select for diffs]
Modified Fri Dec 22 00:30:48 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 370 (colored)
update rom image finder -- setup debug configuration
Revision 370 - Directory Listing - [select for diffs]
Modified Fri Dec 22 00:30:16 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 369 (colored)
update rom image finder -- setup debug configuration
Revision 369 - Directory Listing - [select for diffs]
Modified Fri Dec 22 00:15:09 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 368 (colored)
+ warn if configuration_testing is enabled
+ warn if dev_debug is enabled
+ add support for getting cache from an external path


Revision 368 - Directory Listing - [select for diffs]
Modified Thu Dec 21 22:33:43 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 367 (colored)
update assembly information for RomImageFinder
Revision 367 - Directory Listing - [select for diffs]
Modified Thu Dec 21 22:32:59 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 366 (colored)
add a new project to find rom image files
Revision 366 - Directory Listing - [select for diffs]
Modified Thu Dec 21 22:26:45 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 365 (colored)
add libhtmlscrapper to deps
Revision 365 - Directory Listing - [select for diffs]
Modified Wed Dec 20 19:43:35 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 364 (colored)
update EmuXPortal.RomParser/rom_format.txt
Revision 364 - Directory Listing - [select for diffs]
Modified Wed Dec 20 19:11:41 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 363 (colored)
update code
Revision 363 - Directory Listing - [select for diffs]
Modified Wed Dec 20 17:11:21 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 362 (colored)
update wip
Revision 362 - Directory Listing - [select for diffs]
Modified Wed Dec 20 17:04:24 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 361 (colored)
commiting current WIP for rom parsing
Revision 361 - Directory Listing - [select for diffs]
Modified Wed Dec 20 15:41:28 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 360 (colored)
update EmuXPortal.sln - add project UnitTests/RomParser/UnitTests.RomParser.csproj
Revision 360 - Directory Listing - [select for diffs]
Modified Wed Dec 20 15:40:06 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 359 (colored)
rename RomParser.csproj
Revision 359 - Directory Listing - [select for diffs]
Modified Wed Dec 20 15:22:13 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 358 (colored)
add two new solutions: EmuXPortal.RomParser and UnitTests/RomParser
Revision 358 - Directory Listing - [select for diffs]
Modified Wed Dec 20 15:09:23 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 355 (colored)
remove unused method: UpdateExternalConfigs() from RomCache
Revision 355 - Directory Listing - [select for diffs]
Modified Tue Dec 19 20:15:02 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 334 (colored)
reintegrate branch /branches/mono-cache-support
Revision 334 - Directory Listing - [select for diffs]
Modified Tue Dec 19 03:35:02 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 333 (colored)
fix an issue with images not loading properly due to sharing violations
Revision 333 - Directory Listing - [select for diffs]
Modified Tue Dec 19 02:44:37 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 328 (colored)
merge changes from branch /branches/mono-xml-linq
Revision 328 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:56:01 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 327 (colored)
remove a duplicate line
Revision 327 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:38:33 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 326 (colored)
update EmuXPortal/Form1.cs -- make some missing changes for handling rom loading progress and issues with image resources
Revision 326 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:23:47 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 325 (colored)
remove Api/EMUOptions.cs -- this was included in EmuConfig.cs in r304
Revision 325 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:21:19 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 324 (colored)
revert changes to these files after r304
Revision 324 - Directory Listing - [select for diffs]
Modified Tue Dec 19 00:10:33 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 322 (colored)
Update Form1.cs -- revert the following commits

r322
+ comitting current wip for cache support

r296
+ Add support for runtime caching of roms
+ Add support to list the progress of rom loading

Revision 322 - Directory Listing - [select for diffs]
Modified Mon Dec 18 07:47:14 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 321 (colored)
comitting current wip for cache support
Revision 321 - Directory Listing - [select for diffs]
Modified Mon Dec 18 06:36:49 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 320 (colored)
commend out an unused variable
Revision 320 - Directory Listing - [select for diffs]
Modified Mon Dec 18 06:36:01 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 319 (colored)
when updating cached roms also make sure to reset the rom image
Revision 319 - Directory Listing - [select for diffs]
Modified Mon Dec 18 06:26:40 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 318 (colored)
dramatically increase speed of rom image search
Revision 318 - Directory Listing - [select for diffs]
Modified Mon Dec 18 04:41:27 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 317 (colored)
+ add support for:
  ** updating cached configs
  ** updating cached roms (including images)
  ** removing missing cached roms
  ** updating external configs

  ** NOTE: a platform that has external configs cannot have roms (or vice versa)
     A warning will be logged if this condition is not met

Revision 317 - Directory Listing - [select for diffs]
Modified Mon Dec 18 03:02:11 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 316 (colored)
try to speed up looking for rom image files
Revision 316 - Directory Listing - [select for diffs]
Modified Mon Dec 18 02:55:42 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 315 (colored)
if a user aborts while cache is being generated, then that cache file should not be saved
Revision 315 - Directory Listing - [select for diffs]
Modified Mon Dec 18 02:45:21 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 314 (colored)
update cache support
Revision 314 - Directory Listing - [select for diffs]
Modified Mon Dec 18 02:02:21 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 313 (colored)
+ add support to build cache for all platforms in a give path
+ add support to cancel the cache generation

Revision 313 - Directory Listing - [select for diffs]
Modified Sun Dec 17 23:53:21 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 312 (colored)
update caching support
Revision 312 - Directory Listing - [select for diffs]
Modified Sun Dec 17 19:55:22 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 311 (colored)
update rom caching -- there is still a lot of work to do
Revision 311 - Directory Listing - [select for diffs]
Modified Sun Dec 17 17:13:38 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 310 (colored)
committing code refactoring for rom cacheing -- alot of code is broken right now
Revision 310 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:39:33 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 309 (colored)
fix cannot connect to debugger
Revision 309 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:36:44 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 308 (colored)
update code -- add logging support to cahcer
Revision 308 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:26:08 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 307 (colored)
update EmuXPortal.Cacher/Properties/AssemblyInfo.cs
Revision 307 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:25:29 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 306 (colored)
update code
Revision 306 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:11:41 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 305 (colored)
ignore bin and obj folders
Revision 305 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:10:17 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 304 (colored)
delete obj and bin folder
Revision 304 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:08:30 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 303 (colored)
update code
Revision 303 - Directory Listing - [select for diffs]
Modified Sun Dec 17 14:02:38 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 302 (colored)
update versioning support
Revision 302 - Directory Listing - [select for diffs]
Modified Sun Dec 17 13:51:19 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 301 (colored)
update code
Revision 301 - Directory Listing - [select for diffs]
Modified Sun Dec 17 11:16:51 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 300 (colored)
add project to hold versioning files
Revision 300 - Directory Listing - [select for diffs]
Modified Sun Dec 17 11:09:41 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 298 (colored)
create project to hold EmuXPortal.Api files (this way they can be reused)
Revision 298 - Directory Listing - [select for diffs]
Modified Fri Dec 15 11:27:52 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 297 (colored)
commiting v1.0.0.11 -- turn off config testing
Revision 297 - Directory Listing - [select for diffs]
Modified Fri Dec 15 11:27:19 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 296 (colored)
commiting v1.0.0.11
Revision 296 - Directory Listing - [select for diffs]
Modified Fri Dec 15 10:47:15 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 295 (colored)
+ Add support for runtime caching of roms
+ Add support to list the progress of rom loading

Revision 295 - Directory Listing - [select for diffs]
Modified Fri Dec 15 06:03:47 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 294 (colored)
fix rom path in config-dbg.ini
Revision 294 - Directory Listing - [select for diffs]
Modified Fri Dec 15 05:46:31 2017 UTC (5 years, 5 months ago) by william
Original Path: branches/mono
Diff to previous 291 (colored)
fix rom path in config-dbg.ini
Revision 291 - Directory Listing - [select for diffs]
Modified Fri Mar 17 00:58:58 2017 UTC (6 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 289 (colored)
fix issue with image path formatting
Revision 289 - Directory Listing - [select for diffs]
Modified Thu Aug 18 05:58:42 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 288 (colored)
update build again
Revision 288 - Directory Listing - [select for diffs]
Modified Thu Aug 18 05:56:36 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 287 (colored)
refresh build and enable LAA even though I don't think it will do any good
Revision 287 - Directory Listing - [select for diffs]
Modified Thu Aug 18 05:52:00 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 286 (colored)
update/clean
Revision 286 - Directory Listing - [select for diffs]
Modified Thu Aug 18 05:26:09 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 284 (colored)
remove logging spam
Revision 284 - Directory Listing - [select for diffs]
Modified Wed Aug 17 01:26:08 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 283 (colored)
disable CONFIGURATION_TESTING
Revision 283 - Directory Listing - [select for diffs]
Modified Wed Aug 17 01:24:40 2016 UTC (6 years, 9 months ago) by william
Original Path: branches/mono
Diff to previous 281 (colored)
update to latest version -- fixe some issues with non-emulator based games (PC)
Revision 281 - Directory Listing - [select for diffs]
Modified Thu Apr 28 03:00:02 2016 UTC (7 years, 1 month ago) by william
Original Path: branches/mono
Diff to previous 275 (colored)
disable configuration testing
Revision 275 - Directory Listing - [select for diffs]
Modified Thu Mar 17 08:45:01 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 274 (colored)
add qoutes around rom_file and rom_path
Revision 274 - Directory Listing - [select for diffs]
Modified Thu Mar 17 08:31:33 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 273 (colored)
add support to return the last platform selected
Revision 273 - Directory Listing - [select for diffs]
Modified Thu Mar 17 08:12:45 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 272 (colored)
add back favorites platform and fix issue when no game roms are found don't say no games have been favorited
Revision 272 - Directory Listing - [select for diffs]
Modified Thu Mar 17 07:49:41 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 271 (colored)
update emuxportal support for pressing up/down arrow keys on linux systems
Revision 271 - Directory Listing - [select for diffs]
Modified Thu Mar 17 07:09:39 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 270 (colored)
ignore rom folders starting with a period -- hidden folders on linux
Revision 270 - Directory Listing - [select for diffs]
Modified Thu Mar 17 07:01:10 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 269 (colored)
+ fix issue with layout suspending/resuming
Revision 269 - Directory Listing - [select for diffs]
Modified Thu Mar 17 06:52:09 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 268 (colored)
update files
Revision 268 - Directory Listing - [select for diffs]
Modified Thu Mar 17 06:30:53 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 267 (colored)
commit current work to fix platform control errors
Revision 267 - Directory Listing - [select for diffs]
Modified Thu Mar 17 06:26:30 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 266 (colored)
+ fix resx mismatch between .net 4.0 and .net 2.0
Revision 266 - Directory Listing - [select for diffs]
Modified Thu Mar 17 05:23:38 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 265 (colored)
fix an error where setting the borderstyle causes an X11 Error BadWindow (invalid Window parameter) exception
Revision 265 - Directory Listing - [select for diffs]
Modified Thu Mar 17 04:31:50 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 264 (colored)
update build for mono
Revision 264 - Directory Listing - [select for diffs]
Modified Thu Mar 17 04:23:49 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Diff to previous 263 (colored)
update emuxportal for building under mono
Revision 263 - Directory Listing - [select for diffs]
Modified Thu Mar 17 03:56:46 2016 UTC (7 years, 2 months ago) by william
Original Path: branches/mono
Copied from: trunk revision 262
Diff to previous 259 (colored)
creating a mono branch
Revision 259 - Directory Listing - [select for diffs]
Modified Tue Aug 5 13:22:33 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 258 (colored)
1.0.0.9
Revision 258 - Directory Listing - [select for diffs]
Modified Tue Aug 5 13:22:10 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 257 (colored)

Revision 257 - Directory Listing - [select for diffs]
Modified Tue Aug 5 13:21:32 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 256 (colored)
1.0.0.9

Revision 256 - Directory Listing - [select for diffs]
Modified Tue Aug 5 13:21:16 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 255 (colored)
+ normalize the size of the platform/game controls

Revision 255 - Directory Listing - [select for diffs]
Modified Tue Aug 5 12:58:18 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 254 (colored)
+ fix selection background of active control -- makes it more visible than just a border

Revision 254 - Directory Listing - [select for diffs]
Modified Tue Aug 5 12:50:24 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 253 (colored)
Form1: use System.Windows.Forms.FlowLayoutPanel
Revision 253 - Directory Listing - [select for diffs]
Modified Tue Aug 5 12:48:58 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 252 (colored)
Reverse merged revision(s) 248-247 from trunk:
+ current WIP for flowlayout panel

........

........

Revision 252 - Directory Listing - [select for diffs]
Modified Tue Aug 5 12:46:05 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 251 (colored)

Revision 251 - Directory Listing - [select for diffs]
Modified Tue Aug 5 12:32:13 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 250 (colored)

Revision 250 - Directory Listing - [select for diffs]
Modified Tue Aug 5 10:16:33 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 249 (colored)

Revision 249 - Directory Listing - [select for diffs]
Modified Tue Aug 5 09:53:04 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 248 (colored)
+ current wip

Revision 248 - Directory Listing - [select for diffs]
Modified Tue Aug 5 09:20:39 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 247 (colored)

Revision 247 - Directory Listing - [select for diffs]
Modified Tue Aug 5 07:27:47 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 246 (colored)
+ current WIP for flowlayout panel

Revision 246 - Directory Listing - [select for diffs]
Modified Tue Aug 5 06:33:52 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 245 (colored)
flowlayoutpanels: call SuspendLayout(); and ResumeLayout(false); as needed

Revision 245 - Directory Listing - [select for diffs]
Modified Tue Aug 5 06:08:20 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 244 (colored)
+ when loading favorited roms: the config file and rom must exist -- report a warning message in the log that the rom was skipped and that is was also removed from the list of favorites

Revision 244 - Directory Listing - [select for diffs]
Modified Tue Aug 5 05:58:51 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 243 (colored)
PlatformNameShort/PlatformNameLong : if these are set with a null value, set them to an empty string :: also set the default value to an empty string

Revision 243 - Directory Listing - [select for diffs]
Modified Tue Aug 5 05:57:55 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 242 (colored)
+ catch unhandled exceptions in Form1

Revision 242 - Directory Listing - [select for diffs]
Modified Tue Aug 5 05:26:18 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 241 (colored)
romparser:  when selecting a platform, indicate the platform that was selected

Revision 241 - Directory Listing - [select for diffs]
Modified Tue Aug 5 05:19:39 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 240 (colored)
+ update log state (using Info, Warn, Debug, and Error) as needed

Revision 240 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:56:24 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 239 (colored)
ConfigLoader: if ROMPATH is not configured -- return false after executing Application.Exit() -- this prevents disposed object errors

Revision 239 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:51:15 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 238 (colored)
+ use Enterprise.Logging instead of EmuXPortal.Logging

Revision 238 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:50:39 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 237 (colored)
+ use Enterprise.Logging instead of EmuXPortal.Logging

Revision 237 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:13:36 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 236 (colored)
+ add reference to: Enterprise.Logging -- this replaces the defunct logger

Revision 236 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:12:14 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 232 (colored)
add external: http://svn.netsolutions.dynu.com:81/websvn/other/Enterprise.Logging/tags/latest/
Revision 232 - Directory Listing - [select for diffs]
Modified Tue Aug 5 04:07:46 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 223 (colored)
update external url: http://svn.netsolutions.dynu.com:81/websvn/extraProjects/TransparentControls/branches/VS2010/TransparentControls/
Revision 223 - Directory Listing - [select for diffs]
Modified Tue Aug 5 03:59:43 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 222 (colored)
add external to deps: http://svn.netsolutions.dynu.com:81/websvn/extraProjects/TransparentControls/branches/VS2010/
Revision 222 - Directory Listing - [select for diffs]
Modified Tue Aug 5 03:58:25 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 221 (colored)
add deps folder
Revision 221 - Directory Listing - [select for diffs]
Modified Tue Aug 5 03:57:33 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 220 (colored)
remove extenral TransparentControls
Revision 220 - Directory Listing - [select for diffs]
Modified Tue Aug 5 03:55:52 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 218 (colored)
fix external url (again): TransparentControls 
Revision 218 - Directory Listing - [select for diffs]
Modified Tue Aug 5 03:51:57 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 210 (colored)
fix external url: TransparentControls 
Revision 210 - Directory Listing - [select for diffs]
Modified Mon Aug 4 13:09:07 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 209 (colored)
1.0.0.8 - rebuild
Revision 209 - Directory Listing - [select for diffs]
Modified Mon Aug 4 13:08:47 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 208 (colored)

Revision 208 - Directory Listing - [select for diffs]
Modified Mon Aug 4 13:06:19 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 207 (colored)

Revision 207 - Directory Listing - [select for diffs]
Modified Mon Aug 4 12:57:44 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 203 (colored)

Revision 203 - Directory Listing - [select for diffs]
Modified Mon Aug 4 12:40:33 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 202 (colored)
1.0.0.8
Revision 202 - Directory Listing - [select for diffs]
Modified Mon Aug 4 12:39:56 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 201 (colored)
** disable config testing

Revision 201 - Directory Listing - [select for diffs]
Modified Mon Aug 4 12:39:32 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 200 (colored)
1.0.0.8

Revision 200 - Directory Listing - [select for diffs]
Modified Mon Aug 4 12:39:13 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 199 (colored)
** 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 199 - Directory Listing - [select for diffs]
Modified Mon Aug 4 11:35:06 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 198 (colored)

Revision 198 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:37:13 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 197 (colored)
+ 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 197 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:30:21 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 192 (colored)
+ fix an issue when no games have been favorited

Revision 192 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:08:08 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 191 (colored)
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7
Revision 191 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:07:53 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 187 (colored)
+ enable cursor hiding
+ disable config testing
** this will be re-released at v1.0.0.7

Revision 187 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:05:12 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 186 (colored)
1.0.0.7
Revision 186 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:05:02 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 185 (colored)
1.0.0.7

Revision 185 - Directory Listing - [select for diffs]
Modified Mon Aug 4 10:00:55 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 184 (colored)

Revision 184 - Directory Listing - [select for diffs]
Modified Mon Aug 4 09:58:06 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 183 (colored)

Revision 183 - Directory Listing - [select for diffs]
Modified Mon Aug 4 09:46:22 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 182 (colored)

Revision 182 - Directory Listing - [select for diffs]
Modified Mon Aug 4 08:29:17 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 181 (colored)
ignore favorites ini file
Revision 181 - Directory Listing - [select for diffs]
Modified Mon Aug 4 08:10:19 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 180 (colored)

Revision 180 - Directory Listing - [select for diffs]
Modified Mon Aug 4 07:31:53 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 179 (colored)

Revision 179 - Directory Listing - [select for diffs]
Modified Mon Aug 4 07:08:29 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 178 (colored)
+ fix an issue where pressing PAGE_UP would actually act like PAGE_DOWN was pressed when viewing game roms

Revision 178 - Directory Listing - [select for diffs]
Modified Mon Aug 4 07:00:27 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 177 (colored)

Revision 177 - Directory Listing - [select for diffs]
Modified Mon Aug 4 06:43:34 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 176 (colored)

Revision 176 - Directory Listing - [select for diffs]
Modified Mon Aug 4 06:40:59 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 175 (colored)

Revision 175 - Directory Listing - [select for diffs]
Modified Mon Aug 4 06:31:48 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 174 (colored)

Revision 174 - Directory Listing - [select for diffs]
Modified Mon Aug 4 06:00:46 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 173 (colored)

Revision 173 - Directory Listing - [select for diffs]
Modified Mon Aug 4 05:57:32 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 172 (colored)

Revision 172 - Directory Listing - [select for diffs]
Modified Mon Aug 4 05:36:08 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 171 (colored)

Revision 171 - Directory Listing - [select for diffs]
Modified Mon Aug 4 05:06:37 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 170 (colored)

Revision 170 - Directory Listing - [select for diffs]
Modified Mon Aug 4 05:01:23 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 169 (colored)

Revision 169 - Directory Listing - [select for diffs]
Modified Mon Aug 4 04:11:41 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 168 (colored)

Revision 168 - Directory Listing - [select for diffs]
Modified Mon Aug 4 03:27:49 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 167 (colored)
+ add initial back-end support for removing/adding favorite roms

Revision 167 - Directory Listing - [select for diffs]
Modified Mon Aug 4 03:10:12 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 166 (colored)
+ add support for loading favorites -- this feature is a WIP (work in progress)

Revision 166 - Directory Listing - [select for diffs]
Modified Mon Aug 4 03:09:45 2014 UTC (8 years, 9 months ago) by william
Original Path: trunk
Diff to previous 161 (colored)
config-dbg.ini: * update rompath

Revision 161 - Directory Listing - [select for diffs]
Modified Tue Oct 8 18:40:59 2013 UTC (9 years, 7 months ago) by william
Original Path: trunk
Diff to previous 160 (colored)
re-compile after merge
Revision 160 - Directory Listing - [select for diffs]
Modified Tue Oct 8 18:39:46 2013 UTC (9 years, 7 months ago) by william
Original Path: trunk
Diff to previous 153 (colored)
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 153 - Directory Listing - [select for diffs]
Modified Wed Feb 13 03:28:23 2013 UTC (10 years, 3 months ago) by william
Original Path: trunk
Diff to previous 148 (colored)
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 148 - Directory Listing - [select for diffs]
Modified Wed Feb 13 02:22:40 2013 UTC (10 years, 3 months ago) by william
Original Path: trunk
Diff to previous 147 (colored)
1.0.0.6
Revision 147 - Directory Listing - [select for diffs]
Modified Wed Feb 13 02:22:27 2013 UTC (10 years, 3 months ago) by william
Original Path: trunk
Diff to previous 146 (colored)
set version: 1.0.0.6

Revision 146 - Directory Listing - [select for diffs]
Modified Wed Feb 13 02:22:08 2013 UTC (10 years, 3 months ago) by william
Original Path: trunk
Diff to previous 141 (colored)
set form TopMost

Revision 141 - Directory Listing - [select for diffs]
Modified Thu Oct 4 22:26:44 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 140 (colored)
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 140 - Directory Listing - [select for diffs]
Modified Thu Oct 4 22:24:14 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 139 (colored)
set version to: 1.0.0.5

Revision 139 - Directory Listing - [select for diffs]
Modified Thu Oct 4 22:23:14 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 138 (colored)
+ dispose graphics when finished loading

Revision 138 - Directory Listing - [select for diffs]
Modified Thu Oct 4 22:07:59 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 137 (colored)
+ fix object in-use execeptions (this will now cause a memory usage to increase)

Revision 137 - Directory Listing - [select for diffs]
Modified Thu Oct 4 21:52:13 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 136 (colored)
+ thread locking

Revision 136 - Directory Listing - [select for diffs]
Modified Thu Oct 4 21:39:20 2012 UTC (10 years, 7 months ago) by william
Original Path: trunk
Diff to previous 132 (colored)
update config-dgi.ini: change ROMPATH

Revision 132 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:50:51 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 131 (colored)
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)
Revision 131 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:50:37 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 127 (colored)
stupid: #define CONFIGURATION_TESTING (forgot to turn off again!!)

Revision 127 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:47:50 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 126 (colored)
+ BUGFIX (1.0.0.4): properly send roms to emulator
Revision 126 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:47:35 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 120 (colored)
+ BUGFIX (1.0.0.4): properly send roms to emulator

Revision 120 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:37:02 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 119 (colored)
turn off #define CONFIGURATION_TESTING
Revision 119 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:36:43 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 114 (colored)
turn off #define CONFIGURATION_TESTING

Revision 114 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:32:55 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 113 (colored)
commit v1.0.0.4 (memory optimized and faster)
Revision 113 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:32:20 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 112 (colored)

Revision 112 - Directory Listing - [select for diffs]
Modified Thu Aug 23 04:13:19 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 111 (colored)
OPTIMIZE LOGGING

Revision 111 - Directory Listing - [select for diffs]
Modified Thu Aug 23 03:08:35 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 110 (colored)
PERFORMANCE: log timestamp

Revision 110 - Directory Listing - [select for diffs]
Modified Thu Aug 23 02:44:26 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 109 (colored)
PERFORMANCE OPTIMIZATION:
** only get defaultimage resource once (don't duplicate the resource)

Revision 109 - Directory Listing - [select for diffs]
Modified Thu Aug 23 02:20:19 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 108 (colored)
PERFORMANCE: PROFILING
When update Controls: only call this.Upate() don't call this.Refresh() and this.Update
This increases performance slightly

Revision 108 - Directory Listing - [select for diffs]
Modified Thu Aug 23 02:10:48 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 107 (colored)
increase version from 1.0.0.3 to 1.0.0.4

Revision 107 - Directory Listing - [select for diffs]
Modified Thu Aug 23 02:10:16 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 106 (colored)
+ ensure we only read files that have the correct rom file pattern: ie .iso, .rom,.bin, etc)

Revision 106 - Directory Listing - [select for diffs]
Modified Wed Aug 22 02:47:38 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 105 (colored)

Revision 105 - Directory Listing - [select for diffs]
Modified Wed Aug 22 02:36:47 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 104 (colored)
**** memory optimization (bulk WIP)

Revision 104 - Directory Listing - [select for diffs]
Modified Wed Aug 22 02:12:46 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 103 (colored)
use IComparable<IEmuConfig> instead of IComparable (saves memory, due to unboxing)

Revision 103 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:44:13 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 102 (colored)

Revision 102 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:43:51 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 101 (colored)
svn:ignore: *.vsp
Revision 101 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:41:11 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 100 (colored)

Revision 100 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:40:00 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 99 (colored)

Revision 99 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:39:10 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 98 (colored)

Revision 98 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:31:00 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 97 (colored)

Revision 97 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:30:45 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 96 (colored)

Revision 96 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:30:19 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 95 (colored)
+ update report file location

Revision 95 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:29:48 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 94 (colored)
+ update profiler file location

Revision 94 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:29:14 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 93 (colored)
move EmuXPortal_MemoryProfiler
Revision 93 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:28:28 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 92 (colored)
+ update profile settings

Revision 92 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:25:30 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 91 (colored)
+ include performance profiler files (.psess files)

Revision 91 - Directory Listing - [select for diffs]
Modified Wed Aug 22 01:22:40 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 90 (colored)
add EmuXPortal_MemoryProfiler.psess (Memory profiler)
Revision 90 - Directory Listing - [select for diffs]
Modified Wed Aug 22 00:58:03 2012 UTC (10 years, 9 months ago) by william
Original Path: trunk
Diff to previous 86 (colored)
update: config-dbg.ini

Revision 86 - Directory Listing - [select for diffs]
Modified Tue Jun 19 03:39:54 2012 UTC (10 years, 11 months ago) by william
Original Path: trunk
Diff to previous 85 (colored)
commit 1.0.0.3
Revision 85 - Directory Listing - [select for diffs]
Modified Tue Jun 19 03:38:40 2012 UTC (10 years, 11 months ago) by william
Original Path: trunk
Diff to previous 73 (colored)
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 73 - Directory Listing - [select for diffs]
Modified Mon Jun 18 03:39:59 2012 UTC (10 years, 11 months ago) by william
Original Path: trunk
Diff to previous 72 (colored)

Revision 72 - Directory Listing - [select for diffs]
Modified Mon Jun 18 03:39:36 2012 UTC (10 years, 11 months ago) by william
Original Path: trunk
Diff to previous 68 (colored)

Revision 68 - Directory Listing - [select for diffs]
Modified Wed Apr 18 21:33:22 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 67 (colored)
latest build: add emu.config
Revision 67 - Directory Listing - [select for diffs]
Modified Wed Apr 18 21:32:57 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 64 (colored)
update build-event to copy blank emu.config to output directory

Revision 64 - Directory Listing - [select for diffs]
Modified Sun Apr 8 14:37:36 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 63 (colored)
1.0.0.2
Revision 63 - Directory Listing - [select for diffs]
Modified Sun Apr 8 14:37:26 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 62 (colored)
update to version: 1.0.0.2

Revision 62 - Directory Listing - [select for diffs]
Modified Sun Apr 8 14:36:41 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 61 (colored)
latest
Revision 61 - Directory Listing - [select for diffs]
Modified Sun Apr 8 14:36:03 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 60 (colored)
reverted changes from uiehancments:r52 -> disable configuration_testing
Revision 60 - Directory Listing - [select for diffs]
Modified Sun Apr 8 14:34:07 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 50 (colored)
merged branch uienhancments
Revision 50 - Directory Listing - [select for diffs]
Modified Sun Apr 8 10:30:27 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 48 (colored)

Revision 48 - Directory Listing - [select for diffs]
Modified Fri Apr 6 12:16:21 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 47 (colored)
update 1.0.0.1
+ ensure we have the latest emu options before launching a rom
Revision 47 - Directory Listing - [select for diffs]
Modified Fri Apr 6 12:15:14 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 46 (colored)
update version to 1.0.0.1

Revision 46 - Directory Listing - [select for diffs]
Modified Fri Apr 6 12:14:21 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 45 (colored)
+ add support for refreshing emu config options before launching rom, incase the emu's commandline arguments have changed

Revision 45 - Directory Listing - [select for diffs]
Modified Fri Apr 6 11:59:46 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 41 (colored)
update display device

Revision 41 - Directory Listing - [select for diffs]
Modified Wed Apr 4 07:24:01 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 40 (colored)
commit latst
Revision 40 - Directory Listing - [select for diffs]
Modified Wed Apr 4 07:23:49 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 39 (colored)
update .suo
Revision 39 - Directory Listing - [select for diffs]
Modified Wed Apr 4 07:23:34 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 38 (colored)
update svn:ignores
Revision 38 - Directory Listing - [select for diffs]
Modified Wed Apr 4 07:22:40 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 37 (colored)
+ speed-up rom parseing by not logging all found roms

Revision 37 - Directory Listing - [select for diffs]
Modified Wed Apr 4 07:21:54 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 36 (colored)
use stopwatches to check performance

Revision 36 - Directory Listing - [select for diffs]
Modified Wed Apr 4 06:00:14 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 35 (colored)
update svn:ignores
Revision 35 - Directory Listing - [select for diffs]
Modified Wed Apr 4 05:59:21 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 34 (colored)

Revision 34 - Directory Listing - [select for diffs]
Modified Wed Apr 4 05:59:08 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 33 (colored)
update EmuXPortal.suo
Revision 33 - Directory Listing - [select for diffs]
Modified Wed Apr 4 05:58:04 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 32 (colored)
update config:
+ use config.ini (turn off #define CONFIG_TESTING)
+ exit if invalid and give user notice that something needs to be configured

Revision 32 - Directory Listing - [select for diffs]
Modified Wed Apr 4 05:42:03 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 31 (colored)
reformat Platform name to incorporate both short and long names

Revision 31 - Directory Listing - [select for diffs]
Modified Wed Apr 4 05:12:58 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 30 (colored)
+ fix issues with selecting entries based on key press (a-z, 0-9)

Revision 30 - Directory Listing - [select for diffs]
Modified Wed Apr 4 04:27:01 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 29 (colored)
+ add support pressing a letter or number to jump to that entry

Revision 29 - Directory Listing - [select for diffs]
Modified Wed Apr 4 04:13:17 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 28 (colored)
+ speed up rom parsing by passing in the EMUConfig (rather than re-generating it each time)

Revision 28 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:48:07 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 27 (colored)
ui positioning

Revision 27 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:38:07 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 26 (colored)
+ don't remove the file extention from RomTitle

Revision 26 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:37:37 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 25 (colored)
fix GetRoms() so that GetFiles will work regardless of the searchpattern (i.e. *.* or whatever)

Revision 25 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:12:17 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 24 (colored)
+ add support when displaying platforms: if user pressed backspace, exit application

Revision 24 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:10:52 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 23 (colored)
slioght change in EMUOptions()

Revision 23 - Directory Listing - [select for diffs]
Modified Wed Apr 4 03:09:19 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 22 (colored)
+ add support to replace emu placeholder options with the real options

Revision 22 - Directory Listing - [select for diffs]
Modified Wed Apr 4 02:39:20 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 21 (colored)
fix text width issues

Revision 21 - Directory Listing - [select for diffs]
Modified Wed Apr 4 02:13:41 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 20 (colored)
slight ouput format change

Revision 20 - Directory Listing - [select for diffs]
Modified Wed Apr 4 02:11:37 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 19 (colored)
implement actual reading of emu.config

Revision 19 - Directory Listing - [select for diffs]
Modified Wed Apr 4 01:55:32 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 18 (colored)
set positioning of ui elements

Revision 18 - Directory Listing - [select for diffs]
Modified Wed Apr 4 01:32:58 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 17 (colored)
add missing file from last commit

Revision 17 - Directory Listing - [select for diffs]
Modified Wed Apr 4 01:32:37 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 16 (colored)
+ add entries for platforms
+ add entries for roms
+ add key events

Revision 16 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:54:58 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 15 (colored)
initial commit for finding rom dirs

Revision 15 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:39:47 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 14 (colored)
add more logging in ConfigLoader

Revision 14 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:35:13 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 13 (colored)
add logging support

Revision 13 - Directory Listing - [select for diffs]
Modified Tue Apr 3 21:00:28 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 12 (colored)
setup config to move form to proper screen at start

Revision 12 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:35:32 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 11 (colored)
initial setup of config loading

Revision 11 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:34:24 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 10 (colored)
update svn:ignores
Revision 10 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:19:42 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 9 (colored)

Revision 9 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:19:31 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 8 (colored)
update svn:ignores
Revision 8 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:18:54 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 7 (colored)
+ add config.ini
+ edit postbuild to copy config.ini to output dir
+ target .net framework 4.0

Revision 7 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:11:02 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 6 (colored)

Revision 6 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:10:51 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 5 (colored)
update svn:ignores
Revision 5 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:10:08 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 4 (colored)

Revision 4 - Directory Listing - [select for diffs]
Modified Tue Apr 3 20:08:55 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
Diff to previous 1 (colored)
initial commit

Revision 1 - Directory Listing - [select for diffs]
Added Tue Apr 3 20:15:24 2012 UTC (11 years, 1 month ago) by william
Original Path: trunk
initial layout

Convenience Links