Toma400 / The_Isle_of_Ansur

Python-based text RPG game, successor of Between Shadows and Light.
Other
9 stars 0 forks source link

Recursing function redirecting #4

Closed Toma400 closed 2 years ago

Toma400 commented 2 years ago

Shortly but simply, this is call for improvement of gui module files to not recurse their functions, since this leads to call stack being constantly raised - therefore for more RAM usage - and eventually, to crash.

Toma400 commented 2 years ago

Submitted in 70af8e9, but opens #17 and #18, as expected.

Toma400 commented 2 years ago

save_load.deep_load_error() function is recursive, and used frequently later in code (save systems which are kinda broken, look at comments).

Toma400 commented 2 years ago

Closing due to pushing issue to #21.