SNMetamorph
974f0787a4
vgui_support: added VGUI_TextInput callback stub
3 years ago
Alibek Omarov
8169c2a40b
wscript: set rpath to current folder, LD_LIBRARY_PATH is unneeded anymore
...
Fix README and AppImage launch script accordingly
3 years ago
Alibek Omarov
f63d2d747f
vgui: remove unneeded SDL calls, remove unused VGUI API function, fix mouse cursor visibility
3 years ago
Alibek Omarov
7869aac2e5
wscript: add public to includes
3 years ago
Gleb Mazovetskiy
5e0a0765ce
Trim all trailing whitespace
...
The `.editorconfig` file in this repo is configured to trim all trailing
whitespace regardless of whether the line is modified.
Trims all trailing whitespace in the repository to make the codebase easier
to work with in editors that respect `.editorconfig`.
`git blame` becomes less useful on these lines but it already isn't very useful.
Commands:
```
find . -type f -name '*.h' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
find . -type f -name '*.c' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
```
4 years ago
Alibek Omarov
d2740f78c1
wscript: refactoring, add waf_unit_test, disable -Wdouble-promotion, rename fast as fastnative and leave fast without -march=native for x-compiling
5 years ago
Alibek Omarov
ae624801ac
wscript: proper default showing in help
5 years ago
Alibek Omarov
1f7171462b
vgui_support: properly EXPORT main entry point
5 years ago
Alibek Omarov
75e690791d
vgui_support: wscript: don't test if current platform supports VGUI if one of checks has failed already
5 years ago
Alibek Omarov
6448964c37
vgui_support: remove miniutl submodule
6 years ago
Alibek Omarov
3c1c13850e
vgui_support: remove utl dependency, by porting new vgui support code from original engine, remove dead function definitions, remove dead vgui_main.h header from engine
6 years ago
Alibek Omarov
129325f3a4
scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so
6 years ago
Alibek Omarov
6a6d21ed32
vgui_support: wscript: don't continue configuration if vgui_supoport can't be built
6 years ago
Alibek Omarov
aa30661c26
vgui_support: wscript: disable build on mingw
6 years ago
Alibek Omarov
0b13bf393f
vgui_support: wscript: set default vgui-dev repo path, check OS in configuration stage
6 years ago
Alibek Omarov
17f719558c
wscript: move build env setup to main wscript
6 years ago
iZarif
37defbbd14
vgui_support/wscript fix indentation
6 years ago
Alibek Omarov
1538bc609d
vgui_support: wscript: automatically disable vgui_support build on unsupported CPU type
6 years ago
Alibek Omarov
e20e114643
miniutl: update
6 years ago
Alibek Omarov
5e17b4bf17
wscript: remove useless option type specifier
6 years ago
Alibek Omarov
2c17dce25b
wscript: check for dedicated or singlebinary before recurse into subdirectory, add a chance to skip some subprojects on configuration stage
6 years ago
Alibek Omarov
1b372115a5
wscript: move options to subgroups, reorder option plugins loading
6 years ago
Alibek Omarov
2da65ab122
Update submodules
6 years ago
Alibek Omarov
75643895ef
vgui_support: switch to free miniutl
6 years ago
Alibek Omarov
ccac3e9cfc
wscript: try to fix linking vgui on osx
6 years ago
Alibek Omarov
cfea381c84
vgui_support: wscript: fix finding VGUI on osx, simplify sanity check
6 years ago
Alibek Omarov
9ce9fa8cb5
vgui_support: wscript: refactor, use shared get_subproject_name, rename no-vgui to disable-vgui to follow automake-style convention, add vGUI library sanity check
6 years ago
Alibek Omarov
776d1cb52c
wscript: try to fix windres searching for game_launch, fix osx 32 bit compiling
6 years ago
Alibek Omarov
3c5f7de747
vgui_support: wscript: forgot to set MSVC_SUBSYSTEM for WinXP compatibility
6 years ago
Alibek Omarov
8ea5536b42
wscript: fix win32 build
6 years ago
mittorn
9dadc0de93
Make vgui build dependence optional as it does not have opensource license
6 years ago
mittorn
1dedf0e208
Fix tab in wscript
6 years ago
Alibek Omarov
76e01f490c
Update mainui. Make VGUI search message more friendly. Update gitignore
6 years ago
Alibek Omarov
0db8d95bc9
Update mainui. Add possibility to install engine ignoring *nix file hierarchy in wscript. Fix debugging.
7 years ago
Alibek Omarov
79d8bc2cdd
Get rid of accidentally added CMakeLists
7 years ago
Alibek Omarov
fac536f8c4
Add mainui_cpp. Use appropriate message in vgui_support's wscript.
7 years ago
Alibek Omarov
0c058f2eca
Add waf buildscripts, add updated game_launch
7 years ago
Alibek Omarov
3f2a8f7704
Remove vid_mode. VID_GetModeString now returns only supported modes from SDL2
7 years ago
Alibek Omarov
5a1b03ac20
Integrate FWGS vgui_support
7 years ago