Commit Graph

1760 Commits

Author SHA1 Message Date
Alibek Omarov 62e364e1c3 wscript: install ELF on Switch too, for debugging purposes 2022-03-28 04:08:34 +03:00
Alibek Omarov 5259d7c40c utils: add simple scripts to append file:line to Atmosphere crash reports 2022-03-28 04:04:48 +03:00
Alibek Omarov 56f27561ce engine: platform: nswitch: delete unused functions 2022-03-28 04:03:25 +03:00
Alibek Omarov 9a8ec780f9 Documentation: added myself as maintainer for Switch port 2022-03-28 02:30:54 +03:00
Alibek Omarov e27648b70a engine: remove unneeded dlfcn includes 2022-03-28 02:15:22 +03:00
Alibek Omarov 905878bec0 waifulib: nswitch: add new tool to faciliate NRO file generation. Add precompiled NACP file, icon and all needed changes in wscripts 2022-03-28 02:14:50 +03:00
Alibek Omarov 2536b7ea2a wscript: move solder check to main wscript file, enable sdl2 sanity check again 2022-03-26 19:33:50 +03:00
Alibek Omarov 6b36497c64 waifulib: xcompile: fix nswitch crosscompiler detection and compile/link flags 2022-03-26 19:33:50 +03:00
Alibek Omarov efb9f2b5ee waf: upgrade to latest waifu 2022-03-26 19:33:41 +03:00
fgsfds 38895f582a switch: don't autopop OSK when opening the console 2022-03-26 17:50:22 +03:00
fgsfds 81a6f91a1b server: add sv_autosave cvar 2022-03-26 17:50:21 +03:00
fgsfds 7eb94c0fb2 switch: disable dup() 2022-03-26 17:49:36 +03:00
fgsfds cd2c87dd47 switch: change around input field controls to match mainui 2022-03-26 17:48:34 +03:00
fgsfds 02e74e7022 switch: enable r_vbo_dlightmode by default 2022-03-26 17:48:34 +03:00
fgsfds 23df8c11a3 switch: need stpcpy in regamelite 2022-03-26 17:48:34 +03:00
fgsfds 110be8bdd3 switch: enable nxlink only in debug builds 2022-03-26 17:48:34 +03:00
fgsfds d0471823c8 switch: always enable console; add some console buttons 2022-03-26 17:48:34 +03:00
fgsfds f0b4f9f416 only pop up touch keyboard on FINGERDOWN events 2022-03-26 17:48:34 +03:00
fgsfds 7573aa085c add barebones gamepad controls to input fields 2022-03-26 17:48:33 +03:00
fgsfds 6d746329d9 switch: change games by restarting the NRO
to avoid all the globalvar cleanup
2022-03-26 17:48:33 +03:00
fgsfds a83ca34dac switch: use normal libsolder 2022-03-26 17:48:00 +03:00
fgsfds bff8b75814 switch: deinit SDL completely on exit 2022-03-26 17:48:00 +03:00
fgsfds 1c27f1c74e zero out some globals on init
in case of single binary restarts
2022-03-26 17:48:00 +03:00
fgsfds 1c092c7db0 switch: build: use correct envvar in warning 2022-03-26 17:48:00 +03:00
fgsfds 7e73808806 switch: force SysV ELF hashes just in case 2022-03-26 17:48:00 +03:00
fgsfds e47480e15e switch: default to 1280x720 2022-03-26 17:48:00 +03:00
fgsfds d4bf5e104e switch: make it work again
with dynamic libs this time
2022-03-26 17:48:00 +03:00
Alibek Omarov 654bac83a5 scripts: do not upload branches as main continious prerelease 2022-03-20 06:38:46 +03:00
a1batross fc7fb8b62d engine: masterlist: replace master server domain by mentality.rip
It is essentially the same as ms.xash.su but due to current situation, it is known to be blocked on some Ukrainian ISPs.

ms2.xash.su is retired for now.
2022-03-19 01:58:10 +03:00
SNMetamorph 65d624140e engine: filesystem: fixed FS_Search algorithm for ZIP files (fix #796) 2022-03-15 23:11:00 +03:00
SNMetamorph cd2720ba81 engine: common: imagelib: fixed loading BMP files with v4/v5 headers 2022-03-13 01:50:30 +03:00
Alibek Omarov d2f3b1974e github: disable cleanup for self-hosted runners because there are none 2022-03-11 14:05:53 +03:00
Alibek Omarov 91742d613d github: goodbye, aarch64 runner 2022-03-11 13:41:47 +03:00
Alibek Omarov fba323cf1f engine: common: cosmetic changes to usage string generating code 2022-03-10 04:52:16 +03:00
Alibek Omarov f67d0ffa5a engine: common: fix broken function name and strings after find&replace in socket code 2022-03-10 04:51:38 +03:00
Alibek Omarov a6fbf5fb74 mainui: update 2022-03-09 08:16:28 +03:00
Alibek Omarov df616b950d engine: add NET_AdrToString to menu extended API, upgrade mainui submodule 2022-03-08 07:00:36 +03:00
Alibek Omarov 37cf4da136 engine: client: switch to protocol info key in detecting old engine servers 2022-03-08 07:00:36 +03:00
Alibek Omarov 668d528e3b engine: client: delete unused function 2022-03-08 07:00:36 +03:00
Alibek Omarov 12da44a3d7 engine: server: send protocol version to distinguish old engine and new 2022-03-08 07:00:36 +03:00
SNMetamorph 51fcae8cec ref_gl: gl_image: added check for hardware support of BC6H/BC7 compression formats 2022-03-07 02:03:40 +03:00
SNMetamorph 6473efa995 engine: added support for BC7 and BC6H compression formats of DDS textures 2022-03-07 02:03:40 +03:00
SNMetamorph cf7852832f ref_gl: gl_image: added support for BC7 and BC6H compression formats of DDS textures 2022-03-07 02:03:40 +03:00
SNMetamorph 29ad3de78a ref_gl: added support for GL_ARB_texture_compression_bptc extension 2022-03-07 02:03:40 +03:00
Alibek Omarov 8169c2a40b wscript: set rpath to current folder, LD_LIBRARY_PATH is unneeded anymore
Fix README and AppImage launch script accordingly
2022-03-03 05:57:51 +03:00
Alibek Omarov 85f99c723a engine: add sys_timescale implementation 2022-03-03 05:38:36 +03:00
SNMetamorph edc171be04 engine: common: fixed lightmap shift again 2022-02-28 19:56:28 +03:00
SNMetamorph 9047fe2e74 ref_gl: gl_rsurf: fixed invalid lightmap texture coordinates in some cases 2022-02-28 16:54:28 +03:00
SNMetamorph 24ea8fba4b engine: common: fixed lightmap shifting caused by insufficent precision in Mod_CalcSurfaceExtents 2022-02-28 16:54:28 +03:00
Alibek Omarov e07417aead engine: client: fix sentence word splitted by contents inside parentheses 2022-02-28 04:29:32 +03:00