João Silva
João Silva
The editor always had some input delay at times, but the problem got much worse for me in 1.7.0 (more specifically commit `9a7fe0c05b93f89657a7bc3f038d1c3b458e063c`). It happens a lot when writing inside...
When scripts start getting a bit large, or when some individual triggers are large, the automatic compilation performed by RATools when the script changes starts to become a nuisance, blocking...
Would be useful for strings to be iterable and indexable like arrays and dictionaries. Sample use case: ``` function text_starts_with(text_addr, needle) { cond = always_true() ptr = text_addr for char...
In much of the code I've been writing, being able to modify the address held by a memory accessor would be a massive code quality improvement, mostly for adding offsets...
Might be more trouble than it's worth, but I think something like `__asm` in C, allowing for the creation of raw achievement logic, would be a nice to have. Sometimes...