hybrid
|
e7b200fef4
Merged revisions 2892:2947 from 1.6 branch. Mainly GUI fixes. Cylinder texturing enhanced. WIN64 defines everywhere also use _WIN64. Code layout and documentation updates.
|
15 years ago |
cutealien
|
10201179ea
fix rounding problem in IGUIElements which have EGUIA_SCALE alignments.
|
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 |
cutealien
|
71ac2ee2f6
- serialize modal screens
|
15 years ago |
bitplane
|
1a8e789e7e
make IGUIElement::addChild call updateAbsolutePosition, reported by CuteAlien
|
15 years ago |
bitplane
|
d1f61e3140
recalculate clipping rectangle after setNotClipped, reported by Aelis440
|
15 years ago |
engineer_apple
|
cf2cfa5f14
Changes in version 1.6, TA
|
16 years ago |
hybrid
|
ca8f261819
Merged from 1.5 branch to trunk, all changes from 2088 to 2120. Mainly doc updates. Fix for non-skinned animated meshes with different current frames.
|
16 years ago |
Rogerborg
|
dcebfbbf0d
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=183704
|
16 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 |
Rogerborg
|
98f2250560
Rename IGUIElement::setProportionalPosition() to setRelativePositionProportional()
|
16 years ago |
Rogerborg
|
d10bb4431d
Rename IGUIElement::setRelativePosition(const core::rect<f32>&) to setProportionalPosition(). Tested with a modified example 05.
|
16 years ago |
Rogerborg
|
b045b2e349
Add IGUIElement::setRelativePosition(const core::position2di &) as requested on IRC. Trivially tested with a modified example 05. Also clarified a few comments.
|
16 years ago |
hybrid
|
3f664b5391
Small code cleaning. Additional check for proper values in substring method.
|
16 years ago |
hybrid
|
cdffc4a5d6
Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release.
|
16 years ago |
hybrid
|
e7add51880
Merged from 1.4 branch revisions 1272:1279
|
16 years ago |
bitplane
|
aab1dfa7cb
Added StarSonata GUI patch from the tracker, const corrected. Fixed some bugs and changed the style and behaviour of the tabs. Tables aren't fully tested and don't serialize properly yet.
|
17 years ago |
hybrid
|
96b59dd297
Some const fixes from CaptainPants. Warning fix in PPM loader.
|
17 years ago |
hybrid
|
f74f7586e2
Some more constification, but still not done. Now we have also SEvent in OnEvent as const ref, so most user apps will need some kind of upgrade for the new library version.
|
17 years ago |
hybrid
|
08e359784b
GUI constification done, other parts still missing.
|
17 years ago |
hybrid
|
f4bc95371b
First larger constification. Made serialization const. Some other constification and signedness changes. Minor other code changes.
|
17 years ago |
hybrid
|
faecfd46e3
Two attribute type fixes by CuteAlien.
|
17 years ago |
bitplane
|
6a04ec83c7
missed a semicolon in a do while loop .. oops
|
17 years ago |
bitplane
|
e5dbed93dd
Added navigation through the GUI using tab and the shift and control keys. Added keyboard navigation for most elements. Fixed that annoying bug where you had to click twice to change focus.
|
17 years ago |
bitplane
|
9b3c67fe37
changed behaviour of IGUIElement::OnEvent so it doesn't always absorb events, and added getAbsoluteClippingRect.
|
17 years ago |
bitplane
|
1f1006a177
Added CuteAlien's IGUISpinBox.
|
17 years ago |
irrlicht
|
3748bb46d0
made irrlicht compile with vs 6.0 again
|
17 years ago |
bitplane
|
c00ce1d372
Moved everything to /trunk
|
17 years ago |