y0014984

Results 14 comments of y0014984

@JulesVerner confirmed that OPFOR attacks the BLUFOR generator, if it has AI in it.

partially solved in #391 for server RPT. For client log we need to fully rewrite the Text to StructuredText conversions, so only Strings or Arrays of Strings are transfered to...

The same would apply to some other assets like the battery pack oder the computer with the tripple monitor.

This is still a problem, even with the change to the invisible input field.

At the moment @GermanHydrogen is implementing a moving cursor that uses our current terminal and moves text to the right side of the cursor while the cursor moves left, and...

related to #130

Perhaps create an unvisible 1-line-input-field and copy the content to our multiline-input-field. But how to manage the cursor?

Manage the cursor as before but only copy single chars and clear the input field afterwards, if content is a new char.

I think this is not that hard to implement. We can use a varaible stat stores the current status of capslock. In the `fnc_terminal_addEventHandler.sqf` we could add some logic to...