Results 57 issues of Goober5000

In `player_tips_init()`, tips are parsed without doing any key remapping. The string should be processed using `message_translate_tokens()`.

bug
good first issue

These new SEXP operators clear all status information from an event or goal, making it as if the event or goal had never been evaluated. Implements feature discussed in #4184....

sexps
feature

From #4579 by @EatThePath: > I think a general consolidation of tech rendering functions even beyond these new ones would probably be good. I intend to add some more configurability...

cleanup
scripting

It would be nice to allow the lab camera to be moved around in the x and z directions.

feature

1. Some search algorithms that accepted `clearance` as a parameter did not pass it along to `getNeighbours`, resulting in neighbors being selected when they shouldn't have been. 2. The Theta-star...

The existing implementation of clearance only checks for obstacles along one diagonal. This works for the problem as defined in the reference material, but it is not suitable for situations...

This adds the special SEXP return values (SEXP_KNOWN_TRUE, SEXP_NAN, and so forth) as enums, and adds code to intercept these enums if they are returned where the code would normally...

enhancement
scripting

This allows the skybox orientation and alpha to be accessed and changed through Lua virtvars, and also adds a sexp to change the alpha. Unfortunately, changing the alpha has no...

enhancement
sexps
scripting
Requested by Active Mod

Kind of surprised this SEXP operator hasn't been added before now. It complements the existing percent-X operators in the Objectives category. Also, this fixes and clarifies the help documentation for...

enhancement
sexps

Add a routine to the sexp syntax checker that also checks for potential issues. These are not definitive errors, but situations that might trip up mission designers. Currently there is...

enhancement
qtfred
fred