engineer_apple
|
93f6963df9
burning v0.53
|
2 years ago |
cutealien
|
04d863c05c
Switch SMaterial to default copy constructor and assignment operator
|
2 years ago |
cutealien
|
aa43f5acb5
Fix CVertexBuffer::setType when switching no empty vertex arrays. IVertexBuffer interface changes.
|
2 years ago |
cutealien
|
9cdb751159
Remove trivial copy constructors and assignment operators
|
2 years ago |
cutealien
|
267ccbc4ca
Add IMeshBufffer::clone for buffer copies, use it in CMeshManipulator::createMeshCopy
|
2 years ago |
cutealien
|
ceec545e9f
IMeshLoader can now set hints to prefer 16/32 bit buffers. Obj loader can now load 32 bit buffers.
|
2 years ago |
cutealien
|
1380c16d5f
Split CNullDriver::checkImage into 2 functions to avoid some memory allocations in addTexture
|
2 years ago |
cutealien
|
34efbb12c2
Replace more getSize() with getOriginalSize() calls in tests.
|
2 years ago |
cutealien
|
e1fcbe17c7
Add another screenshot test
|
2 years ago |
cutealien
|
1aa546808a
Stop linking to libs which the tests Makefile does not seem to need
|
2 years ago |
cutealien
|
dde6d1d52c
Slow down switching drivers in orthoCam test.
|
2 years ago |
cutealien
|
f183d7d323
line2d::intersectWith now using f64 instead of f32 internally
|
2 years ago |
cutealien
|
b50c3372d8
vector3d scalar operator/ and operator/= no longer multiply by the inverse but use the expected division.
|
2 years ago |
cutealien
|
83f947a7b8
Relax test a bit. Minor example cleanup.
|
2 years ago |
cutealien
|
09fa4ac3ba
Remove several copy-constructors and assignment operators which did nothing special.
|
2 years ago |
cutealien
|
815f1bd8b1
Speedup: Avoid string copy in CXMLReaderImpl::getAttributeByName
|
3 years ago |
cutealien
|
b943a74164
Clarify a bit in changes.txt the bug-case of rect::clipAgainst
|
3 years ago |
cutealien
|
98082699aa
IGUIEnvironment::drawAll has now a parameter to allow disabling the automatic resize to driver screensize.
|
4 years ago |
engineer_apple
|
24048e8fb4
Burningsvideo 0.52
|
4 years ago |
engineer_apple
|
09848d44c9
BurningVideo: update Test Cases
|
4 years ago |
engineer_apple
|
79cb512851
burningvideo 0.5 test update
|
4 years ago |
cutealien
|
03ac0aaed8
Added 'uint' GLSL uniform support.
|
4 years ago |
cutealien
|
3d66e045fc
Use f64 version of reciprocal_squareroot in quaternion::normalize for more precision.
|
4 years ago |
cutealien
|
afac8e85fe
Use BlendFactor only when MaterialType != EMT_ONETEXTURE_BLEND
|
4 years ago |
cutealien
|
e67308e29e
Unify checks if materials should use transparent render pass with new IVideoDriver::needsTransparentRenderPass function.
|
4 years ago |
cutealien
|
745694128c
Material.ZWriteEnable is now of type E_ZWRITE instead of bool and ZWriteFineControl get removed (or merged into ZWriteEnable).
|
4 years ago |
cutealien
|
e971991b19
EMT_REFLECTION_2_LAYER and EMT_TRANSPARENT_REFLECTION_2_LAYER on OpenGL now same as D3D9 version.
|
5 years ago |
cutealien
|
11b62e8996
Update irrString test due to split changes in r6007
|
5 years ago |
cutealien
|
b5688af048
Bugfix: CGUIToolBar automatic placement no longer outside of screen when there are modals screens when creating it.
|
5 years ago |
cutealien
|
b937937f88
CImage::copyToScaling now rounding better to nearest pixel when scaling.
|
5 years ago |