Commit Graph

652 Commits

Author SHA1 Message Date
Federico Cecchetto
2c08102eba Small change 2022-01-31 15:55:04 +01:00
fed
afd9df7269 Fix text 2022-01-31 09:33:07 +01:00
fed
d131749a3c Fix build 2022-01-31 09:15:11 +01:00
fed
3a683f7171 Small fix 2022-01-31 09:05:34 +01:00
fed
dd38d2e6ff Dont update if debug build 2022-01-31 09:03:59 +01:00
fed
d910ea5df5 Also update binary with updater 2022-01-31 08:48:56 +01:00
Federico Cecchetto
b2247f7ae3 Add some functions 2022-01-31 02:22:58 +01:00
Federico Cecchetto
4f8c875c35 Add logger component 2022-01-31 00:23:42 +01:00
Federico Cecchetto
da2fa4ad46 Show nice loaded mod name 2022-01-31 00:13:55 +01:00
Federico Cecchetto
43f5603aa4 Add updater 2022-01-30 22:55:21 +01:00
Federico Cecchetto
c16ef8ff83 Update appveyor.yml 2022-01-30 19:46:29 +01:00
Federico Cecchetto
03c24765a7 Test 2022-01-30 02:04:58 +01:00
fed
af84932467
Merge pull request #136 from fedddddd/temp
Add stuff for updater
2022-01-29 22:18:41 +01:00
fed
9b0c7148c0
Update README.md 2022-01-29 22:16:03 +01:00
fed
7c6a34f4b1
Merge pull request #133 from fedddddd/dependabot/submodules/deps/GSL-a353456
Bump deps/GSL from `99a29ce` to `a353456`
2022-01-29 22:13:37 +01:00
fed
7e718dff1c
Merge pull request #134 from fedddddd/dependabot/submodules/deps/protobuf-15add1a
Bump deps/protobuf from `b48ba57` to `15add1a`
2022-01-29 22:13:29 +01:00
fed
a97d19d0cb
Merge pull request #135 from fedddddd/main
Add build action
2022-01-29 22:03:21 +01:00
Federico Cecchetto
9aa0f7cf32 Merge branch 'main' of https://github.com/fedddddd/h2-mod 2022-01-29 21:48:16 +01:00
Federico Cecchetto
3758d6ea98 Create .gitkeep 2022-01-29 21:47:59 +01:00
fed
9a5c58584d
Create build.yml 2022-01-29 21:37:16 +01:00
dependabot[bot]
1c4141c5b6
Bump deps/protobuf from b48ba57 to 15add1a
Bumps [deps/protobuf](https://github.com/google/protobuf) from `b48ba57` to `15add1a`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](b48ba578dd...15add1af49)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-29 20:30:57 +00:00
dependabot[bot]
e03ed4962c
Bump deps/GSL from 99a29ce to a353456
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `99a29ce` to `a353456`.
- [Release notes](https://github.com/Microsoft/GSL/releases)
- [Commits](99a29ce797...a353456718)

---
updated-dependencies:
- dependency-name: deps/GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-29 20:30:52 +00:00
Federico Cecchetto
cef4cbc5b9 commit 3 2022-01-29 21:27:54 +01:00
fed
5fae85dd35 commit 2 2022-01-29 16:50:41 +01:00
Federico Cecchetto
28763917ea commit 2022-01-29 02:14:36 +01:00
Federico Cecchetto
f520775ef3 Small fix 2022-01-29 01:24:05 +01:00
Federico Cecchetto
10bf954c2b Move mod commands to new component + small fix 2022-01-28 00:51:44 +01:00
Federico Cecchetto
ff77aba0f8 Merge branch 'main' of https://github.com/fedddddd/h2-mod 2022-01-28 00:43:09 +01:00
Federico Cecchetto
4e65c4081a Small fix 2022-01-28 00:43:02 +01:00
fed
f1b3ea92bb
Merge pull request #130 from fedddddd/dependabot/submodules/deps/protobuf-b48ba57
Bump deps/protobuf from `b696347` to `b48ba57`
2022-01-28 00:28:14 +01:00
fed
41a86f6d3a
Merge pull request #131 from fedddddd/dependabot/submodules/deps/GSL-99a29ce
Bump deps/GSL from `ebf0498` to `99a29ce`
2022-01-28 00:28:08 +01:00
Federico Cecchetto
b67012622d Add mod loading menu 2022-01-28 00:27:53 +01:00
dependabot[bot]
5c6d31ff88
Bump deps/GSL from ebf0498 to 99a29ce
Bumps [deps/GSL](https://github.com/Microsoft/GSL) from `ebf0498` to `99a29ce`.
- [Release notes](https://github.com/Microsoft/GSL/releases)
- [Commits](ebf0498363...99a29ce797)

---
updated-dependencies:
- dependency-name: deps/GSL
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 22:16:13 +00:00
dependabot[bot]
7d61587306
Bump deps/protobuf from b696347 to b48ba57
Bumps [deps/protobuf](https://github.com/google/protobuf) from `b696347` to `b48ba57`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](b696347f80...b48ba578dd)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 22:16:10 +00:00
fed
f8e689397b Fix build 2022-01-27 08:37:24 +01:00
Federico Cecchetto
55cbb258ea Merge branch 'main' of https://github.com/fedddddd/h2-mod 2022-01-27 00:53:32 +01:00
Federico Cecchetto
43bac6c65e Add assetlist and getweapondisplayname functions to UI 2022-01-27 00:53:30 +01:00
fed
43fdef3ff0
Merge pull request #129 from fedddddd/dependabot/submodules/deps/protobuf-b696347
Bump deps/protobuf from `f180289` to `b696347`
2022-01-26 00:00:15 +01:00
dependabot[bot]
499f0d689a
Bump deps/protobuf from f180289 to b696347
Bumps [deps/protobuf](https://github.com/google/protobuf) from `f180289` to `b696347`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](f180289c46...b696347f80)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 22:16:19 +00:00
fed
a837e0ffd9
Merge pull request #128 from fedddddd/dependabot/submodules/deps/protobuf-f180289
Bump deps/protobuf from `a03ff9c` to `f180289`
2022-01-25 00:13:45 +01:00
dependabot[bot]
6878f6d89f
Bump deps/protobuf from a03ff9c to f180289
Bumps [deps/protobuf](https://github.com/google/protobuf) from `a03ff9c` to `f180289`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](a03ff9c3e8...f180289c46)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 22:21:26 +00:00
fed
9edf1e3d3e
Merge pull request #127 from fedddddd/dependabot/submodules/deps/protobuf-a03ff9c
Bump deps/protobuf from `41e22cd` to `a03ff9c`
2022-01-23 22:50:15 +01:00
dependabot[bot]
1a1969f7fd
Bump deps/protobuf from 41e22cd to a03ff9c
Bumps [deps/protobuf](https://github.com/google/protobuf) from `41e22cd` to `a03ff9c`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](41e22cde8d...a03ff9c3e8)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 22:19:07 +00:00
fed
7f49b3fac5
Merge pull request #126 from fedddddd/dependabot/submodules/deps/asmjit-9a92d2f
Bump deps/asmjit from `2a706fd` to `9a92d2f`
2022-01-21 13:54:04 +01:00
dependabot[bot]
5a909158ef
Bump deps/asmjit from 2a706fd to 9a92d2f
Bumps [deps/asmjit](https://github.com/asmjit/asmjit) from `2a706fd` to `9a92d2f`.
- [Release notes](https://github.com/asmjit/asmjit/releases)
- [Commits](2a706fd2ba...9a92d2f972)

---
updated-dependencies:
- dependency-name: deps/asmjit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-18 22:16:35 +00:00
fed
1c5aa8db8b
Merge pull request #124 from fedddddd/dependabot/submodules/deps/lua-5d708c3
Bump deps/lua from `8dd2c91` to `5d708c3`
2022-01-15 01:48:40 +01:00
fed
041e6ac607
Merge pull request #125 from fedddddd/dependabot/submodules/deps/protobuf-41e22cd
Bump deps/protobuf from `24a8012` to `41e22cd`
2022-01-15 01:48:35 +01:00
dependabot[bot]
ba5a870003
Bump deps/protobuf from 24a8012 to 41e22cd
Bumps [deps/protobuf](https://github.com/google/protobuf) from `24a8012` to `41e22cd`.
- [Release notes](https://github.com/google/protobuf/releases)
- [Commits](24a801287f...41e22cde8d)

---
updated-dependencies:
- dependency-name: deps/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 22:35:31 +00:00
dependabot[bot]
2b4442c207
Bump deps/lua from 8dd2c91 to 5d708c3
Bumps [deps/lua](https://github.com/lua/lua) from `8dd2c91` to `5d708c3`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](8dd2c912d2...5d708c3f9c)

---
updated-dependencies:
- dependency-name: deps/lua
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 22:19:07 +00:00
fed
898ca12cca Small fix 2022-01-13 11:55:34 +01:00