Allen A. Babb

Results 51 comments of Allen A. Babb

#4543 should be merged first before tackling this issue, yes. Some key points from a brief look: `controlsconfig.h::CONTROL_CONFIG_XSTR` is an index used by hardcoded controls to be lazy and not...

`message_translate_tokens()` may be found in `.\code\mission\missiontraining.cpp`. Its documentation is a little thin, so you may want to search the codebase for all usages of `message_translate_tokens()` to see how it is...

Depends on the thruster tech. AFAIK current real RTS thrusters can't modulate their output outside of the simple bang-bang (all on or all off), leaving the fine maneuvers instead to...

I did some troubleshooting with Sem on discord for the past two hours, and it seems to be isolated to free-look (view slew). - Padlock views work as normal -...

Since its been a few months I forget what exactly I was trying to hint at with the namespace question, maybe I was trying to push you towards using `enum...

Yeah uhm, The `enum`'s don't actually get scoped regardless of what class they may be buried in. Each of the enum's defined values are effectively the same as `const ints`...

All right, either I'm remembering an ancient bug that's been addressed last century or misremembering how enum's scope.

Somebody familiar with the graphics code may be able to knock it out within a week, but all the same, the source of the regression needs to be tracked down....

Dev notes: * Mousewheel increments should be enqueued, so that, for example,"down 5 clicks, up 3 clicks, down 1, up 2" is correctly sequenced in the game. * Certain Continous...