generated from RLBot/RLBotPythonExample
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.txt
49 lines (49 loc) · 1.69 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
VirxEB is now a standalone bot
New delta time calculation to help with car control
Aerials should overshoot their target much less
New car ability profiler
Fixed error in the back kickoff
Fixed error that might occur during certain kickoffs
Fixed facing the ball
Back kickoff fix
New shot system
goto_boost now pops if the bot has 100 boost
goto_boost now picks up small pads more reliably
Better wave dashes
Slightly better shadowing
Back offset kickoff fix
Corner kickoff fix
General work on aerials
Removed many restrictions on aerials, added a few new ones
Optimized time_to_ball
More accurate calculation of the speed requirement
Better rotations
VirxEB now sends out TMCP packets
VirxEB now considers TMCP packets, when they're received
Errors are now stored in an errors folder
Support for the ball radius not being the default + non-sphere balls
Patched some unnecess-aerials
Much better speed controller
New utils ray_intersects_with_line and ray_intersects_with_sphere
Better flip logic
Better boost management
Removed old strategy code + new strategy
VirxEB now doesn't consider bots that are demolished
Code clean up + optimizations
Smarter retreat logic
Moved find_landing_plane from the C library to the Python library
Fixed hitbox rendering
Changes to Matrix3
Fixed some mis-flips
New short_shot routine
New util get_max_speed_from_local_point
New util curvature_to_velocity
New util min_non_neg
New util vertex_quadratic_solve_for_x_min_non_neg
New util get_landing_time
New util find_landing_plane
Renamed util ray_intersects_with_sphere to ray_intersects_with_circle
More optimizations to the Vector class
New local vector to global vector
hitbox_object has more implemented methods (e.x. str() and round())
VirxEMB!