11 Commits

Author SHA1 Message Date
nadro
07a7d9ee2e - Added clear buffer flags.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5151 dfc29bdd-3216-0410-991c-e03cc46cb475
2015-10-15 18:20:06 +00:00
nadro
02b49eea1b - Added exampleHelper and updated all examples. This is a base patch for upcoming patches related to iOS and OSX.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5143 dfc29bdd-3216-0410-991c-e03cc46cb475
2015-09-24 22:44:32 +00:00
cutealien
f4687fb2e9 Use #ifdef _MSC_VER instead of _IRR_WINDOWS_ when linking lib's with a pragma comment. Thx @AReichl for reporting.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5059 dfc29bdd-3216-0410-991c-e03cc46cb475
2015-03-02 13:43:29 +00:00
cutealien
323aea6ab9 IGUIProfiler has now more and better display filters.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4973 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-10-15 18:47:35 +00:00
cutealien
b6f767b182 Allow IGUIProfiler to display all profile groups on the same page.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4971 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-10-15 00:49:45 +00:00
cutealien
bc6ed7c8b5 Allow to freeze the IGUIProfiler interface.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4970 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-10-15 00:03:57 +00:00
cutealien
ea6ee609ee Make profiler start/stop calls use counters to make profiling recursive functions easier.
IGUIProfiler can now work with any profiler using the IProfiler interface.
Some spelling fixes.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4969 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-10-14 23:00:30 +00:00
cutealien
acff12d139 Can now enable/disable backround drawing for IGUITable and IGUIProfiler.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4968 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-10-14 18:29:18 +00:00
cutealien
b1519b0e5b Animated dwarfes are more fun.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4821 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-04-30 18:17:54 +00:00
cutealien
6309d3d871 Rewrite profiler implementation some more to get around linker troubles.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4797 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-04-25 13:06:38 +00:00
cutealien
1fa2ba2b61 Add a code profiler (stop-watch style).
- breaks MacOSX build for now (files need to be added there).
- Interface still needs to be discussed, so maybe wait a few days before using this.
- Not yet tested on Windows (will do that tomorrow)
- No VS project files yet for the profiling example (will do that tomorrow)


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4791 dfc29bdd-3216-0410-991c-e03cc46cb475
2014-04-24 22:52:10 +00:00