cutealien
|
e75d2904b1
Replace public header guards to avoid using indentifiers reserved by c++
|
3 years ago |
cutealien
|
2ab2d068de
Fix OpenGL to no longer switch colors red and blue in 24-bit RGB format.
|
5 years ago |
cutealien
|
32585c5ed0
Cleanup: Make some variables const.
|
5 years ago |
cutealien
|
39e5fdc3e7
Merge branch releases/1.8 revisions r5633 through r5796 into trunk.
|
5 years ago |
cutealien
|
30c123214e
Improve documentation about ECF_A8R8G8B8.
|
6 years ago |
cutealien
|
00d79992a0
Add entry for ECF_UNKNOWN to ColorFormatNames.
|
7 years ago |
cutealien
|
c2be178b5d
Add string array with color format names.
|
7 years ago |
nadro
|
2b553bee89
- Added new color formats (this feature was available in ogl-es branch before):
|
9 years ago |
cutealien
|
16684d9f19
Add comment about RGB formats which are often flipped in memory.
|
9 years ago |
cutealien
|
df7fd7873e
Remove D3D8 tests.
|
9 years ago |
cutealien
|
14b2983be1
SColor::getData is now const (thx @Ovan for noticing).
|
10 years ago |
nadro
|
ed321197a7
- Solved issue related to crash at screenshot unit test.
|
10 years ago |
nadro
|
657fad2385
- Added ability to set custom depth/stencil texture for render targets (currently OpenGL only).
|
10 years ago |
nadro
|
7b46d86889
- Added partial support for R8 and R8G8 color formats (at now OpenGL only). Thanks Hendu for this patch.
|
10 years ago |
hybrid
|
9f7227b7ad
Some whitespace adjustment.
|
11 years ago |
nadro
|
6f278dd40f
- Added partially (IImageCompressed part) support for compressed textures. Currently only DDS format is supported.
|
11 years ago |
hybrid
|
ae25bdf202
Merged from 1.8 branch, revisions 4345-4378. All release fixes since the branch to 1.8, and some fixes after that. Now commencing development on this branch, and only bug fixes on the others.
|
12 years ago |
hybrid
|
0a2330890a
Bump copyright to 2012
|
12 years ago |
hybrid
|
7b5fa07671
Merged revisions 3729-3829 from 1.7 branch. Fixed serialization of camera nodes, fix array::erase, fix mem leaks in example 22, fix interpolation in SColorf, fix crash in collada loader.
|
13 years ago |
hybrid
|
c84fd53f13
Fix HSL color class and conversions from/to RGB classes.
|
13 years ago |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
14 years ago |
cutealien
|
5b5fe394b7
Add support for changing cursors.
|
14 years ago |
hybrid
|
9e9e55a903
Merged revisions 3218-3270 from branch 1.7. Many bugfixes, mainly in GUI and device, a few mesh loader fixes. Octree culling bug fix.
|
14 years ago |
hybrid
|
eaba16db96
Another lightness calculation method.
|
15 years ago |
hybrid
|
3ef1b18308
Fix eol-style for all code files to CRLF for simpler file handling.
|
15 years ago |
hybrid
|
7e5822ec2c
Fix eol-style for all code files to native.
|
15 years ago |
hybrid
|
0aad7654cb
Implement fill operation for RGB8 images.
|
15 years ago |
hybrid
|
c223658672
Merged revisions 2407:2436 from 1.5 branch. CopyToScaling bug fix, big endian .x bug fix, STL loading fixed, binary attributes loading fixed.
|
15 years ago |
monstrobishi
|
7e3770c871
- Changed line2d getVector implementation to match line3d (Was start - end, changed it to end - start).
|
15 years ago |
hybrid
|
7472bcd83c
Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix.
|
16 years ago |