Commit Graph
88 Commits
Author SHA1 Message Date
Ben c488e843b8 Fix typo and and add quotation
The quotation added is for Chinese Simplified which I discovered usage in translation work.
2015-09-03 16:30:22 +08:00
Benau 0a7a0d7c98 Fix the ugly hack for displaying Chinese in #2110, and then fix #2297 2015-08-30 02:35:17 +08:00
deve 5458792b79 Disable deprecated and unused irrlicht function to avoid compiler warnings 2015-08-06 13:54:40 +02:00
hiker 27dec2fbf8 Added attribute to irrlicht's driver to enable automatic resize
of images that are too big. This is then used to automatically
resize any textures (except fonts, background screen) to be
automatically resized to 512x512 if they are bigger.
2015-03-26 11:28:22 +11:00
hiker 98671b620d Added some support to enable a legacy (2.1) opengl context. Many
things don't work with that atm (rtt, some transparent textures).
Needs to be manually set in the user's config file.
2015-03-11 16:45:20 +11:00
Deve 0722df79da Fixed getScale() result when matrix contains very low negative values.
See #1548.
2015-03-05 20:00:02 +01:00
hiker 93fa075471 Hopefully proper fix for #1938 (crash on osx when exiting race). 2015-02-17 00:14:26 +11:00
hiker 1a94788d2d Tried VERY crude work-around for #1938 (crash when exiting a race on osx). 2015-02-15 21:32:06 +11:00
Vincent Lejeune 6a50b4b9ac Revert "WIP wayland"
This reverts commit d33efd8800.
2015-01-29 18:05:01 +01:00
Vincent Lejeune d33efd8800 WIP wayland 2015-01-29 18:00:33 +01:00
Vincent Lejeune 0577099551 Move zlib/libpng/jpeglib outside of irrlicht tree and use system lib on linux 2015-01-18 02:02:10 +01:00
Vincent Lejeune a5230f68da Remove wad support 2015-01-16 19:07:21 +01:00
Vincent Lejeune 184b52966e Remove npk and pak support 2015-01-16 19:02:03 +01:00
Vincent Lejeune b3195e378d Remove support for lzma and aes encryption 2015-01-16 18:45:52 +01:00
Vincent Lejeune b4f78070fa Remove extra defines 2015-01-16 18:34:40 +01:00
Vincent Lejeune a831b4c9db Remove bzip2 files
Not used anyway
2015-01-16 18:31:51 +01:00
Vincent Lejeune cadc4b3209 Remove 2 deprecated interfaces 2015-01-16 01:59:41 +01:00
Vincent Lejeune 1fb99990b4 Remove light volume related code 2015-01-16 01:57:35 +01:00
Vincent Lejeune c1d85e8674 Remove shadow volume code
We use shadowmap
2015-01-16 01:51:56 +01:00
Vincent Lejeune c68fee0a07 Remove extra discarded ifdefs 2015-01-16 01:27:17 +01:00
Vincent Lejeune 510c10153c Remove WAL/LMP support 2015-01-16 01:20:40 +01:00
Vincent Lejeune 9d99fb65e5 Remove DDS support and its scary legal notice 2015-01-16 01:07:48 +01:00
Vincent Lejeune 222f335300 Remove TGA support 2015-01-16 01:02:48 +01:00
Vincent Lejeune 084350ce40 Remove PCX support 2015-01-16 00:54:46 +01:00
Vincent Lejeune 8f51be8766 Remove PSD support 2015-01-16 00:44:32 +01:00
Vincent Lejeune 0856204b80 Remove PPM support 2015-01-16 00:38:53 +01:00
Vincent Lejeune 6bd852c95f Remove Quake 3 level load 2015-01-10 21:22:23 +01:00
Vincent Lejeune a08a9b1af4 Remove remaining MD2 support 2015-01-10 21:10:07 +01:00
Vincent Lejeune 53c8df6733 Remove remaining MD3 support 2015-01-10 21:03:44 +01:00
Vincent Lejeune 91bcacfd19 Remove CG 2015-01-10 20:44:19 +01:00
Vincent Lejeune 3375b4b93c Various clean up 2015-01-10 20:25:34 +01:00
Vincent Lejeune d271ccd2ef Partly remove MD2 support 2015-01-10 20:14:41 +01:00
Vincent Lejeune e157bc8601 Partly remove MD3 support 2015-01-10 20:11:10 +01:00
Vincent Lejeune 9a0eacdfdb Remove WinCE support 2015-01-10 20:08:32 +01:00
Vincent Lejeune 952128928a Remove OBJ support 2015-01-10 20:02:17 +01:00
Vincent Lejeune 2c82f8d4b0 Remove BSP support 2015-01-10 19:50:48 +01:00
Vincent Lejeune 65f6f0259e Remove STL (stereolitography...) support 2015-01-10 19:39:53 +01:00
Vincent Lejeune 4c2618211a Remove LMTS support 2015-01-10 19:32:57 +01:00
Vincent Lejeune c4903cb8ec Remove My3D 2015-01-10 19:29:14 +01:00
Vincent Lejeune e444431572 Remove LWO 2015-01-10 19:21:55 +01:00
Vincent Lejeune 008f2d3422 Remove CSM support 2015-01-10 19:02:40 +01:00
Vincent Lejeune 43b1542dc9 Remove OCT support 2015-01-10 18:30:04 +01:00
Vincent Lejeune d5cfaab13b Remove PLY support 2015-01-10 18:14:14 +01:00
Vincent Lejeune 48c45f1910 Remove SMF related code 2015-01-10 18:03:40 +01:00
Vincent Lejeune 20abd15a55 Remove DMF 2015-01-10 03:47:40 +01:00
Vincent Lejeune 9bbe8c61dc Remove Collada support 2015-01-10 03:18:17 +01:00
Vincent Lejeune a012a3a14f Remove IrrScene loader 2015-01-10 03:13:14 +01:00
hiker 93a3e6c3da Allow irrlicht to use an existing file system (instead of creating
a new each time a device is created). This simplifies the implementation
of the file manager (now the file manager always exists, even when
deleting the dummy device and creating the real device).
2015-01-06 07:48:32 +11:00
hiker 6e3c766749 Minor improvements to fix for #1713. 2014-11-27 15:36:56 +11:00
hiker 18bcb92afc Used better variable name. 2014-11-03 21:36:54 +11:00