Commit Graph
100 Commits
Author SHA1 Message Date
nillerusr db6a9839fe engine: fix windows build( windows must die ) 2023-02-20 22:02:41 +03:00
nillerusr c970f28804 engine: fix Map_IsValid for mapcycle 2023-02-20 21:03:47 +03:00
nillerusr 6a8da7084b engine: add -nobackgroundlevel command-line argument 2023-02-20 20:07:23 +03:00
nillerusr 9075ccd9e4 engine: don't check sv_lan value in masterserver requests when DEDICATED is defined 2023-02-19 15:18:49 +03:00
nillerusr 5198d808fa datacache: disable async mode 2023-02-17 12:42:56 +03:00
nillerusr 1e3389c70d gameui: fix linux build issue 2023-02-17 03:38:59 +03:00
nillerusr e84ad80c46 add -g option for android by default 2023-02-17 03:16:45 +03:00
nillerusr 30a97f855e gameui: fix console size on android 2023-02-17 02:41:53 +03:00
nillerusr 1d39be1a97 engine: again fix static prop lump version 10 loading 2023-02-17 01:41:55 +03:00
nillerusr 92a1eae995 android: add extras vpk to PLATFORM path search 2023-02-16 23:15:01 +03:00
nillerusr cc7541f132 change PROTOCOL_VERSION to 25 2023-02-16 22:47:32 +03:00
nillerusr 9919f7ee95 engine: fix static prop lump version 10 loading 2023-02-16 18:44:33 +03:00
nillerusr 2aa14bb24c restore threadtools and vstdlib from 12716fd commit 2023-02-16 17:32:26 +03:00
nillerusr e4f5549cbd serverbrowser: copy gametype to map name in quicklist 2023-02-16 17:16:35 +03:00
nillerusr e10f29854e engine(masterserver): fix servers duplication 2023-02-14 20:22:18 +03:00
nillerusr c3417ca08d engine: fix cmdrate/updaterate values 2023-02-13 00:27:40 +03:00
nillerusr 0fda062e8e tier0: fix windows build 2023-02-11 20:39:55 +03:00
nillerusr 67ef35bb78 engine(masterserver): typo fix 2023-02-11 20:34:27 +03:00
nillerusr c48da00b92 tier0: disable vprof by default 2023-02-11 20:32:11 +03:00
nillerusr 2b2ca63b48 serverbrowser: rewrite according my expectations 2023-02-11 19:39:01 +03:00
nillerusr efbcaf7820 engine(masterserver): add master request timeout 2023-02-11 19:36:39 +03:00
nillerusr dda12fcec6 engine(masterserver): add additional masterserver, implement setmaster command 2023-02-11 19:17:57 +03:00
nillerusr 70cc94bd01 engine(masterserver): fix latency calculation 2023-02-11 15:57:06 +03:00
nillerusr bca8a497ad engine: set net_usesocketsforloopback 0 by default( 1 breaks singleplayer mode ) 2023-02-11 15:56:06 +03:00
nillerusr 12716fd07f engine(masterserver): Add sequence for requesting server info, implement StopRefresh and use it on timeout 2023-02-10 22:45:36 +03:00
nillerusr 746aa8b1cc wscript: fix arm build 2023-02-07 02:11:36 +03:00
nillerusr 0ffcbff303 materialsystem: fix rendering bugs with togl 2023-02-07 02:05:00 +03:00
nillerusr 6428e90fa2 fix dedicated build caused by previous commit 2023-02-03 03:40:57 +03:00
nillerusr 3345902612 togl: fix MacOS build( fixes #187 ) 2023-02-03 02:27:22 +03:00
nillerusr a08b6ae7bf engine: update server info reply 2023-01-30 22:19:08 +03:00
nillerusr 64f7bf9f96 vgui_controls: fix SetParent function 2023-01-29 21:48:36 +03:00
nillerusr c4b93b30d7 WIP(serverbrowser): update IServersInfo interface 2023-01-29 20:57:04 +03:00
nillerusr 41aa50e66e WIP: Begin rewriting serverbrowser 2023-01-29 19:26:04 +03:00
nillerusr 548be38a0b engine: restore checksum check 2023-01-28 05:37:40 +03:00
nillerusr 0df7838ee1 WIP: initial masterserver client implementation 2023-01-28 05:29:26 +03:00
nillerusr a15db00bc0 materialsystem: threaded optimizations, fix mat_queue_mode on some android devices 2023-01-14 15:53:33 +03:00
nillerusr 3458c36d5a datacache: enable async mode(was disabled in TF2 branch, lol?) 2023-01-13 01:51:19 +03:00
nillerusr 3d43e9fe3a togles: optimize PBO usage 2023-01-12 20:48:13 +03:00
nillerusr f63849bb34 vtf: fix cubemap loading for vtf versions less than 7.5 2023-01-02 16:39:44 +03:00
nillerusr 7ca36e7b43 launcher(android): fix crashhandler initialization 2022-12-31 19:14:30 +03:00
nillerusr c44ae6211c restore MAXSTUDIOBONES value 2022-12-18 20:24:28 +03:00
nillerusr bc909e9f96 windows(amd64): fix EHANDLE size( fixes saverestore ) 2022-12-17 12:21:22 +03:00
nillerusr ff2211f0ad windows: fix(workaround) illegal instruction in release build 2022-12-17 10:14:49 +03:00
nillerusr af8c358ce9 windows: fix dedicated build 2022-12-16 19:47:53 +03:00
nillerusr 8404418202 windows: add workflows for amd64 target architecture 2022-12-16 19:23:23 +03:00
nillerusr eff77f0a0a windows: fix 64bit build( #149 ) 2022-12-16 19:20:56 +03:00
nillerusr 8c0f758a57 bsp: change MAX_MAP_DISPINFO value to 4096 2022-12-02 21:45:33 +03:00
nillerusr 26184742eb update ivp submodule 2022-11-30 16:00:03 +03:00
nillerusr 729ac111af engine: add bsp v21 support, add StaticPropLump_t v7-v11 support 2022-11-30 15:58:19 +03:00
nillerusr 20f5783225 vtf: fix cubemap loading 2022-11-30 14:07:51 +03:00
nillerusr d2b202836d add MDL version 49 support 2022-11-29 18:49:29 +03:00
nillerusr 80c9ef37d7 Add cflags/ldflags, SDL version to engine.log 2022-11-16 13:58:09 +03:00
nillerusr dde72b675b update ivp submodule 2022-11-16 13:51:28 +03:00
nillerusr de873d3fc3 engine: upgrade benchmark 2022-11-16 13:51:03 +03:00
nillerusr db3062c60b WIP: fix some memaccess-class warnings 2022-11-16 13:28:39 +03:00
nillerusr 8fbc002a37 Replace empty constructors with default constructors #88 2022-11-05 14:23:05 +03:00
nillerusr ba90de20d9 game/server: fix particle transition from trigger_vphysics_motion 2022-10-31 19:59:10 +03:00
nillerusr 3a7d4319d6 utils/vtex: fix windows build ( fixes #125 ) 2022-10-24 03:59:43 +03:00
nillerusr b9a21f26ba game/client(android): view optimization 2022-10-17 00:01:23 +03:00
nillerusr cf44c39aaf video: add initial implementation for video_bink 2022-10-13 17:55:10 +03:00
nillerusr 2f15ebbfb8 wscript: add videoservices 2022-10-13 17:47:27 +03:00
nillerusr bca0ae8c59 engine/audio: fix build 2022-10-12 05:31:18 +03:00
nillerusr a68d5d8633 engine: move engine/audio/public to public/ directory 2022-10-12 03:34:30 +03:00
nillerusr 091b49e29c togl/togles: fix PBO usage 2022-10-08 22:15:17 +03:00
nillerusr e5eaf0fa9e tier1: rewrite Sys_LoadModule 2022-10-08 22:14:26 +03:00
nillerusr 653e08bce4 game(client): make touch more transparent in cutscenes 2022-10-06 00:24:18 +03:00
nillerusr d4e0a8108b game(client): fix particles problems on 64bit systems 2022-10-04 05:43:22 +03:00
nillerusr 5c5d990c87 game(client): fix touch drawing problems 2022-10-04 05:42:38 +03:00
nillerusr 5ab75bf9ef togl/togles: fpermissive fixes 2022-10-02 01:03:52 +03:00
nillerusr 7a26688494 togl/togles: use PBO for DYNAMIC textures 2022-10-02 00:58:57 +03:00
nillerusr a269b89168 game(client): fix crash on linux/window in touch, fix memory leak in touch 2022-09-22 22:37:30 +03:00
nillerusr 5af39f3d0d fix windows build 2022-09-20 18:17:55 +03:00
nillerusr 3f5ebfbde3 game(client): fix back button in touch 2022-09-19 17:54:09 +03:00
nillerusr 4ace9f8030 game(client): fix touch drawing problems again, fix some fonts on android 2022-09-18 19:54:29 +03:00
nillerusr 9c4ace30c3 game(client): fix touch drawing problems 2022-09-18 18:47:19 +03:00
nillerusr a7611c481e game(client): fix atlas generation for touch 2022-09-17 21:00:50 +03:00
nillerusr d2f789853d vtex(android): fix build 2022-09-17 18:41:25 +03:00
nillerusr 5e9ce905f7 tier1(android): add error message for library loading from mod apk 2022-09-17 18:27:50 +03:00
nillerusr 2dca8fd6c7 launcher_main: automatically set LD_LIBRARY_PATH on launch 2022-09-17 18:26:41 +03:00
nillerusr 54f174d262 modify original vtex and add png support for it 2022-09-17 18:25:20 +03:00
nillerusr 3daa537791 game(client): fix touch drawing again bruh 2022-09-17 16:42:45 +03:00
nillerusr 5a28ccec8c game(client): fix touch drawing 2022-09-17 15:57:17 +03:00
nillerusr b1a3eafbe6 android: fix crashhandler 2022-09-17 03:01:26 +03:00
nillerusr 8a7e28d38d game(client): fix touch editor 2022-09-16 19:00:32 +03:00
nillerusr f07ba797c5 game(client): optimize touch drawing 2022-09-16 02:41:03 +03:00
nillerusr bf860c87c6 update lib submodule 2022-09-13 00:43:52 +03:00
nillerusr 5912845f29 engine: fix audio language setting 2022-09-10 03:30:28 +03:00
nillerusr 09924b7998 game(android): add custom chat 2022-09-08 21:23:06 +03:00
nillerusr 93c71cb74a togles: fix alpha test on some GPUs( fixes #119 ) 2022-09-08 20:41:35 +03:00
nillerusr efc1fc2a9b add -fvisibility=hidden for gcc 2022-09-05 19:33:23 +03:00
nillerusr 3e19d26a72 add additional logging information 2022-09-05 12:54:41 +03:00
nillerusr f11087b83a game(hl1): fix bigmomma decal 2022-09-05 01:17:02 +03:00
nillerusr 4c49154dc0 togles: fix GL_QCOM_alpha_test extension detection 2022-09-03 02:52:33 +03:00
nillerusr c91e68975b game(hl1): fix SetBoneController 2022-09-03 02:51:56 +03:00
nillerusr 216bbf1baa game(hl1): fix gibbing 2022-08-31 18:23:22 +03:00
nillerusr fafc3554a5 game(hl1): fix UTIL_DropToFloor 2022-08-31 18:22:56 +03:00
nillerusr 1fe1d7b419 use threaded bone setup by default 2022-08-31 18:19:52 +03:00
nillerusr 32c57a8a49 game(hl1): fix stupid mp5 recoil 2022-08-23 18:17:31 +03:00
nillerusr 2cb00530c7 game(hl1): fix use after scope 2022-08-23 17:33:12 +03:00
nillerusr e11a21ea19 public: fix misalignment in Studio_AnimPosition 2022-08-23 17:32:37 +03:00