Roman Proskuryakov
bd804d30a4
Rewrites FindFreetype using LibFindMacros
9 years ago
scrawl
78bac93021
Merge pull request #940 from kpp/find_ffmpeg
...
Find ffmpeg
9 years ago
scrawl
59cfcb38e2
Scale the sunlight specular color by weather's GlareView value ( Fixes #3375 )
9 years ago
scrawl
17a0353a85
Fix forward declaration mismatch
9 years ago
Roman Proskuryakov
4821abc8af
Fixes MSVC CI for FFmpeg
9 years ago
Roman Proskuryakov
da59ef0f67
Rewrites FindFFmpeg using LibFindMacros handling components properly
9 years ago
Roman Proskuryakov
81dd164006
Adds CMake module LibFindMacros to reduce pain in find modules
9 years ago
Roman Proskuryakov
16fbce91c2
Implements macro get_version_from_n_defines inside PreprocessorUtils
9 years ago
Roman Proskuryakov
a6b67154bb
Use builtin compiler version in CMake scripts
9 years ago
Marc Zinnschlag
64fdc5a21a
Merge remote-tracking branch 'rcutmore/bug-3331'
9 years ago
scrawl
3584e59402
Fix incorrect parameter to changeCell ( Fixes #3388 )
9 years ago
scrawl
a7e6219091
Merge pull request #939 from kpp/rewrite_esm_name_t
...
Rewrite ESM::NAME_T
9 years ago
Rob Cutmore
547d783eac
Editor: Remove overridden configureCreateCommand
...
StartScriptCreator was incorrectly overriding configureCreateCommand.
This caused issues trying to edit an uneditable column while adding a
new record.
9 years ago
Rob Cutmore
e6863c8f79
Editor: Undo editable column check in record add
9 years ago
Marc Zinnschlag
b4e341e1e2
Merge remote-tracking branch 'aesylwinn/RenderPathgrid'
9 years ago
scrawl
65024ee7f2
Merge pull request #938 from kpp/valgrind_check
...
Valgrind checks
9 years ago
Roman Proskuryakov
5ae1864062
Add unit tests for ESM::FIXED_STRING
9 years ago
Roman Proskuryakov
d5dfa89060
Rewrite NAME_T into FIXED_STRING.
9 years ago
Roman Proskuryakov
d7046878a8
Fix uninitialized values in MWMechanics::AiCombat
9 years ago
Roman Proskuryakov
1e7d573f24
Fix uninitialized values in ESMWriter::save
9 years ago
Rob Cutmore
307f04f827
Editor: Fix issue adding start script (Bug #3331 )
...
Updated to verify column is editable when adding a new record.
9 years ago
scrawl
964ea78367
Update AUTHORS.md
9 years ago
scrawl
9c364325aa
Merge pull request #935 from dragonee/master
...
Changed AiSequence::stack to push_back lower priority packages instea…
9 years ago
Michał Moroz
40cc6a4164
Changed AiSequence::stack to push_back lower priority packages instead of push_front (Bug #3384 )
9 years ago
Aesylwinn
14ae232938
Remove now unnecessary factory class.
...
It was originally used for storing normals, but that functionality
was removed.
9 years ago
Aesylwinn
1f902ff069
Remove code duplication.
9 years ago
Aesylwinn
b11f5b2717
Make edges differently colored.
9 years ago
Rob Cutmore
5009aaaf0d
Update AUTHORS
9 years ago
Rob Cutmore
b129ff9672
Editor: Add PathgridCreator to find duplicate IDs
9 years ago
Rob Cutmore
c9ada852aa
Undo including pathgrids in ID check
9 years ago
Aesylwinn
642b1d0273
Add mask.
9 years ago
Aesylwinn
0eb863d8fc
Change color to blue to match the pathgrid visibility selector in the
...
editor and slightly increase the scaling.
9 years ago
Aesylwinn
7f0cc6e583
Add a color gradiant to pathgrid nodes to make them less of an eyesore.
9 years ago
Aesylwinn
3d26ff08c4
Get rid of lighting.
9 years ago
Aesylwinn
8d95b63180
Add pathgrid rendering to opencs
9 years ago
Aesylwinn
5cac882123
Replace game version of pathgrid rendering with component.
9 years ago
Aesylwinn
d141672b53
Pathgrid geometry creator
9 years ago
Aesylwinn
7fbcc47b15
Add pathgrid modified signals.
9 years ago
Aesylwinn
933504dbd0
Revert "Pathgrid rendering v2"
...
This reverts commit 4dee9604bb
.
9 years ago
Rob Cutmore
5580f803fd
Editor: Prevent duplicate pathgrids (Bug #3342 )
9 years ago
Aesylwinn
4dee9604bb
Pathgrid rendering v2
9 years ago
scrawl
2ca7415708
Handle DialInfo::mFactionLess (Bug #3380 )
9 years ago
scrawl
93b2f09224
Workaround for some AI functions being incorrectly handled as AI packages (Bug #3378 )
9 years ago
scrawl
9959b2553d
Merge pull request #932 from alexanderkjall/master
...
Added all generated artifacts from the build process to the .gitignor…
9 years ago
Alexander Kjäll
c7cc170cbf
Added all generated artifacts from the build process to the .gitignore file
9 years ago
Marc Zinnschlag
10ac432a8c
updated credits file
9 years ago
Marc Zinnschlag
57101c1b19
added namespace and include to previous commit
9 years ago
Alexander Kjäll
32123aec2b
made logarithm function for calculating column widths in the output be more generic
9 years ago
scrawl
5edfe8c41c
Reduce the wander fast forward overcrowding offset ( Fixes #3370 )
9 years ago
Marc Zinnschlag
091e1bf25d
improved scene element visibility buttons
9 years ago