Commit Graph

31 Commits

Author SHA1 Message Date
jordan4ibanez 796e7a63a1 Wipe B3D refs 2023-11-29 03:54:11 -05:00
jordan4ibanez 04c1ab298b Rip out .x 2023-11-29 03:46:57 -05:00
jordan4ibanez 821ad77f92 Rip out OBJ 2023-11-29 03:41:36 -05:00
jordan4ibanez a95de833c8 smf 2023-11-29 03:39:38 -05:00
jordan4ibanez 58d5696db3 csm 2023-11-29 03:39:19 -05:00
jordan4ibanez e288082268 DMF 2023-11-29 03:35:09 -05:00
jordan4ibanez 61648605f5 mdl 2023-11-29 03:34:35 -05:00
jordan4ibanez c87c314443 lwo 2023-11-29 03:34:20 -05:00
jordan4ibanez 6c6868b1fa Update ISceneManager.h 2023-11-29 03:29:50 -05:00
jordan4ibanez bb7afff293 stl 2023-11-29 03:29:30 -05:00
jordan4ibanez 684736b757 .mesh 2023-11-29 03:29:11 -05:00
jordan4ibanez 471a066247 ply 2023-11-29 03:28:26 -05:00
jordan4ibanez 8c487bc020 OCT 2023-11-29 03:27:44 -05:00
jordan4ibanez ac3aea4bbd lmts 2023-11-29 03:27:03 -05:00
jordan4ibanez 0e21716ae6 It's no one's 3d anymore 2023-11-29 02:06:51 -05:00
jordan4ibanez f4bc32e20d 3d studio is 0d 2023-11-29 02:05:53 -05:00
jordan4ibanez 43e61fb8bf Rip out some BSP 2023-11-29 02:03:31 -05:00
jordan4ibanez 4b30b4e7ef Remove any ref to md2 2023-11-29 01:56:21 -05:00
cutealien 627a3a5172 Spelling fixes
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6475 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-10-15 13:39:42 +02:00
cutealien e1f41edd29 Spelling fixes
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6456 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-10-15 13:36:22 +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
numzero 52a0b9d8e5 Drop dependency on FileSystem from SceneManager 2023-03-19 19:47:43 +01:00
numzero 0160cdc51d Drop unused dependency of SceneManager on GUIEnvironment 2023-03-19 19:47:43 +01:00
sfan5 aa095d9525
Remove more dead code (#108) 2022-06-01 15:03:52 +02:00
ROllerozxa 52e03a8485
Remove unused attribute saving and loading (#86) 2021-12-29 23:00:56 +01:00
sfan5 dd09fdcb4e
Remove more unused code (#87) 2021-12-29 13:12:09 +01:00
sfan5 da33f80bb8 Readd CSceneCollisionManager with only the method we need 2021-08-26 22:17:35 +02:00
hecks 4ab3de3bab
Delete lots of unused features (#48) 2021-07-23 16:23:44 +02:00
sfan5 729c214c00 Drop XML implementation, related code and dependent features 2021-07-07 17:04:05 +02:00
cutealien 562c0fb6f1 Merging r6107 through r6116 from trunk to ogl-es branch
Caught up with trunk again.
Not yet tested beside compiling (quick test failed, but seems like nothing from the new changes).


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6117 dfc29bdd-3216-0410-991c-e03cc46cb475
2020-06-12 20:47:40 +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