100 Commits

Author SHA1 Message Date
Yimura
4a3093f0be
feat(Project): Fresh start 2021-05-18 23:03:42 +02:00
Yimura
758f0f4e19
feat(Self): Added frame flag support 2021-02-21 00:18:31 +01:00
Yimura
4c2fd7f148
feat(PlayerGriefing): Added force kick from vehicle 2021-02-19 15:45:40 +01:00
Yimura
5df780407d
feat(Handling): Updated limits 2021-02-19 15:43:14 +01:00
Yimura
50bf9f1b2b
feat(Misc): Change player model (SP) 2021-02-08 22:57:34 +01:00
Yimura
a3f699c070
feat(Transmission): Added Max Velocity 2021-02-08 22:50:59 +01:00
Yimura
cf864a78e5
fix(Vehicle): Edge case crash when vehicle was nullptr 2021-02-08 22:50:25 +01:00
Yimura
cc626fd950
wip(Misc): Added change player model 2021-02-07 17:07:47 +01:00
Yimura
9203f32325
refactor(VehicleTab): Optimised auto pilot 2021-02-06 00:35:53 +01:00
Yimura
728d32378b
feat(UserSideBar): Added friend/player counters 2021-02-06 00:32:27 +01:00
Yimura
4e5756a818
fix(UserSideBar): Moved to thread safe copy instead of reference 2021-02-05 12:59:19 +01:00
Yimura
c6c7fbd90f
refactor(Restructure): Moved everything to their own class/struct to improve compile times and cleanup the code. 2021-02-05 02:38:56 +01:00
Yimura
ad61f0367b
refactor(Functions): Renamed, moved under a class and ordered alphabetically 2021-02-04 22:57:06 +01:00
Yimura
6930e6bd62
feat(Stats): Added max stats of character 2021-02-04 18:40:12 +01:00
Yimura
f9bf6def6d
feat(Drop): Added RP drop 2021-02-03 19:44:59 +01:00
Yimura
64c984e374
wip(Griefing): Added clear wanted level 2021-02-03 19:44:39 +01:00
Yimura
095d130013
feat(Spoofing): Added IP, R*id and name spoofing 2021-02-03 19:41:46 +01:00
Yimura
8fb8c1e505
fix(Windows): Handling and main will have a propper default size 2021-02-02 16:49:32 +01:00
Yimura
cfed7b703f
fix(PlayerWindow): Resize only on first use 2021-02-02 16:44:51 +01:00
Yimura
11f67334c7
refactor(Spawn): Prevent typing when in spawn menu 2021-02-02 16:38:59 +01:00
Yimura
07ad0b1294
refactor(Online): Re-added money options (safe values only) 2021-02-02 16:21:56 +01:00
Yimura
ebe3bbb77e
feat(Transmission): Added drive bias rear 2021-01-29 18:55:39 +01:00
Yimura
5314ab3077
feat(Handling/transmission): Added steering lock 2021-01-22 12:37:56 +01:00
Yimura
7585536f8c
fix(Handling/brakes): Brake bias member changed name 2021-01-22 12:36:54 +01:00
Yimura
ff0866a009
feat(Handling): Added around 32 handling properties to modify 2021-01-22 02:10:08 +01:00
Yimura
bfe01d19f4
fix(UserSidebar): Made width smaller 2021-01-22 02:09:21 +01:00
Yimura
0a9216ce5c
feat(Vehicle): Added god mode and handling 2021-01-20 03:45:24 +01:00
Yimura
2242b173fc
feat(PlayerWindow): Set next window size 2021-01-17 23:31:10 +01:00
Yimura
519f91cfcb
feat(ReplayInterface): Added attach protection 2021-01-17 23:30:10 +01:00
Yimura
391f8665fa
feat(Population): Optimised settings 2021-01-17 23:26:06 +01:00
Yimura
6b9467c9ac
feat(Protections): Added cage protection 2021-01-17 00:47:00 +01:00
Yimura
9f925a13ab
feat(TabGun): Show description of JPow's money printer 2021-01-16 16:21:35 +01:00
Yimura
b468eb7549
fix(UserSidebar): Fixed height and top offset 2021-01-16 16:21:00 +01:00
Yimura
f2c1660007
refactor(TabOnline): Removed reveal players 2021-01-16 16:20:34 +01:00
Yimura
64b0c006d7
fix(UserSidebar): Push under top bar instead of over 2021-01-16 13:52:57 +01:00
Yimura
04f5db9687
refactor(PlayerWindow): Restructured in tab bar 2021-01-16 13:52:29 +01:00
Yimura
761227344d
refactor(TabBar): Renamed all files 2021-01-16 13:19:20 +01:00
Yimura
0b9837777e
refactor(GUI/tabbar): Moved tab bar header file 2021-01-15 23:27:31 +01:00
Yimura
082cc80159
refactor(GUI): Moved windows to separate folder 2021-01-15 23:22:51 +01:00
Yimura
fcfb777408
refactor(GUI): Reorder code and clean up includes 2021-01-15 23:16:50 +01:00
Yimura
21820555dc
fix(TopBar): Show logged in player 2021-01-15 22:30:57 +01:00
Yimura
f8c1dc4329
feat(Players): Added cage button 2021-01-15 02:20:46 +01:00
Yimura
73d378a7e6
feat(Weapons): Added money gun 2021-01-15 01:24:42 +01:00
Yimura
3beb21b48b
refactor(Functions): Moved create ambient money to a function 2021-01-15 01:23:17 +01:00
Yimura
62bfe65dae
feat(TabWeapons): Added dropdown for different guns 2021-01-14 22:23:16 +01:00
Yimura
c76c4b17e9
refactor(TabSpawn): Changed spawn code to spawn function 2021-01-14 21:59:44 +01:00
Yimura
4259fabe28
refactor(TabOnline): Removed sell vehicle 2021-01-14 21:58:29 +01:00
Yimura
c569872bc3
refactor(TabMisc): Removed Join R* Id button 2021-01-14 21:56:30 +01:00
Yimura
9213324e9d
feat(GUI): Added Weapons tab 2021-01-13 16:55:49 +01:00
Yimura
c4b6e7698d
fix(TabSpawn): Input enter returns true & improved code 2021-01-13 15:35:46 +01:00