aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
Commit message (Collapse)AuthorAgeFilesLines
* Get keyboard input from X11 on Linuxerorcun2021-02-191-2/+2
|
* update librw; get rid of glewaap2021-02-171-18/+6
|
* Fix sha1 on premake linuxerorcun2021-02-121-1/+1
|
* Cmake version for hashFilip Gawin2021-02-121-0/+1
|
* Remove version text, add toggleable debug info(with commit hash!)erorcun2021-02-121-1/+5
|
* startproject now depends on librwwithmorten2021-02-101-0/+4
|
* reduce warnings in msvc librw buildwithmorten2021-02-031-0/+1
|
* add Vanilla config to premake and premake CIwithmorten2021-01-241-2/+5
|
* fix RW33 build, undef ANISOTROPIC_FILTERING for vanilla buildwithmorten2021-01-221-1/+1
|
* remove scriptspath from premakewithmorten2021-01-131-5/+3
|
* premake: add startrpoject; add lto option; fix copying of binary to gamedir; ↵withmorten2021-01-101-2/+11
| | | | update premake5.exe
* Remove fastmath from premake's configFilip Gawin2021-01-061-4/+0
|
* Move mss dummy headers into vendorFilip Gawin2020-12-291-2/+2
|
* buildings directorySergeanur2020-12-201-0/+2
|
* no static runtime for external librwaap2020-11-181-1/+4
|
* Merge pull request #723 from myfreeweb/mastererorcun2020-11-161-1/+4
|\ | | | | Fixes for Wayland (HiDPI and mouse lock) support, FreeBSD
| * Add non-amd64 architectures for bsdGreg V2020-09-281-1/+4
| |
* | Make collision code placement more like original (+ small fixes)Sergeanur2020-11-151-0/+2
| |
* | disable static runtime for glfwwithmorten2020-11-011-3/+5
| |
* | enable static runtime for all windows builds; fast floating point for ↵withmorten2020-11-011-1/+20
| | | | | | | | x86/x64 builds; no sized dealloc for windows builds
* | Add option to enable asanFilip Gawin2020-10-261-0/+10
| |
* | Fixes and style changes from miamierorcun2020-10-181-3/+1
| |
* | premake5: Place macosx-amd64 after arm64Andrew Udvare2020-10-011-1/+1
| | | | | | | | Fixes xcode4 project from Premake getting the wrong target (for now).
* | macOS support; thanks to @MrYadroAndrew Udvare2020-09-301-0/+35
|/ | | | | | This should support ARM64 and x86-64. -target flag based on information from https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary#3618377.
* Add target arm64Filip Gawin2020-09-271-326/+329
|
* Move stuff to vendorSergeanur2020-08-141-25/+24
|
* fixed line formattingBlingu2020-08-081-306/+327
|
* Update premake5.luablingu2020-08-081-20/+0
|
* Update premake5.luablingu2020-08-051-1/+1
|
* added partial bsd support (FreeBSD)blingu2020-08-051-306/+326
|
* Move sdk and eaxSergeanur2020-08-021-10/+10
|
* Merge branch 'master' of https://github.com/GTAmodding/re3 into erorcuneray orçunus2020-07-291-0/+27
|\
| * more fixSergeanur2020-07-291-1/+1
| |
| * premake fixSergeanur2020-07-291-4/+5
| |
| * Merge pull request #587 from Sergeanur/opusSergeanur2020-07-291-3/+29
| |\ | | | | | | OPUS support for OpenAL
| | * Merge branch 'master' into opusSergeanur2020-05-241-2/+0
| | |\
| | * | CleanupSergeanur2020-05-241-0/+1
| | | |
| | * | Merge branch 'master' into opusSergeanur2020-05-241-7/+17
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # eax/eax.h # premake5.lua # src/audio/oal/stream.cpp
| | * | | more checks in premakeSergeanur2020-05-221-3/+5
| | | | |
| | * | | opus supportSergeanur2020-05-221-0/+29
| | | | |
* | | | | Fix Win32 OAL builderay orçunus2020-07-291-1/+1
|/ / / /
* | | / 64-bit on Windowseray orçunus2020-07-221-15/+45
| |_|/ |/| |
* | | Fix OAL crashSergeanur2020-05-241-2/+0
| |/ |/|
* | Fix linux builderay orçunus2020-05-221-6/+8
| |
* | I am an idiotSergeanur2020-05-221-2/+2
| |
* | OpenAL configsSergeanur2020-05-221-5/+19
|/
* fixes for 64 bit buildaap2020-05-161-9/+27
|
* Fix premake copySergeanur2020-05-121-1/+1
|
* Include oal filesSergeanur2020-05-121-5/+2
|
* Merge pull request #533 from erorcun/mastererorcun2020-05-121-27/+49
|\ | | | | Linux build support