Topic: v1.4.2 conversion
i have done the initial analysis work on the v.1.4.2 changes and they are extremely minor. should be able to have this by the weekend:
UPDATE: conversion complete!
- EDriverFeatures.h
(done) - added enum EVDF_COUNT
- IImage.h
(done) - new method copyTo x 2
(done) - new method copyToWithAlpha
(done) - new method fill
- IParticleSystemSceneNode.h
(done) - new method getEmitter
(done) - createAnimatedMeshSceneNodeEmitter => default direction has changed
(done) - createCylinderEmitter => default direction has changed
(done) - createMeshEmitter => default direction has changed
- IrrlichtDevice.h
(done) - postEventFromUser return type change
- ISceneManager.h
(done) - createFlyCircleAnimator new defaults
- IVideoDriver.h
(done) - drawVertexPrimitiveList param name change
(done) - new method createImage x 3
(done) - new method getMeshManipulator
(done) - new method setAllowZWriteOnTransparent
(done) - add missing OnResize noted by Eltran- SceneParameters.h
(done) - new const ALLOW_ZWRITE_ON_TRANSPARENT
- SColor.h
(done) - removed getRedSigned
(done) - removed getGreenSigned
(done) - removed getBlueSigned
- SMaterial.h
(done) - new method isTransparent
- SMaterialLayer.h
(N/A) - moved property TextureMatrix to private