Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-22 | Resolve some -Wreorder warnings | Desour | |
2023-02-20 | SDL: Use SDL_WINDOW_FULLSCREEN_DESKTOP and allow to maximize+fullscreen at ↵ | DS | |
once (#156) | |||
2023-02-18 | Refactor SDL input code to fix menu exit (#146) | ndren | |
2023-02-06 | Add WindowMaximized creation parameter and isWindowMaximized() (#142) | DS | |
2023-01-07 | Avoid reskinning joints for animated meshes twice for each frame. | Lars | |
2023-01-02 | Remove leftover code from software rendering | sfan5 | |
2023-01-02 | Delete profiler | sfan5 | |
2023-01-02 | Delete leak hunter | sfan5 | |
2022-12-29 | Use swap_control from MESA and EXT before SGI (#151) | x2048 | |
SGI extension does not support interval == 0 (disabling VSync) | |||
2022-12-29 | Use swap_control from MESA and EXT before SGI | x2048 | |
SGI does not support disabling vsync (interval == 0) | |||
2022-12-23 | CGUITabControl: Center selected tab whenever possible | SmallJoker | |
This greatly improves the navigation speed by clicking through the tabs without losing track of the current scroll position. | |||
2022-12-23 | Completely remove irrAllocator | sfan5 | |
2022-12-23 | Replace core::string implementation with std::basic_string | sfan5 | |
2022-11-12 | SDL: implement cursor icon API (#135) | DS | |
2022-10-24 | Add setRelativeMode for SDL driver (#123) | Andrei E | |
2022-10-24 | Fix buffer overflow in COBJMeshFileLoader | sfan5 | |
2022-10-16 | Fix line drawing: Explicitly draw both first & last pixel (#110) | Lars Müller | |
2022-10-16 | SDL: Always set X, Y, Shift and Control in mouse input events | DS | |
2022-10-15 | Fix SDL device to work with null driver | sfan5 | |
2022-10-15 | Replace _IRR_OVERRIDE_ macro with override keyword | JosiahWI | |
The commit also establishes a precedent of leaving off the `virtual` keyword in overrides. Although not strictly necessary, I believe this is good for readability because it makes it clear it is an override and not a pure virtual function, and it helps keep line lengths shorter. We should move towards eliminating the macro altogether, but the definition has been left in with a note on deprecation so that in-progress work will not suffer merge conflicts. | |||
2022-10-14 | win32: use the unicode window instead of ansi window (#138) | Riceball LEE | |
2022-09-21 | Fix typo in CXMeshFileLoader.cpp (#133) | Tobias Frost | |
This patch was provided from J. Puydt to Debian. Origin: https://salsa.debian.org/games-team/minetest/-/blob/master/debian/patches/fix-typos.patch | |||
2022-09-12 | Avoid using XIWarpPointer on certain setups where it's broken | sfan5 | |
fixes minetest/minetest#12697 | |||
2022-09-02 | Fix glHint parameter, type size and add more null checks (#130) | Herman Semenov | |
2022-08-22 | Fix crash in COGLES1Driver (#128) | savilli | |
2022-07-21 | Include revision in SOVERSION for (in)compatibility checks | sfan5 | |
2022-07-18 | Enable XInput2 by default (and improve CMake detection) | sfan5 | |
closes #73 | |||
2022-07-18 | Drop gamma ramp code | sfan5 | |
We definitely won't be wanting to set the gamma for the entire display in the future. | |||
2022-07-17 | Support Unicode characters properly in SDL2 (#114) | ndren | |
2022-07-09 | Drop Console and Framebuffer device | sfan5 | |
fbdev is long legacy and the console was just an ASCII art gimmick | |||
2022-07-09 | Stop dlopening libGL(ESv2).so | sfan5 | |
GLX/EGL are supposed to abstract exactly this away, this is a bad hack at best and might totally break stuff at worst. | |||
2022-07-09 | Fix CreateContextAttribsARB fallback behaviour | sfan5 | |
fixes minetest/minetest#12518 | |||
2022-07-07 | Cleaner ListItem initialization (#117) | JosiahWI | |
Should fix Coverity report CIDs 1516434 and 1518460. | |||
2022-07-04 | Fix null dereference reported by coverity (#115) | JosiahWI | |
2022-07-03 | Remove dead code detected by Coverity (#116) | JosiahWI | |
fixes coverity reports CID 1518478, 1518465 | |||
2022-06-10 | Reset blend equation in 2D mode in OGLES1 and OGLES2 drivers | Dmitry Kostenko | |
2022-06-09 | Reset blend operation in 2d mode | Dmitry Kostenko | |
2022-06-06 | Use CGWarpMouseCursorPosition | paradust7 | |
2022-06-01 | Don't crash attempting to scale zero-sized images | sfan5 | |
fixes minetest/minetest#12393 | |||
2022-06-01 | Remove more dead code (#108) | sfan5 | |
2022-05-22 | Remove core::list and replace uses with std::list (#105) | paradust7 | |
2022-05-21 | Make irrArray backed by std::vector (#101) | paradust7 | |
2022-05-21 | Refactor SDL device to use the same abstraction as other devices | sfan5 | |
In particular this makes the OpenGL procedure stuff work. fixes https://github.com/minetest/minetest/issues/12265 | |||
2022-05-21 | Improve IrrCompileConfig handling in cmake | sfan5 | |
2022-05-18 | Remove irrMap and use std::map instead | paradust7 | |
2022-05-11 | Remove extra memcpy in ogles2 driver | paradust7 | |
2022-05-04 | Enable GL_ALPHA_TEST in OpenGL driver for custom transparent alpha shaders | paradust7 | |
2022-04-30 | Add missing overrides to fix compiler warnings | ndren | |
2022-04-29 | Replace HWBufferMap with a list and back pointers (#99) | paradust7 | |
2022-03-09 | Fix COSOperator::getSystemMemory | sfan5 | |
The values it returns are in Kilobytes and it was broken on macOS. |