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

Merge master into renderer ng #589

Open
wants to merge 33 commits into
base: renderer-ng
Choose a base branch
from

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    70d142b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    fd6d928 View commit details
    Browse the repository at this point in the history
  2. Fixed #455

    Aidoneus committed May 2, 2022
    Configuration menu
    Copy the full SHA
    402c040 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Dynamic aspect

    caiiiycuk committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9af346c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    cb61426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6946544 View commit details
    Browse the repository at this point in the history
  3. git command

    DileSoft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a5ce644 View commit details
    Browse the repository at this point in the history
  4. git command

    DileSoft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c9b749a View commit details
    Browse the repository at this point in the history
  5. git command

    DileSoft committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ff9cfc7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge pull request #576 from lpenguin/fix-575

    Fixed segmentation fault in the Barrier
    stalkerg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c83be0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #565 from devnexen/dictionary_to_cpp

    apply c++ warning to only c++ compilation units, fixing warning on in…
    stalkerg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    c83543c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #566 from Aidoneus/fix525

    Fixed #525 + prevent error (warning as error) when trying to build wi…
    stalkerg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    90e7e7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #567 from Aidoneus/fix455

    Fixed #455
    stalkerg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f466a9c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. indent change

    DileSoft committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4ae8062 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #578 from DileSoft/git_message

    Show commit information in error message
    stalkerg committed May 11, 2022
    Configuration menu
    Copy the full SHA
    29907d8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    9d4de50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f8ca06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f81c03c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    867553e View commit details
    Browse the repository at this point in the history
  5. * Change main name for android

    * Always use HD version on android
    caiiiycuk committed May 12, 2022
    Configuration menu
    Copy the full SHA
    091a457 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #579 from caiiiycuk/va_ioerror

    Better error message for I/O operations
    stalkerg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f8320b3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #581 from caiiiycuk/va_xerrhead_segfault

    Fix SEGFAULT (on android) in error handler
    stalkerg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    b36b573 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #582 from caiiiycuk/va_movelang

     Move lang.cpp/lang.h to xtool to avoid linking problems
    stalkerg committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7412ed8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    b91edbf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    5c9f0b9 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Merge pull request #564 from caiiiycuk/patch-2

    Dynamic aspect + window resize
    stalkerg committed May 19, 2022
    Configuration menu
    Copy the full SHA
    063a9eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #583 from caiiiycuk/va_cmakeandroid

    Support android in CMakeLists.txt
    stalkerg committed May 19, 2022
    Configuration menu
    Copy the full SHA
    beff3da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #584 from caiiiycuk/va_androidhd_main

    Inital support for android
    stalkerg committed May 19, 2022
    Configuration menu
    Copy the full SHA
    6504b52 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #585 from caiiiycuk/va_fsigned_char

    add -fsigned-char compile option
    stalkerg committed May 19, 2022
    Configuration menu
    Copy the full SHA
    44c2517 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #586 from devnexen/script_load_mem_leak_fix

    couple of surface/script mem leak fixes proposal.
    stalkerg committed May 19, 2022
    Configuration menu
    Copy the full SHA
    95a0a65 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. aciScreenText mem leak fix

    devnexen committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0064bca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Merge pull request #588 from devnexen/actin_memleak

    aciScreenText mem leak fix
    stalkerg committed May 29, 2022
    Configuration menu
    Copy the full SHA
    c44ecd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    591cc42 View commit details
    Browse the repository at this point in the history