home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / macos / pack1 / files / PCSX-test3.dmg / Changes.txt < prev    next >
Text File  |  2005-01-03  |  2KB  |  56 lines

  1. Changes for test 3 since test 2
  2.  
  3. General:
  4.  + Updated look for plugin about boxes
  5.  
  6. Pcsx:
  7.  + Made the emulator pause when it's not active
  8.  + Changed save state naming format to make them unique for a single game
  9.  + Fixed a serious stability bug for freeze saves when using a BIOS
  10.  + Increased emulation speed for dynarec mode :)
  11.  + Fixed a bug in the exception firing mechanism - final fantasy tactics now works correctly
  12.  + Made some progress toward making the timing of dynarec and regular mode exactly the same
  13.  + Implemented a faster way to handle self-modifying code in dynarec mode
  14.  + Fixed a bug that caused PCSX to ignore the default system region setting causing weirdness in PAL games
  15.  
  16. PeopsSoftGL:
  17.  + Fullscreen mode now uses a 4:3 aspect ratio
  18.  + Partially updated to 1.16 sources
  19.  + Added a configuration dialog and about box
  20.  + Improved frame skipping code (no idle loops)
  21.  
  22. PeopsSPU:
  23.  + Added a hack to make XA audio play smoothly in some cases at least
  24.  
  25.  
  26. Changes for test 2 since test 1
  27.  
  28. General:
  29.  + Added a new simple input plugin, designed to be the default input plugin.
  30.  
  31. Pcsx:
  32.  + Fixed code that handles live plugin changes.
  33.  + Fixed freeze / defrost bug - don't expect old freeze files to work correctly
  34.  + Changed fullscreen key to ESC
  35.  + Changed timer handling in core CPU emulation code for small speed-up
  36.  + Removed Memory Card menu until functionality is developed
  37.  
  38. PeopsSoftGL:
  39.  - Hopefully fixed a opengl rendering bug that could cause kernel panics when resizing the main view.
  40.  + Improved screen updates when going out of fullscreen mode.
  41.  + Added the ability to scale the window proportionally when holding down shift and resizing.
  42.  + Made it accept non-accelerated OpenGL context's in order to "support" machines with old graphic cards.
  43.  + Added small hack to allow the ESC key to switch to fullscreen
  44.  + Added FPS display support
  45.  + Removed the Beeps when using the keyboard in fullscreen mode
  46.  
  47. CDDeviceInterface:
  48.  + Fixed a bug affecting cd's with multiple tracks.
  49.  + Changed the way TOC information is read. Now uses IORegistry instead of ioctl calls to fix compatibility problems.
  50.  + Fixed a memory leak.
  51.  
  52. PeopsSPU:
  53.  + Added MacOS X configuration interface
  54.  + Updated from v1.0.7 to v1.0.9
  55.  + Converted to bundle format.
  56.  + Removed redundant dependency on X11 libs, so it will also work for people who doesn't have X11 installed.