exstrim401
2fb712af66
Fix macOS build ( #146 )
...
* Fix macOS build
* Fix *BSD build
* Add missing *BSD include
2022-11-27 16:48:27 +03:00
Er2
53bd92f7a8
BSD: Add support ( #140 )
...
* BSD: Add support
* BSD: other fixes
There is still a bug when vgui haven't got text, maybe because of resources.
Also there is bug where when trying to start new game caption names shows wrong.
* BSD: Debugging
* BSD: modify preprocessor and fix windows
* BSD: Remove debugging and fix labels in gameui
* BSD: Remove disabling some DX9 commands
* BSD: Remove -g flag
2022-11-24 22:04:29 +03:00
exstrim401
d8580d59d2
Fix CreateThreadPool
2022-11-20 19:32:30 +02:00
exstrim401
1f3b4583da
macOS build support
2022-11-20 15:00:44 +02: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
2f15ebbfb8
wscript: add videoservices
2022-10-13 17:47:27 +03:00
nillerusr
a68d5d8633
engine: move engine/audio/public to public/ directory
2022-10-12 03:34:30 +03:00
nillerusr
7a26688494
togl/togles: use PBO for DYNAMIC textures
2022-10-02 00:58:57 +03:00
nillerusr
3e19d26a72
add additional logging information
2022-09-05 12:54:41 +03:00
nillerusr
4c49154dc0
togles: fix GL_QCOM_alpha_test extension detection
2022-09-03 02:52:33 +03:00
nillerusr
e11a21ea19
public: fix misalignment in Studio_AnimPosition
2022-08-23 17:32:37 +03:00
nillerusr
a16123e4be
fixed some unitialized variables
2022-08-19 23:27:37 +03:00
nillerusr
45d33c6b97
tier1: fix commandbuffer unitialized boolean
2022-08-17 13:35:55 +03:00
nillerusr
08073ae622
again boring misalignment fixes
2022-08-09 21:24:27 +03:00
nillerusr
e852953d9d
Merge pull request #100 from SanyaSho/ent-create-crash-fix
...
small fixes
2022-08-04 19:10:52 +03:00
SanyaSho
0f7d9d029f
game: fix ent_create crash if entity model is NULL
2022-08-03 17:19:43 +03:00
nillerusr
50ff9922a6
togles: use sampler objects by default
2022-08-03 16:21:23 +03:00
nillerusr
c4ef0e90a4
fix dedicated build
2022-08-01 00:38:10 +03:00
HappyDOGE
91df08ed0f
fix noexcept for new crt
2022-07-28 18:44:45 +03:00
HappyDOGE
e5c944b72a
Merge branch 'master' of https://github.com/nillerusr/source-engine into windows
2022-07-28 14:40:20 +03:00
nillerusr
eb78802b5d
vtf: 7.5 version support ( fixes #83 )
2022-07-28 14:32:38 +03:00
HappyDOGE
3faf6a69ac
fix windows build scripts, add windows opus support
2022-07-28 14:27:56 +03:00
HappyDOGE
90cd6e0e15
Merge branch 'master' into windows
2022-07-27 12:58:56 +03:00
nillerusr
c739b2c5bb
dt_recv: replace long with int32
2022-07-21 21:14:15 +03:00
nillerusr
977db93cae
engine: oops, forgot to add thinktracecounter.h
2022-07-14 00:00:54 +03:00
nillerusr
dc5774a698
add debug logger
2022-07-06 18:17:09 +03:00
nillerusr
9a1ab79372
amd64: fix mempool, utlbuffer align
2022-06-21 22:15:14 +03:00
nillerusr
ff99055be1
android: remove some jni functions, use APP_LIB_PATH instead of APP_DATA_PATH
2022-06-19 17:42:55 +03:00
nillerusr
2e7fa2dfc8
aarch64: fix android build
2022-06-19 15:07:41 +03:00
nillerusr
b06620b8c9
fpersmissive fixes
2022-06-15 21:59:06 +03:00
nillerusr
a0e05d885a
amd64: fix model loading issues
2022-06-14 13:11:14 +03:00
nillerusr
94916a20ce
vphysics: fix saverestore
2022-06-14 13:09:10 +03:00
nillerusr
9ee21ecf90
amd64: fix multithread, fix vgui, fix physmodels
2022-06-05 01:44:42 +03:00
hymei
01413fdd71
arm64 : fix mempool align
2022-06-05 01:14:23 +03:00
hymei
fd38243b54
arm64 ptr size fix
2022-06-05 01:14:23 +03:00
hymei
f96a163cf8
arm64 : fix clang compile errors
2022-06-05 01:13:14 +03:00
hymei
3bc519aecf
arm64 : fix vgui2 VPAMEL in messagemap
2022-06-05 01:13:13 +03:00
hymei
0499fde751
arm64 : intp fixes
2022-06-05 01:13:13 +03:00
hymei
3291cdf978
osx : fix syscalls
2022-06-05 01:13:13 +03:00
hymei
c7308906d1
arm64 detect marcos
2022-06-05 01:13:12 +03:00
hymei
ff588a8810
osx : malloc.h => malloc/malloc.h
2022-06-05 01:12:37 +03:00
hymei
4e4039d756
arm64 : fix intptr_t size
2022-06-05 01:12:32 +03:00
nillerusr
e1206f5c46
tier0: enable vprof
2022-05-16 12:37:38 +03:00
nillerusr
3a73624b7e
misaligment fixes
2022-05-15 21:09:59 +03:00
nillerusr
1218fa659c
engine: remove useless vprof for rcon
2022-05-13 12:16:34 +03:00
nillerusr
61cd8d0afc
fix address sanitizer issues #2
2022-05-01 20:08:32 +03:00
nillerusr
2ec2a47a53
fix address sanitizer issues
2022-04-25 17:21:00 +03:00
nillerusr
0feeab91dd
engine: fix hdr to ldr conversion
2022-04-16 12:54:00 +03:00
nillerusr
0772ca1063
GameUI: fix propotional scale
2022-04-16 12:20:36 +03:00