biwa
|
a5df323717
|
Added option to enter additional parameters when testing a map. Resolves #646
|
2021-12-14 18:15:23 +01:00 |
|
biwa
|
c2e7ac9b6b
|
Script editor: added support for the //$Skip editor in scripts. Adding this line will not add the next script to the drop down list of available scripts for the ACS actions in the thing and linedef editor dialogs. Resolves #636
|
2021-10-15 23:38:52 +02:00 |
|
biwa
|
62d9da0e73
|
Fixed a rare crash when pasting a thing that has a model assigned to another map
|
2021-06-26 22:20:39 +02:00 |
|
biwa
|
a86a596e00
|
OBJ model loader: fixed sanity checks for faces that reference non-existing vertices, texture coordinates, or normals
|
2021-06-24 18:07:05 +02:00 |
|
biwa
|
ea31f495d7
|
Fixed a problem where textures for OBJ models were flipped vertically
|
2020-06-19 12:22:57 +02:00 |
|
biwa
|
ab81b17554
|
More conversion from float to double. Doesn't seem to crash anymore.
|
2020-05-22 21:39:18 +02:00 |
|
biwa
|
91cbcde1eb
|
It's compiling!
|
2020-05-21 14:20:02 +02:00 |
|
Magnus Norddahl
|
3bbe76b225
|
Remove DevIL dependency
Remove IImageLoader code duplication
|
2020-01-14 17:25:35 +01:00 |
|
Magnus Norddahl
|
fc7093b959
|
Load images when they accessed
Load previews when they are accessed
|
2020-01-12 23:10:57 +01:00 |
|
ZZYZX
|
044dbbcfd0
|
Rewrote dynamic light support. Resolves #319. Resolves #318. Resolves #233.
|
2020-01-03 03:22:33 +02:00 |
|
Magnus Norddahl
|
f97f2d36b1
|
Remove preview manager and remove CreateTexture
|
2019-12-29 20:48:11 +01:00 |
|
NickZ
|
1aa020b2d0
|
Added test configuration option to use Linux paths, added different font for text labels (PR#268 by NickZ)
* Add Linux Path option to test config
* make shortpaths and linuxpaths mutually exclusive
|
2019-12-25 19:45:19 +02:00 |
|
ZZYZX
|
96f2b4e94e
|
Fixed TGA texture loading
|
2019-12-24 21:33:16 +02:00 |
|
ZZYZX
|
2bce3f06a4
|
Flip GDI bitmap in model loading before feeding it to OpenGL
|
2019-12-18 21:27:09 +02:00 |
|
ZZYZX
|
f0aee1e174
|
Merge branch 'master' into slimgl_merge
|
2019-12-14 23:50:40 +02:00 |
|
Magnus Norddahl
|
d701987fb4
|
- don't pass sizes into VertexBuffer and IndexBuffer constructors
- CopyTexture bug fixes
|
2019-08-16 11:24:22 +02:00 |
|
Magnus Norddahl
|
a542385cd7
|
- force texture and buffer updating to go through RenderDevice
|
2019-08-15 02:52:21 +02:00 |
|
Magnus Norddahl
|
407cc703b8
|
- implement enough of BuilderNative for GZDB to successfully run without crashing
|
2019-08-09 23:15:48 +02:00 |
|
Magnus Norddahl
|
690a4d2e83
|
- remove DataStream class
|
2019-08-08 20:06:35 +02:00 |
|
Magnus Norddahl
|
c665bfca86
|
- remove SlimDX namespace
|
2019-08-08 18:24:33 +02:00 |
|
biwa
|
c00a8995aa
|
- Fixed a crash when loading OBJ models with faces without normals
|
2019-08-08 12:17:49 +02:00 |
|
Magnus Norddahl
|
8f15e8d5e7
|
- Simplify code
|
2019-08-08 07:10:35 +02:00 |
|
Magnus Norddahl
|
21b46010c1
|
Merge remote-tracking branch 'origin/master' into slimgl
|
2019-08-08 04:07:00 +02:00 |
|
Magnus Norddahl
|
3cff90d716
|
- remove SlimDX.Direct3D9 namespace
|
2019-08-08 03:51:21 +02:00 |
|
Magnus Norddahl
|
1be047d316
|
- Simplify D3DDevice
|
2019-08-08 03:19:11 +02:00 |
|
biwa
|
34f2c308bd
|
- More model texture loading weirdness is now regarded
|
2019-06-16 19:31:44 +02:00 |
|
biwa
|
c2b18a913e
|
- Fixed a bug where textures for internal model skin names did not load when "Path" was specified in MODELDEF
|
2019-06-16 18:40:10 +02:00 |
|
biwa
|
70b2be5e73
|
- Fixed a crash that happened when there were OBJ elements without parameters
|
2019-06-16 12:05:03 +02:00 |
|
biwa
|
dc74617820
|
- Fixed a problem with OBJ models being flipped
|
2019-06-16 00:03:37 +02:00 |
|
biwa
|
97d4fdd78a
|
@Fixed some compiler warnings
|
2019-06-15 21:26:43 +02:00 |
|
biwa
|
dde8742ff2
|
- Added support for Wavefront OBJ models
- Fixed a problem where model textures were not loaded from the textures directory or from TEXTUREx definitions. Fixes #173 and #226
|
2019-06-15 17:44:02 +02:00 |
|
biwa
|
f2a343e118
|
- Added support for the ForceWorldPanning MAPINFO option. Fixes #258
- Improved support for auto aligning scaled textures
|
2019-04-14 18:24:37 +02:00 |
|
ZZYZX
|
5c42035731
|
Fixed unused variable warnings; fixed compilation error in Renderer2D
|
2019-01-19 10:02:54 +02:00 |
|
ZZYZX
|
6fc15a179f
|
Fixed crash while trying to reference nonexistent vertices in Unreal models
|
2018-07-25 16:03:41 +03:00 |
|
ZZYZX
|
20f96cd115
|
Added .iwad, .ipk3, .ipk7 extensions to recognized list (reported by someone somewhere some time ago...)
|
2018-07-13 08:20:45 +03:00 |
|
Marisa Kirisame
|
afd710801f
|
Update .3d support to match coelckers/gzdoom#506 (PR#221 by Marisa_Kirisame)
|
2018-07-05 12:50:03 +03:00 |
|
ZZYZX
|
3c433cfcb8
|
Fixed scalar in UE1 model reader (was 127, should be 128)
|
2018-06-07 11:59:52 +03:00 |
|
ZZYZX
|
0f469e90ad
|
Updated Unreal model loading to the fixed behavior (only this time really fixed)
|
2018-05-28 11:12:04 +03:00 |
|
ZZYZX
|
320b5f017f
|
Updated Unreal model loading to the fixed behavior in GZDoom - axes were remapped incorrectly (I blame Marisa_Kirisame)
|
2018-05-28 11:00:57 +03:00 |
|
ZZYZX
|
8af4a46c5b
|
Actually fixed vertex axes in Unreal models. Fixed the order of rotations in MODELDEF Offsets (this was not releavent to Unreal issues)
|
2018-05-28 04:06:21 +03:00 |
|
ZZYZX
|
260ffbe57b
|
Fixed skin remapping method
|
2018-05-27 23:25:17 +03:00 |
|
ZZYZX
|
85f00ab9d7
|
Added multiple texture support for Unreal models
|
2018-05-27 21:05:57 +03:00 |
|
ZZYZX
|
4213be1c7a
|
Added simple Unreal model support; Fixed numerous issues with normal handling; Fixed outright invalid handling of AngleOffset/PitchOffset/RollOffset in MODELDEF
|
2018-05-27 08:53:54 +03:00 |
|
jewalky
|
0b14bdeec1
|
GZDB native 64-bit binary support (PR#197 by StrikerMan780)
|
2018-04-14 16:55:21 +03:00 |
|
ZZYZX
|
88d98acd49
|
Fixed: zero-radius point lights would crash upon entering things mode (reported by blood)
|
2018-03-31 14:13:35 +03:00 |
|
ZZYZX
|
efd2ded0b3
|
Made 2D spotlight projection even more accurate (reported by Gutawer)
|
2018-02-04 13:20:11 +02:00 |
|
ZZYZX
|
f97b0b2ee8
|
Made 2D spotlight projection more accurate
|
2018-02-04 07:28:41 +02:00 |
|
ZZYZX
|
4462224aaa
|
Oops quickfix: inherited generic lights did not work
|
2018-02-04 06:30:50 +02:00 |
|
ZZYZX
|
5791171851
|
Added proper spotlight preview in 2D mode
|
2018-02-04 06:16:46 +02:00 |
|
ZZYZX
|
e91fe94794
|
Added string support for spotlight colors
|
2018-02-04 05:16:52 +02:00 |
|