Aesylwinn
b83f522ecd
Changes to color scheme, slight change to drag indicator,
...
change tooltip description.
9 years ago
scrawl
03c0b84edd
Update AUTHORS.md
9 years ago
scrawl
733a9684ed
Merge pull request #947 from Allofich/master
...
AI package fixes
9 years ago
scrawl
c60688a5e3
Merge pull request #942 from kpp/find_freetype
...
Find freetype
9 years ago
Allofich
bce66c629a
Change editor-placed AI packages to cycle
9 years ago
Roman Proskuryakov
63ca8b73fc
fix: use Freetype in FindMYGUI instead of FREETYPE
9 years ago
scrawl
496cb85b01
Do not cancel Ai packages when on loading ( Fixes #3409 )
...
This piece of code was an attempt to fix up save games made before commit d3b76b7006
, but ended up introducing a new bug.
9 years ago
Aesylwinn
90620081c7
Fix handling of deleted pathgrids.
9 years ago
Aesylwinn
bded4f86f0
Remove connection number check
9 years ago
scrawl
d487007167
Remove debug code
9 years ago
scrawl
e396e6f2ea
Adjust the eye level for line of sight checks ( Fixes #3407 )
9 years ago
Aesylwinn
ded8862e9d
Insert nested rows after selected row, or at start if none selected.
9 years ago
Aesylwinn
d0ef95a1e1
Make adjustments to pathgrid modification code.
9 years ago
Aesylwinn
564d0db68c
Move pathgrid abstraction handling to save code.
9 years ago
Aesylwinn
239727531f
Revert "Fix data corruption issues."
...
This reverts commit 6199663bd8
.
9 years ago
Aesylwinn
9a567b3712
Revert "Fix editor undo for nested data."
...
This reverts commit 774e1497b6
.
9 years ago
Aesylwinn
ec90da731c
Redo slight change to pathgrid editing controls, lost in revert
9 years ago
Aesylwinn
bb81e89c08
Revert "Cleanup and slight change to pathgrid editing controls."
...
This reverts commit cc4655e9c7
.
9 years ago
scrawl
a2153a6213
Remove outdated comment
9 years ago
scrawl
5d4f58c828
Fix being unable to activate objects when scripts are disabled
...
The if statement was a leftover of the previous activate implementation and is no longer needed.
9 years ago
scrawl
4743030d4b
Merge pull request #946 from makson96/patch-1
...
Include FindPkgMacros to use make_library_set
9 years ago
makson96
56548b384d
Include FindPkgMacros to use make_library_set
...
In CMakList.txt there is make_library_set and macro for it is defined in FindPkgMacros, so FindPkgMacros needs to be imported to avoid Error: Unknown CMake command "make_library_set".
9 years ago
Aesylwinn
cc4655e9c7
Cleanup and slight change to pathgrid editing controls.
...
Now that there is a drag indicator, it is easy to tell if an
operation is active or not.
9 years ago
Aesylwinn
5eaaed05fc
Improve mouse pick culling.
9 years ago
scrawl
3f1df4caa6
Don't auto-equip ammunition ( Fixes #3401 )
9 years ago
Aesylwinn
18897348d7
Fix weapon values not being properly set in editor.
9 years ago
Aesylwinn
774e1497b6
Fix editor undo for nested data.
9 years ago
Aesylwinn
6199663bd8
Fix data corruption issues.
...
- Point connection count not being set
- Nested undo not restoring table (for pathgrid scene editing, editor
nested undo is still broken)
9 years ago
Aesylwinn
799ed300ea
Use cell coordinates class, fix undo description.
9 years ago
scrawl
703dba902b
Set the shader path in OpenCS
9 years ago
Aesylwinn
b86250036c
Add ability to add pathgrids.
9 years ago
scrawl
44dd67ee0f
Fix a potential crash for lights without a model that have "off by default" flag set
9 years ago
scrawl
a9561f738a
Move RemoveParticlesVisitor to animation.cpp
9 years ago
scrawl
0efbdb25ee
Improve const-correctness in Animation
9 years ago
scrawl
3749821809
Choose a random death animation for actors that start the game as dead ( Fixes #3397 )
9 years ago
Aesylwinn
1781aaaa27
Drag indicator.
9 years ago
Aesylwinn
e8e915bcde
Share selection functionality with instance editing mode.
9 years ago
Aesylwinn
ae0d2c3b9c
Refactor edit mode. Remove essentially duplicate function.
9 years ago
Aesylwinn
13c2161b27
Fix memory leak, remove empty if statement, change dynamic_cast
...
to static_cast
9 years ago
Aesylwinn
5a7ebab694
Fix forward declaration.
9 years ago
Aesylwinn
9d02286592
Remove unused forward declaration.
9 years ago
Aesylwinn
a3363bc098
Fix and simplify pathgrid update handling, only recreate geometry
...
once per frame, and a few naming changes.
9 years ago
Aesylwinn
d2d22e2f23
Clamp node positions in exterior cells.
9 years ago
Aesylwinn
cd3b96b3e8
Change interaction mask back to original and place required masks in
...
PathgridMode.
9 years ago
Aesylwinn
aea2380c2b
Add raytrace to dragCompleted. Implement node drag connection,
...
node and edge removal, and some fixes.
9 years ago
Aesylwinn
6fbc10dbba
Add ability to get cell, pathgrid, and ability to add nodes.
...
Also missing include.
9 years ago
Aesylwinn
9f7c8d559c
Add focus requirement for context menu.
9 years ago
Aesylwinn
f0bbe2c633
Add context menu for pathgrid editor.
9 years ago
Aesylwinn
8b6cb73369
Add ability to invert selection.
9 years ago
Aesylwinn
55656d68ef
Cleanup, put duplicated code in function
9 years ago