Skip to content

Commit

Permalink
Switch to using TimeDilation for game speed. (RLBot#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLMarvin authored and tarehart committed Jan 2, 2019
1 parent 19e07c1 commit f463c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified src/main/python/rlbot/dll/RLBot_Core.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/python/rlbot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package
__version__ = '1.9.2'
__version__ = '1.9.3'

release_notes = {
'1.9.2': """
'1.9.3': """
- *Much* faster core dll initialization! - ccman32
- Adding support for a training mode! Check out https://github.com/RLBot/RLBotTraining - DomNomNom
- Allow the user to change the appearance of human and party-member bot agents via the GUI - r0bbi3
Expand Down

0 comments on commit f463c2b

Please sign in to comment.