Brad Allred
Brad Allred
looks like we need to set `CMAKE_MACOS_RPATH`, but it seems likely there is something else interfering since that should be the default. maybe this needs fixing: https://github.com/gemrb/gemrb/blob/af0410fce89a4f46514b06d0aea82e393ccec311/CMakeLists.txt#L191-L196 or this: https://github.com/gemrb/gemrb/blob/af0410fce89a4f46514b06d0aea82e393ccec311/gemrb/CMakeLists.txt#L118
yeah, we should discuss those in #1863
after b4d8f7a it's likely we just need to remove some of the `if (APPLE)` stuff above
IDK about number 2 but the others are the same thing and will be addressed by #1481 #1788
there were a bunch of `TextArea` scrollbars that we will no longer need too. I think I already ripped most (if not all) out in the subviews branch.
> journal quest folding: the hardest of these four, since we have no code for folding or clicking on subparts of a text area We actually do have this. Each...
the new video backends will support scaled rendering of sprites which will fix this
I actually noticed this when I was implementing Geometry.cpp in #1705 which was intended to unify all our circles. I opted to match the pathfinder, since it was the one...
I think we need to do a bit of testing with the search map overlay and compare to the originals. Shrinking the circle is going to allow actors to stand...
I don't know that automation is required, the main question I have is if actors are directed to the center of a search path node, or if it is where...