Magnus Norddahl
|
53328e8f65
|
Don't try link the baked light probes with the original actors as that's problematic on the gzdoom end of things
|
2021-09-25 18:38:12 +02:00 |
|
Magnus Norddahl
|
3b57fa7f79
|
Merge remote-tracking branch 'nash/master'
|
2021-09-25 18:36:53 +02:00 |
|
nashmuhandes
|
d28ed6b9c8
|
Fixed spotlight math to match GZDoom's
|
2021-09-25 23:55:29 +08:00 |
|
Magnus Norddahl
|
fe282e6f6d
|
Add light probes
|
2021-09-25 17:47:21 +02:00 |
|
Rachael Alexanderson
|
c0aff53de5
|
- fix building in GCC-10
|
2021-09-25 06:11:38 -04:00 |
|
Magnus Norddahl
|
aebcfe4342
|
Remove light cells
|
2021-09-24 17:02:40 +02:00 |
|
Magnus Norddahl
|
82c0837928
|
Some mesh export functionality and name size changes, supposedly
|
2021-09-24 16:54:33 +02:00 |
|
Magnus Norddahl
|
28d7bb586f
|
- remove some code duplication
|
2018-12-31 17:37:19 +01:00 |
|
Magnus Norddahl
|
d03ded7f94
|
- move allocBlocks to LightmapTexture
|
2018-12-31 17:23:54 +01:00 |
|
Magnus Norddahl
|
79d0b257e1
|
- remove some old broken debug code
|
2018-12-31 16:53:16 +01:00 |
|
Magnus Norddahl
|
8f564c9210
|
- improve distribution of work between worker threads
|
2018-12-31 16:43:50 +01:00 |
|
Magnus Norddahl
|
96d705fbef
|
- change the multisample option to sample in a more predictable manner
|
2018-12-31 15:03:16 +01:00 |
|
Magnus Norddahl
|
78a3da5b8c
|
- make indirect light bounces optional (--bounce=1 to enable)
|
2018-12-30 22:24:20 +01:00 |
|
Magnus Norddahl
|
2555eec131
|
- simplify outer interface slightly
|
2018-11-10 00:47:20 +01:00 |
|
Magnus Norddahl
|
ce7074f646
|
- rename surfacelight file
|
2018-11-09 22:20:31 +01:00 |
|
Magnus Norddahl
|
b3250f4bac
|
- rename LightSurface to SurfaceLight
|
2018-11-09 22:17:36 +01:00 |
|
Magnus Norddahl
|
908c048464
|
- rename classes and enums that used the _t typedef convention
|
2018-11-09 21:55:07 +01:00 |
|
Magnus Norddahl
|
75e18b10e1
|
- normalize some whitespace and remove useless "documentation" comments
|
2018-11-09 21:46:34 +01:00 |
|
Magnus Norddahl
|
4ceab7cec7
|
- remove kex prefix from classes
|
2018-11-09 21:26:00 +01:00 |
|
Magnus Norddahl
|
9a84d487dc
|
- split map loading code from surface mesh code
|
2018-11-09 08:42:37 +01:00 |
|
Magnus Norddahl
|
73724c111c
|
- minor adjustments
|
2018-11-09 06:47:54 +01:00 |
|
Magnus Norddahl
|
b55a9671e5
|
- use the cheaper any hit test when possible
|
2018-11-09 06:21:25 +01:00 |
|
Magnus Norddahl
|
63715b855d
|
- add indirect light pass
|
2018-11-08 21:15:29 +01:00 |
|
Magnus Norddahl
|
ef3257e062
|
- Write light cells into the lump
|
2018-11-07 04:20:11 +01:00 |
|
Magnus Norddahl
|
2d970672e8
|
- add support for tracing light cells
|
2018-11-07 01:31:50 +01:00 |
|
Magnus Norddahl
|
639bc29085
|
- minor adjustments
|
2018-11-06 23:04:29 +01:00 |
|
Magnus Norddahl
|
57b39458f0
|
- spread light surface sample points evenly across walls
|
2018-11-06 14:58:05 +01:00 |
|
Magnus Norddahl
|
c3494a045d
|
- Fix the light surface math so the correct angles are being used
|
2018-11-06 12:50:58 +01:00 |
|
Magnus Norddahl
|
e046e7a508
|
- fix floor light surfaces not working
|
2018-11-06 11:08:02 +01:00 |
|
Kevin Caccamo
|
61378b1fef
|
Fix compilation error on Ubuntu 16.04
|
2018-11-05 08:24:32 -05:00 |
|
Magnus Norddahl
|
440b4d0b3c
|
- don't waste time ray tracing surfaces out of range
|
2018-11-05 12:52:19 +01:00 |
|
Magnus Norddahl
|
ce518820ff
|
- add SSE implementation for the most time critical function
|
2018-11-05 01:40:12 +01:00 |
|
Magnus Norddahl
|
e21679a4d7
|
- improve speed by saving some calculations
|
2018-11-05 00:54:25 +01:00 |
|
Kevin Caccamo
|
8d930df8fd
|
Fix compilation errors on Ubuntu 16.04
|
2018-11-04 05:19:16 -05:00 |
|
Magnus Norddahl
|
0ac4781d5e
|
- fix 3d floor sides
|
2018-11-04 03:37:36 +01:00 |
|
Magnus Norddahl
|
5ea89ac1b6
|
- add 3d floor ceiling and floor surfaces
|
2018-11-03 22:43:00 +01:00 |
|
Magnus Norddahl
|
0f6da0df5d
|
- make the LIGHTMAP_MAX_SIZE define actually work if someone changes it
|
2018-11-03 19:37:50 +01:00 |
|
Magnus Norddahl
|
ed983935ec
|
- class Init functions are so 1995
|
2018-11-03 19:35:46 +01:00 |
|
Magnus Norddahl
|
cf61394714
|
- get rid of the naked new and deletes
|
2018-11-03 19:33:59 +01:00 |
|
Magnus Norddahl
|
e89aa8a5d4
|
- remove kexTrace class
|
2018-11-03 19:01:47 +01:00 |
|
Magnus Norddahl
|
a66ec939fb
|
- move mapdata to level
|
2018-11-03 18:22:04 +01:00 |
|
Magnus Norddahl
|
fde3e5f3b6
|
- moved binfile and halffloat to framework
|
2018-11-03 18:16:14 +01:00 |
|
Magnus Norddahl
|
265da537ab
|
- remove common.h
- move math classes
|
2018-11-03 18:08:45 +01:00 |
|
Magnus Norddahl
|
8fac445226
|
- Switch from NULL to nullptr
|
2018-11-03 17:47:29 +01:00 |
|
Magnus Norddahl
|
ef8dfe3744
|
- remove d_inline
|
2018-11-03 17:35:02 +01:00 |
|
Magnus Norddahl
|
6400fd1597
|
- clean up common.h
|
2018-11-03 17:31:57 +01:00 |
|
Magnus Norddahl
|
e37ea126ce
|
- remove memheap
|
2018-11-03 17:12:39 +01:00 |
|
Magnus Norddahl
|
de8983a382
|
- remove kexStr
|
2018-11-03 16:49:51 +01:00 |
|
Magnus Norddahl
|
dcb4f083a3
|
- remove kexArray
|
2018-11-03 16:43:58 +01:00 |
|
Magnus Norddahl
|
f86358daf5
|
- reduce executable size by 12 megabytes!
|
2018-11-03 03:50:14 +01:00 |
|