jnat
da9f6a3166
add automatic steam_appID.txt creation in build
1 year ago
jnat
791dd65195
add target for steam in order to copy steam_api64.dll after build
1 year ago
jnat
20dadd04c6
add steam support
1 year ago
Sam Hocevar
0aa788ae59
build: start adding support for additional architectures
2 years ago
Sam Hocevar
0cabde4bd6
build: activate static initializers in any project referencing a Lol Engine project
2 years ago
Sam Hocevar
58d9594370
build: fix Win32 compilation
2 years ago
Sam Hocevar
a61c0553cd
build: provide a list of static initializer symbols
This is useful for referencing projects that link with static libraries, so
that they can force some objects to be linked into the executable even if
none of their symbols is used.
2 years ago
Sam Hocevar
e36931b761
build: minor tweaks to the embed build rule
2 years ago
Sam Hocevar
d5d5a9f42a
add missing items to .vcxproj and .vcxproj.filters
2 years ago
Sam Hocevar
cb2a240b6b
build: simplify Kinc compilation rules
2 years ago
Sam Hocevar
e14fb8dced
build: create a C++ registry file that references all embedded data
2 years ago
Sam Hocevar
f7535df563
build: add a new lolengine.config property sheet to simplify project files
2 years ago
Sam Hocevar
b45ec6390c
build: change location of lolembed .obj files
2 years ago
Sam Hocevar
c57f20be36
build: simplify LolEmbed task input/output handling
2 years ago
Sam Hocevar
2181fb6c28
build: rewrite the PowerShell file embedding task to C#
2 years ago
Sam Hocevar
22f8706385
build: fix warnings caused by duplicate NOMINMAX definition on Windows
2 years ago
Sam Hocevar
35f5d23905
build: remove duplicate string computation
2 years ago
Sam Hocevar
17868553cc
build: clang++ compilation fix
2 years ago
Sam Hocevar
cdc9209262
build: split lolengine.props and lolengine.targets
2 years ago
Sam Hocevar
c0ca92ef12
build: rewrite a good part of the LolEmbed msbuild task
2 years ago
Sam Hocevar
3c7d40066d
audio: compilation fix for some MSVC compilers
2 years ago
Sam Hocevar
6b11f3c237
audio: add some soft clipping to audio output
2 years ago
Sam Hocevar
d911845e81
build: rewrite resource embedding bat script in PowerShell
2 years ago
Sam Hocevar
768601d70d
build: add a mechanism for embedding any file in the engine library
2 years ago
Sam Hocevar
5d96adee13
audio: protect global audio mixer with a mutex
2 years ago
Sam Hocevar
3751d1ef4a
Compilation fixes for SCE platforms
2 years ago
Sam Hocevar
6b25c23bf0
audio: remove obsolete SDL code
2 years ago
Sam Hocevar
5870bef8f9
audio: update backend for latest Kinc changes
2 years ago
Sam Hocevar
2785b95cf2
audio: update lol submodule for better resampling
2 years ago
Sam Hocevar
b632fa370b
audio: start migrating to the new streaming API
2 years ago
Sam Hocevar
f7866c38e5
build: add a mechanism for C++20 support on NX
2 years ago
Sam Hocevar
1abe3f46cf
build: do not build Kinc when building a static library
2 years ago
Sam Hocevar
22c6c13be0
build: add more sanity checks for NDA platforms
2 years ago
Sam Hocevar
57c576189e
build: remove warnings about wildcards in msbuild project
2 years ago
Sam Hocevar
79fb6cc58a
build: clean up msbuild files
2 years ago
Sam Hocevar
5afad2bf96
doc: remove unneeded kinc_g4 calls in window example
2 years ago
Sam Hocevar
2dd4794d9e
build: major MSBuild property files cleanup
2 years ago
Sam Hocevar
f72d78a92d
audio: create a simplistic Kinc backend
2 years ago
Sam Hocevar
624b3ed5e4
sys: handle Kinc framebuffer in the main loop
2 years ago
Sam Hocevar
077d2863f5
Merge branch 'wip/deprecate'
2 years ago
Sam Hocevar
b9ca364184
Add note about the old master branch
2 years ago
Sam Hocevar
c52f234619
src: ensure submodules use the checkout update mode
2 years ago
Sam Hocevar
b037e00c24
sys: log messages with OutputDebugString when a debugger is attached
2 years ago
Sam Hocevar
b9063b82fd
sys: replace std::erase_if with std::remove_if until we support C++20
2 years ago
Sam Hocevar
6af228a946
sys: add support for Kinc main loop callback
2 years ago
Sam Hocevar
4272d40443
build: update solution and project platforms
2 years ago
Sam Hocevar
439bbd300e
build: simplify the window example project file
2 years ago
Sam Hocevar
09e2a5c46b
build: make the Kinc shader compile step more configurable
2 years ago
Sam Hocevar
e9d8e36c49
build: add msbuild target for Kinc shaders
2 years ago
Sam Hocevar
c8c78762aa
sys: clean up usage of std::filesystem
2 years ago