fed
01c02d10ff
Merge branch 'develop' of https://github.com/h1-mod/h1-mod into develop
2023-05-31 16:18:07 +02:00
fed
5b7e9a9ad5
Fix workflow
2023-05-31 16:17:20 +02:00
quaK
382e78ca79
gsc fix
2023-05-30 21:12:08 +03:00
quaK
6150f2d45c
add timeout to curl
2023-05-30 21:11:30 +03:00
Skull
a3a290534c
Update README.md
2023-05-22 21:52:36 +03:00
dependabot[bot]
1ee803021c
Bump deps/GSL from 9f85e4e
to 303d964
...
Bumps [deps/GSL](https://github.com/Microsoft/GSL ) from `9f85e4e` to `303d964`.
- [Release notes](https://github.com/Microsoft/GSL/releases )
- [Commits](9f85e4e088...303d964a24
)
---
updated-dependencies:
- dependency-name: deps/GSL
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 18:00:52 +00:00
quaK
a7bde5c54c
better unk name
2023-05-20 19:18:28 +03:00
quaK
c220834231
Restore cg_thirdperson
2023-05-20 17:11:32 +03:00
dependabot[bot]
749858a6e5
Bump deps/rapidjson from 083f359
to 973dc9c
...
Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson ) from `083f359` to `973dc9c`.
- [Release notes](https://github.com/Tencent/rapidjson/releases )
- [Commits](083f359f5c...973dc9c06d
)
---
updated-dependencies:
- dependency-name: deps/rapidjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 17:59:35 +00:00
dependabot[bot]
eef9f9352e
Bump deps/minhook from 49d03ad
to 0f25a24
...
Bumps [deps/minhook](https://github.com/TsudaKageyu/minhook ) from `49d03ad` to `0f25a24`.
- [Release notes](https://github.com/TsudaKageyu/minhook/releases )
- [Commits](49d03ad118...0f25a2449b
)
---
updated-dependencies:
- dependency-name: deps/minhook
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 18:00:20 +00:00
dependabot[bot]
0f3e4e4b6f
Bump deps/lua from cf08915
to 6443185
...
Bumps [deps/lua](https://github.com/lua/lua ) from `cf08915` to `6443185`.
- [Release notes](https://github.com/lua/lua/releases )
- [Commits](cf08915d62...6443185167
)
---
updated-dependencies:
- dependency-name: deps/lua
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 18:00:19 +00:00
quaK
1998940550
Fix bone index stub maybe
2023-04-30 20:42:58 +03:00
fed
b45d895e5f
Actually fix reallocs
2023-04-28 20:50:38 +02:00
dependabot[bot]
a7b325a0e6
Bump deps/asmjit from 965d195
to 3577608
...
Bumps [deps/asmjit](https://github.com/asmjit/asmjit ) from `965d195` to `3577608`.
- [Release notes](https://github.com/asmjit/asmjit/releases )
- [Commits](965d19506f...3577608cab
)
---
updated-dependencies:
- dependency-name: deps/asmjit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28 17:58:49 +00:00
quaK
07b1c0dec9
Fix reallocs I guess
2023-04-28 20:18:52 +03:00
fed
a21ed9ceac
Fix reallocs maybe
2023-04-28 01:00:21 +02:00
fed
015a1a11d1
Small fix
2023-04-28 00:27:23 +02:00
quaK
1441efaa06
Small gsc fixes
2023-04-26 22:02:05 +03:00
quaK
57c04f4eb7
Update gsc tool ( #593 )
...
* update premake and remove gsc-tool
* add new gsc-tool submodule
* new compiler but crashes [skip ci]
* lol [skip ci]
* tiny changes [skip ci]
* revert moving of gsc rawfile filter [skip ci]
* Revert "update all git submodules"
This reverts commit 33f03c7a80
.
* fixes and improvements to gsc
* remove weapon reallocs for now
crashes for some reason
* fix build?
* fix build
* small fixes
* increase game memory
---------
Co-authored-by: m <mjkzyalt@gmail.com>
2023-04-23 15:46:40 +03:00
Vlad Loktionov
e12ccd0e47
Battlechatter: Fixed npcid list in SP ( #588 )
...
Preloaded but inactive voices for USMC and RU forces are now used in-game
Co-authored-by: JerryALT <40691712+JerryALT@users.noreply.github.com>
2023-04-19 21:21:58 -05:00
fed
a76d6115b6
Merge pull request #592 from diamante0018/develop
...
patches: update patch
2023-04-20 00:52:13 +02:00
Edo
74c3aecb9b
patches: update patch
2023-04-20 00:13:14 +02:00
quaK
70d8316738
Add iw6 leafTable patch
...
allows loading of iw6 leaftable data
2023-04-16 15:37:08 +03:00
fed
dc7e0c1a08
Fix speaker config dvar flags
2023-04-14 10:12:24 +02:00
Vlad Loktionov
b1bf3623fc
Fix speaker config bug ( #586 )
...
Co-authored-by: fed <58637860+fedddddd@users.noreply.github.com>
2023-04-13 22:32:16 -05:00
Vlad Loktionov
2aebc6437b
Launcher improvements ( #571 )
...
* Make launcher window use dark mode
Co-Authored-By: fed <58637860+fedddddd@users.noreply.github.com>
* Launcher improvements
* Fixed Discord link
* Embedded custom font
* CSS improvements
* Optimization for images (file size reduction)
---------
Co-authored-by: fed <58637860+fedddddd@users.noreply.github.com>
2023-04-10 12:07:52 -05:00
dependabot[bot]
838937f513
Bump deps/libtomcrypt from 2a1b284
to fae62af
...
Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt ) from `2a1b284` to `fae62af`.
- [Release notes](https://github.com/libtom/libtomcrypt/releases )
- [Commits](2a1b284677...fae62af0ab
)
---
updated-dependencies:
- dependency-name: deps/libtomcrypt
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 18:00:44 +00:00
Vlad Loktionov
bf2d533ac5
Add "Quit to desktop" button in pause menu ( #558 )
...
* Add "Quit to desktop" button in pause menu
* classes & custom_weapons: fix for SP
* "Quit to desktop" button for MP
2023-04-03 08:59:10 -05:00
Vlad Loktionov
839269c54e
New launcher icon ( #565 )
2023-04-02 23:40:00 -05:00
fed
1c2d6a1fa2
Small fix
2023-04-02 22:29:16 +02:00
fed
d721a20d3e
Update imagefiles.cpp
2023-03-21 12:15:39 +01:00
fed
a2a08ff098
Revert "update all git submodules"
...
This reverts commit 33f03c7a80
.
2023-03-21 11:28:48 +01:00
fed
aeeea8cde7
Fix imagefile loading
2023-03-21 11:27:33 +01:00
m
33f03c7a80
update all git submodules
2023-03-18 14:38:23 -05:00
dependabot[bot]
6fcef8cacf
Bump deps/rapidjson from 012be85
to 083f359
( #531 ) [skip ci]
...
Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson ) from `012be85` to `083f359`.
- [Release notes](https://github.com/Tencent/rapidjson/releases )
- [Commits](012be85287...083f359f5c
)
---
updated-dependencies:
- dependency-name: deps/rapidjson
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-18 14:37:30 -05:00
dependabot[bot]
a055404583
Bump deps/protobuf from 8d5fded
to 53a1c5c
( #523 ) [skip ci]
...
Bumps [deps/protobuf](https://github.com/protocolbuffers/protobuf ) from `8d5fded` to `53a1c5c`.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Commits](8d5fdedd42...53a1c5c1d8
)
---
updated-dependencies:
- dependency-name: deps/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-18 14:37:19 -05:00
fed
2f7d03437a
Fix relaunch_self on w11
2023-03-01 09:31:28 +01:00
fed
08c8d17044
Merge pull request #519 from h1-mod/dependabot/submodules/deps/asmjit-965d195
2023-02-28 08:16:35 +01:00
fed
65a6eb1403
Merge pull request #520 from h1-mod/dependabot/submodules/deps/curl-cf3e6ce
2023-02-28 08:16:24 +01:00
dependabot[bot]
6d37bddd48
Bump deps/curl from 5ed7417
to cf3e6ce
...
Bumps [deps/curl](https://github.com/curl/curl ) from `5ed7417` to `cf3e6ce`.
- [Release notes](https://github.com/curl/curl/releases )
- [Commits](5ed7417d2f...cf3e6ce92f
)
---
updated-dependencies:
- dependency-name: deps/curl
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:07:26 +00:00
dependabot[bot]
bdffe8f1b2
Bump deps/asmjit from 8552e28
to 965d195
...
Bumps [deps/asmjit](https://github.com/asmjit/asmjit ) from `8552e28` to `965d195`.
- [Release notes](https://github.com/asmjit/asmjit/releases )
- [Commits](8552e286c2...965d19506f
)
---
updated-dependencies:
- dependency-name: deps/asmjit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 18:07:10 +00:00
fed
8c9e0aa48b
Merge pull request #467 from h1-mod/dependabot/submodules/deps/libtomcrypt-2a1b284
...
Bump deps/libtomcrypt from `29986d0` to `2a1b284`
2023-02-25 00:56:54 +01:00
fed
143a8b7958
Merge pull request #486 from h1-mod/dependabot/submodules/deps/json-b230614
...
Bump deps/json from `4c6cde7` to `b230614`
2023-02-25 00:56:41 +01:00
fed
722ab9ab56
Merge pull request #487 from h1-mod/dependabot/submodules/deps/lua-cf08915
...
Bump deps/lua from `be908a7` to `cf08915`
2023-02-25 00:56:32 +01:00
fed
62cb202ec9
Merge pull request #503 from h1-mod/dependabot/submodules/deps/sol2-eab1430
...
Bump deps/sol2 from `19898d8` to `eab1430`
2023-02-25 00:56:21 +01:00
fed
dc0cac724a
Merge pull request #509 from h1-mod/dependabot/submodules/deps/zlib-eb0e038
...
Bump deps/zlib from `02a6049` to `eb0e038`
2023-02-25 00:56:12 +01:00
fed
c825cccf53
Merge pull request #513 from h1-mod/dependabot/submodules/deps/asmjit-8552e28
...
Bump deps/asmjit from `a9ac135` to `8552e28`
2023-02-25 00:55:58 +01:00
fed
3d91537343
Merge pull request #516 from h1-mod/dependabot/submodules/deps/curl-5ed7417
...
Bump deps/curl from `6113dec` to `5ed7417`
2023-02-25 00:55:49 +01:00
fed
5a1e481e05
Merge pull request #517 from h1-mod/dependabot/submodules/deps/GSL-9f85e4e
...
Bump deps/GSL from `0822838` to `9f85e4e`
2023-02-25 00:55:42 +01:00
dependabot[bot]
12bf0b1a68
Bump deps/GSL from 0822838
to 9f85e4e
...
Bumps [deps/GSL](https://github.com/Microsoft/GSL ) from `0822838` to `9f85e4e`.
- [Release notes](https://github.com/Microsoft/GSL/releases )
- [Commits](0822838a7c...9f85e4e088
)
---
updated-dependencies:
- dependency-name: deps/GSL
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 18:00:54 +00:00