TheiLLeniumStudios
ed601ddb4c
Add missing globals to .luacheckrc
2022-05-04 08:09:04 +00:00
TheiLLeniumStudios
db11c7dcec
Fix linting issues
2022-05-04 08:08:29 +00:00
iLLeniumStudios
34abc04914
Disable fail_on_failure
2022-05-03 13:06:34 +02:00
iLLeniumStudios
53d2e0cbf9
Create test_file.lua
2022-05-03 13:03:55 +02:00
iLLeniumStudios
613e781f1e
Change check name
2022-05-03 13:02:20 +02:00
iLLeniumStudios
c6874b06b0
Add pushes back
2022-05-03 12:59:54 +02:00
iLLeniumStudios
6138dacd3e
Run v3 of junit reports
2022-05-03 12:56:55 +02:00
iLLeniumStudios
a3215c6670
Run only on PR
2022-05-03 12:54:04 +02:00
iLLeniumStudios
11aad24003
Create .luacheckrc
2022-05-03 12:53:49 +02:00
iLLeniumStudios
32b6e68012
Always generate report
2022-05-03 12:35:49 +02:00
iLLeniumStudios
13e60e5ce3
Remove login step
2022-05-03 12:30:20 +02:00
iLLeniumStudios
cb171a47be
Switch to self-hosted runner
2022-05-03 12:24:06 +02:00
iLLeniumStudios
a2eecaa464
Add docker login action
2022-05-03 12:01:23 +02:00
iLLeniumStudios
ad939c16fc
Create lint.yml
2022-05-03 12:00:26 +02:00
iLLeniumStudios
42a18e5a12
Delete lint.yml
2022-05-03 12:00:09 +02:00
iLLeniumStudios
5ab9f402a9
Create lint.yml
2022-05-03 11:59:15 +02:00
iLLeniumStudios
98bd85ed9a
Delete lint.yml
2022-05-03 11:58:34 +02:00
iLLeniumStudios
eeca70daf1
Add lint pipeline
2022-05-03 11:51:46 +02:00
Kakarot
fff42697c6
Merge pull request #675 from BerkieBb/patch-1
...
chore(client/functions): remove QBCore.Functions.CreateBlip
2022-04-30 13:42:33 -07:00
BerkieBb
00dba8864d
chore(client/functions): remove QBCore.Functions.CreateBlip
...
- This function has an issue with some references of blips and the usage is not very user friendly, no need for this because local functions are better
2022-04-30 22:41:53 +02:00
Kakarot
45a09d667d
Merge pull request #647 from BlackfootTV/patch-1
...
Update fr.lua
2022-04-21 21:31:28 -07:00
Kakarot
06459e41cc
Merge pull request #646 from IngPleb/patch-2
...
Added cs.lua
2022-04-21 21:30:55 -07:00
Kakarot
b71853b13e
Merge pull request #637 from Robi321/patch-1
...
Create pl.lua
2022-04-21 21:30:33 -07:00
Kakarot
cd70522f60
Merge pull request #634 from keenowastaken/patch-1
...
Update de.lua
2022-04-21 21:30:23 -07:00
BlackfootTV
2f3b864809
Update fr.lua
2022-04-17 10:39:22 +02:00
BlackfootTV
ddfd6c8e49
Update fr.lua
...
Grammatical changes
2022-04-17 00:32:53 +02:00
Matěj Vnouček
2e1cf0fc0c
Added cs.lua
2022-04-16 22:55:05 +02:00
Kakarot
9cee5cd6b6
Merge pull request #639 from TonybynMp4/patch-1
...
Format the join server message
2022-04-13 14:43:56 -07:00
Tony
9d1ebbad16
forgor the string.format
2022-04-13 23:12:19 +02:00
Idris Dev
bb321ccc24
fix: remove unneeded bracket
2022-04-14 01:31:01 +10:00
Robi321
fcfc44df75
Create pl.lua
2022-04-13 16:28:39 +02:00
Matas
8ec1eb4b32
Remove unneeded bracket
2022-04-13 14:59:44 +02:00
Matas
f00fa9c42f
Update de.lua
2022-04-13 14:56:21 +02:00
Kakarot
b73014a0aa
Merge pull request #624 from HAMz-Project/patch-1
...
Add utility LoadAnimSet
2022-04-13 05:45:48 -07:00
Kakarot
d3869bbe60
Merge pull request #629 from uShifty/patch-3
...
feat: Implement QBCore.Shared.VehicleHashs
2022-04-13 05:45:09 -07:00
Kakarot
ba4c9090cc
Update qbcore.sql
2022-04-13 07:43:54 -05:00
Kakarot
58b6762ab6
Merge pull request #579 from TonybynMp4/TonybynMp4-Translations
...
Add Joining Server Translations
2022-04-13 05:31:20 -07:00
Kakarot
4b50e3af11
Merge pull request #548 from Mycroft-Studios/main
...
Feat(events): Better TPM Event
2022-04-13 05:28:59 -07:00
Kakarot
92af1dc40b
Merge pull request #614 from dusan01/serbian-locale
...
Create rs.lua
2022-04-13 05:28:33 -07:00
Kakarot
a533cf05a5
Merge pull request #620 from watchakorn-18k/patch-1
...
Add Thai language
2022-04-13 05:28:12 -07:00
Kakarot
f604967d0a
Merge pull request #607 from ARSSANTO/main
...
Neon color saving issue solved
2022-04-13 05:27:55 -07:00
Kakarot
a69486418f
Merge pull request #632 from Asaayu/main
...
Updates to the /me command
2022-04-13 05:16:35 -07:00
Ethan
75a762f3e8
/me command - Use regex to replace formatting text
...
Uses regex to replace strings that match `<*>` and `~*~` in the `/me` command.
Regex: https://regex101.com/r/rrNMnx/1
2022-04-13 19:23:45 +12:00
Ethan
d5280f32f2
🐎 /me command - Convert pairs() loop to for loop
...
As per test 9 @ https://springrts.com/wiki/Lua_Performance#TEST_9:_for-loops
2022-04-13 19:06:59 +12:00
Ethan
c21cde06f7
🐎 /me command - Check input first
2022-04-13 19:02:18 +12:00
Kakarot
5eb841c1a9
Merge pull request #630 from Asaayu/patch-1
...
Add support for commas and integers in the TP command
2022-04-12 11:59:04 -07:00
Ethan Johnson
3d4343d420
Add support for commas and integers in the TP command
2022-04-12 23:16:54 +12:00
Kakarot
62dd12a4d9
Update callcommand permission check
2022-04-10 23:00:42 -05:00
uShifty
a6160cf738
typo: VehicleHashs to VehicleHashes
2022-04-10 20:45:48 -07:00
uShifty
9d83a952c2
feat: Implement QBCore.Shared.VehicleHashs
...
Describe Pull request
Indexs the vehicles jenkins joaat(Hash) value as the key of the table as the key so we dont have to do some shitty ass loop through the vehicles comparing joaat values. I have no clue why this secondary table was removed in the first place if I had to guess people were lazy but this should help the lazys by automatically filling the table.
Questions (please complete the following information):
Have you personally loaded this code into an updated qbcore project and checked all it's functionality? [yes/no] (Be honest)
Yes
Does your code fit the style guidelines? [yes/no]
Yes
Does your PR fit the contribution guidelines? [yes/no]
Yes
2022-04-09 23:09:57 -07:00