aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CIrrDeviceWin32.h
AgeCommit message (Collapse)Author
2023-03-11Drop IrrCompileConfig (#163)Vitaliy
2023-02-06Add WindowMaximized creation parameter and isWindowMaximized() (#142)DS
2023-01-02Remove leftover code from software renderingsfan5
2022-10-15Replace _IRR_OVERRIDE_ macro with override keywordJosiahWI
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-07-18Drop gamma ramp codesfan5
We definitely won't be wanting to set the gamma for the entire display in the future.
2022-02-26Get rid of various old compiler and platform checkssfan5
2021-08-27Merging r6196 through r6248 from trunk to ogl-es branchcutealien
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-07-16Remove various ancient support codesfan5
2021-06-15CIrrDeviceWin32: drop all video mode codesfan5
2020-06-12Merging r6107 through r6116 from trunk to ogl-es branchcutealien
Caught up with trunk again. Not yet tested beside compiling (quick test failed, but seems like nothing from the new changes). git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6117 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-01-03Merging r5975 through r6036 from trunk to ogl-es branch.cutealien
GLES drivers adapted, but only did make compile-tests. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6038 dfc29bdd-3216-0410-991c-e03cc46cb475