]> git.lizzy.rs Git - irrlicht.git/shortlog
irrlicht.git
2022-03-09 sfan5Fix COSOperator::getSystemMemory
2022-02-26 sfan5Get rid of various old compiler and platform checks
2022-02-26 sfan5Delete more old files
2022-02-26 sfan5Get rid of all sprintf calls
2022-02-26 sfan5Fix uninitialized variable in previous commit
2022-02-20 sfan5Create OpenGL context using CreateContextAttribsARB
2022-02-14 sfan5Fix SDL2 include paths
2022-02-09 cutealienIBillboardSceneNode got functions to access meshbuffers.
2022-02-09 cutealienvector3d scalar operator/ and operator/= no longer...
2022-02-09 cutealienAvoid some warnings from static code analysis.
2022-02-09 cutealienPrefer static_cast to reinterpret_cast where possible.
2022-02-09 cutealiende-deprecate clearZBuffer
2022-02-04 sfan5Update MinGW CI setup to match MT's
2022-02-03 sfan5Bump revision
2022-01-31 sfan5Gracefully handle lack of bundle on macOS
2022-01-22 sfan5Get rid of ancient workaround
2022-01-16 Emmanuel HansenUpdate CIrrDeviceSDL to support SDL2 (#85)
2022-01-15 sfan5CB3DMeshFileLoader: abort if offsets point outside...
2022-01-02 x2048Reset mesh animation state before recalculating normals...
2021-12-29 ROllerozxaRemove unused attribute saving and loading (#86)
2021-12-29 sfan5Remove more unused code (#87)
2021-12-15 William L.... Automatically use SSE registers for FP operations on...
2021-11-24 JosiahWIFix various GCC warnings
2021-11-24 JosiahWIRemove unused functions
2021-11-19 sfan5Reduce _IRR_MATERIAL_MAX_TEXTURES_ to 4
2021-11-19 sfan5Get rid of MATERIAL_MAX_TEXTURES_USED
2021-11-19 sfan5Unconditionally load first texture matrix in OpenGL...
2021-11-16 x2048Fix updating of vertex normals for animated meshes...
2021-10-23 sfan5Replace some questionable math implementations
2021-10-05 sfan5Limit dimensions of all image loaders to 23000x23000
2021-09-14 sfan5CImageLoaderJPG: protect size calculation from overflow...
2021-09-14 sfan5Bump revision to 1.9.0mt4
2021-09-13 ROllerozxaReadd TGA format support (#64)
2021-08-30 sfan5Remove unused locale-like code, utf8 functions and...
2021-08-30 sfan5Change clipboard to UTF-8 on macOS
2021-08-30 sfan5Make clipboard UTF-8 on Windows too
2021-08-30 DSFix X11 selections (#55)
2021-08-30 sfan5Drop _IRR_WCHAR_FILESYSTEM
2021-08-28 JosiahWIAdd support for OpenBSD
2021-08-27 cutealienMerging r6196 through r6248 from trunk to ogl-es branch
2021-08-27 TheBrokenRailCIrrDeviceLinux: Add support For TouchInput.touchedCount
2021-08-26 sfan5Readd CSceneCollisionManager with only the method we...
2021-08-23 JosiahWIFix version variable bug
2021-08-21 JosiahWISet policies through CMake 3.9 to allow enabling IPO
2021-08-21 JosiahWIFix absolute path $CXX not working in mingw build script
2021-08-07 hecksRemove redundant and troublesome constants from the...
2021-08-07 hecksAdd some missing constants to the GL binding
2021-08-07 hecksAdd a unified cross platform OpenGL core profile bindin...
2021-08-01 JosiahWIFix incorrect documentation in README
2021-07-31 JosiahWIExport targets to build tree (#49)
2021-07-29 hecksFix .x material slot parsing
2021-07-23 hecktestRestore missing entry in compile config
2021-07-23 hecksDelete lots of unused features (#48)
2021-07-22 sfan5Fix CI by running apt-get update first
2021-07-17 fn ⌃ ⌥Add macOS build to CI (#47)
2021-07-16 sfan5Drop unused and unportable "fast math" code
2021-07-16 sfan5Set correct flags for static builds
2021-07-16 sfan5CIrrDeviceOSX: drop all video mode code
2021-07-16 sfan5Remove various ancient support code
2021-07-12 hecksClone .editorconfig from minetest/master
2021-07-10 hecksAdd missing gitignore entries
2021-07-07 sfan5Drop XML implementation, related code and dependent...
2021-07-07 sfan5Bump revision to 1.9.0mt3
2021-07-02 sfan5Disable software drivers by default everywhere
2021-06-30 sfan5Fix path issues when imported as subdirectory
2021-06-27 NeroBurnerSet includes and libs on object targets
2021-06-21 Vincent RobinsonFix `getViewPort` returning incorrect results
2021-06-21 Vincent RobinsonFix incorrect documentation on `setRenderTarget(Ex)`
2021-06-19 sfan5CXMeshFileLoader: initialize normals to zero during...
2021-06-15 sfan5CIrrDeviceWin32: readd fullscreen using borderless...
2021-06-15 sfan5CIrrDeviceWin32: drop all video mode code
2021-06-15 sfan5CIrrDeviceLinux: reimplement fullscreen using NetWM...
2021-06-15 sfan5CIrrDeviceLinux: drop all video mode support code
2021-05-24 JosiahWIImproved IrrlichtMt target structure (#31)
2021-05-08 sfan5COGLES2Driver: fix swapped color screenshots
2021-05-08 JosiahWICI: Add verbose flag to build (#35)
2021-04-28 Loïc BlotCleanup C++0x support in irrUString.h (#33)
2021-04-27 sfan5Enable ogles2 on mobile platforms by default
2021-04-24 JosiahWIWork around bug installing targets created in a subdire...
2021-04-22 sfan5Add basic test application that runs under CI
2021-04-22 sfan5Hook up examples to CMake
2021-04-21 sfan5CNullDriver: store real size for dummy textures
2021-04-21 sfan5CIrrDeviceLinux: don't create input context if no window
2021-04-19 yw05Fix misbehaving input after IME changes (Linux)
2021-04-17 sfan5Fix Android build (again)
2021-04-17 sfan5WGLManager: fix wglCreateContextAttribsARB not being...
2021-04-16 sfan5Always use system OpenGL extension headers
2021-04-13 sfan5Fix include install location
2021-04-13 JosiahWICMake Config and Version exports (#22)
2021-04-09 sfan5Fix Android build
2021-04-09 sfan5Disable Software drivers on mobile platforms
2021-04-05 sfan5Fix segfault if non-i18n fallback input is used on...
2021-04-02 sfan5Bump revision early
2021-04-02 yw05Add support for IMEs on Linux
2021-04-02 yw05Prepare GUI for IME support
2021-03-31 sfan5Do not distort images scaled by integer multiples
2021-03-26 sfan5Skip unnecessary C compiler checks
2021-03-26 sfan5Make compiling using MSVC work
2021-03-25 sfan5Bump revision to 1.9.0mt1
2021-03-25 sfan5Rename library to IrrlichtMt
next