Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(wip) imgui backend #128

Closed
wants to merge 69 commits into from
Closed

(wip) imgui backend #128

wants to merge 69 commits into from

Commits on Jul 5, 2023

  1. add some imgui stuff

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0741b5e View commit details
    Browse the repository at this point in the history
  2. Switch to ogl3 impl

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    460a36a View commit details
    Browse the repository at this point in the history
  3. Do not clear the fb

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9caa4d8 View commit details
    Browse the repository at this point in the history
  4. remove my hacky attempts

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8baca63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b01cbd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab8c6c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc3250b View commit details
    Browse the repository at this point in the history
  8. oops

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e059f58 View commit details
    Browse the repository at this point in the history
  9. Custom sdl2-less backend

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3b4e2d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    baa0229 View commit details
    Browse the repository at this point in the history
  11. wip mouse move

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    83e6b28 View commit details
    Browse the repository at this point in the history
  12. update

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f568d24 View commit details
    Browse the repository at this point in the history
  13. implement scrolling

    griffi-gh committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    52e5334 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae4327e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. wip sb menu

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a995720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8383e75 View commit details
    Browse the repository at this point in the history
  3. Add and handle tms_text_input event type

    (required for imgui text input handling)
    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8ed723a View commit details
    Browse the repository at this point in the history
  4. fix

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cc68505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cc756a View commit details
    Browse the repository at this point in the history
  6. Fix search crashing

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cd46de0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fee07ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbf9b5a View commit details
    Browse the repository at this point in the history
  9. handle open dialog

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dffe6a7 View commit details
    Browse the repository at this point in the history
  10. Add version column

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    590dc15 View commit details
    Browse the repository at this point in the history
  11. fix arg added by accident

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4e803c2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    252673f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4ad3714 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b411c95 View commit details
    Browse the repository at this point in the history
  15. fix typo

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    7e59119 View commit details
    Browse the repository at this point in the history
  16. edit -> Open

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2292a7f View commit details
    Browse the repository at this point in the history
  17. restructure, fix id

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5c5a7a8 View commit details
    Browse the repository at this point in the history
  18. Use ACTION_OPEN

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b31779e View commit details
    Browse the repository at this point in the history
  19. remove /search text

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    974fe7a View commit details
    Browse the repository at this point in the history
  20. fix memory leak

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6b92cfc View commit details
    Browse the repository at this point in the history
  21. fix missing argument

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    146b9b8 View commit details
    Browse the repository at this point in the history
  22. fix missing return

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5d8e6fd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0ce5702 View commit details
    Browse the repository at this point in the history
  24. tms is so fucked up...

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0da4dea View commit details
    Browse the repository at this point in the history
  25. fix

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a010794 View commit details
    Browse the repository at this point in the history
  26. i'm stupid

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    254d996 View commit details
    Browse the repository at this point in the history
  27. ci search

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    84cc993 View commit details
    Browse the repository at this point in the history
  28. handle non-local levels

    griffi-gh committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cafb79f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    a70e7c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dc4273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f69b5b8 View commit details
    Browse the repository at this point in the history
  4. New level modal

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0095472 View commit details
    Browse the repository at this point in the history
  5. align new level modal

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d46d316 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ad0333 View commit details
    Browse the repository at this point in the history
  7. wip object info

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6ffd955 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    164df58 View commit details
    Browse the repository at this point in the history
  9. Use a c++ lambda

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7b19fe6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e326302 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    98ce111 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    76ed5ce View commit details
    Browse the repository at this point in the history
  13. fix comment lol

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4927ac4 View commit details
    Browse the repository at this point in the history
  14. remove unused stuff

    griffi-gh committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2454cdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    438a8dc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    49f92bc View commit details
    Browse the repository at this point in the history
  2. add wrapping, fix style

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0ac7c86 View commit details
    Browse the repository at this point in the history
  3. Sandbox tools dialog

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0c5997e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f58bd6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b191a7a View commit details
    Browse the repository at this point in the history
  6. Categorize debug opts

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    75408e9 View commit details
    Browse the repository at this point in the history
  7. Put save_list in a child

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8595fd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c17e607 View commit details
    Browse the repository at this point in the history
  9. upd msg

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6a28e5c View commit details
    Browse the repository at this point in the history
  10. fix lin fallback

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8f54e72 View commit details
    Browse the repository at this point in the history
  11. oops I pushed garbage

    griffi-gh committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e5a053a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. WIP luascript

    griffi-gh committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0bd839a View commit details
    Browse the repository at this point in the history