slipher
slipher
What seems to be is missing is a decision of how steep of an angle a certain height delta represents. So trying to reason this out geometrically... Now so far...
> the engine does not quit on Ctrl+C, which is good. Why is it good? This is a side effect of Breakpad, not something intentional. Ctrl+Z works for me, even...
> Ctrl+Z just suspend the running processn it's still alive, it's not killing it. Yes. You can then issue further commands to kill the process. > What if, when Sys::Error...
This has potential for confusion. If there is a pull request sitting with the `next` target branch, then it won't be obvious when the release had passed that you should...
Also when looking at merge commits in the history I would rather see "merged 0.53.0 into master" and vice versa, than just "next".
Well this is a great cheat code for the humans :stuck_out_tongue: Do we really want to have settings like that though? Which give an advantage to people who know to...
The weights as stored in the IQM are 0-255, so maybe those could be stored directly instead of converting back and forth between float/int several times.
What slow CPU code are you talking about? The stuff in the OP only runs at load time.
Following the old discussions on this, I did https://github.com/UnvanquishedAssets/unvanquished_src.dpkdir/commit/c16b3b298ab5fe5dba9caf7176ee130e9fde35a8 which prevents the `r_dynamicLight` cvar from being set to the value that causes the forward renderer to be used from the...
I think you can do the 'defaults' feature with a simple implementation instead. Like ``` macosx64_defaults='foo bar' mingw32_defaults='foo bar baz' def build_defaults() { for p in ${PLATFORM}_defaults build_${p} done }...