242 Commits

Author SHA1 Message Date
fed
1c5a01bcf7 Cleanup menus 2022-11-10 01:38:53 +01:00
fed
1b8dbc535f Cleanup arena 2022-11-10 01:16:50 +01:00
m
79ce249c2f cleanup 2022-11-03 12:43:50 -05:00
m
da59ed854c fixes and little changes 2022-10-26 22:23:00 -05:00
m
11260db99e throw error on getfunction + cleanup 2022-10-24 16:00:40 -05:00
m
e94f25db54 organize gsc components 2022-10-21 17:05:18 -05:00
m
6810cc54c7 extra bdstorage tasks
not needed, but felt like adding anyways
2022-10-18 06:02:03 -05:00
m
8cdb4690c4
scripting additions, changes, and cleanup (#330) 2022-10-18 05:38:06 -05:00
m
59718fc9d5
better GSC api (#310) 2022-10-14 11:39:27 -05:00
fed
e73d871418 Usermap support 2022-10-11 05:11:54 +02:00
m
36739acae4 name some demonware stuff 2022-10-10 16:09:15 -05:00
fed
f41ab591d9 Dont load localized zone on custom maps 2022-10-09 20:51:19 +02:00
m
873cdebaf5 fix build 2022-10-04 21:18:43 -05:00
m
60cf2c2b30 re-add io gsc functions 2022-10-04 21:09:22 -05:00
fed
c7e7b88af1 Fix build 2022-09-25 21:09:11 +02:00
m
4e9e2b8b16 tiny changes 2022-09-25 10:46:55 -05:00
fed
2fa95b16e7 Gsc changes 2022-09-23 19:30:09 +02:00
m
d105d132c8 hehe 2022-09-12 16:03:46 -05:00
m
ad4736b71e add gsc io funcs 2022-09-12 15:51:23 -05:00
Skull
3af7d507ff add lui_close command 2022-09-12 23:41:54 +03:00
fed
a6fd9181a6 Update symbols.hpp 2022-09-11 20:45:32 +02:00
fed
2424a7a088 Small fix 2022-09-11 20:29:53 +02:00
m
99b3831dd8 GSC support (#247)
Co-authored-by: Federico Cecchetto <fedecek3@gmail.com>
2022-09-11 12:40:27 -05: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
fed
574ced26ed
Merge branch 'develop' into filesystem-and-mods 2022-09-10 21:00:23 +00:00
Skull
6b994def0d spacing? [skip ci] 2022-09-09 22:26:53 +03:00
Skull
3c370dd109 bdStats 2022-09-09 22:25:09 +03:00
Skull
53d5e87019 dw small changes 2022-09-09 22:05:12 +03:00
Skull
be6adbfe13 label some more 2022-09-09 17:30:58 +03:00
Skull
b9a7dc50a6 label demonware services and tasks 2022-09-09 17:06:54 +03:00
quaK
6b6aa66f93 small dw changes 2022-09-08 08:09:43 +03:00
m
328e6c611a
Add legacy menus (#249)
* fix legacy menu files

* minor changes

* make setclientdvar behave more like older games

Co-authored-by: quaK <38787176+Joelrau@users.noreply.github.com>
2022-09-03 20:40:06 -05:00
m
eba62a20ca fix fs_startup + fs_game file path 2022-09-03 04:50:08 -05:00
m
d7ffafd4e9 some h2 mod stuff i'm storing here temp 2022-09-03 00:23:04 -05:00
quaK
a5e91259a8 use tag_weapon when other tags aren't found 2022-08-30 19:23:41 +03:00
quaK
fa41a6a8d3 singleplayer mod stuff 2022-08-20 16:27:41 +03:00
m
9df6257732 move sol2 specific warning to where it's needed
https: //github.com/XLabsProject/iw6x-client/pull/638
Co-Authored-By: Edo <edoardo.sanguineti222@gmail.com>
2022-08-16 23:31:38 -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
Andrew
c504fb6ec5
Fixed a typo (#209) 2022-08-04 01:13:55 -05:00
Andrew
0b7867fc28
Mid-Air Sprinting (#208) 2022-08-04 01:02:31 -05:00
mjkzy
e2cd532c47 add a bunch of new tokens from gsc-tool
thank you to @xensik for getting these tokens
2022-07-19 23:08:31 -05:00
Skull
3a688e85c3 add gameTime 2022-07-19 18:06:13 +03:00
Skull
2bc11cec20 elevators for sp and list some dvars 2022-07-18 04:51:24 +03:00
mjkzy
5dbf59c3c6 Revert "lowercase + add missing funcs/methods"
This reverts commit 7409203ab488ebc9ca4739149ea98b4cfa4b7211.
2022-07-07 15:40:34 -05:00
mjkzy
4d05560d9d lowercase + add/fix tokens 2022-07-06 22:54:40 -05:00
mjkzy
7409203ab4 lowercase + add missing funcs/methods
1. gsc-tool says they do indeed exist, so I added them to the table
2. lowercased all funcs/methods
2022-07-06 22:49:08 -05:00
DoktorSAS
c73368e79d
Named and fixed tokens (#167) 2022-07-06 13:57:42 -05:00
mjkzy
881e5ddbcb update protobuf + small changes
changes by @diamante0018 from https://github.com/XLabsProject/s1x-client/pull/369
2022-07-04 22:51:57 -05:00
Skull
580b8138cd label "mis_cheat" 2022-07-04 02:52:07 +03:00
Federico Cecchetto
51ecb9fa35 Fix spectator bug 2022-07-01 22:24:13 +02:00