Skip to content

Commit

Permalink
Version 0.5.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Aug 22, 2023
1 parent e99611f commit b347538
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GameMod/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.9.0")]
[assembly: AssemblyFileVersion("0.5.9.0")]
[assembly: AssemblyVersion("0.5.10.0")]
[assembly: AssemblyFileVersion("0.5.10.0")]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## olmod 0.5.9 - Overload mod
## olmod 0.5.10 - Overload mod

**Community mods for Overload**

Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
olmod 0.5.9 - Overload mod
olmod 0.5.10 - Overload mod
Community mods for Overload
https://github.com/overload-development-community/olmod

Expand Down
Binary file modified olmod/olmod.rc
Binary file not shown.
17 changes: 17 additions & 0 deletions olmodchanges.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v0.5.10 - 2023-08-21

- /START and /EXTEND chat commands now inform the tracker, so the tracker remains in sync. (Thanks, derhass!)
- You can now mute/unmute individual players audio taunts from the console. (Thanks, luponix!)
- You can delete keybinds and taunts by hovering over the selection and pressing the delete key. (Thanks, luponix!)
- You can type a letter while in the audio taunt selection to jump to audio taunts beginning with that letter. (Thanks, luponix!)
- You can bind audio taunts to the joystick. (Thanks, luponix!)
- A new reload button has been added to the audio taunts screen that will re-read your audio taunts, so you don't have to restart the game after adding more. (Thanks, luponix!)
- Audio taunts no longer play if you type a keybind while chatting. (Thanks, luponix!)
- Audio taunt visual indicator now shows when dead. (Thanks, luponix!)
- Numerous bug fixes to audio taunts. (Thanks, luponix!)
- Fixes for multiple controllers/joysticks. (Thanks, luponix!)
- /STATUS will now also respond to /INFO and /I. (Thanks, derhass!)
- Invalid names are now replaced with <INVALID NAME>. (Thanks, derhass!)
- Name collision with more than 2 players is now handled by incrementing the number in parenthesis, not adding another number in parenthesis. (Thanks, derhass!)
- Creeper glow bugs have been fixed. (Thanks, Fireball!)

v0.5.9 - 2023-04-10

- Audio taunts have been added to multiplayer! It can be turned off when setting up a game. See https://github.com/overload-development-community/olmod/wiki/Audio-taunts for details. (Thanks, luponix!)
Expand Down

0 comments on commit b347538

Please sign in to comment.