salmon

Results 278 comments of salmon

In addition: * https://github.com/bgrins/TinyColor#islight * https://github.com/bgrins/TinyColor#isdark

@danfitz36 I mentioned using the chroma in OP, but for me the main issue is that the code would be somewhat opaque; there's a strong chance that magic numbers will...

Could we use a HAML-ish DSL (let's call it FUI) for defining gui structure, and then a jquery-ish syntax (let's call it fuiQuery) for interacting with the gui? **FUI example**...

Could it be that altering a road next to a 'not quite a road' causes the 'not quite a road' to be updated but in such a way that it...

Not sure if useful, but while looking at something else I noticed that `NetAI` (which can be accessed via `NetInfo.m_netAI`) contains this: `GetNodeBuilding(ushort nodeID, ref NetNode data, out BuildingInfo building,...

Another thing that might be useful is creating iterators/enumerators (can't remember the name) for common tasks? For example, stuff like this is very common: ```csharp for (int segmentIndex = 0;...

Which road asset is used on the roundabout (if it's workshop asset, please provide link to its workshop page)? Tagging: #1359 , #1302 , #1207 , #854 , #786

For the roundabout + traffic lights issue please create new issue so we can track it separately.

I think we should also consider removing two buttons from the main menu bar: * Toggle despawn * The despawn option is more of a gameplay thing, not a tool....