- 12 Apr, 2014 1 commit
-
-
cutealien authored
- IGUIStaticText::getTextHeight returns now the correct height for texts with newlines even WordWrap is not set. - Crashfix for CGUIEditBox. CGUIEditBox::setMultiLine must break text when changed or other functions like getTextDimension can crash afterward for strings with newline characters. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4773 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 11 Apr, 2014 2 commits
-
-
cutealien authored
Add same compiler flags to c::b project file as are used in Makefile (-fno-exceptions -fno-rtti -fstrict-aliasing). This does cause a bunch of additional warnings as c::b tries to pass -fno-rtti to the c files as well, but can't avoid that for now (might be a c::b problem). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4771 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- ParticleSystemSceneNode does now affect the particle movement direction by default. Can be disabled to get old behavior. - Allow interpolating postions which is useful when particles are attached to fast-moving nodes (to avoid regular patterns). - Invisible behavior flags from check-in yesterday re-implemented with new general behavior flags. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4770 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 10 Apr, 2014 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4769 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 09 Apr, 2014 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4768 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Apr, 2014 5 commits
-
-
cutealien authored
- Moved StartTime in the ISceneNodeAnimators class instead of derived classes. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4767 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Unfortunately more tricky to get rid of those in S4dVertex, so can't fix em all. Reason is that pedandic clang no longer likes those in newer clang versions. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4766 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4765 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4764 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4763 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 06 Apr, 2014 1 commit
-
-
cutealien authored
Maya camera no longer get's stuck in "rotating" state when a mouse-up event is lost (thx @ JLouisB for reporting). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4762 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 04 Apr, 2014 4 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4761 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4760 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Focus behavior of IGUIEnvironment now controllable (right-click focus, mouse-over focus). Disabled elements no longer get the focus unless users enforce it. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4759 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- Irrlicht elements can't just set ID's otherwise user-elements stop working. So anyone who had gui-elements not working with ID 0 or 1 - you probably had a guitree somewhere. Those ID's were not even used... - Make the horizontal scrollbar (mostly) work. Selection still messed up, but was that way before and least h-scrolling works now somewhat (did nothing before). There are more bugs in this gui-element - like that it doesn't draw the last line regularly. But I have no more time, nor motiviation for this now (not the first time finding pretty obvious bugs in the treeview. I wish that d*mn thing would never had been checked in. Or the original author would at least have tested it or cared about maintaince!). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4758 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 03 Apr, 2014 4 commits
-
-
cutealien authored
Remove lot's of setFocus and removeFocus calls. Also several places where elements check if they have the focus inside events. Slightly risky change - but it's hard to improve all this without cleaning it up first. And most elements should _not_ be responsible for their own focus but the guienvironment should do that (and does do it). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4757 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Buttons can now now have 7 more image-states, 1 more sprite-state and the sprites are now scaleable. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4756 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4755 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4754 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Apr, 2014 2 commits
-
-
cutealien authored
Mention in documentation that getSpriteBank currently doesn't load files (that's never been implemented). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4752 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4751 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 Apr, 2014 2 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4750 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- CGUIEditBox and the GUI-Editor now convert pasted text correctly using mbstowcs. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4749 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 31 Mar, 2014 2 commits
-
-
cutealien authored
Reverting last changes - there is more stuff broken with generating documentation, so I suspect the real troubles is the layout file. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4747 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Our current member function documentation look often rather strange. The reason is that the first line in multi-line comment is handled special (it get's a box around it). So in the cases where we use this for \param or have sentences starting in that line and continuing in the next it always looks broken. Please click for example through IGUIElement documenation which is not yet fixed to see this. Also links to enums don't seem to need @ref but just ::my_enum_name. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4746 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Mar, 2014 4 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4745 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4744 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Japanese not yet, but we're even a little closer to that now. Dead-key handling is not working. I just can't figure it out (X11 documentation and examples make me swear badly). Users which have language input with dead-keys (like ^) will now have those characters always ignored. Before it had just printed the characters but set a complete wrong key-code. So dead keys partly better, partly worse. But this solution is going in the right direction. Either we figure out later why X11 doesn't handle dead-keys or we handle them ourselves. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4743 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Enable TranslateMessage again for external Windows. Something Strong99 requested in an old forum post (http://irrlicht.sourceforge.net/forum/viewtopic.php?f=7&t=44918&p=257786) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4742 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Mar, 2014 5 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4741 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4740 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Fix: Buttons can now change the image several times and the pressed image will always be updated. Fixing Bug #197 by some anonymous coder. Note that the way this works might change again soon (I just wanted to fix old version before rewriting it). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4739 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4738 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4737 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 26 Mar, 2014 6 commits
-
-
cutealien authored
https://sourceforge.net/p/irrlicht/patches/275/ git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4736 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4735 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4734 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4733 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4732 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4731 dfc29bdd-3216-0410-991c-e03cc46cb475
-