Tixx
60049d9d7f
Merge pull request #306 from RainlessSky/rainlesssky-5
...
Try to fix content tabs again
2026-05-16 20:46:20 +02:00
RainlessSky
9154d25826
Try to fix content tabs again
2026-05-16 11:41:40 -07:00
Tixx
fdbae24b56
Merge pull request #301 from carsakiller/vehicle-event-data
...
Add examples of data parameters
2026-05-16 20:31:38 +02:00
Tixx
6d0f61f1b6
Merge pull request #303 from carsakiller/302-clarify-vehicle-swap-event
...
add: clarify that replacing a vehicle only fires onVehicleEdited
2026-05-16 20:29:35 +02:00
RainlessSky
e512389ddc
- Attempt to fix content tabs
...
- Remove march-28-outage.md
2026-05-13 17:37:01 -07:00
carsakiller
166fd45823
add: clarify that replacing a vehicle only fires onVehicleEdited
...
Fixes #302
2026-05-13 00:59:40 +00:00
carsakiller
0fc1d9db8c
add: examples of data parameters
...
For both onVehicleSpawn and onVehicleEdited
2026-05-12 23:30:48 +00:00
Protogen187
e175a9396a
Update game-faq.md
...
apply Tixx's suggested change
2026-05-02 20:21:13 +02:00
Protogen187
f17d12b30e
Update Clearing-mods.md
...
implement suggested changes by tixx
2026-04-26 22:23:24 +02:00
Protogen187
8bbe83ed0f
Merge branch 'main' into main
2026-04-25 13:23:06 +02:00
Protogen187
3bcf6c297f
Update game-faq.md
2026-04-25 13:21:24 +02:00
Protogen187
bccea79be1
Update game-faq.md
2026-04-25 13:18:32 +02:00
Protogen187
5550a70a90
Merge branch 'main' into main
2026-04-24 22:38:54 +02:00
turrrbina
422d4f8658
Added 'export VCPKG_ROOT' to update part
...
I didnt think of this, the exports are gone after an initial build and the user runs into problems when updating.
I didnt put in the "export PATH=$VCPKG_ROOT:$PATH" because imho its not necessary
2026-04-24 21:50:44 +02:00
Tixx
36c82d90b3
Merge branch 'main' into main
2026-04-20 00:31:38 +02:00
Protogen187
2e40f1e38a
Update Clearing-mods.md
2026-04-19 09:09:03 +02:00
Protogen187
7c6964c131
Update Clearing-mods.md
2026-04-19 09:04:34 +02:00
turrrbina
00f04eb9cd
Update getting-started.md with build instructions
...
forgot the backticks
2026-04-18 22:24:39 +02:00
turrrbina
93b14f3f27
Update getting-started.md with release checkout info
...
Added instructions for checking out the latest release tag.
2026-04-18 22:22:26 +02:00
Protogen187
81dec8a54c
Rename How-to-deactivate-mods.md to Clearing-mods.md
...
renaming da file
2026-04-18 21:53:21 +02:00
Protogen187
b0271b0ced
Update Anti-Mod documentation
2026-04-18 21:19:02 +02:00
Protogen187
14511aac0a
Merge branch 'main' into Protogen187-patch-1
2026-04-18 21:04:41 +02:00
Tixx
b082385534
Merge pull request #289 from StanleyDudek/patch-2
...
Correct the order of operations for building launcher on Linux
2026-04-18 20:37:55 +02:00
Dudekahedron
61a4ad5628
Update getting-started.md correct order of operations for building launcher on Linux
2026-04-18 10:56:44 -07:00
Protogen187
b88833fa70
Update create-a-server.md
...
Fix keymaster link
2026-04-18 19:50:48 +02:00
turrrbina
cff7fb1c70
Merge branch 'BeamMP:main' into main
2026-04-17 07:20:35 +02:00
turrrbina
c77d6d9370
Fixed Keymaster URL
...
Updated Keymaster link to the correct URL in two places
2026-04-17 07:20:24 +02:00
Protogen187
0e8a442270
Merge branch 'main' into Protogen187-patch-1
2026-04-16 20:39:56 +02:00
5DROR5
13fa41cbdd
Update Client-Side.md
2026-04-13 10:40:58 +01:00
5DROR5
2aebc3c36f
Create Server-Side.md
2026-04-13 10:40:58 +01:00
5DROR5
e91068a21f
Create Client-Side.md
2026-04-13 10:40:58 +01:00
turrrbina
e8192486d0
Update launcher instructions in getting-started.md
...
Clarified instructions for updating the launcher.
2026-04-12 14:51:31 +02:00
turrrbina
917000d7b3
Update getting-started.md
2026-04-12 14:50:09 +02:00
turrrbina
832bf7dd7f
Revise launcher update instructions in getting-started.md
...
Updated instructions for updating the launcher, including new cmake commands.
2026-04-12 14:48:42 +02:00
turrrbina
ddfac586e5
Add launcher update instructions to getting started
...
Added instructions for updating the launcher in the getting started guide.
2026-04-12 14:46:46 +02:00
Protogen187
fd14341d77
Merge branch 'main' into Protogen187-patch-1
2026-04-11 20:59:45 +02:00
RainlessSky
6a38c02449
Add short unlisted FAQ page for the ongoing BeamMP outage to support some time. Assuming it can be linked w/o being on the nav, support can just link to whichever question.
2026-04-04 15:09:22 +01:00
RainlessSky
486f134a5c
Update and reorganize getting-started.md to reflect the new installation experience as of April 1st, 2026 (in PDT)
2026-04-04 15:09:22 +01:00
RainlessSky
b7a14ad4ed
- Split snippets.md into lua-snippets.md, css-snippets.md, imgui-snippets.md, cef-snippets.md
...
- Added common variables to css-snippets.md
- Added common ImGui functions to imgui-snippets.md
- Added alternatively-styled content tabs to extension list in mkdocs.yml
- Created basic ImGui tutorial in imgui-window-tutorial.md (formerly imgui-windows.md)
- Fixed indentation error in lua-snippets.md
2026-04-04 15:09:22 +01:00
RainlessSky
f341f4607c
- Reword some sentences in introPopups
...
- Reorder some sections in introPopups
2026-03-31 23:17:00 +01:00
RainlessSky
666fec4122
- Add introPopupCareer
...
- Update introPopupTutorial
- Update introPopupMission
- Reorganize introPopups
2026-03-31 23:17:00 +01:00
RainlessSky
00bb322aa4
Adjust lua code snippets header to match others in snippets.md
2026-03-31 23:17:00 +01:00
RainlessSky
47cf106049
Add three new UI related snippets to snippets.md
2026-03-31 23:17:00 +01:00
Protogen187
a48a708f0e
Merge branch 'main' into Protogen187-patch-1
2026-03-20 20:55:30 +01:00
Protogen187
a127a65274
Merge branch 'main' into Protogen187-patch-4
2026-03-15 20:53:48 +01:00
Protogen187
9a402e3b3e
Update server-maintenance.md
2026-03-14 22:08:34 +01:00
Protogen187
706cd16614
Update server-maintenance.md
...
Implement Tixxs changes
2026-03-14 22:07:46 +01:00
Protogen187
b179628d6b
Update server-maintenance.md
...
Adding IP description
2026-03-09 20:15:00 +01:00
Protogen187
3a3bce08fd
Merge branch 'main' into Protogen187-patch-2
2026-03-03 21:19:44 +01:00
Protogen187
ab686d27fe
Merge branch 'main' into Protogen187-patch-1
2026-03-03 21:16:26 +01:00