Commit Graph
3315 Commits
Author SHA1 Message Date
LJW-DevandJan Laupetin 8fd7691a2d feat: use xmodels to calculate skinnedverts 2026-05-16 09:44:43 +02:00
LJW-DevandJan Laupetin fa2a520eb4 feat: proper implementation of GFX models and refactor of node ignore/allow 2026-05-16 09:44:43 +02:00
LJW-DevandJan Laupetin 0bd1e29ccc feat: removed outdoor imagem dependency 2026-05-16 09:44:42 +02:00
LJW-DevandJan Laupetin fed218ac57 feat: removed ents file, worldspawn and intermission are added through gltf nodes now 2026-05-16 09:44:42 +02:00
LJW-DevandJan Laupetin 2b797afeed feat: Minor fixups and improvements 2026-05-16 09:44:42 +02:00
LJW-DevandJan Laupetin 1454c99a1c feat: proper imlementation of spot lights 2026-05-16 09:44:42 +02:00
LJW-DevandJan Laupetin d0ae3ecdb5 feat: Loading sun data through GLTF 2026-05-16 09:44:41 +02:00
LJW-DevandJan Laupetin 855825c6de fix: always make an a material a textured one 2026-05-16 09:44:41 +02:00
LJW-DevandJan Laupetin 1191322abe feat: minor bug fixes 2026-05-16 09:44:41 +02:00
LJW-DevandJan Laupetin 093203f9bf feat: script_brushmodel now works correctly 2026-05-16 09:44:41 +02:00
LJW-DevandJan Laupetin 968b799938 chore: cleanup and minor addition 2026-05-16 09:44:41 +02:00
LJW-DevandJan Laupetin adb26e2707 fix: slight update to lightgrid after new info found 2026-05-16 09:44:40 +02:00
LJW-DevandJan Laupetin 1d109d5e35 feat: heirarchical transforms are now implemented 2026-05-16 09:44:40 +02:00
LJW-DevandJan Laupetin e5748a59fa refactor: minor improvements to bsp creation 2026-05-16 09:44:40 +02:00
LJW-DevandJan Laupetin c00f893b8e fix: uppercase flag name 2026-05-16 09:44:40 +02:00
LJW-DevandJan Laupetin 1dcd553905 feat: fully customisable entities through gltf 2026-05-16 09:44:40 +02:00
LJW-DevandJan Laupetin f0ea5dad7d feat: trigger_use and trigger_multiple can now be loaded through GLTF 2026-05-16 09:44:39 +02:00
LJW-DevandJan Laupetin 5dcbb03f18 feat: zone volumes now use brushes instead of terrain to define their boundaries 2026-05-16 09:44:39 +02:00
LJW-DevandJan Laupetin 2ea3db4adf chore: removed unused code comments 2026-05-16 09:44:39 +02:00
LJW-DevandJan Laupetin defdc1c813 refactor: better implementation of static and script surfaces 2026-05-16 09:44:39 +02:00
LJW-DevandJan Laupetin 026109dda7 fix: incorrect flag name 2026-05-16 09:44:39 +02:00
LJW-DevandJan Laupetin 0fe8becd6d chore: Remove unused dependency ufbx 2026-05-16 09:44:38 +02:00
LJW-DevandJan Laupetin a5d2420698 rename castSunShadow flag back to onlyCastShadow 2026-05-16 09:44:38 +02:00
LJW-DevandJan Laupetin 9e083f1ac2 Minor additions to BSP Creator 2026-05-16 09:44:38 +02:00
LJW-DevandJan Laupetin 0d7690e8ea chore: various minor additions 2026-05-16 09:44:38 +02:00
LJW-DevandJan Laupetin 68c9a8df7d Zombies GLTF 2026-05-16 09:44:37 +02:00
LJW-DevandJan Laupetin 1aaf446097 Addition of zombie spawns, player spawns and zones for zombies. Clipmap AABB generation largely modified. 2026-05-16 09:44:37 +02:00
LJW-DevandJan Laupetin 98cd833206 chorse: groundwork for implementing zombies maps 2026-05-16 09:44:37 +02:00
LJW-DevandJan Laupetin 4e3e0a8ca0 feat: set basic lightmap for xmodels 2026-05-16 09:44:37 +02:00
LJW-DevandJan Laupetin e515ce8588 chore: replace "new" keyword with correct memory allocation 2026-05-16 09:44:37 +02:00
LJW-DevandJan Laupetin 096efd03c0 feat: pathnodes are added through the GLTF file 2026-05-16 09:44:36 +02:00
LJW-DevandJan Laupetin dd14988bad feat: xmodles have toggleable shadows 2026-05-16 09:44:36 +02:00
LJW-DevandJan Laupetin f47792ebe4 feat: gfxworld now uses surface flags for surfaces 2026-05-16 09:44:36 +02:00
LJW-DevandJan Laupetin 816fc2f7cb feat: Added console print when no spawns were found 2026-05-16 09:44:36 +02:00
LJW-DevandJan Laupetin bdea5f32a7 fix: clipmap AABB generation skipped first object 2026-05-16 09:44:35 +02:00
LJW-DevandJan Laupetin b26a8d4d9c feat: clipmap linker now has support for maps smaller than the minimum BSP node size 2026-05-16 09:44:35 +02:00
LJW-DevandJan Laupetin 4ddb157a63 fix: gfx linker was not drawing the last surface in the surface array 2026-05-16 09:44:35 +02:00
LJW-DevandJan Laupetin 2039658737 feat: moved surface type to material extras, and surface flags to the node extras 2026-05-16 09:44:35 +02:00
LJW-DevandJan Laupetin 3a2d332d0c feat: surface type and flags can now be set through the GLTF file 2026-05-16 09:44:35 +02:00
LJW-DevandJan Laupetin b744c8d7cb fixed error handling for xmodels and materials, and updated xmodel linker to check if an xmodel has valid collision. 2026-05-16 09:44:34 +02:00
LJW-DevandJan Laupetin 7ea2ebedbb feat: load xmodels from GLTF and link them, xmodel collision not working yet. 2026-05-16 09:44:34 +02:00
LJW-DevandJan Laupetin 7a9d1fa7cb fix to bsp materials so they require a name 2026-05-16 09:44:34 +02:00
LJW-DevandJan Laupetin af088c2958 feat: spawn points are now defined in the GLTF file using custom properties. Initial xmodel implementation also included. 2026-05-16 09:44:34 +02:00
LJW-DevandJan Laupetin 7e11a04e44 feat: add gltf extras to node schema 2026-05-16 09:44:34 +02:00
LJW-DevandJan Laupetin 67e09ecc40 BSP creator now loads seperate graphics and collision data. 2026-05-16 09:44:33 +02:00
LJW-DevandJan Laupetin ed4c16251a Refactored light direction calculation. 2026-05-16 09:44:33 +02:00
LJW-DevandJan Laupetin 60060e9a7a BSP creator now reads colour data from materials and applies them to the vertices. Minor GFXWorld fixups and extensions to accomodate the changes. 2026-05-16 09:44:33 +02:00
LJW-DevandJan Laupetin d683967b1d Extended GLTF classes to support: material colours, and images buffer view index / image type. 2026-05-16 09:44:33 +02:00
LJW-DevandJan Laupetin 21ddc368f5 Spot lights now are fully implemented, with omni and directional not working. 2026-05-16 09:44:33 +02:00
LJW-DevandJan Laupetin 57f0ad8295 GLTF loader now has support for the punctual lights extension 2026-05-16 09:44:32 +02:00