quentincaffeino / godot-console

In-game console for Godot 3.
MIT License
668 stars 49 forks source link

Persistent history / save history to disk #110

Open Treer opened 1 year ago

Treer commented 1 year ago

Disabled by default. Set Console.History.persistent to true to enable it

Does not limit file size, as the Console's existing code to limit History size doesn't seem to work

Also fixes a crash when you use the down arrow to reverse back through the history

[This is on the Godot4 branch]