aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-21 15:25:22 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-21 15:25:22 +0200
commitd952c3025341fafb4141375ecd2ba3ee9687275d (patch)
tree7ae46774a6c496e4ce71e74028e6e36b03172596 /TODO
parent3240fa7024ca762c8fdd7efeed1705fdea0b2b09 (diff)
Temporary revert text vertexbuffer code because of sfml bug
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7b9508b..d3f56f4 100644
--- a/TODO
+++ b/TODO
@@ -134,4 +134,5 @@ When ui is scaled then the predicted thumbnail size will be wrong since its scal
Check if get_page handlers in pages need to check if next batch is valid. If the server returns empty next batch we shouldn't fetch the first page...
Cloudflare kicks in when downloading manga on manganelo.. figure out a way to bypass it. This doesn't seem to happen when using python requests as is done in AutoMedia.
Replace cppcodec with another library for base64 url encoding/decoding. Its way too large for what it does.
-Revert back to old fuzzy search code or use levenshtein distance, then reorder items by best match. This could be done by having a second vector of indices and use that vector everywhere body items by index is accessed (including selected_item). Also perform the search in Body::draw when search term has been modified. This allows us to automatically update that new vector. \ No newline at end of file
+Revert back to old fuzzy search code or use levenshtein distance, then reorder items by best match. This could be done by having a second vector of indices and use that vector everywhere body items by index is accessed (including selected_item). Also perform the search in Body::draw when search term has been modified. This allows us to automatically update that new vector.
+Using a VertexBuffer in Text makes the text quickly glitch out. Why does this happen? \ No newline at end of file