Commit Graph

  • a1c4e27718
    Don't use objcopy for macOS build (#143) exstrim401 2022-11-21 21:18:35 +0300
  • c2143ca382 Add -x option to strip on macOS #143 exstrim401 2022-11-20 22:58:31 +0200
  • 8b2f216f61 Don't use objcopy for macOS build exstrim401 2022-11-20 22:32:39 +0200
  • ad5790eee6 Don't use -march=native on macOS exstrim401 2022-11-20 19:59:38 +0200
  • c2cdd880bf
    Merge pull request #142 from exstrim401/macos nillerusr 2022-11-20 20:35:30 +0300
  • d8580d59d2 Fix CreateThreadPool #142 exstrim401 2022-11-20 19:32:30 +0200
  • 54d76a1131 Move mm_hook to separate file exstrim401 2022-11-20 16:47:32 +0200
  • 1f3b4583da macOS build support exstrim401 2022-11-20 15:00:44 +0200
  • e791f72d73
    Merge branch 'nillerusr:master' into master #141 exstrim401 2022-11-20 14:08:33 +0300
  • da0ec8b311 macOS build support exstrim401 2022-11-20 13:07:59 +0200
  • cb0e405e0f
    Merge pull request #133 from SanyaSho/master nillerusr 2022-11-20 11:41:02 +0300
  • 006f82528e
    Merge pull request #135 from nillerusr/optimization nillerusr 2022-11-20 11:39:37 +0300
  • 80c9ef37d7 Add cflags/ldflags, SDL version to engine.log #135 optimization nillerusr 2022-11-16 13:52:52 +0300
  • dde72b675b update ivp submodule nillerusr 2022-11-16 13:51:28 +0300
  • de873d3fc3 engine: upgrade benchmark nillerusr 2022-11-16 13:51:03 +0300
  • db3062c60b WIP: fix some memaccess-class warnings nillerusr 2022-11-16 13:28:39 +0300
  • b26a4e2072 WIP macOS build support exstrim401 2022-11-09 16:36:36 +0200
  • 8fbc002a37 Replace empty constructors with default constructors #88 nillerusr 2022-11-05 14:22:27 +0300
  • 99dba69d7e WIP macOS build support exstrim401 2022-11-05 12:50:19 +0200
  • e368f3e9a6 game: fix string vulnerabilities #133 SanyaSho 2022-11-04 01:03:52 +0000
  • ba90de20d9 game/server: fix particle transition from trigger_vphysics_motion nillerusr 2022-10-31 19:59:10 +0300
  • 3a7d4319d6 utils/vtex: fix windows build ( fixes #125 ) nillerusr 2022-10-24 03:28:02 +0300
  • b9a21f26ba game/client(android): view optimization nillerusr 2022-10-16 22:42:00 +0300
  • cf44c39aaf video: add initial implementation for video_bink nillerusr 2022-10-13 17:55:10 +0300
  • 2f15ebbfb8 wscript: add videoservices nillerusr 2022-10-13 17:47:27 +0300
  • bca0ae8c59 engine/audio: fix build nillerusr 2022-10-12 03:50:43 +0300
  • a68d5d8633 engine: move engine/audio/public to public/ directory nillerusr 2022-10-12 03:34:30 +0300
  • 091b49e29c togl/togles: fix PBO usage nillerusr 2022-10-08 22:15:17 +0300
  • e5eaf0fa9e tier1: rewrite Sys_LoadModule nillerusr 2022-10-08 22:14:26 +0300
  • 653e08bce4 game(client): make touch more transparent in cutscenes nillerusr 2022-10-06 00:24:18 +0300
  • d4e0a8108b game(client): fix particles problems on 64bit systems nillerusr 2022-10-04 05:43:22 +0300
  • 5c5d990c87 game(client): fix touch drawing problems nillerusr 2022-10-04 05:42:38 +0300
  • 5ab75bf9ef togl/togles: fpermissive fixes nillerusr 2022-10-02 01:03:52 +0300
  • 7a26688494 togl/togles: use PBO for DYNAMIC textures nillerusr 2022-10-02 00:58:57 +0300
  • a269b89168 game(client): fix crash on linux/window in touch, fix memory leak in touch nillerusr 2022-09-22 22:37:30 +0300
  • e3f6edc207 game: add touch squad button #124 SanyaSho 2022-09-21 10:45:15 +0300
  • ea844127c8
    Merge df5214b709 into 5af39f3d0d #122 SanyaSho 2022-09-21 05:08:09 +0000
  • df5214b709
    Merge branch 'master' into master #122 SanyaSho 2022-09-21 08:08:06 +0300
  • 5af39f3d0d fix windows build nillerusr 2022-09-20 18:17:55 +0300
  • 3f5ebfbde3 game(client): fix back button in touch 1.14 nillerusr 2022-09-19 17:54:09 +0300
  • 4ace9f8030 game(client): fix touch drawing problems again, fix some fonts on android nillerusr 2022-09-18 19:54:29 +0300
  • 9c4ace30c3 game(client): fix touch drawing problems nillerusr 2022-09-18 18:47:19 +0300
  • a7611c481e game(client): fix atlas generation for touch 1.13 nillerusr 2022-09-17 21:00:50 +0300
  • d2f789853d vtex(android): fix build nillerusr 2022-09-17 18:41:25 +0300
  • 5e9ce905f7 tier1(android): add error message for library loading from mod apk nillerusr 2022-09-17 18:27:50 +0300
  • 2dca8fd6c7 launcher_main: automatically set LD_LIBRARY_PATH on launch nillerusr 2022-09-17 18:26:41 +0300
  • 54f174d262 modify original vtex and add png support for it nillerusr 2022-09-17 18:25:20 +0300
  • 3daa537791 game(client): fix touch drawing again bruh nillerusr 2022-09-17 16:42:45 +0300
  • 5a28ccec8c game(client): fix touch drawing nillerusr 2022-09-17 15:57:17 +0300
  • b1a3eafbe6 android: fix crashhandler nillerusr 2022-09-17 03:01:26 +0300
  • 8a7e28d38d game(client): fix touch editor nillerusr 2022-09-16 19:00:32 +0300
  • f07ba797c5 game(client): optimize touch drawing nillerusr 2022-09-16 02:41:03 +0300
  • bf860c87c6 update lib submodule nillerusr 2022-09-13 00:43:52 +0300
  • 5912845f29 engine: fix audio language setting nillerusr 2022-09-10 03:30:28 +0300
  • 25fd68f5f7 game: add squad touch button SanyaSho 2022-09-09 17:31:38 +0300
  • b7147fc202
    upgrade #121 stephen-cusi 2022-09-09 21:51:14 +0800
  • 09924b7998 game(android): add custom chat nillerusr 2022-09-08 21:23:06 +0300
  • 93c71cb74a togles: fix alpha test on some GPUs( fixes #119 ) nillerusr 2022-09-08 20:41:35 +0300
  • efc1fc2a9b add -fvisibility=hidden for gcc nillerusr 2022-09-05 19:33:23 +0300
  • 3e19d26a72 add additional logging information nillerusr 2022-09-05 12:54:41 +0300
  • f11087b83a game(hl1): fix bigmomma decal nillerusr 2022-09-05 01:17:02 +0300
  • 4c49154dc0 togles: fix GL_QCOM_alpha_test extension detection nillerusr 2022-09-03 02:52:33 +0300
  • c91e68975b game(hl1): fix SetBoneController nillerusr 2022-09-03 02:51:56 +0300
  • 216bbf1baa game(hl1): fix gibbing nillerusr 2022-08-31 18:23:22 +0300
  • fafc3554a5 game(hl1): fix UTIL_DropToFloor nillerusr 2022-08-31 18:22:56 +0300
  • 1fe1d7b419 use threaded bone setup by default nillerusr 2022-08-31 18:19:52 +0300
  • 9c91ae6b69 Add fix zip path #115 LegendaryGuard 2022-08-25 22:15:15 +0200
  • a2fcf32494 Add zip compression for the artifacts LegendaryGuard 2022-08-25 22:11:38 +0200
  • 89854f3f11 Add artifacts to download the compiled resources on GitHub LegendaryGuard 2022-08-25 21:26:32 +0200
  • 32c57a8a49 game(hl1): fix stupid mp5 recoil nillerusr 2022-08-23 17:53:36 +0300
  • 2cb00530c7 game(hl1): fix use after scope nillerusr 2022-08-23 17:33:12 +0300
  • e11a21ea19 public: fix misalignment in Studio_AnimPosition nillerusr 2022-08-23 17:32:37 +0300
  • 3dbe2cdd32 hl1: make pushable rotatable nillerusr 2022-08-23 03:21:46 +0300
  • 8e4091ab29 woops #114 rwf93 2022-08-21 13:06:57 -0700
  • f216e3856e catch if it is android rwf93 2022-08-21 12:39:34 -0700
  • 64a8ac42d3 fixed compile for dedicated_server Aiden S 2022-08-20 19:40:57 -0700
  • faca1ab142 game(hl1): fix apache,can bbox, fix DROP_TO_FLOOR, fix barnacle nillerusr 2022-08-21 02:56:36 +0300
  • 3b153bc9c3 fix day of defeat build nillerusr 2022-08-21 02:12:18 +0300
  • 1f0ae521d6
    Merge pull request #112 from SanyaSho/fixes nillerusr 2022-08-20 00:05:05 +0300
  • c41148b9dd game: disable text on buttons by default #112 SanyaSho 2022-08-19 23:43:31 +0300
  • 40c4f2b96f Update ivp submodule nillerusr 2022-08-19 23:31:05 +0300
  • a16123e4be fixed some unitialized variables nillerusr 2022-08-19 23:27:37 +0300
  • 0a66367243 tslist: add asserts for tests nillerusr 2022-08-19 23:21:37 +0300
  • c909de8faf use HAVE_* macros for dependencies nillerusr 2022-08-19 23:19:53 +0300
  • 53ed9e3bd8 Revert "game: fixes some player's origin displacements for fire events, impulses commands etc... (ValveSoftware/source-sdk-2013#442)" SanyaSho 2022-08-19 23:00:06 +0300
  • 0d48bf354a unittests: add tslist tests to tier1test nillerusr 2022-08-17 14:28:41 +0300
  • dd1dc186f9 unittests: fix utlstringtest for windows nillerusr 2022-08-17 13:46:17 +0300
  • c0cbc669bc scripts: fix tests nillerusr 2022-08-17 13:39:51 +0300
  • 45d33c6b97 tier1: fix commandbuffer unitialized boolean nillerusr 2022-08-17 13:35:55 +0300
  • 8b6ad0d342 workflows: add tests.yml nillerusr 2022-08-17 11:22:05 +0300
  • 9aa0ecab6a add wscripts for unittests nillerusr 2022-08-17 11:12:27 +0300
  • 08e3444409 Delete needless unittests again nillerusr 2022-08-17 11:03:31 +0300
  • c0472cccbf game: fix camera glitch with FOV 110 SanyaSho 2022-08-17 02:45:02 +0300
  • 9a03faec58 game: fix satchel/tripmine damage and damage radius cvars (hrgve/hl2dm-bugfix@d2aa89fc0fbe732396be37cd65144dd3a9a943c3) SanyaSho 2022-08-16 18:38:47 +0300
  • 8a366537e7 game: fix death icon in hl2mp (hrgve/hl2dm-bugfix@6f7337d3f2cac50af45848129fd7b7a8a547066b) SanyaSho 2022-08-16 18:28:28 +0300
  • 27339449c0 game: rpg missle fixes (hrgve/hl2dm-bugfix@36de43ebc1efe7fa6b29613b85c942e86b39b940) SanyaSho 2022-08-16 18:17:52 +0300
  • 69b377495b game: update hud_flashlight.cpp (::yoba_Ukraine::) (ValveSoftware/source-sdk-2013#275) SanyaSho 2022-08-16 17:53:54 +0300
  • 4838d9ee3f game: changed delay parameter for ent_fire (ValveSoftware/source-sdk-2013#300) SanyaSho 2022-08-16 17:50:12 +0300
  • 42b528dec3 game: fixed a format string vulnerability in CDebugOverlay::Paint (ValveSoftware/source-sdk-2013#372) SanyaSho 2022-08-16 17:39:41 +0300
  • 387d15521a game: fix typo in logical expression (ValveSoftware/source-sdk-2013#502) SanyaSho 2022-08-16 17:24:18 +0300