OSDN Git Service

DTXMania089リリースに際してのtag付け。
[dtxmania/dtxmania.git] / 110401(DTXMania089) / SlimDXc_Jun2010(VC++2008) / build / ReleaseNotes.txt
1 Samples\r
2         * Fixed the MiniTri10 sample to not use the console subsystem.\r
3         * Changed the sample framework to check for fullscreen DXGI swap chain before disposing.\r
4         * Removed unused testing code from SimpleModel10.\r
5 \r
6 Direct3D 9\r
7         * Fixed a memory in Utilities.ReadRange that affected many BaseMesh methods.\r
8         * Fixed a typo in the caps structure that filled VolumeTextureFilterCaps with the wrong value.\r
9         * Fixed memory issue in Include interface.\r
10         * Changed AnimationOutput to be a reference type, and pinned the memory to receive animation updates.\r
11         * Added an overload to AnimationController.RegisterAnimationOutput to take a Frame instead.\r
12         \r
13 Direct3D 10\r
14         * Added missing creation method overloads to Effect.\r
15         * Added missing Get/SetRawValue methods to EffectVariable.\r
16 \r
17 DXGI\r
18         * Changed SwapChain.Dispose to throw if the adapter is in fullscreen mode. This prevents a crash inside DXGI.\r
19         * Added IsFullScreen property to SwapChain as a convenient alternative to GetFullScreenState.\r
20         * Fixed a null reference check in Output.GetClosestMatchingMode.\r
21         * Added Surface1 support.\r
22         \r
23 D3DCompiler\r
24         * Fixed memory issue in Include interface.\r
25         \r
26 DirectWrite\r
27         * Changed TextLayout to inherit from TextFormat.\r
28         \r
29 DirectInput\r
30         * Fixed a typo in Device.GetObjectInfoById that caused it to return info by usage instead.\r
31         * Changed ObjectProperties.LogicalRange and ObjectProperties.PhysicalRange to return actual ranges instead of integers.\r
32 \r
33 Windows\r
34         * Added functionality to the RenderForm class to add sizing and monitor change events.