So here are the news!
Pasofami v1.6k
"● "Pasofami File Explorer" bug fixes.
The last feature was added - "Pasofami File Explorer" is faulty because there was a modified version.
· ". NET Framework 2.0" is installed, if not later, on the menu screen "name" button "File Pasofami Explosion" does not work, old work function."
Source
PCSX2 SVN r5064
"r5062
GSdx: sps fixed, some code clean up and optimization, ps2 logo still broken in hw mode, I'll check it later
r5063
GSdx: fixing a possible buffer overflow"
Source
MESS SVN r13944
"r13940
documentation-only update (nw)
r13941
last bunch of additions, for the moment. no whatsnew.
r13942
aquarius.xml: moved documentation bits from comments into elements, on behalf of k1w1. no whatsnew.
r13943
arcadia.xml: various improvements to the list. [k1w1]
r13944"
Source
Dolphin Git 3.0-371
"* Added SHRD/SHLD x86 emitters, further optimized srawx"
Source
StepMania v5.0 Alpha 1
"2012/01/08
----------
* [ScreenManager] Made AddScreenToTop take a second (optional) parameter for posting a ScreenMessage on screen pop. [AJ]
* Only read certain tags during first load; makes song loading faster. [theDtTvB]
2012/01/07
----------
* Fix Portable.ini not working on Mac OS X. [shakesoda]
2012/01/05
----------
* [PercentageDisplay] Remove unused ApplyScoreDisplayOptions metric; added PercentFormat and RemainderFormat metrics. [AJ]
* Fix Portable.ini not working in Linux. [FSX]
2012/01/04
----------
* Fix a scoring/grading bug with Lifts. [FSX]
2011/12/27
----------
* [MusicWheel] Add IsRouletting Lua binding. [AJ]
* [LuaManager] Remove GetOSName Lua binding; use GetArchName instead. [AJ]
2011/12/26
----------
* [ArchHooks_OSX] Worked around a crash when language detection goes wrong. (Note: a real fix should be looked into.) [shakesoda]
2011/12/23
----------
* [Song] Fixed a bug where a sample start of 0 wouldn't work. [AJ]
* [Game] Added CountNotesSeparately and GetMapJudgmentTo(TapNoteScore) Lua bindings. [AJ]
* [StepMania.cpp] Fix initial aspect ratio on first boot, hopefully. (See issues 6 and 27) [AJ]
2011/12/22
----------
* [LuaManager] Added ProductFamily() Lua binding. [AJ]
2011/12/17
----------
* [Various] Allow loading of *.jpeg in addition to *.jpg. [AJ]
2011/12/16
----------
* [StreamDisplay] Added VelocityMultiplier, VelocityMin, VelocityMax, SpringMultiplier and ViscosityMultiplier metrics. [AJ]
2011/12/12
----------
* [ScreenEdit] Add the GAMESTATE:InStepEditor Lua binding. [Wolfman2000]
* [Player, ScreenGameplay] Allow failing on Oni without crashing. This one took awhile. [Wolfman2000]
* [LifeMeterBattery] Fixed various issues (lives not fully disappearing on fail, P2 lose life animation having the wrong x zoom, hide the lives number if it falls below 0). [AJ]
2011/12/11
----------
* [ScreenEdit] Restore cycling the timing segments for jumping between. The required line somehow never got replaced. [Wolfman2000]
2011/11/30
----------
* [PlayerOptions] Added IsEasierForSongAndSteps(Song,Steps,PlayerNumber) and IsEasierForCourseAndTrail(Course, Trail) Lua bindings. [AJ]
* [PlayerState] Added GetSuperMeterLevel() Lua binding. [AJ]
2011/11/28
----------
* [ScreenGameplay] Add the SurvivalModOverride metric. Let the themer decide if mods should be overridden on survival or not. Funny enough, this used to be true for the old Oni style mode, but...well, we'll cross that bridge later. [Wolfman2000]
* [LifeMeterBattery] Added MaxLives metric, which limits the maximum amount of
lives. Setting this to 0 will remove the limit. [AJ]
2011/11/27
----------
* [PlayerOptions] Pretty large changes here, namely a bunch of new bindings. Fixed the logic for GetReversePercentForColumn; It will now return nil for invalid columns. Also fixed the logic for UsingReverse (now checks for 1.0f) and SetPassmark (no longer allows values < 0.00f and > 1.0f). [AJ]
* [ScreenEdit] Allow inserting and removing beats and timing changes in specific note increments instead of just quarter notes (a whole beat). Those that prefer to keep using the shortcut keys will note that the behavior has not changed for that: only by going into the Area menu can you deal with more specific changes. [Wolfman2000]
2011/11/26
----------
* [ScreenEdit] Restore using F9 and F10 to adjust stops by a fixed amount. Sorry for the delay in this. [Wolfman2000]
* [ScreenEdit] Minor convenience. If you attempt to create a negative stop segment from scratch, it does not create, and you are not requested to save on exit, for there is nothing to save. [Wolfman2000]
* [ScreenEdit] Allow Shift + F9/F10 for adjusting delays. This works the same way as adjusting stops. [Wolfman2000]
2011/11/25
----------
* [PlayerStageStats] Hitting a mine no longer gives you full combo when [Gameplay] MineHitIncrementsMissCombo=true. [AJ]
2011/11/24
----------
* [PlayerStageStats] Added GetFailed and GetNumControllerSteps Lua bindings. [AJ]
2011/11/15
----------
* [LifeMeterBar] Added the ForceLifeDifficultyOnExtraStage metric and the ExtraStageLifeDifficulty metric. Let the themer decide if extra stages should have their own life bar behavior. Note that this metric does NOT change the lifebar to the battery style. [Wolfman2000/FSX]
2011/11/14
----------
* [Mac OS X] Restore JPEG functionality. [Wolfman2000]
2011/11/06
----------
* [GameState] Add the RefreshNoteSkinData lua binding. This will only refresh the NS data for the present game, not all games. [Wolfman2000]
* [ScreenSelectMusic] Fixed Rave difficulties not being synced on late join. Fixes issue 577. [AJ]
* [GameplayAssist] Don't play sounds if the player is dead. Fixes issue 621. [AJ]
2011/11/04
----------
* [ScoreKeeperRave] Revert fix from 2011/10/28. [AJ]
* [ScoreKeeperRave] Fixed Miss and HitMine giving meter life. (Fixes issue 622.) [AJ]
2011/11/02
----------
* [ArchHooks] Add the GetArchName lua binding. To the themers that use GetOSName, that function may be deprecated in the future. For now, both options exist. [vyhd, Wolfman2000]
2011/11/01
----------
* [ArrowEffects] Fix Expand, and possibly other mods, from breaking if using a second player. [Wolfman2000]
* [ArchHooks] Add the AppHasFocus lua binding. [vyhd, Wolfman2000]
2011/10/29
----------
* [GameState] Add the ResetPlayerOptions lua binding. [Wolfman2000]
2011/10/28
----------
* [ScoreKeeperRave] Fix an issue where the super meter would not decrease back to 1 after hitting the end of 3. (Fixes issue 314.) [AJ]
2011/10/27
----------
* [Default theme] Fixed the pref controlling timing segments on song meter. [FSX]
2011/10/18
----------
* [LightsManager] Use song beat for menu button lights, allow demonstration to flash pad lights when BlinkGameplayButtonLightsOnNote is true, light custom game buttons when pressed during attract mode, general optimizations. [vyhd]
2011/10/17
----------
* [ScreenEdit/NoteField] Fix an editor crash when you exit without saving after creating new steps. [Wolfman2000]
2011/10/16
----------
* [NoteDataUtil] Add the Backwards mod for games where the intended definition of Mirror is different. Regarding Pump gameplay, what was called Mirror in Preview 4 is considered Backwards now, and the original Mirror is back in its old position. [Wolfman2000]
2011/10/12
----------
* [Steps] Fix a bug where e.g. ".SM" ".DWI" ".Sm" ".sM" files wouldn't properly load since the code was expecting lowercase. [AJ]
2011/10/10
----------
* [NotesLoaderBMS] Add the time signature segments. [theDtTvB]
2011/10/09
----------
* [NotesLoaderBMS] Fix the bug where keysounds that points to nonexistant file gets assigned a random one. [theDtTvB]
* [NotesLoaderBMS] Use BMSLoader to load PMS files. [theDtTvB]
* [RageSoundReader_WAV] Fix ADPCM support. [theDtTvB]
2011/10/08
----------
* [GameSoundManager] Add the PlayMusicPart lua binding. [Wolfman2000]
* [ScreenEdit] Add the FadeInPreview and FadeOutPreview metrics. This controls how long the fade in and fade outs are for playing the preview music. The default values are 0 and 1.5 respectively. [Wolfman2000]
2011/10/07
----------
* [RageDisplay] Add the GetFPS, GetVPF, and GetCumFPS bindings. [Wolfman2000]
2011/10/06
----------
* Various scoring fixes sourced from http://www47.atwiki.jp/waiei/pages/21.html [A.C/@waiei, 桜為小鳩/@sakuraponila]"
Source
0 comments:
Post a Comment