40 Commits

Author SHA1 Message Date
m
e0ae1b14fe use set/clear mod functions 2022-12-22 11:33:44 -06:00
m
f2dd9315aa handle popup in lua instead 2022-12-22 08:22:52 -06:00
m
2abdb74885 cleanup and fixes 2022-12-22 07:27:28 -06:00
m
2a454e096b Merge branch 'develop' into confirmation-v2 2022-12-22 07:10:33 -06:00
m
729578e641 fix return type 2022-12-22 06:55:48 -06:00
fed
b5a26eb82f Cache file hashes 2022-12-22 13:21:30 +01:00
fed
7a1b9cf6ee Small fix 2022-12-21 23:33:16 +01:00
m
f2632dc448 dont use pointers for json 2022-12-21 15:46:02 -06:00
m
af51706f7d put forward declaration next to first use case 2022-12-21 15:41:45 -06:00
m
c8b8eef200 add trusted ips (whitelist) 2022-12-21 15:39:59 -06:00
m
52151e9ed8 only show prompt if there are files 2022-12-21 14:34:58 -06:00
m
d8ff4697dc cleanup 2022-12-21 14:24:36 -06:00
m
de26138f5b yes/no popup before download 2022-12-21 14:10:29 -06:00
fed
15fdab136f Fix script leaks + increase memory 2022-11-11 21:15:26 +01:00
fed
e62fc74d98 Add arena file to download + fixes 2022-11-11 15:54:32 +01:00
m
d745e9df04 random cleanup and changes 2022-11-01 00:09:02 -05:00
fed
7c17c66b15 More usermap fixes 2022-10-12 23:40:17 +02:00
fed
ce4a586809 Some fixes 2022-10-11 18:29:53 +02:00
fed
e73d871418 Usermap support 2022-10-11 05:11:54 +02:00
fed
e2e1c908d4 Fix reconnect crashing 2022-10-11 00:10:24 +02:00
Skull
2c2e52d952 use command instead [skip ci] 2022-09-12 23:42:29 +03:00
fed
abb8cc7c0b Another fix 2022-09-11 20:50:12 +02:00
Federico Cecchetto
b1b6699435 Some fixes 2022-09-11 16:26:11 +02:00
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