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

Same as previous #1065

Commits on May 14, 2022

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

Commits on May 17, 2022

  1. * Feature: Obtain a building executable on MacOS, but need to resolve…

    … the crashing issues and multi-configuration settings.
    Ragora committed May 17, 2022
    Configuration menu
    Copy the full SHA
    786dac7 View commit details
    Browse the repository at this point in the history
  2. * Feature: Remove the intermediate libraries and simply collate the s…

    …ources into one target. This is necessary for eg. console function registration to work properly.
    Ragora committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c3540ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9901fa7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

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

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    e7b0190 View commit details
    Browse the repository at this point in the history
  2. * BugFix: Correct some errors in the module scripts.

    * BugFix: Fixes for compiling on Windows.
    Ragora committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b235542 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

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

Commits on May 28, 2022

  1. * Feature: Dynamic library checker and installer.

    * BugFix: Minor fixes for compilation.
    Ragora committed May 28, 2022
    Configuration menu
    Copy the full SHA
    49204fa View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. * BugFix: Corrections to allow the Windows build to work correctly wi…

    …th D3D11.
    
    * BugFix: Corrections to allow executables and libraries to build in the game directory without an install.
    Ragora committed May 30, 2022
    Configuration menu
    Copy the full SHA
    2ee5675 View commit details
    Browse the repository at this point in the history
  2. * Feature: Implement template configuration at the CMake configure st…

    …age.
    
    * BugFix: Correct some source references in the Engine CMakeLists.txt
    Ragora committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e071f1d View commit details
    Browse the repository at this point in the history
  3. * BugFix: Correct convexDecomp compilation by setting the LINUX flag …

    …when necessary.
    
    * BugFix: Update OpenAL to correct a compilation error on Linux.
    Ragora committed May 30, 2022
    Configuration menu
    Copy the full SHA
    7380161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24707b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffd6b09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13d632a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    790cb17 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    3e74aca View commit details
    Browse the repository at this point in the history
  2. * BugFix: Tweak the way dynamic libraries are loaded to the game dire…

    …ctory and make FreeType a required package on Linux.
    Ragora committed May 31, 2022
    Configuration menu
    Copy the full SHA
    9b8350d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dab9e2 View commit details
    Browse the repository at this point in the history
  4. * BugFix: Correct a typo.

    Ragora committed May 31, 2022
    Configuration menu
    Copy the full SHA
    128a50f View commit details
    Browse the repository at this point in the history
  5. * BugFix: Fix missing link libraries for Linux.

    * BugFix: Fix calling a CMake function that was not available in the minimum Cmake version.
    Ragora committed May 31, 2022
    Configuration menu
    Copy the full SHA
    b1cba70 View commit details
    Browse the repository at this point in the history
  6. * BugFix: Correct a few typos in the CMakeLists.txt.

    * Feature: Mirror support for TORQUE_SFX_DirectX which appears to be
      broken anyway.
    Ragora committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f395c7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    688f201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3424496 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a36a99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4efd59c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    792a3cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1d1999 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0038a9d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    0b15bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372a79c View commit details
    Browse the repository at this point in the history
  3. * BugFix: When searching for OpenAL on Linux, search for both libopen…

    …al.so.1 and libopenal.so.
    Ragora committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    d0f4084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa18b4 View commit details
    Browse the repository at this point in the history
  5. * Feature: Add TORQUE_ADDITIONAL_LIBRARY_BINARIES for modules to spec…

    …ify eg. dll files to be installed next to the executable. On OSX this installs the file into the frameworks directory.
    Ragora committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    a71ebf6 View commit details
    Browse the repository at this point in the history
  6. * BugFix: Initial work on generating filters.

    * BugFix: For now, comment out a line in libpng's CMake scripts causing issues on XCode.
    Ragora committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    51bf96a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05cce33 View commit details
    Browse the repository at this point in the history
  8. * BugFix: Allow header files to appear in the filters through use of …

    …a helper function torqueAddSourceDirectories.
    Ragora committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3d963d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c90d3dd View commit details
    Browse the repository at this point in the history
  10. * Feature: Add TORQUE_DYNAMIC_LIBRARY as an experimental flag to allo…

    …w building the core engine as a shared library.
    Ragora committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    b1d36c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. * BugFix: Remove the absolute rpath removal to prevent build errors o…

    …n MacOS in some cases.
    Ragora committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1a76d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f50e7b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    c672a27 View commit details
    Browse the repository at this point in the history
  2. * Feature: Re-add NFD support.

    Ragora committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2f1d21e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. update sdl to 2.26.5

    Azaezel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0e44e16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'cmake_adjustments' of https://github.com/Ragora/Torque3D

    …into alpha41/cmake_adjustments
    
    # Conflicts:
    #	Engine/lib/assimp/INSTALL
    #	Engine/source/console/fileSystemFunctions.cpp
    #	Tools/CMake/basics.cmake
    #	Tools/CMake/modules/module_testing.cmake
    Azaezel committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c61439c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. put back c20

    Azaezel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    502f38f View commit details
    Browse the repository at this point in the history
  2. further conflict resolutions

    Azaezel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    a5f3e70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166128d View commit details
    Browse the repository at this point in the history
  4. more targetted fix for c++20

    readd blacklist via a filterOut macro
    Azaezel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8d43480 View commit details
    Browse the repository at this point in the history
  5. quick collada compile fix as a straight update would pull in the boos…

    …t library as well for yet another dependency
    Azaezel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    360edf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3f53b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e6f785 View commit details
    Browse the repository at this point in the history
  8. assimp compile fix mac side

    Azaezel committed May 28, 2023
    Configuration menu
    Copy the full SHA
    0ab5860 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. partial backport of the old addDef code. still needs fixup.

    fix exe naming winside. todo: same for mac and 'nix
    set startup project winside
    Azaezel committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a14c7d7 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. get addDef back to working, add additional compiler flags win side to…

    … set the warning level back to 4 (and supress the more innocuous ones that we were doing previously till we've time for a focused pass there)
    Azaezel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    60c2769 View commit details
    Browse the repository at this point in the history
  2. typofix

    Azaezel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    81ed240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f20a0 View commit details
    Browse the repository at this point in the history
  4. gtk check

    Azaezel committed May 31, 2023
    Configuration menu
    Copy the full SHA
    af88962 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df24913 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    e55d71f View commit details
    Browse the repository at this point in the history
  2. kill dupe macro definitions, add macro(addFramework framework) for ma…

    …c support to append frameworks, and further mark-as-advanced cleanups
    Azaezel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    8906c12 View commit details
    Browse the repository at this point in the history
  3. additional library filters

    Azaezel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c147cda View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. get ogg working

    Azaezel committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    653580b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1194f7f View commit details
    Browse the repository at this point in the history
  3. fix mac compile

    Azaezel committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    db3e798 View commit details
    Browse the repository at this point in the history
  4. shift zlib to first compiled library, shift mark_as_ASSIMP_HUNTER_ENA…

    …BLED to a (hidden) option to attempt match the assimp define
    Azaezel committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    f6bd20a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    39bb7fb View commit details
    Browse the repository at this point in the history
  2. correct overstep

    Azaezel committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    916e722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8284604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ef60ff View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. library containment:

    after execution of found cmakelists.txt files, searh the engine/lib and apname/data directories recursively for a *torque_postbuild.cmake file, including the contents, to ensure any values used, such as TORQUE_LINK_LIBRARIES remain in parent scope
    Azaezel committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9f01515 View commit details
    Browse the repository at this point in the history
  2. if a module lacks a cmakelists.txt or cmake file, yet contains a /sou…

    …rce/ directory, throw in the .h and .cpp files under modules/modulename/source
    Azaezel committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1c8af18 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge branch 'development' of https://github.com/TorqueGameEngines/To…

    …rque3D into alpha41/cmake_adjustments
    Azaezel committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    52093cb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

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

Commits on Jun 11, 2023

  1. gtest cmake config convert

    Azaezel committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    d4c73c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. framework macro typofix

    Azaezel committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fa14b8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa750d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. kill redundant files

    Azaezel committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    c1daeff View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. get gtest partly hooked back up. todo: engine/source directories only…

    … included when TORQUE_TESTING is on
    Azaezel committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    79dffb1 View commit details
    Browse the repository at this point in the history
  2. unit test module cleanup

    Azaezel committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6d91cab View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. suggested sdl compile fix

    Azaezel committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    80437b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. assert to skip the rest

    Azaezel committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    678fd2a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 6, 2023

  1. kill bad project assignment

    Azaezel committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3f96225 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Merge branch 'development' of https://github.com/TorqueGameEngines/To…

    …rque3D into alpha41/cmake_adjustments
    Azaezel committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0e1e36b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    16bc962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d581558 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    962202c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581c547 View commit details
    Browse the repository at this point in the history
  3. threadsafeFreelist error reporting aug: get total and free values

    gtest consumer lock prevention rev2- timeout baiilout
    Azaezel committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c07d631 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Revert "update sdl to 2.26.5"

    This reverts commit 0e44e16.
    Azaezel committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    020754b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 90% sure we never actually use this in the manner it's being tested, …

    …so seing if remming it makes CI happy...
    Azaezel committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    3e5ab1f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge branch 'development' of https://github.com/TorqueGameEngines/To…

    …rque3D into alpha41/cmake_adjustments
    Azaezel committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2866b3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1205632 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 23, 2023

  1. Merge branch 'development' of https://github.com/TorqueGameEngines/To…

    …rque3D into alpha41/cmake_adjustments
    
    # Conflicts:
    #	Engine/source/windowManager/test/windowManagerTest.cpp
    Azaezel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    8de12d9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'SDLUpdate_2_28_1' of https://github.com/Areloch/Torque3D

    …into alpha41/cmake_adjustments
    Azaezel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c70e436 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of https://github.com/TorqueGameEngines/To…

    …rque3D into alpha41/cmake_adjustments
    Azaezel committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2e8f579 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. separate testing environment

    -Separate main for running unit tests
    -Move unit tests into testing folder
    marauder2k7 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c09f79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a4c63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ef93ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3cfc7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83c448e View commit details
    Browse the repository at this point in the history
  6. Update cmake.yml

    marauder2k7 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    dc2812f View commit details
    Browse the repository at this point in the history
  7. last test

    marauder2k7 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    192250c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Update gfxD3D11Device.cpp

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2377db8 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cf874b5 View commit details
    Browse the repository at this point in the history
  3. SDL.h

    should probably put access to all sdl header files into 1 location...
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ec5624f View commit details
    Browse the repository at this point in the history
  4. more sdl

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e00c894 View commit details
    Browse the repository at this point in the history
  5. Update semaphore.cpp

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    88691a7 View commit details
    Browse the repository at this point in the history
  6. Revert "Update semaphore.cpp"

    This reverts commit 88691a7.
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    aa13342 View commit details
    Browse the repository at this point in the history
  7. Revert "more sdl"

    This reverts commit e00c894.
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    afd5a7d View commit details
    Browse the repository at this point in the history
  8. Revert "SDL.h"

    This reverts commit ec5624f.
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ce36ea6 View commit details
    Browse the repository at this point in the history
  9. Update windowManagerTest.cpp

    test to see if segfault triggers at this point in testing
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0636ba5 View commit details
    Browse the repository at this point in the history
  10. Update cmake.yml

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    cc6a038 View commit details
    Browse the repository at this point in the history
  11. disable mem mngr

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6eb051b View commit details
    Browse the repository at this point in the history
  12. Update CMakeLists.txt

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4098be8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    69ab86f View commit details
    Browse the repository at this point in the history
  14. Update sdlWindowMgr.cpp

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f452ea9 View commit details
    Browse the repository at this point in the history
  15. test

    this is the fix!!!!!
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b97c8fc View commit details
    Browse the repository at this point in the history
  16. Update CMakeLists.txt

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    149f971 View commit details
    Browse the repository at this point in the history
  17. Update cmake.yml

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0ba22b7 View commit details
    Browse the repository at this point in the history
  18. fix for windows

    Windows segfault was only appearing after changes to windowManagerTest, either that or because linux was failing first it wasn't giving windows a chance to fail. see if this works.
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    564d48e View commit details
    Browse the repository at this point in the history
  19. missed define

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f2292a6 View commit details
    Browse the repository at this point in the history
  20. Update gfxD3D11Device.cpp

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    206ba83 View commit details
    Browse the repository at this point in the history
  21. Update cmake.yml

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    eefe489 View commit details
    Browse the repository at this point in the history
  22. Update cmake.yml

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    07989e6 View commit details
    Browse the repository at this point in the history
  23. Update cmake.yml

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9a4d12e View commit details
    Browse the repository at this point in the history
  24. test workflow

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    055867a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fd1efc2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8ad9baa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3157ee3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    017d7ab View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ea2cd33 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    40e33dc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c489eb8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1ccaf28 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c017f7e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    ff08c7b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3473a0a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    af484a6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4fb85c7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0418437 View commit details
    Browse the repository at this point in the history
  39. add linux build test

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a390a68 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    1f2a527 View commit details
    Browse the repository at this point in the history
  41. add macosx

    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9020d42 View commit details
    Browse the repository at this point in the history
  42. Update build-windows-msvc.yml

    github workflow doesnt like env?
    marauder2k7 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    dc3060c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3b79935 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. windows unit testing

    -removed the other 2 platforms just for now
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a4a77ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d34b30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c33b220 View commit details
    Browse the repository at this point in the history
  4. github workflow errors

    changes to remove set::env
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    220bb76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5367f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eba76d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f8affa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccacae6 View commit details
    Browse the repository at this point in the history
  9. no more errors

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8fb566b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e5b4b5 View commit details
    Browse the repository at this point in the history
  11. install ninja

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ddf2814 View commit details
    Browse the repository at this point in the history
  12. fix mac

    upload action in the correct place
    macos-latest not macosx-latest
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9eeb74c View commit details
    Browse the repository at this point in the history
  13. add test reporter

    test macos build with gcc problem catcher, apparently it works with clang
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    04d29e0 View commit details
    Browse the repository at this point in the history
  14. test report file

    -fix test report file path
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3ba845c View commit details
    Browse the repository at this point in the history
  15. Update README.md

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    4b73f1c View commit details
    Browse the repository at this point in the history
  16. update test reporter

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    83f3db3 View commit details
    Browse the repository at this point in the history
  17. test reporter

    WORK DAMN YOU
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    185c290 View commit details
    Browse the repository at this point in the history
  18. test reporter

    mmmsdmfsmdfsd
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fc2e92e View commit details
    Browse the repository at this point in the history
  19. est

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2754144 View commit details
    Browse the repository at this point in the history
  20. asdasdas

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a8cf92f View commit details
    Browse the repository at this point in the history
  21. Create test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    bbe0198 View commit details
    Browse the repository at this point in the history
  22. test results

    -run test results as a separate task
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a603180 View commit details
    Browse the repository at this point in the history
  23. test results for each

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    647074b View commit details
    Browse the repository at this point in the history
  24. rename

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    1e20d7a View commit details
    Browse the repository at this point in the history
  25. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ec17e15 View commit details
    Browse the repository at this point in the history
  26. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a83be9f View commit details
    Browse the repository at this point in the history
  27. test report

    -check to see if emojis are messing with triggering the test reporters
    -remove success spam from unit test output
    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    434c7f7 View commit details
    Browse the repository at this point in the history
  28. Update unitTesting.cpp

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    37dd2fe View commit details
    Browse the repository at this point in the history
  29. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d1fa081 View commit details
    Browse the repository at this point in the history
  30. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    01b4872 View commit details
    Browse the repository at this point in the history
  31. Update action.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f1b3c1a View commit details
    Browse the repository at this point in the history
  32. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    60a9624 View commit details
    Browse the repository at this point in the history
  33. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    58dc21b View commit details
    Browse the repository at this point in the history
  34. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    153fc9d View commit details
    Browse the repository at this point in the history
  35. Update test-results.yml

    marauder2k7 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5bcab77 View commit details
    Browse the repository at this point in the history