Commit Graph

1218 Commits

Author SHA1 Message Date
Alibek Omarov 544fc63b6b ref_gl: nanogl: update 2020-03-30 00:48:31 +03:00
Alibek Omarov e06518c594 engine: studio: fix signed left shift to unsigned left shift 2020-03-30 00:48:17 +03:00
Alibek Omarov 012a193685 wscript: check for stdint.h and use it, instead use pstdint.h 2020-03-30 00:46:58 +03:00
Alibek Omarov dc2ab714f6 mpg123: backport some UB fixes from upstream 2020-03-30 00:46:39 +03:00
Alibek Omarov 4c6fd79f07 tgmath: remove including tgmath.h in everything that uses xash3d_mathlib, as it's included already 2020-03-30 00:42:10 +03:00
Alibek Omarov 293b42b9d4 public: add stdint.h implementation by Paul Hsich http://www.azillionmonkeys.com/qed/pstdint.h 2020-03-30 00:13:20 +03:00
Alibek Omarov 88ab42cc15 Merge branch 'master' of https://github.com/FWGS/xash3d-fwgs 2020-03-29 17:46:12 +03:00
Alibek Omarov 7429a6bc8a Add 'ref_soft/' from commit '9045657352c7dfd3622cdf2b69462ca33f4262ee'
git-subtree-dir: ref_soft
git-subtree-mainline: 89ca0dec5e
git-subtree-split: 9045657352
2020-03-29 17:45:00 +03:00
Alibek Omarov 89ca0dec5e platform: android: slightly more verbosity 2020-03-29 17:44:23 +03:00
Alibek Omarov 9045657352 ref_soft: sprite: fix to compile(copypasted from ref_gl) 2020-03-29 17:02:24 +03:00
Alibek Omarov 3984a58025 ref_soft: upgrade to latest RefAPI and libpublic 2020-03-29 17:01:45 +03:00
Alibek Omarov 237d6f8689 ref_soft: upgrade to latest RefAPI version 2020-03-29 16:58:27 +03:00
FOTMarut 79a7b7b1a3 engine: platform: sdl: Fix mousewheel in SDL2
- See issue 143
- Tested on SDL2
- Untested on SDL1.2
2020-03-29 11:27:08 +03:00
Alibek Omarov b81345f063 ref_soft: add some cvars to GLCONFIG, so they would be saved into ref_soft.cfg and fix UB in cast 2020-03-28 21:56:08 +03:00
Andrey Akhmichin 87340ceca8 engine: server: fix godmode behavior. 2020-03-12 05:48:51 +06:00
Andrey Akhmichin 7a58813254 utils: add studio model decompiler. 2020-03-04 09:23:12 +03:00
Alibek Omarov 3d9c482eae host: add -help, fix #136 2020-03-04 08:55:22 +03:00
Alibek Omarov 5d97a293fe menu_int: add DoubleTime extension 2020-03-04 07:23:38 +03:00
Alibek Omarov 3c8ce640c4 Merge neko/mathlib into master 2020-03-04 05:38:30 +03:00
Alibek Omarov efafd7c01c mainui: update 2020-03-04 05:26:29 +03:00
Alibek Omarov fb165dfec1
Merge pull request #137 from nekonomicon/imagelib
engine: common: imagelib: split imagelib.h.
2020-03-03 07:12:30 +03:00
Andrey Akhmichin 248c8a745c engine: common: imagelib: split imagelib.h. 2020-03-03 05:03:15 +05:00
Alibek Omarov 7c47bfd0db
Merge pull request #122 from nekonomicon/palette
engine: common: imagelib: use rgba_t as RGBA palette type.
2020-03-02 21:44:32 +03:00
Andrey Akhmichin e96ea719d5 engine: common: imagelib: use rgba_t as RGBA palette type. 2020-03-02 15:07:54 +05:00
Alibek Omarov 17cf4bf402 scripts: travis: we're NOT moved to GitHub Releases 2020-02-28 09:13:33 +03:00
mittorn 04c17995a2
Merge pull request #132 from Velaron/xshlib-fix
scripts/xshlib: line endings fix
2020-02-25 19:44:25 +07:00
mittorn 4994a7ef6f ref_gl: fix build 2020-02-25 19:08:17 +07:00
Aimless Wanderer e3d9ac4840 scripts/xshlib: line endings fix 2020-02-25 13:35:55 +02:00
mittorn 0c69f7649c ref_gl: add gl4es support 2020-02-25 12:59:04 +07:00
mittorn 84a3f6883d sdl: add EGL hint 2020-02-25 12:59:04 +07:00
mittorn 8f8c8e6614 ref: add export that returns GL_GetProcAddress for renderapi 2020-02-25 12:59:04 +07:00
mittorn 1b4f997951 renderapi: add glcore context and gl4es wrapper 2020-02-25 12:59:04 +07:00
Alibek Omarov 6e6185dba2
readme: wording 2020-02-25 01:43:45 +03:00
Alibek Omarov 1f134fdb72
readme: links to downloads to badges, fix testing build link 2020-02-25 01:37:54 +03:00
Alibek Omarov 64b001a505
Update README.md 2020-02-25 01:34:47 +03:00
Alibek Omarov 5f4d81866f
cirrus: update freebsd images 2020-02-25 01:30:29 +03:00
Alibek Omarov 19303f7bd7 game_launch: fix Win32 main 2020-02-24 16:48:30 +03:00
mittorn a967caa91f
Merge pull request #125 from nekonomicon/crtlib
public: crtlib.c: reduce memory usage.
2020-02-18 03:52:36 +07:00
mittorn 3ce16227ba
Merge pull request #123 from nekonomicon/tga
engine: common: imagelib: img_tga.c: check pixel type before buffer allocation.
2020-02-18 03:52:09 +07:00
mittorn 3e7351cb33
Merge pull request #127 from nillerusr/custom
imagelib: fix unaligned access
2020-02-18 03:51:13 +07:00
nillerusr 4021d7bf5c imagelib: fix unaligned access 2020-02-17 23:25:39 +03:00
mittorn 68472f90eb filesystem: disable XASH_REDUCE_FD where it not needed, fix null pointer deference 2020-02-14 21:48:26 +07:00
mittorn 7ad658ee3a wscript: increase stack size for owcc 2020-02-12 17:41:24 +07:00
mittorn 0ee5ff3aad waifulib/owcc: add -xx to ignore default includes 2020-02-12 17:39:42 +07:00
Andrey Akhmichin 9a0da3cd4f public: crtlib.c: reduce memory usage. 2020-02-12 14:40:19 +05:00
Andrey Akhmichin e3b547c8a9 public: rename mathlib to xash3d_mathlib. 2020-02-12 14:32:26 +05:00
mittorn e602ca1d66 public: synchronize build.h with hlsdk 2020-02-12 15:10:10 +07:00
Andrey Akhmichin 01e2ea24da engine: common: imagelib: img_png.c: add a missing return statement. 2020-02-11 17:06:41 +03:00
Andrey Akhmichin f5783ae1df engine: common: imagelib: img_tga.c: check pixel type before buffer allocation. 2020-02-11 15:39:05 +05:00
mittorn 49445f0663 wscript: check for fPIC before removing 2020-02-09 01:00:45 +07:00