Christian Costa
|
22856e9c96
|
d3drm: Hande parent when creating a new frame.
|
2012-05-17 17:21:15 +02:00 |
Christian Costa
|
8aba0e2ec3
|
d3drm: Improve traces of AddRef and Release of IDirect3DRMLight.
|
2012-05-17 17:21:07 +02:00 |
Christian Costa
|
2dbbecbb9e
|
d3drm: Display new ref in trace for AddRef and Release for IDirect3DRMMesh.
|
2012-05-17 17:20:57 +02:00 |
Christian Costa
|
9e44f89d6b
|
d3drm: Implement IDirect3DRMFrameX_AddTransform.
|
2012-05-17 17:20:51 +02:00 |
Christian Costa
|
8b405d5dc9
|
d3drm: Load transform matrix and aply it to the current frame.
|
2012-05-17 17:20:43 +02:00 |
Christian Costa
|
20bf183726
|
d3drm: Free visual and light resources when releasing frame.
|
2012-05-16 20:27:28 +02:00 |
Christian Costa
|
3447f17230
|
d3drm: Attach mesh to the parent frame if any.
|
2012-05-16 20:27:27 +02:00 |
Christian Costa
|
6d47694bdf
|
d3drm: Load all sub-objects when a frame is found.
|
2012-05-16 20:27:26 +02:00 |
Christian Costa
|
37c427f54a
|
d3drm: Implement IDirect3DRMFrame2Impl_GetVisuals and IDirect3DRMVisualArray interface.
|
2012-05-16 20:27:25 +02:00 |
Christian Costa
|
0013fc1ca7
|
d3drm: Move loading code from IDirect3DRM3Impl_Load to a separate function so it can be called recursively.
|
2012-05-16 20:27:24 +02:00 |
Christian Costa
|
c436887483
|
d3drm: Retrieve mesh name at loading time. Implement GetName and SetName.
|
2012-05-15 17:02:04 +02:00 |
Christian Costa
|
4a53e89c11
|
d3drm: Move some unsafe_impl_from_* call to where variables are declared.
|
2012-05-10 08:41:15 +02:00 |
Christian Costa
|
3e24242618
|
d3drm/tests: Fix error message.
|
2012-05-10 08:31:13 +02:00 |
Christian Costa
|
43c4c4b1c5
|
d3drm: Implement IDirect3DRMFrameX_GetTransform.
|
2012-05-09 11:55:42 +02:00 |
Christian Costa
|
df36fca97f
|
d3drm: Implement IDirect3DRMFrameX_GetChildren method and IDirect3DRMFrameArray interface.
|
2012-05-07 17:11:27 +02:00 |
Christian Costa
|
722efadc8d
|
d3drm: Implement IDirect3DRMFrameX_GetParent and update tests.
|
2012-05-07 17:09:35 +02:00 |
André Hentschel
|
9c19ba63a8
|
d3drm/tests: Add tests for handling lights.
|
2012-05-02 20:21:04 +02:00 |
André Hentschel
|
2944d233b8
|
d3drm: Implement IDirect3DRMFrameX_DeleteLight.
|
2012-05-02 20:20:48 +02:00 |
André Hentschel
|
cfa297e253
|
d3drm: Implement IDirect3DRMFrameX_AddLight.
|
2012-05-02 20:20:39 +02:00 |
André Hentschel
|
107b3d2c19
|
d3drm: Add IDirect3DRMLight interface.
|
2012-05-02 20:20:34 +02:00 |
André Hentschel
|
782c543abb
|
d3drm/tests: Add tests for handling Visuals.
|
2012-05-01 14:45:15 +02:00 |
André Hentschel
|
154c1658d3
|
d3drm: Implement IDirect3DRMFrameX_DeleteVisual.
|
2012-05-01 14:45:11 +02:00 |
André Hentschel
|
acfb249af6
|
d3drm: Implement IDirect3DRMFrameX_AddVisual.
|
2012-05-01 14:45:03 +02:00 |
Francois Gouget
|
118ea982f1
|
d3drm/tests: Make object_load_callback() static.
|
2012-04-20 12:00:06 +02:00 |
Christian Costa
|
4001e60e34
|
d3drm: Implement IDirect3DRMFrameX_DeleteChild.
|
2012-04-17 20:09:05 +02:00 |
Christian Costa
|
470468c72e
|
d3drm: Implement IDirect3DRMFrameX_AddChild.
|
2012-04-17 20:08:25 +02:00 |
Christian Costa
|
efba6cd03b
|
d3drm: Pass the first requested interface when notifying the application.
|
2012-04-16 18:56:16 +02:00 |
Michael Stefaniuc
|
72d7ce28f0
|
d3drm: Remove leftover return statement (Smatch).
|
2012-04-16 11:51:20 +02:00 |
Christian Costa
|
cde9a571c9
|
d3drm: Display filename when loading data from a file.
|
2012-04-11 18:15:16 +02:00 |
Christian Costa
|
bd484dca06
|
d3drm: Implement CreateMesh method and stubbed IDirect3DRMMesh interface.
|
2012-04-02 18:34:48 +02:00 |
Christian Costa
|
4d53115cb9
|
d3drm: Add support for frame with fake data in IDirect3DRMX:Load methods + tests.
|
2012-04-02 18:33:43 +02:00 |
Christian Costa
|
5763eb1641
|
d3drm: Make IDirect3DRMMeshBuilderX stub return D3DRM_OK.
|
2012-04-02 18:33:35 +02:00 |
Christian Costa
|
756f29641b
|
d3drm: Partial implementation of IDirec3DRM:Load method + tests.
|
2012-03-29 20:49:34 +02:00 |
Christian Costa
|
db0ad52b49
|
d3drm: Move mesh loading code into a separate function so it can be shared.
|
2012-03-29 20:49:34 +02:00 |
Francois Gouget
|
d2244057a6
|
d3drm/tests: Fix compilation on systems that don't support nameless unions.
|
2012-03-26 12:41:26 +02:00 |
Christian Costa
|
7a320e5ca4
|
d3drm: Implement SetTextureCoordinates.
|
2012-03-16 15:37:29 +01:00 |
Christian Costa
|
b89c32b2a1
|
d3drm: If there is no texture coordinates in loaded mesh, generate default texture coordinates for each vertex.
|
2012-03-16 15:37:19 +01:00 |
Christian Costa
|
ea532f633c
|
d3drm: Add refcount info to AddRef and Release traces.
|
2012-03-16 15:36:58 +01:00 |
Christian Costa
|
549f8796dd
|
d3drm: Texture callback cannot be passed directly. Texture object argument is different so disable it for now.
|
2012-03-16 15:36:30 +01:00 |
Christian Costa
|
c6ce077f41
|
d3drm: Remove "partial stub" mention of forwarded methods.
|
2012-03-16 15:36:25 +01:00 |
Christian Costa
|
7294b417e3
|
d3drm: Complete Load method by adding normals indices and terminating null DWORD to faces data + tests.
|
2012-03-14 17:53:59 +01:00 |
Christian Costa
|
5b1cc4682b
|
d3drm: Get data from the right objects (sub-objects).
|
2012-03-14 17:53:43 +01:00 |
Christian Costa
|
0233344799
|
d3drm: Fix some tests conditions.
|
2012-03-14 17:52:53 +01:00 |
Christian Costa
|
fe339ba25b
|
d3drm: Fix leakage of pData2 on error.
|
2012-03-13 17:44:33 +01:00 |
Christian Costa
|
ccb38b2d9f
|
d3drm: Fix leakage of This->pCoords2d when releasing object.
|
2012-03-13 17:44:32 +01:00 |
Christian Costa
|
28745b6f98
|
d3drm: Turn some FIXME into TRACE.
|
2012-03-13 17:44:32 +01:00 |
André Hentschel
|
748bb3e2e7
|
d3drm/tests: Add GetParent NULL pointer test.
|
2012-03-13 10:54:03 +01:00 |
André Hentschel
|
f5dfa21115
|
d3drm/tests: Add tests for IDirect3DRMFrameArray_GetElement.
|
2012-03-13 10:54:03 +01:00 |
André Hentschel
|
8eae13fd4c
|
d3drm/tests: Add more tests.
|
2012-01-23 16:06:53 +01:00 |
André Hentschel
|
dc700123cb
|
d3drm: Forward all IUnknown methods from IDirect3DRMFrame3.
|
2012-01-23 16:06:53 +01:00 |