Numerlor

Results 35 comments of Numerlor

Are we thinking of the same thing? ```py >>> node >>> type(node.who) ``` https://github.com/renpy/renpy/blob/fab154eacea35c999941e65d4a976a83b8fdfb32/renpy/ast.py#L804-L809 From the script I can also think of With transitions and image names to be good...

I don't have a game myself, but grabbing a random one that had a plaintext script, keeping track of all instantiated say nodes, there were 26500 of them with 84...

It is only a small memory optimization, but should also be trivial to implement in places where it would bring a benefit

Afaik, for dynamically created strings, only single letter latin1 strings will be cached and won't be unique, other than that the optimizations python applies are for attributes and constants. (The...

Am I free to work on this, or does there need to be further discussion around the issue?

I hadn't considered that will continue off where they end without a return, but then this seems like more issues could be addressed if labels were simply required to have...

renpy going up a version presents a great opprotunity to bring in changes that break existing code bases, as it already does that purely from the 2->3 migration; expecting an...

I'm not very familiar with the spec here; maybe a switch to trigger the line break behaviour would be most fitting. I've noticed this issue when parsing autogenerated html from...

Sure, but I'm currently a bit busy so if anyone else is interested they're free to do so. > On 02/19/2023 5:07 PM CET wookie184 ***@***.***> wrote: > > >...

> I want to maintain Python 2 compatibility until ~7 years after the major OSs stop including it. I guess I understand, but what's wrong with dropping it only for...