17 Commits

Author SHA1 Message Date
m
10e1395de8 Mod downloading (#228)
* basic template for mod downloading

* better checks for unloading?

* Mod download stuff

* debug prints

* basic UI popup for mod downloading

* change notify location + abort download

* Prevent mods from loading lua files

* cleanup, fixes, mod aborting

* use correct pipelines

* change some messages

* fix mod downloading

* not a component

* fix hardcoded changes

Co-authored-by: Federico Cecchetto <fedecek3@gmail.com>
2022-09-11 08:09:50 -05:00
m
690310fd76
allow loading of custom zones (basic mod support) (#172)
* allow loading of custom zones

* remove game::

* remove unnecessary hook

* mod support

- fs_game support
- precache all weapon files loaded in database
- parse startup variables correctly

Co-authored-by: quaK <38787176+Joelrau@users.noreply.github.com>
2022-08-16 17:23:36 -05:00
mjkzy
b07910912b document some functions [skip ci] 2022-05-28 12:51:26 -05:00
Federico Cecchetto
2b15c3ec62 Finish some stuff 2022-05-28 15:51:38 +02:00
fed
93a01c50f0 Some fixes 2022-05-21 12:26:30 +02:00
fed
4b872decca Server list 2022-05-20 09:51:17 +02:00
Federico Cecchetto
fe1110a580 Some fixes 2022-05-19 17:01:34 +02:00
Federico Cecchetto
ad716d7571 Party connect 2022-05-19 00:36:32 +02:00
Skull Merlin
31d18eb618 1.04 -> 1.15 2022-05-17 17:56:26 +03:00
m
c52cfa73b4 discord rich presence joining
TODO:
- add a "session ID" randomly generated string
- improve the Joining game on DW initalized > main thread?
- join requests with avatars in game (ui scripting)
2022-03-15 18:59:03 -05:00
Federico Cecchetto
b4326f7177 Add logger component 2022-03-11 22:28:08 +01:00
m
8f9c663321 use hooking utils invoke 2022-03-03 07:07:37 -06:00
Federico Cecchetto
88baa72876 Remove printf 2022-03-01 03:16:56 +01:00
Federico Cecchetto
578247c477 Also check if virtual lobby is loaded 2022-03-01 03:16:31 +01:00
Federico Cecchetto
ced51f723b Dont Com_Error in infoResponse 2022-02-28 18:11:09 +01:00
Federico Cecchetto
0b4f427522 More party fixes 2022-02-28 15:22:04 +01:00
m
1515279e5c
new components + more symbols (#10)
* add bots, discord, party components + more symbols

* proper check for server player count

* progress on party/server list

* fix socket, server list now shows S1 servers
2022-02-27 22:54:27 -06:00