aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CIrrDeviceWin32.cpp
AgeCommit message (Collapse)Author
2023-03-24Prevent potential 0 pointer access when release not acquired joystick.cutealien
Found by clang analyser. Not sure if it could really ever have happened, but won't hurt to fix git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6443 dfc29bdd-3216-0410-991c-e03cc46cb475
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-14win32: use the unicode window instead of ansi window (#138)Riceball LEE
2022-07-18Drop gamma ramp codesfan5
We definitely won't be wanting to set the gamma for the entire display in the future.
2022-05-22Remove core::list and replace uses with std::list (#105)paradust7
2022-02-26Get rid of various old compiler and platform checkssfan5
2022-02-26Get rid of all sprintf callssfan5
2022-02-09Prefer static_cast to reinterpret_cast where possible.cutealien
Just safer. Could probably do in a lot more places... another time. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6293 dfc29bdd-3216-0410-991c-e03cc46cb475
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: readd fullscreen using borderless maximized windowsfan5
2021-06-15CIrrDeviceWin32: drop all video mode codesfan5
2021-02-25Fix Windows, Android buildsfan5
2020-09-29Merging r6128 through r6139 from trunk to ogl-es branch.cutealien
Note: I could not merge 2 OSX project files as I'm not sure how to correctly resolve their conflicts. Maybe old version for those files are still OK, as ogl-es branch got updated once before (leaving trunk behind). In case it causes problems I hope someone can send another patch for those 2 files: source/Irrlicht/Irrlicht.xcodeproj/xcshareddata/xcschemes source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6140 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