index
:
irrlicht.git
light
lizzy's patches for irrlichtmt
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
Age
Commit message (
Expand
)
Author
2023-04-06
Fix OpenGL3 driver to compile standalone
sfan5
2023-03-13
Add xvfb (for tests)
numzero
2023-03-13
Add CI for the new GL ES 2 driver
numzero
2023-03-13
Add CI for the new OpenGL 3 driver
numzero
2023-02-22
Move platform detection to CMake
numzero
2022-12-31
Update workflow to address deprecations
sfan5
2022-10-15
Add build with SDL2 to CI
sfan5
2022-10-14
Move Ubuntu builds into docker to keep them working
sfan5
2022-07-18
Enable XInput2 by default (and improve CMake detection)
sfan5
2022-07-07
Add MSVC CI build (#26)
LoneWolfHT
2022-05-06
Properly strip windows binaries produced by CI
sfan5
2022-03-09
AutomatedTest: improve and run under macOS CI too
sfan5
2022-02-04
Update MinGW CI setup to match MT's
sfan5
2021-07-22
Fix CI by running apt-get update first
sfan5
2021-07-17
Add macOS build to CI (#47)
fn ⌃ ⌥
2021-05-08
CI: Add verbose flag to build (#35)
JosiahWI
2021-04-22
Add basic test application that runs under CI
sfan5
2021-03-25
Rename library to IrrlichtMt
sfan5
2021-03-25
Make Linux CI run upload a package
sfan5
2021-03-08
CI: add workflows for win32 and win64
sfan5
2021-03-06
Add CMake as new build system
sfan5
2021-02-25
Add GLES workflow to CI
sfan5
2021-02-25
Throw out support for Bzip, LZMA and encrypted ZIPs
sfan5
2021-02-25
Remove bundled libraries
sfan5
2021-02-25
Add github workflow & gitignore
Loic Blot