gir489
d63f712e5e
Redesigned the preview system entirely. ( #2888 )
2024-03-30 18:41:12 +01:00
Andreas Maerten
88036b91da
refactor: switch RAGE_JOAAT with string literal functions ( #2806 )
...
Why? Shorter to write and removes the macro usage
I used the following regex to find all occurrences:
```r
RAGE_JOAAT\("(.*?)"\)
```
then the following to replace it all:
```r
"$1"_J
```
2024-03-12 09:42:11 +01:00
lonelybud
5b73acecc2
fix: ped body clean up logic ( #2764 )
2024-02-23 21:00:26 +01:00
Anvar
70875b31ab
refactor: move Request Model logic to helper function ( #2669 )
2024-01-31 10:47:03 +01:00
Anvar
b0e528d7cd
refactor: improvement load_3d_ground_at_coords ( #2654 )
2024-01-27 18:29:02 +01:00
gir489
241f3cbe58
Redesigned Vehicle Spawn menus to have consistent features. ( #2063 )
...
Closes #2053
2023-08-31 15:43:55 +02:00
gir489
04405eb9ae
More general fixes ( #2011 )
...
* Closes #2008
* Closes #2016
* Closes #1917
* Closes #2012 .
2023-08-24 20:23:50 +02:00