Commit Graph

13 Commits

Author SHA1 Message Date
jordan4ibanez
7f9fe97044 Add enumerator back in for GLTF 2023-11-29 04:36:01 -05:00
jordan4ibanez
821ad77f92 Rip out OBJ 2023-11-29 03:41:36 -05:00
jordan4ibanez
4b30b4e7ef Remove any ref to md2 2023-11-29 01:56:21 -05:00
jordan4ibanez
8af4128464 Half life 3 2023-11-29 01:51:27 -05:00
jordan4ibanez
f379cd69fd Obliterate OCTAL 2023-11-29 01:49:53 -05:00
jordan4ibanez
a25db8f2fa DESTROY CSM file 2023-11-29 01:49:09 -05:00
jordan4ibanez
f7bf20a1e4 Rip out 2 forgotten formats 2023-11-29 01:48:55 -05:00
jordan4ibanez
dde2ef0a4c Rip out 3ds studio 2023-11-29 01:48:41 -05:00
jordan4ibanez
d3771fd6a8 Rip out quake 3 static map 2023-11-29 01:48:29 -05:00
jordan4ibanez
5b0bddd852 Rip out quake 2 & 3 enums 2023-11-29 01:48:11 -05: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
Gregor Parzefall
9e0189019e Refactor the way you set material properties
Instead	of using SMaterial::setFlag, you now set them directly on SMaterial or SMaterialLayer.
2023-07-16 13:02:25 +02: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