Commit Graph

  • c293a7a26d ref_soft: update wscript mittorn 2019-04-13 19:14:07 +07:00
  • d5911b33b1 msvc8 support mittorn 2019-04-12 14:33:57 +07:00
  • f1638b09c5 waf: implement 'reconfigure' module mittorn 2019-04-12 02:45:23 +07:00
  • 741fcfb202 Add new build types, fix gcc colors mittorn 2019-04-12 00:19:40 +07:00
  • 54d54b1457 waf: fix python3 mittorn 2019-04-12 00:19:12 +07:00
  • d5b6ccb3e2 ref: REF_SOFTWARE support with SDL_Surface/SDL_Renderer mittorn 2019-03-25 03:24:31 +07:00
  • 6448964c37 vgui_support: remove miniutl submodule Alibek Omarov 2019-04-11 01:51:54 +03:00
  • 46378e3738 ref_gl: fix build Alibek Omarov 2019-04-11 01:41:52 +03:00
  • b2038e76d3 waflib: subproject: carefully restore previous enviroment in configuration context Alibek Omarov 2019-04-11 01:38:00 +03:00
  • eb650b71ad waflib: subproject: restore environment in build context Alibek Omarov 2019-04-11 01:32:19 +03:00
  • 968994bba5 ref_gl: add an option to disable ref_gl building Alibek Omarov 2019-04-11 01:26:33 +03:00
  • 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 Alibek Omarov 2019-04-11 01:05:38 +03:00
  • 459f4a9788 scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory Alibek Omarov 2019-04-11 00:15:48 +03:00
  • d17fdea884 waflib: remove get_subproject_name function Alibek Omarov 2019-04-11 00:13:59 +03:00
  • b20efff57c msdev: add line breaks to lines mittorn 2019-04-09 13:48:27 +00:00
  • 36159e6622 msdev: convert solution to list mittorn 2019-04-09 13:35:11 +00:00
  • c953ba0852 msdev: add line breaks to solution mittorn 2019-04-09 13:16:46 +00:00
  • b38ef43260 msdev: include solution file mittorn 2019-04-09 12:45:04 +00:00
  • fea2395a80 msdev: fix mittorn 2019-04-09 12:21:36 +00:00
  • ffaab11da9 msdev: add relative library paths mittorn 2019-04-09 12:10:52 +00:00
  • f6b3603934 msdev: fix mittorn 2019-04-09 11:46:20 +00:00
  • 9421963b29 msdev: print abspath mittorn 2019-04-09 11:35:53 +00:00
  • 239c13da28 msdev: remove printing bld.root mittorn 2019-04-09 11:24:22 +00:00
  • eb6f67ed07 msdev: print include paths mittorn 2019-04-09 11:16:21 +00:00
  • c206e72f7b msdev: fix mittorn 2019-04-09 10:28:24 +00:00
  • 79e6ebbe23 msdev: fix mittorn 2019-04-09 09:55:44 +00:00
  • d4638a9cf4 msdev: find relative include path mittorn 2019-04-09 09:43:12 +00:00
  • 7ccc9b0795 Revert "waf: try relative SDL2 path" mittorn 2019-04-09 09:35:27 +00:00
  • 6c1d911193 waf: try relative SDL2 path mittorn 2019-04-09 09:10:11 +00:00
  • 9587aacee3 mainui: update Alibek Omarov 2019-04-10 01:50:37 +03:00
  • 777562aea8 Revert "Revert "scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads"" Alibek Omarov 2019-04-08 21:46:59 +03:00
  • a40d64d3a6 Revert "scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads" Alibek Omarov 2019-04-08 21:36:48 +03:00
  • 7704d9b2ef wscript: add /FS to avoid race condition on PDB file(second try) Alibek Omarov 2019-04-08 21:34:41 +03:00
  • d87dd2a60a scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads Alibek Omarov 2019-04-08 21:31:57 +03:00
  • 6403a265de Try fix python encoding again mittorn 2019-04-08 00:48:13 +07:00
  • 3fa4a36983 wscript: specifiy psapi version on win32 mittorn 2019-04-08 02:26:27 +07:00
  • 8b16c30fb8 wscript: always optimize on MSVC(temporary) and always generate PDB using /Zi Alibek Omarov 2019-04-08 21:10:36 +03:00
  • 20a177c783 wscript: enable msvs.py, as it's handy for those who can actually install Python Alibek Omarov 2019-04-08 20:55:28 +03:00
  • 0840d9ec25 scripts: fix deploying vc2008 solution and empty vc2008 folder Alibek Omarov 2019-04-08 20:51:49 +03:00
  • 4124e01d65 scripts: enable deploying vc2008 project Alibek Omarov 2019-04-08 20:41:41 +03:00
  • 129325f3a4 scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so Alibek Omarov 2019-04-08 20:38:10 +03:00
  • 9cd22a98bd wscript: fix mistyped msvc flag Alibek Omarov 2019-04-08 17:06:56 +03:00
  • 6a6d21ed32 vgui_support: wscript: don't continue configuration if vgui_supoport can't be built Alibek Omarov 2019-04-08 16:59:40 +03:00
  • 041315da44 scripts: use waf install to generate packages Alibek Omarov 2019-04-08 16:54:13 +03:00
  • aa30661c26 vgui_support: wscript: disable build on mingw Alibek Omarov 2019-04-08 16:53:22 +03:00
  • 031bac8d13 wscript: move msvc.py initialization BEFORE compiler_c, so we can set compiler with --msvc_version command line switch Alibek Omarov 2019-04-08 16:02:12 +03:00
  • 4dae13d7bc ref_soft: Add GAME_EXPORT to exports mittorn 2019-04-08 05:09:02 +07:00
  • 5140bb8d7f ref_soft: Use Q_memprint to report cache size mittorn 2019-04-07 22:29:48 +07:00
  • 320a3b0834 ref_soft: Fix cache flush on reconnect, fix division by zero in decals mittorn 2019-04-07 22:10:41 +07:00
  • 79405c7cc9 ref_soft: Fix polyset bounds checking mittorn 2019-04-07 15:52:27 +07:00
  • 99fa5d0252 ref_soft: Another bound check implementation (todo: compare) mittorn 2019-04-06 15:55:00 +07:00
  • b584e89d90 ref_soft: add bounds checking in triangle render mittorn 2019-04-06 14:40:08 +07:00
  • 7f1491f884 ref_soft: Try fix crash on changelevel mittorn 2019-04-05 15:56:05 +07:00
  • 0cf1e3b1da ref: add REF_D3D placeholder for compatibiltiy(not planned anyway) Alibek Omarov 2019-04-04 23:13:55 +03:00
  • 441795943b ref_gl: move gl specific defines out from defaults.h, remove VIDEO_DONTCARE hack, automatically set XASH_GLES if wrapper is set Alibek Omarov 2019-04-04 23:13:17 +03:00
  • a9cf3357c7 ref: move GLES driver hint to SetAttribute as we don't choose GLES renderer in compile-time anymore Alibek Omarov 2019-04-04 22:43:33 +03:00
  • 9fbb8a8201 ref_soft: Add alpha test for brushes to all rendermodes mittorn 2019-04-04 10:51:11 +07:00
  • 4aa5778606 ref_soft: Alpha support for additive/glow mittorn 2019-04-04 10:37:41 +07:00
  • 338b404055 ref_soft: clamp alpha values mittorn 2019-04-04 10:27:18 +07:00
  • 500ff629bf ref_soft: decrease alpha to make water visible again mittorn 2019-04-04 10:01:11 +07:00
  • 033a947631 ref_soft: set minor bits in alpha map to make it more accurate mittorn 2019-04-04 09:38:17 +07:00
  • c08c35df69 ref_soft: FillRGBA, FillRGBABlend mittorn 2019-04-04 04:44:06 +07:00
  • cefe42fd66 ref_soft: Fix R_NewMap, prevent crashes on changelevel/restart mittorn 2019-04-04 02:56:29 +07:00
  • e0cd5edddb ref_soft: Ignore non-horizontal water planes mittorn 2019-04-04 02:38:57 +07:00
  • ebd1da2730 ref_soft: Transform dlights for entitites mittorn 2019-04-04 02:00:24 +07:00
  • 4bbcd5daef ref_soft: Use r_math, this will fix beamfollow and glow sprites mittorn 2019-04-04 01:32:06 +07:00
  • 8d88ecb951 ref_soft: Remove more unused globals/functions mittorn 2019-04-04 00:29:35 +07:00
  • b5e1382232 ref_soft: Merge some globals mittorn 2019-04-04 00:12:57 +07:00
  • 8f5c72c510 ref_soft: Add macro to disable texture filter preventing slowdown on cvar checking mittorn 2019-04-03 23:24:10 +07:00
  • c52453faa3 ref_soft: Remove r_poly mittorn 2019-04-03 23:01:25 +07:00
  • 8c9aa2588c ref_soft: Fix studio rendermodes, add additive brush rendermode mittorn 2019-04-03 22:55:46 +07:00
  • d03d29f6f5 ref_soft: Fix transparency in API mittorn 2019-04-03 22:21:08 +07:00
  • 77f8da275a ref_soft: Extend edge drawing with zbuffer support, draw transparent brushes with it mittorn 2019-04-03 22:20:33 +07:00
  • 84761e62ff
    Merge pull request #34 from x6herbius/netcode-reduce-failures Alibek Omarov 2019-04-01 23:04:00 +03:00
  • 60a1c4f0cc Prevented net send errors from triggering an entire host error Jonathan Poncelet 2019-04-01 20:17:13 +01:00
  • 0c6c0003b1 ref_soft: Bound texcoords again, disable drawing spans on FloorDivMod overflow mittorn 2019-04-01 02:42:13 +07:00
  • 1c49d76fb7 ref_soft: Fix some integer overflows mittorn 2019-04-01 01:55:37 +07:00
  • 714084bf5b ref_soft: Fix hang on big texcoords mittorn 2019-03-31 20:57:29 +07:00
  • 2efdf56317 ref_soft: fix particles mittorn 2019-03-31 19:07:55 +07:00
  • 7fc09da482 ref_soft: TriAPI texturing, rendermodes mittorn 2019-03-31 18:00:25 +07:00
  • d315a838bd ref_soft: invalidata all caches on dlight rebuild mittorn 2019-03-31 03:44:57 +07:00
  • 6879c1f097 ref_soft: Remove R_ConcatTransform, try fix transparent bmodels origin mittorn 2019-03-31 03:18:03 +07:00
  • 25860f6263 ref_soft: remove some unused globals mittorn 2019-03-31 02:05:08 +07:00
  • c52d4b7998 ref_soft: Restore lightmap gamma calculation mittorn 2019-03-30 21:16:14 +07:00
  • 0c62967d8a ref_soft: re-enable lightstyles for LightPoint mittorn 2019-03-30 21:04:14 +07:00
  • f34db62940 ref_soft: Add sprite, EFX mittorn 2019-03-30 20:24:58 +07:00
  • 77b23eec9f ref_gl: add options for linking-in nanogl and glwes(thus getting GLES1 and GLES2 renderers) and static gl Alibek Omarov 2019-03-30 03:10:43 +03:00
  • f4bcea6182 ref_gl: don't use dxt on gles Alibek Omarov 2019-03-30 03:09:07 +03:00
  • ea6a86a83d ref_gl: bring back GL_STATIC option Alibek Omarov 2019-03-30 03:08:44 +03:00
  • 47879942bb ref_gl: remove dead extensions from GLES code Alibek Omarov 2019-03-30 03:07:52 +03:00
  • 6c006e087d common: don't use SDL headers and types in refdll, if for some reason dll wants it Alibek Omarov 2019-03-30 03:06:23 +03:00
  • 8385563bef engine: fix possible crash during exit Alibek Omarov 2019-03-30 01:29:10 +03:00
  • f9f96552b7 travis: move mingw engine build to standalone VM Alibek Omarov 2019-03-30 01:28:22 +03:00
  • b0ed8a5ba3 ref_soft: Fix some UB mittorn 2019-03-30 04:50:18 +07:00
  • ca3913cd88 fix windows build mittorn 2019-03-25 21:23:12 +07:00
  • 8b07916598 scripts: travis: fix deployment, finally Alibek Omarov 2019-03-29 23:57:44 +03:00
  • 5f122a7435 travis: experiment to move apt addons under stage Alibek Omarov 2019-03-29 23:49:33 +03:00
  • 50c656df94 scripts: travis: fix upload to yadisk Alibek Omarov 2019-03-29 23:48:34 +03:00
  • 5436658ce7 scripts: travis: accept everything when installing python from choco Alibek Omarov 2019-03-29 23:40:25 +03:00
  • d7ea40d850 scripts: remove waf jobs, as waf smart enough to get CPU number, fix upload archive name for osx, install newer python in windows Alibek Omarov 2019-03-29 23:32:06 +03:00