1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-01-24 10:12:54 +08:00
Commit Graph

70 Commits

Author SHA1 Message Date
tabarra
0e7ba53833
fix: removed empty lines from the build stdout (#225)
* fix: removed empty lines from the build stdout

* revert: undone unwanted changes
2023-04-08 01:52:43 +02:00
Nihonium
44fc68d7ee fix(yarn): Pipe yarn_cli output to main output
Apparently *sometimes* yarn_cli is locking up due to stdio being `silent`. Other than that, it will now print helpful data.
2021-10-20 12:50:00 +02:00
Disquse
ce108ed874 tweak(sessionmanager/rdr3): onesync support 2021-08-09 11:43:59 +03:00
blattersturm
0169fdddaa tweak(sessionmanager/rdr3): add yarn.lock, ignore .yarn.installed 2021-04-24 15:43:25 +02:00
blattersturm
c3c0763c0b fix(resources): rename leftover __resource files 2021-04-24 15:41:59 +02:00
blattersturm
f559e8bbb7 tweak(composition): delete scoreboard resource
This resource is outdated, known-insecure, problematic, and incompatible with modern standards. It was originally written in 2014 or so as a test, but never did much of note.

It should ideally be rewritten in a generic way, with an API to add columns from state bag entries or such, requesting players from the server (through a latent event) when opened, all the while being themeable similar to `chat` and documented in a minimal way as well.
2021-03-16 20:43:45 +01:00
blattersturm
b7d053f31b fix(sessionmanager/rdr3): respond to game's TransitionToSession message
This fixes the game bailing with BAIL_ERROR_SESSION_ERROR shortly after initializing (due to this message timing out).
2021-03-14 11:18:12 +01:00
blattersturm
f8ae027428 tweak(sessionmanager/rdr3): correctly request a session transition
This is untested with other players - hopefully it doesn't lead to a rejection. Needs latest change in client code, too.
2021-03-06 10:00:42 +01:00
d0p3t
e2fe323d88 Set 'buildingInProgress' to false after successful config build to not lock other builds
- Log build in progress to console
- webpack, not weebpack, weebs!
- Add yarn.lock
2021-01-13 20:45:09 +01:00
tabarra
ab4eccec83
Added metadata to all manifest files (#136)
* ton of stuf

* more

* system resources: added fxmanifest meta tags

* manager resources: added fxmanifest meta tags

* gameplay resources: added fxmanifest meta tags

* gamemode resources: added fxmanifest meta tags

* gameplay example resources: reverted descriptions

* test resources: added fxmanifest meta tags

* smol fixes

* added author email + minor changes

* fixed manifest file trailing line inconsistencies

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update fxmanifest.lua

* Update __resource.lua

* additional phrasing/branding changes

Co-authored-by: PLOKMJNB <PLOKMJNB@users.noreply.github.com>
Co-authored-by: Danish Khan <61810778+PLOKMJNB@users.noreply.github.com>
Co-authored-by: Technetium <65681715+technetium-cfx@users.noreply.github.com>
Co-authored-by: blattersturm <peachypies@protonmail.ch>
2020-11-22 16:49:22 +01:00
blattersturm
65fc598a5f builders: fix webpack and improve yarn 2020-11-01 12:48:04 +01:00
blattersturm
7cbf600593 tweak(yarn): update yarn_cli.js to 1.22.5 2020-09-09 10:37:08 +02:00
blattersturm
25fd26e2e4 fix(yarn): per-server cache folder, mutex, cleaner phrasing for reinit, cleaner async call 2020-09-09 10:35:26 +02:00
astatine
e7f7519e45 update yarn_cli.js 2019-12-10 10:57:34 +01:00
astatine
5ca4612547 work on __resource -> fxmanifest and RDR compatibility 2019-12-10 10:57:04 +01:00
astatine
51cc79eda2 reorganize resource directories 2019-12-10 09:54:29 +01:00
GiroudMathias
3bac230553 update webpack and yarn builders
Updating the WebPack and Yarn builders so that they do not launch simultaneously. Compiling some modules simultaneously causes conflicts/crashes
2019-11-20 16:00:19 +01:00
Darkotus
85419a6145 webpack builder: update packeges of package.json 2019-11-18 12:57:05 +01:00
blattersturm
bbc77613f0 rconlog: check for host id 2019-10-21 15:05:43 +02:00
iridium
64a26ad1de spawnmanager: fix spawning when faded out, add skipFade option, add timeout for collision loading 2019-06-05 15:11:20 +02:00
moscovium
3c6a2b6859 builders: webpack: cache input file state and only rebuild when needing to 2019-01-15 14:00:11 +01:00
moscovium
2bc68781fc builders: update Yarn to 1.13.0 2019-01-15 13:58:27 +01:00
moscovium
2dc08b5dbe builders: remove server_only as this will lead to client errors with dependencies 2019-01-15 13:57:55 +01:00
リーフストーム
c49db60df7
Merge pull request #34 from vecchiotom/master
fix names with color codes coloring the whole console output.
2018-10-27 10:44:26 +02:00
リーフストーム
995791bd1a
Merge pull request #36 from klingni/master
Add NetId for the vehicles.
2018-10-27 10:44:17 +02:00
jaymo1011
347de821c4
chat: fix help text and params in chat suggestions
Fixed help text and params not being added after using `chat:addSuggestion` by allowing a chat suggestion to be "updated" new information.
2018-10-21 20:50:58 +10:30
klingni
33f9bfcecd
Add NetId for the vehicles. 2018-10-06 14:10:44 +02:00
moscovium
407b805616 builders: webpack resource builder 2018-10-03 16:57:57 +02:00
moscovium
83f6045167 builders: update yarn builder 2018-10-03 16:55:18 +02:00
IceHax
471b19d37c
fix colored chat messages print in console 2018-09-26 18:06:30 +02:00
IceHax
25f9952c67
fix names with color codes coloring the whole console. 2018-09-26 17:53:21 +02:00
moscovium
03362d2c6d chat: theming support, hide chat when not needed, other minor changes 2018-09-26 17:24:02 +02:00
リーフストーム
9914752788
Merge pull request #32 from GHMatti/master
Caching removed suggestions
2018-09-08 14:24:54 +02:00
GHMatti
41e93abb98
Renamed variables to something better. 2018-09-06 11:02:07 +02:00
Matthias Mandelartz
34542d9293 Caching removed suggestions
Fixes that if a suggestion is 'removed' before it is added due to conflicting resources, it will still show up.
2018-09-06 09:11:08 +02:00
Will
c79bd7e8a3 sessionmanager: adds empty client script to enable client to server remote callbacks 2018-08-29 20:55:47 -04:00
DESKTOP-BL5U4J7\firec
b1b2bd8c31 Scaling Chat
Changed units to be flexable, aimed at 1080p to be as close to identical as possible but now scales bigger and smaller.
2018-08-26 04:01:06 +01:00
moscovium
79d01af08a system: add yarn builder resource 2018-04-24 21:41:12 +02:00
Kevin Poirot
974871ce30
baseevents: fix killerpos value 2018-04-09 14:41:13 +02:00
IceHax
6b4f0434d1
fixed an xss vulnerability, where people could use html in their name to make it execute on everyone's scoreboard. 2018-03-09 22:29:11 +01:00
moscovium
7fe212f655 chat: add suggestions for commands, reduce 'joined' spam, make server prints white 2018-02-20 12:01:29 +01:00
Tom Grobbe
2ebfa6fb11 Fixed a bug which disabled scrolling.
Fixed a bug where the PageUp & PageDown keys would not scroll the text chat up or down. A bug report & the solution that I've just applied can be found here: https://forum.fivem.net/t/chat-scrolling-using-pageup-pagedown-keys-is-broken-solution-provided/43063
2017-08-28 21:49:15 +02:00
リーフストーム
102e3f1a40 Merge pull request #11 from JohnnyCrazy/chat_fix_3
Fixed raw templates being ignored when there is only one arg.
2017-07-28 07:14:21 +02:00
Jonas Dellinger
466149d1ec Fixed raw templates being ignored when there is only one arg.
When there was just one arg and a raw template, the template got swaped out with CONFIG.defaultAltTemplateId
2017-07-27 19:54:41 +02:00
0x420
e5ca05f59e Fix baseevents' deathmanager to include a hash for the weapon the player was killed with 2017-07-17 20:40:49 +02:00
moscovium
07ba1df6ca chat: fix 'joined' message 2017-07-15 22:33:05 +02:00
moscovium
602753f59e chat updates for feature/command-updates 2017-07-09 16:21:45 +02:00
Jonas Dellinger
68ba12414f Fixed some chat stuff 2017-06-26 16:23:57 +02:00
moscovium
b3b43bfc69 fix "bad guy" 2017-06-15 18:27:55 +02:00
moscovium
4317191f93 hardcap: make sv_maxclients dynamic 2017-06-14 12:54:25 +02:00