- 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
-
- 25 Mar, 2014 1 commit
-
-
cutealien authored
Add IGUIImages::setSourceRect/getSourceRect to allow using only parts of an image (can also be used to mirror and scroll them). Thx @Nalin and @StarSonata who both proposed patches for this in the past. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4730 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 22 Mar, 2014 1 commit
-
-
cutealien authored
Reduce a bunch of log messages in B3DLoader from ELL_INFORMATION to ELL_DEBUG (thx@ entity for telling). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4729 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Mar, 2014 3 commits
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4727 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4726 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Ensure vector3df and all classes containing a vector3df are passed by reference instead of per value. Thanks @Danyal Zia for the patch (#280). This is breaking the IAttributes interface - so anyone who derived from that will have to update his implementation. More changes in that interface probably coming later today. The idea behind the patch is preparing the engine for SSE support. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4725 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 14 Mar, 2014 5 commits
-
-
cutealien authored
Fix SDL device compilation. VideoDriver is now always dropped after Scenemanager and FileSystem after those two to prevent memory-leaks in some situations. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4724 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Fix c::b project obj folder names. Some static builds had used the shared folders (thx @ gerdb for reporting) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4723 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
- C::B project files work again on newer Linux-distributions which have cleaned up their dev-lib dependencies. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4722 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4720 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
triangle3d constructor and line3d::getIntersectionWithSphere passing vectors now as const-ref instead of per value. Thx @nemo for reporting. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4719 dfc29bdd-3216-0410-991c-e03cc46cb475
-