Robert Beckebans
|
c3098186b5
|
Small glTF2 coords change
|
2022-06-06 17:24:47 +02:00 |
|
Robert Beckebans
|
24845c7edf
|
gltf2 -> idMapFile fixes. dmap and map commands work
# Conflicts:
# neo/idlib/containers/List.h
|
2022-06-06 17:24:47 +02:00 |
|
HarrievG
|
50bb904e22
|
[!] compile fix
|
2022-06-06 17:24:38 +02:00 |
|
HarrievG
|
e19e4f2b05
|
Update Model_local.h
|
2022-06-06 17:24:38 +02:00 |
|
HarrievG
|
c1c5917cda
|
+ id style gltf2 parser
+ initial attempt to dmap glb/gltf
[!] added blend file and glb for debugging purposes
# Conflicts:
# neo/idlib/containers/List.h
|
2022-06-06 17:24:37 +02:00 |
|
Robert Beckebans
|
1d62816a77
|
Fixed most annoying compiler warnings on Linux
|
2022-05-19 16:47:24 +02:00 |
|
Robert Beckebans
|
f1139f7a33
|
Fixed unknown event 772 error on Linux
|
2022-05-09 14:07:19 +02:00 |
|
Stephen Saunders
|
308d0138cb
|
sound/OpenAL/AL_CinematicAudio.cpp: Zero out music buffer on shutdown
|
2022-03-23 23:17:06 +01:00 |
|
Davide Beatrici
|
d88fa4f694
|
cm/CollisionModel: Initialize "material" and "id" fields in "contactInfo_t"
The Dark Mod only does it in idCollisionModelManagerLocal::ContentsTrm().
Prey only initializes "id", in idCollisionModelManagerLocal::Translation().
|
2022-03-18 03:11:35 +01:00 |
|
Davide Beatrici
|
229496cffb
|
sound/OpenAL/AL_CinematicAudio.cpp: Remove address check against array
neo/sound/OpenAL/AL_CinematicAudio.cpp:246:6: warning: address of array 'this->alMusicBuffercin' will always evaluate to 'true' [-Wpointer-bool-conversion]
if( alMusicBuffercin )
~~ ^~~~~~~~~~~~~~~~
|
2022-03-15 09:30:57 +01:00 |
|
Robert Beckebans
|
ee014e80d0
|
Removed obsolete default angles 0 0 0 for TB helper entities
|
2022-03-09 17:37:02 +01:00 |
|
Robert Beckebans
|
f81a8c1dd9
|
Updated release notes
|
2022-03-06 11:28:12 +01:00 |
|
Robert Beckebans
|
5b98d387ce
|
Fixed compiling of the Vulkan backend
|
2022-03-06 10:26:37 +01:00 |
|
Robert Beckebans
|
219033e26a
|
Fixed black screen after reloadImages #621
|
2022-03-06 10:10:18 +01:00 |
|
Robert Beckebans
|
ec4e7b8c68
|
Bumped build number
|
2022-03-06 09:00:16 +01:00 |
|
Robert Beckebans
|
2ce90cf97b
|
Applied Astyle
|
2022-03-06 08:59:13 +01:00 |
|
Robert Beckebans
|
d212e5b948
|
Merge remote-tracking branch 'SRSaunders/master'
|
2022-03-06 08:34:02 +01:00 |
|
Robert Beckebans
|
e3101a6b05
|
Added Zoomap categories railing, pipe and ladder and changed it to look for .bobj and .bdae files
|
2022-03-05 18:55:30 +01:00 |
|
Robert Beckebans
|
f1668b7db8
|
Stencil shadows work again (thanks to Stephen Pridham), Renderer Sync #395
|
2022-03-05 18:27:27 +01:00 |
|
Stephen Saunders
|
1ac9baca5d
|
Tiny fix for printing Bink audio stream sample format
|
2022-03-03 16:31:49 -05:00 |
|
Stephen Saunders
|
8f474b9cb4
|
Tiny fix for printing RoQ cinematic filename
|
2022-03-03 11:59:32 -05:00 |
|
Stephen Saunders
|
bd3c82c930
|
Align frame logic for Cinematic decoders (ffmpeg, Bink, RoQ), use correct shaders, fix bugs in RoQ looping and testVideo cmd
|
2022-03-02 20:49:26 -05:00 |
|
Robert Beckebans
|
816d53790d
|
Updated RELEASE-NOTES.md
|
2022-03-02 18:28:11 +01:00 |
|
Robert Beckebans
|
5ebbbf32e4
|
Added support for the prototype.wad in the convertMapQuakeToDoom cmd
|
2022-03-02 17:47:05 +01:00 |
|
Robert Beckebans
|
6d7ebabcbf
|
Fixed a divide by zero bug in the convertMapToValve220 cmd
|
2022-03-02 09:27:09 +01:00 |
|
Robert Beckebans
|
daf5ed43c0
|
Export FGD files to base/_tb/fgd/*.fgd
|
2022-02-27 17:26:58 +01:00 |
|
Robert Beckebans
|
3de739ae32
|
Added small hack to load autogenerated genmodel_ entities
|
2022-02-27 16:58:25 +01:00 |
|
Robert Beckebans
|
920df3df63
|
Tweaked export to TrenchBroom cmds with proxymodels
|
2022-02-27 13:56:14 +01:00 |
|
Stephen Saunders
|
69be2f1e05
|
Enabled RoQ & ffmpeg decoders in testVideo cmd, fixed RoQ looping with ffmpeg decoder
|
2022-02-26 18:51:01 -05:00 |
|
Robert Beckebans
|
67aaf93af8
|
Added 2D Bin Packing library
|
2022-02-26 18:48:15 +01:00 |
|
Robert Beckebans
|
5368eb5521
|
Added more categories to makeZooMapForModels cmd
|
2022-02-26 15:53:14 +01:00 |
|
Robert Beckebans
|
60d7801780
|
Added category sorting to makeZooMapForModels cmd
|
2022-02-26 15:29:39 +01:00 |
|
Robert Beckebans
|
75d55a7ed3
|
Tweaked makeZooMapForModels cmd with better sorting
|
2022-02-25 22:14:45 +01:00 |
|
Stephen Saunders
|
c4bc217d26
|
Linux case sensitivity hack for opening RoQ files with ffmpeg
|
2022-02-25 01:13:54 -05:00 |
|
Robert Beckebans
|
9cc5fa7a3a
|
Write labels above model groups in zoo maps
|
2022-02-24 22:14:40 +01:00 |
|
Stephen Saunders
|
27c1fe476a
|
Close all ffmpeg contexts, remove packet queue, support ffmpeg RoQ decoding with audio
|
2022-02-24 02:04:30 -05:00 |
|
Robert Beckebans
|
cbc9a31b74
|
Added cmd makeZooMapForModels
|
2022-02-23 22:52:23 +01:00 |
|
Stephen Saunders
|
f24d7ecc16
|
Fix XAudio2 and OpenAL errors on shutdown, improve cinematic audio queue mgmt
(cherry picked from commit 4bfdf622f94b52eae52faece058c0e3d6139551e)
|
2022-02-22 20:16:31 -05:00 |
|
Stephen Saunders
|
22cd420513
|
More cinematic audio memory mgmt fixes, support cinematic audio looping
(cherry picked from commit bb0b260baa187d2dd88ef2a631e7b7f163095b10)
|
2022-02-22 19:52:24 -05:00 |
|
Robert Beckebans
|
b2f68faffe
|
exportModelsToTrenchBroom writes another FGD with helper entities
|
2022-02-22 21:36:00 +01:00 |
|
Robert Beckebans
|
4364dea54b
|
Updated zip-lite-snapshot.bat
|
2022-02-19 14:59:06 +01:00 |
|
Robert Beckebans
|
2282cfb9d8
|
Differentiate between classic func_groups and TB layers
|
2022-02-19 14:43:49 +01:00 |
|
Stephen Saunders
|
922f9eddef
|
Cinematic Video and Audio memory management fixes
(cherry picked from commit 40a9190283d30180a3b7e4ab9b77f3c3728dad4f)
|
2022-02-18 14:01:53 -05:00 |
|
Robert Beckebans
|
1f2df87be7
|
Fixed a couple of func_groups with TrenchBroom related bugs
|
2022-02-18 18:00:09 +01:00 |
|
Robert Beckebans
|
be5825d239
|
Don't let TrenchBroom's default material leak a map file
|
2022-02-18 16:30:00 +01:00 |
|
Robert Beckebans
|
c23709c2db
|
Formatted code with Astyle
|
2022-02-12 12:55:46 +01:00 |
|
Robert Beckebans
|
4bba6b3e46
|
Merge remote-tracking branch 'SRSaunders/gpu-support'
|
2022-02-12 10:54:56 +01:00 |
|
Stephen Saunders
|
1c6ec627f2
|
Minor fix for astyle-code.sh compatibility with macOS grep
(cherry picked from commit 82206ebeaac285d68add1042e1f151857e67e53b)
|
2022-02-10 10:40:43 -05:00 |
|
Stephen Saunders
|
d0d3917ba1
|
Simplify ffmpeg audio code, sync ffmpeg audio frames to video, enable Bink cinematic audio, ensure audio buffers are released
(cherry picked from commit 62853bfc0307d1507903f0454bd062f387f775e2)
|
2022-02-10 10:40:30 -05:00 |
|
Stephen Saunders
|
846c00c885
|
Fix XAudio2 cinematic audio and restore Windows build
(cherry picked from commit f09a3083e220f1a715816e097e0e5342ca48456d)
|
2022-02-05 21:08:27 -05:00 |
|