- 30 Nov, 2015 1 commit
-
-
nadro authored
- Added external context managers with support for WGL and GLX.(this feature was available in ogl-es branch before) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5199 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 29 Nov, 2015 2 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5197 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5196 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 28 Nov, 2015 2 commits
-
-
cutealien authored
- Fix serialization of the InputReceiverEnabled flag in CCameraSceneNode git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5195 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
* ECF_PVRTC_RGB2 * ECF_PVRTC_ARGB2 * ECF_PVRTC_RGB4 * ECF_PVRTC_ARGB4 * ECF_PVRTC2_ARGB2 * ECF_PVRTC2_ARGB4 * ECF_ETC1 * ECF_ETC2_RGB * ECF_ETC2_ARGB - Added PVR image loader with support for DXT*, PVRTC* and ETC* color formats.(this feature was available in ogl-es branch before) - Fixed issue with mipmaps in DDS loader. - Fixed minor issue with texture cubemap in OpenGL. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5192 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Nov, 2015 1 commit
-
-
nadro authored
- Added cubemap texture support for OpenGL driver.(this feature was available in ogl-es branch before) - Minor improvements in texture creation process. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5190 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 23 Nov, 2015 1 commit
-
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5189 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Nov, 2015 1 commit
-
-
cutealien authored
- Fix pasting text from X11 applications to Irrlicht. Thanks @est31 for the patch. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5188 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Nov, 2015 1 commit
-
-
cutealien authored
Thx @A.Reichl for reporting. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5186 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 15 Nov, 2015 2 commits
-
-
nadro authored
- Fixed issue related to sphere mapping on the whole scene (visible eg. in Tech Demo). Thanks AReichl for report this issue. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5185 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Added ETCF_ALLOW_MEMORY_COPY flag (this flag inform driver, if texture should keep copy of image data).(this feature was available in ogl-es branch before). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5183 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 13 Nov, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5180 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 12 Nov, 2015 3 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5179 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5178 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5177 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 10 Nov, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5176 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 09 Nov, 2015 4 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5175 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5174 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
Feature requests Ticket #149 (https://sourceforge.net/p/irrlicht/feature-requests/149/) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5173 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Added initial version of shared OpenGL texture. In upcoming commits existing issues will be fixed. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5172 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 08 Nov, 2015 2 commits
-
-
cutealien authored
FarNearDistance had been used before it was set. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5171 dfc29bdd-3216-0410-991c-e03cc46cb475
-
cutealien authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5170 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 02 Nov, 2015 1 commit
-
-
cutealien authored
Fix bug with ignored opening brace in .X files with DeclData section. Thx @Alin for bugreport and patch. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5169 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 01 Nov, 2015 1 commit
-
-
nadro authored
- Improved mipmaps handling (this modification was required for better support of cube maps and texture arrays in near future). - Set IImage::lock and IImage::unlock methods as deprecated (those method names was wrong, IImage::unlock did nothing...). Please use IImage::getData method instead of older alternatives. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5168 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 27 Oct, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5167 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 22 Oct, 2015 1 commit
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5166 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 21 Oct, 2015 1 commit
-
-
nadro authored
Prepared OpenGL CacheHandler class for the new architecture of Irrlicht's shared OpenGL drivers code. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5165 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 19 Oct, 2015 2 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5164 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Prepared OpenGL RenderTarget class for new architecture of Irrlicht's shared OpenGL drivers code (new architecture will allow us to adopt new OpenGL drivers faster and makes different drivers easier to maintain). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5163 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 18 Oct, 2015 4 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5162 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5161 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5160 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Changed default values for parameters and settings like a StencilBuffer (from OFF to ON), ColorBuffer Bits (from 16 to 32) and ZBuffer Bits (from 16 to 24). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5159 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 17 Oct, 2015 4 commits
-
-
nadro authored
- Fixed issue related to compilation issues on VS2015 in some cases due to unimportant namespace prefix. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5158 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5157 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5156 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5155 dfc29bdd-3216-0410-991c-e03cc46cb475
-
- 16 Oct, 2015 3 commits
-
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5154 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5153 dfc29bdd-3216-0410-991c-e03cc46cb475
-
nadro authored
- Removed texture IDs parameter from IVideoDriver::setRenderTarget method. Performance gain was too low to keep this parameter available. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5152 dfc29bdd-3216-0410-991c-e03cc46cb475
-