Lars Müller
f1504093d1
Ensure that absent bone names work ( #284 )
2024-02-06 20:22:44 +01:00
sfan5
bdcd27ab5b
Bump revision
2024-01-17 17:19:03 +01:00
sfan5
99be15f40b
Bump revision
2023-10-27 17:48:29 +02:00
Loic Blot
dd14486d3f
cleanup: replace remaining #ifndef #define with #pragma once
2023-10-22 12:19:14 +02:00
Vitaliy
9954667c45
Cleanup line endings ( #245 )
...
The exact commands to make this commit were:
git reset --hard origin/master
find -type f | # list all regular files
grep -E '\.(h|cpp|fsh|vsh|mm)|LICENSE$' | # filter for text files
xargs -n 1 -P $(nproc) sed -i 's:\s*$::' # for each file, trim trailing whitespace including the CR
git commit -a
2023-10-03 20:37:00 +02:00
sfan5
c311d01c07
Bump revision
2023-07-20 20:14:50 +02:00
sfan5
21c61e9973
Bump revision early
2023-03-11 15:12:05 +01:00
Vitaliy
5a5a7d04b7
Drop IrrCompileConfig ( #163 )
2023-03-11 15:04:09 +01:00
sfan5
1d43ea17ca
Bump revision
2023-03-05 21:45:09 +01:00
sfan5
a0af653c3d
Bump revision early
2022-10-24 21:17:53 +02:00
sfan5
3225007e8d
Bump revision
2022-09-16 19:39:46 +02:00
sfan5
ff645cc876
Bump revision
2022-07-21 20:20:13 +02:00
sfan5
91edd214aa
Enable XInput2 by default (and improve CMake detection)
...
closes #73
2022-07-18 21:42:43 +02:00
sfan5
538c9e5cde
Drop gamma ramp code
...
We definitely won't be wanting to set the gamma for the entire display in the future.
2022-07-18 21:22:38 +02:00
sfan5
a7b306f702
Drop Console and Framebuffer device
...
fbdev is long legacy and the console was just an ASCII art gimmick
2022-07-09 23:53:04 +02:00
sfan5
372b3642bf
Bump revision
2022-05-07 11:24:47 +02:00
sfan5
df908ef4ea
Get rid of various old compiler and platform checks
2022-02-26 12:11:27 +01:00
sfan5
e5f69157db
Bump revision
2022-02-03 21:50:14 +01:00
Emmanuel Hansen
53db262bd2
Update CIrrDeviceSDL to support SDL2 ( #85 )
2022-01-16 12:16:15 +01:00
sfan5
2f2d37dce6
Reduce _IRR_MATERIAL_MAX_TEXTURES_ to 4
...
We don't use any more and reducing this is free memory savings.
2021-11-19 20:27:51 +01:00
sfan5
713471e9a2
Bump revision to 1.9.0mt4
2021-09-14 19:31:32 +02:00
ROllerozxa
ac57007c55
Readd TGA format support ( #64 )
2021-09-13 21:21:26 +02:00
sfan5
4389a15e0f
Remove unused locale-like code, utf8 functions and headers
2021-08-30 22:42:13 +02:00
sfan5
75b4c05741
Drop _IRR_WCHAR_FILESYSTEM
...
never used and never worked for us.
2021-08-30 20:55:06 +02:00
JosiahWI
2dc2846c3f
Add support for OpenBSD
...
There were three patches OpenBSD applied to build Irrlicht, and I implemented two of them. The first required turning off joystick events on OpenBSD, and the second (which I didn't confirm was necessary) required some defines in os.h. The third patch would have added an include to CIrrDeviceLinux.cpp, but the file had changed quite a bit and I could not tell whether this was necessary, so I left it out, and it appears Irrlicht builds fine.
2021-08-28 18:12:40 +02:00
cutealien
9690c1b3e3
Merging r6196 through r6248 from trunk to ogl-es branch
...
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
2021-08-27 10:59:31 +02:00
hecktest
ae81dbd942
Restore missing entry in compile config
2021-07-23 18:25:23 +02:00
hecks
4ab3de3bab
Delete lots of unused features ( #48 )
2021-07-23 16:23:44 +02:00
sfan5
1d66c921c2
Drop unused and unportable "fast math" code
2021-07-17 00:02:37 +02:00
sfan5
729c214c00
Drop XML implementation, related code and dependent features
2021-07-07 17:04:05 +02:00
sfan5
ecb30e3d96
Bump revision to 1.9.0mt3
2021-07-07 16:47:50 +02:00
sfan5
accf927874
Disable software drivers by default everywhere
...
They'll likely be dropped entirely soon.
2021-07-02 19:48:00 +02:00
sfan5
341cdbfe0d
Enable ogles2 on mobile platforms by default
...
It wasn't meant to be disabled.
2021-04-27 09:25:58 +02:00
sfan5
05547cbd5f
Disable Software drivers on mobile platforms
...
literally dead code
2021-04-09 21:24:58 +02:00
sfan5
c77797bbed
Bump revision early
...
So we can leave CI at the last build while being able to test changes locally.
2021-04-02 23:38:28 +02:00
sfan5
279530a230
Make compiling using MSVC work
2021-03-26 16:48:28 +01:00
sfan5
f7b46ba22f
Bump revision to 1.9.0mt1
2021-03-25 15:47:33 +01:00
sfan5
53e09519e2
Prepare for integration with Minetest
2021-03-07 12:24:37 +01:00
sfan5
264f8b72c1
Throw out support for Bzip, LZMA and encrypted ZIPs
2021-02-25 18:34:17 +01:00
sfan5
67f1402410
Remove bundled libraries
2021-02-25 18:22:38 +01:00
Loic Blot
665e4309c4
Add github workflow & gitignore
2021-02-25 18:01:55 +01:00
cutealien
d07057959e
Fix compiling last commit (missing a letter).
...
Thx @Maksym Hamarnyk
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6182 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-30 18:59:39 +00:00
cutealien
9274951a08
Enable _IRR_COMPILE_WITH_OGLES1_ on IOS.
...
Should be enabled according to Maksym Hamarnyk
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6181 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-30 18:50:50 +00:00
cutealien
a9f7c2abc9
Merging r6173 through r6179 from trunk to ogl-es branch
...
- Adding optional support for touch input in X11
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6180 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-30 18:39:20 +00:00
cutealien
124cc0be1e
Make it possible again to enable ES1 on Linux.
...
Seems Debian 11 adds it back.
Thanks @TheBrokenRail for patch.
Hidden in comments for patch #322 : https://sourceforge.net/p/irrlicht/patches/322
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6175 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-12-22 21:14:45 +00:00
cutealien
2ae2a551a6
Merging r5975 through r6036 from trunk to ogl-es branch.
...
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
2020-01-03 19:05:16 +00:00