work on changelog

This commit is contained in:
zeromus 2009-06-10 06:49:51 +00:00
parent d5dc1f45b1
commit 71eac340d5
2 changed files with 37 additions and 7 deletions

View File

@ -32,6 +32,8 @@ Tim Seidel (Mighty Max)
Pascal Giard (evilynux) Pascal Giard (evilynux)
Ben Jaques (masscat) Ben Jaques (masscat)
Jeff Bland Jeff Bland
Hicoder
ldesnogue
Thanks to our super testers for this release Thanks to our super testers for this release
------------ ------------

View File

@ -1,14 +1,42 @@
0.9.2 -> 0.9.3 0.9.2 -> 0.9.3
Highlights:
* New save autodetection and save file format
* Full rerecording support
General/Core: General/Core:
bug: fixed 64 bit issues and misc integer types usage cleanup [ldesnogues, rm] bug: fix many 64 bit and endian issues
enh: added Action Replay code parser [CrazyMax] bug: fix mic input, which was nearly useless before
Gtk frontend: bug: fix failures of large dmas
enh: switch all of menu/toolbar system to GtkAction + GtkUIManager [matusz] bug: fix in ipc sync which broke devkitpro touch
enh: remove the gtglext 3d code [rm] bug: screenshots now exclude hud and rotation
enh: fix screen resize in gtk frontend, just resize the window [matusz] bug: rewritten vram mapping (fixes corrupted or missing BG)
enh: cheats: added Action Replay code parser
enh: more reliable and useful frameskipping
enh: SPU: speedup: add adpcm caching
enh: SPU: speedup: interpolation is now optional
Graphics:
bug: add polygon y-sorting (fixes 3d guis)
bug: fix texcoordgen mode 3; fixes some ortho sprites and some entirely broken games
bug: display capture fixes
bug: fix a number of OBJ modes
bug: fixes to affine BG modes
bug: more correct handling of color effect windows and backdrop colors
bug: fix matrix stack overrun which crashed emulator
enh: add alternate flush mode, fixes some entirely broken 3d games
Windows: Windows:
bug: fixed many bugs in Cheats [CrazyMax] bug: more robust cheats engine and dialog
enh: more solid avi and wav recording
enh: improved tools: memory viewer
enh: added tools: spu viewer, ram watch, ram search
enh: change build configuration system
enh: speedup: add gpu core disabling to hide useless screens
Gtk frontend:
enh: switch all of menu/toolbar system to GtkAction + GtkUIManager
enh: remove the gtglext 3d code
enh: improve/speedup screen resize and final presentation logic in gtk frontend
0.9.1 -> 0.9.2 0.9.1 -> 0.9.2
General/Core: General/Core: