Commit Graph

8 Commits

Author SHA1 Message Date
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