index
:
irrlicht.git
light
lizzy's patches for irrlichtmt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2023-04-13
Add back LightManager
HEAD
light
Lizzy Fleckenstein
2023-04-13
Add back lighting system
Lizzy Fleckenstein
2023-04-08
Drop createImagesFromFile in favor of createImageFromFile
numzero
2023-04-08
Drop IImageLoader::loadImages as only IImageLoader::loadImage is usable
numzero
2023-03-25
Resolve conflicts with master
numzero
2023-03-24
Implement X11 primary selection
Desour
2023-03-24
Use qualifed id instead of virtual function calls in CVertexBuffer constructors
cutealien
2023-03-24
Fix spelling of enums in header comments
cutealien
2023-03-24
Fix some problems with CMatrix4::getRotationDegrees
cutealien
2023-03-24
Fix IGUIElements not getting a tab order because of invisible or disabled par...
cutealien
2023-03-24
Avoid ambigious conversions when compiling with c++20
cutealien
2023-03-24
S3DVertex initialize color always. It's derived classes now both accept const...
cutealien
2023-03-24
CVertexBuffer no longer re-allocates stuff when type doesn't change
cutealien
2023-03-24
Add documentation that sourceRect of draw2dImage is based on the OriginalSize
cutealien
2023-03-24
Avoid some more warnings when working with CMatrix4<f64>
cutealien
2023-03-24
Avoid warnings when working with CMatrix4<f64>
cutealien
2023-03-24
IVideoDriver::setMaterialRendererName now using u32 for index like other simi...
cutealien
2023-03-19
Drop dependency on FileSystem from SceneManager
numzero
2023-03-19
Drop unused dependency of SceneManager on GUIEnvironment
numzero
2023-03-14
Remove all mentions of iOS
numzero
2023-03-13
Merge branch 'drop-irr-compile-config' into opengl3
numzero
2023-03-11
Bump revision early
sfan5
2023-03-11
Drop IrrCompileConfig (#163)
Vitaliy
2023-03-05
Bump revision
sfan5
2023-03-03
Restore obsolete constants as they are still used in some code I don’t want...
numzero
2023-03-03
Merge branch 'master' into opengl3
numzero
2023-03-02
Support both OpenGL3 and GLES2 on SDL2
numzero
2023-03-02
Drop obsolete video drivers
numzero
2023-02-27
Drop obsolete IVideoDriver features
numzero
2023-02-22
Reduce IrrCompileConfig usage to files that actually need it
numzero
2023-02-22
Drop _IRR_MATERIAL_MAX_TEXTURES_
numzero
2023-02-22
Drop _IRR_SCENEMANAGER_DEBUG
numzero
2023-02-22
Drop _IRR_COMPILE_WITH_GUI_
numzero
2023-02-22
Drop obsolete configuration macros
numzero
2023-02-22
Move import/export macros into CMake
numzero
2023-02-22
Move platform detection to CMake
numzero
2023-02-22
Remove irr::core::hash
Desour
2023-02-22
Fix -Wignored-qualifiers warnings in irrUString.h
Desour
2023-02-21
Drop unused stuff from IrrCompileConfig
numzero
2023-02-06
Add WindowMaximized creation parameter and isWindowMaximized() (#142)
DS
2023-01-02
Delete profiler
sfan5
2023-01-02
Delete leak hunter
sfan5
2022-12-23
Completely remove irrAllocator
sfan5
2022-12-23
Replace core::string implementation with std::basic_string
sfan5
2022-11-11
Fix two irrString bugs
sfan5
2022-10-24
Add setRelativeMode for SDL driver (#123)
Andrei E
2022-10-24
Bump revision early
sfan5
2022-10-15
Replace _IRR_OVERRIDE_ macro with override keyword
JosiahWI
2022-10-14
Fix buffer size for wchar-multibyte conversion
sfan5
2022-09-16
Bump revision
sfan5
[next]