SmallJoker
36c261c1f0
IrrlichtMt: Initial SDL3 support ( #16583 )
...
This commit implements support for SDL3, more specifically, >= 3.2.0 (the first released version).
Almost all changes were made according to https://github.com/libsdl-org/SDL/blob/release-3.2.10/docs/README-migration.md?plain=1 and the suggestions provided by `SDL3/SDL_oldnames.h`.
2025-11-17 20:55:52 +01:00
sfan5
8042b5512f
Irrlicht: remove some dead code
2025-11-05 11:56:05 +01:00
sfan5
e924f425f2
Remove Irrlicht devices except SDL ( #16580 )
2025-10-30 13:39:44 +01:00
Lars Müller
61551cfc3a
Remove irr namespace ( #16309 )
2025-07-09 10:35:52 +02:00
Stefan Beller
63e9b01f7d
COSOperator: Use NSPasteboardTypeString instead of NSStringPboardType
...
According to https://developer.apple.com/documentation/appkit/nsstringpboardtype?language=objc
we can replace it with NSPasteboardTypeString:
> In apps that adopt App Sandbox, use an NSURL object, a bookmark, or a
> filename pasteboard type instead. In a nonsandboxed app, you can also
> use the NSPasteboardTypeString pasteboard type.
2025-02-01 13:41:17 +01:00
Lars Müller
fef28aced9
Irrlicht: Get rid of obsolete setDebugName ( #15541 )
...
Co-authored-by: sfan5 <sfan5@live.de >
2024-12-14 17:03:08 +01:00
Lars Müller
5c187363b2
Fix some clang compiler warnings ( #14654 )
...
* Fix some clang compiler warnings
* Get rid of sdl_supports_primary_selection
* Fix draw2DImage hiding overloaded virtual function
2024-05-15 19:56:25 +02:00
import
f638482fba
Copy irrlichtmt to <root>/irr/
2024-03-26 21:39:02 +01:00