1755 Commits

Author SHA1 Message Date
Yimura
fe9d985d9e
feat(Hooking/Pointers/TabOnline): Added disable chat censoring option 2020-12-31 02:22:12 +01:00
Yimura
0b312ecd1c
feat(Features/Pointers/PlayerWindow): Added spectate player function 2020-12-31 02:10:15 +01:00
Yimura
619611a9f5
wip(NoIdleKick): Attempt at fiixing no idle kick 2020-12-31 01:47:36 +01:00
Yimura
eea4000738
feat(PlayerWindow & TabVehicle): Updated some strings, updated teleport options 2020-12-31 01:46:39 +01:00
Yimura
d201c5de7e
feat(TabOnline): Added set session weather 2020-12-31 01:45:27 +01:00
Yimura
b998a299ea
Merge branch 'master' of https://github.com/Yimura/YimMenu 2020-12-30 16:49:33 +01:00
Yimura
4ce216bf60
Update README.md 2020-12-30 16:45:26 +01:00
Yimura
ff8c4cda25
feat(GUI): Updated colors, border rounding and added storopia font 2020-12-30 13:52:26 +01:00
Yimura
4fd2768aa0
refactor(UX): Moved menu options around for better UX 2020-12-29 23:32:58 +01:00
Yimura
0ce27e39ce
refactor(GUI): Removed old include 2020-12-29 23:31:40 +01:00
Yimura
531bf7a6a7
feat(Top Bar): Added function to join specific session types 2020-12-29 23:28:30 +01:00
Yimura
df107a18c6
refactor(Spoof Rank): Moved script_global to function 2020-12-29 23:27:54 +01:00
Yimura
32cfba68c6
feat(): Moved several things to functions to clean up GUI code 2020-12-29 23:26:22 +01:00
Yimura
d4aad765fd
fix(Stats): Fixed stats char undersizing 2020-12-29 23:18:48 +01:00
Yimura
5e2ec981c9
feat(TabVehicle): Added a speedo meter (km/h & mph) 2020-12-29 23:18:09 +01:00
Yimura
80aeb4f943
feat(GTA Levels): Added a list for GTA levels 2020-12-29 16:20:10 +01:00
Yimura
6928f4e5b8
fix(JoinMessage): Ignore self 2020-12-29 16:19:02 +01:00
Yimura
3ee4f41788
perf(BaseTab): Remove example tab from source 2020-12-29 12:40:35 +01:00
Yimura
d3bb862700
feat(TabWorld): Added population and vehicle density modifiers 2020-12-29 01:10:25 +01:00
Yimura
c7e6621e1b
feat(PlayerWindow): Added different trigger script events to grief players 2020-12-29 00:21:54 +01:00
Yimura
9ba248517e
feat(TabTunables): Added option te set car sell value at INT_MAX 2020-12-29 00:21:15 +01:00
Yimura
bbe28c5b69
feat(Lists & Temp): Added list of locations and weather names/types 2020-12-29 00:20:27 +01:00
Yimura
e3ecc0a809
fix(JoinMessage): Changed function definitions 2020-12-29 00:19:37 +01:00
Yimura
a2f60b075f
fix(TabWorld): Fixed overread bug and added local weather override 2020-12-29 00:17:32 +01:00
Yimura
6b06ed9133
fix(JoinMessage): Fixed join player message to be more efficient 2020-12-29 00:13:13 +01:00
Yimura
4f0cfcba75
feat(Pointers): Added trigger script event pointer and function definitions 2020-12-28 01:33:40 +01:00
Yimura
939da8769d
feat(Hook): Added logging to script event handler 2020-12-28 01:32:22 +01:00
Yimura
6bd6466cbd
feat(MainWindow): Added call to render world tab 2020-12-28 01:30:56 +01:00
Yimura
c48647c64e
feat(TabTuneables): Added sell car for 25mill 2020-12-28 01:24:03 +01:00
Yimura
63c85a9796
feat(GUI): Added world tab 2020-12-28 01:23:27 +01:00
Yimura
21a7575417
fix(JoinMessage): Join message would not work with player id 2020-12-28 01:21:22 +01:00
Yimura
55767d1625
feat(Features): Added reveal players looped feature 2020-12-27 19:26:08 +01:00
Yimura
10e925f42b
feat(Hooking/Pointers): Added script event handler hook 2020-12-27 19:10:01 +01:00
Yimura
de4e91e2bc
feat(Hooking/Pointers): Added increment stat event hook to block reports 2020-12-27 18:29:33 +01:00
Yimura
f5c7fb9959
fix(ErrorScreen): Removed unused/useless include 2020-12-27 18:26:56 +01:00
Yimura
6c16d9d317
feat(Hooking): Added hook to prevent warnings/errors from the shop_controller script 2020-12-27 17:49:50 +01:00
Yimura
0f4d60bcf9
feat(Pointers): Added pointer for future Disable Error Screen hook 2020-12-27 16:27:39 +01:00
Yimura
deb56f6cca
fix(Crossmap): Updated crossmap to a different one 2020-12-27 16:26:58 +01:00
Yimura
b7148b5a76
fix(JoinMessage): Highlight player name properly and switched used functions 2020-12-27 15:43:45 +01:00
Yimura
65716f2049
feat(Pointers): Added get player name function 2020-12-27 15:42:35 +01:00
Yimura
86a2b2ba16
feat(TabSelf): Switched Reset Mental state with Clear Badsports stat 2020-12-27 00:49:59 +01:00
Yimura
88fb0b0141
fix(TabNetwork): Labels had the same idea causing conflicts when using these elements 2020-12-27 00:48:36 +01:00
Yimura
db7e37f2a5
wip(Stats/Features): Pushing progress for stats & join message 2020-12-27 00:47:08 +01:00
Yimura
8df0c5bac9
feat(TabVehicle): Added Auto Pilot 2020-12-26 23:47:34 +01:00
Yimura
a76de46046
feat(Teleport): Moved getting ground at 3d coords to a separate function 2020-12-26 23:36:58 +01:00
Yimura
b44404a57b
wip(Stats): Added unlock all stats method 2020-12-26 23:36:09 +01:00
Yimura
dfa5f36a62
fix(NoBikeFall): Execute native in script thread to prevent crashes 2020-12-26 22:07:07 +01:00
Yimura
f05af1937b
feat(Features): Added sticky tyres looped feature 2020-12-26 22:06:31 +01:00
Yimura
8784db09e7
fix(SpoofRank): Fixed issue on pass by reference instead of copy 2020-12-26 21:57:10 +01:00
Yimura
d1c27d4738
feat(Features): Added no bike fall looped feature 2020-12-26 21:56:22 +01:00