index
:
irrlicht.git
light
lizzy's patches for irrlichtmt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
Irrlicht
/
CIrrDeviceSDL.cpp
Age
Commit message (
Expand
)
Author
2023-03-25
Resolve conflicts with master
numzero
2023-03-24
Unify & improve log messages
cutealien
2023-03-11
Drop IrrCompileConfig (#163)
Vitaliy
2023-03-03
Merge branch 'master' into opengl3
numzero
2023-03-03
Fix ifdefs around includes in CIrrDeviceSDL
numzero
2023-03-03
Split new GL3/GLES2 drivers
numzero
2023-03-02
Support both OpenGL3 and GLES2 on SDL2
numzero
2023-02-27
Add debug handler
numzero
2023-02-27
Request OpenGL 3.2
numzero
2023-02-27
Add OpenGL3 renderer
numzero
2023-02-22
Reduce IrrCompileConfig usage to files that actually need it
numzero
2023-02-20
SDL: Use SDL_WINDOW_FULLSCREEN_DESKTOP and allow to maximize+fullscreen at on...
DS
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-02
Remove leftover code from software rendering
sfan5
2022-11-12
SDL: implement cursor icon API (#135)
DS
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-07-18
Drop gamma ramp code
sfan5
2022-07-17
Support Unicode characters properly in SDL2 (#114)
ndren
2022-05-22
Remove core::list and replace uses with std::list (#105)
paradust7
2022-05-21
Refactor SDL device to use the same abstraction as other devices
sfan5
2022-02-26
Get rid of all sprintf calls
sfan5
2022-02-14
Fix SDL2 include paths
sfan5
2022-01-16
Update CIrrDeviceSDL to support SDL2 (#85)
Emmanuel Hansen
2021-08-27
Merging r6196 through r6248 from trunk to ogl-es branch
cutealien
2020-01-03
Merging r5975 through r6036 from trunk to ogl-es branch.
cutealien