cutealien
|
3186adb57e
Add IGUIImage::flip to allow flipping/mirroring images.
|
2 years ago |
cutealien
|
409ed6ffc2
IBillboardSceneNode got functions to access meshbuffers.
|
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
|
00cd0b1101
Bugfix: XML reader no longer drops last character in strings after certain character replacments
|
2 years ago |
cutealien
|
687f79183e
Avoid allocating more than 16k on stack in OCT loader.
|
2 years ago |
cutealien
|
ef187caa65
Merging r6283 through r6284 from branch releases/1.8 to trunk
|
2 years ago |
cutealien
|
3e2dc3c2db
Merging r6274 through r6281 from branch releases/1.8 to trunk.
|
2 years ago |
cutealien
|
c5d0da6cce
obj file loader now allows using mtl files with spaces in the filename.
|
2 years ago |
cutealien
|
2c88e7eb1d
Merging r6270 from branch releases/1.8 to trunk
|
2 years ago |
cutealien
|
551a87aece
Merging r6266 through r6268 from branch releases/1.8 to trunk
|
2 years ago |
cutealien
|
a4a56ffc0c
Merging r6203 through r6264 from branch releases/1.8 to trunk
|
3 years ago |
cutealien
|
a061fe87fd
Replace header guards in source folder to avoid using identifiers reserved by c++
|
3 years ago |
cutealien
|
f73f9501f0
API BREAKER: Replacing defines in irrTypes.h which are conflicting with c++ reserved identifier rules.
|
3 years ago |
cutealien
|
0b8efea3c6
Add equals and set_data functions to core::array for easier working with blocks of data.
|
3 years ago |
cutealien
|
7f69550755
SIrrlichtCreationParameters::IgnoreInput set to false works again on X11.
|
3 years ago |
cutealien
|
74144bf377
Add steer parameter to CSceneNodeAnimatorFollowSpline which allows rotating node toward direction of movement.
|
3 years ago |
cutealien
|
eed6de2712
Add a workaround for XWarpPointer bug mentioned reported by vikaig (#450)
|
3 years ago |
cutealien
|
cfc2732874
Add createTorusMesh function to IGeometryCreator
|
3 years ago |
cutealien
|
c577ff533a
No longer try loading broken image files twice with same image loader
|
3 years ago |
cutealien
|
219495d66d
Make CImageLoaderJPG thread safe. Thanks @ Edoardo Lolletti for report and patch (patch #324)
|
3 years ago |
cutealien
|
0e22e158c8
Vertex texture sampling support in Direct3D 9 now controlled via texture-flag ETCF_SUPPORT_VERTEXT_TEXTURE
|
3 years ago |
cutealien
|
fb90af22d8
CGUIListBox now serializes the state of 'Selected'.
|
3 years ago |
cutealien
|
c67e292f4b
Bugfix: Changing focus with tab-keys now also work when elements are inside a modal screen.
|
3 years ago |
cutealien
|
f0c4fcb0cd
COBJMeshFileLoader using a bit more exact color conversion for 0-1 to 0-255 range
|
3 years ago |
cutealien
|
b1fa79967f
Speedup for COBJMeshWriter
|
3 years ago |
cutealien
|
1822688e19
Add blinkMode parameter to IGUIEnvironment::addModalScreen, so blinking can be suppressed
|
3 years ago |
cutealien
|
815f1bd8b1
Speedup: Avoid string copy in CXMLReaderImpl::getAttributeByName
|
3 years ago |
cutealien
|
e9cdd3e8ca
Merging r6172 through r6199 from branch releases/1.8 to trunk
|
3 years ago |
cutealien
|
261f44d3b9
SIrrlichtCreationParameters::WindowResizable no longer bool but has 3 states.
|
3 years ago |
cutealien
|
b943a74164
Clarify a bit in changes.txt the bug-case of rect::clipAgainst
|
3 years ago |