Hotfix #3 3090
Hey folks,
Quick update.
Changes included in this hotfix:
Cheers,
Furai
Quick update.
Changes included in this hotfix:
- Added Torik's head
- Added GarrettPG11's head
Cheers,
Furai




Base:
[added] stats script that reports kills.
[added] resupply gives full amount even if you already have some materials (thanks bunnie)
[added] vehicle gui will be semi-transparent
[added] team boats will no longer collide (thanks ferrezinhre)
[added] TDM Map changes (10.09.2019)
[added] map name now appears in the scoreboard
[added] turkish translation (thanks mustafatufan)
[added] community heads pack 1
[added] community heads steam capsule
[added] custom head for Shy (congrats)
[added] custom head for cardboard box (thanks, sorry for the delay!)
[added] map name is translated (so map names can be localised)
[fixed] archers and knights able to insta-shoot/slash when exiting crates (thanks epsilon)
[fixed] drill null pointer
[modified] accolade cfg updated to include github contributions
[modified] logs changes, less hp more harvest (thanks ferrezinhre)
[modified] code cleanup, making stuff more consistant (thanks HKGx)
[modified] accolades - updated with recent tourneys and some fixes
[modified] archers refill to 30 arrows instead of having additional arrows now
[modified] drill yields all materials when mining tiles/blobs
[modified] lots of minor code formatting changes
[modified] red barrier networking (should be more reliable)
[modified] vehicle converting GUI code (rework)
[modified] removed ".png" from displayed map names
Engine:
[added] Driver RemoveShader(string name) can now be used to remove active shaders
[added] Driver ForceStartShader() &&ForceStopShaders() to make clients stop/start using shaders
[added] Driver AreShadersAllowed() to check if client has enabled shaders (if not, use ForceStartShader())
[added] isWindowActive() && isWindowFocused(), so 3D mods can see when KAG is being used or not
[added] isFullScreen() to see if KAG is fullscreen or not
[added] Vec2f_lerp && Maths::lerp (named that way to not break existing mods)
[added] CControls@ getInterpMouseScreenPos so 3D mods can have > 30 ticks mouse updates
[added] onBan, onUnban, onMute and onUnmute hooks for better logging script side
[fixed] whitemap attempt v1
[fixed] instant search will no longer return nothing when you press the x button
[fixed] audio slider will no longer crash your game if you set your audio to 0, then back up
[fixed] getCarriedBlob() no longer returns the wrong blob (thanks pirate-rob for reporting this)
[fixed] AddShader will now find the correct shader (instead of just checking your base folder)
[fixed] RemoveShader will no longer crash your game
[fixed] TCPR nextmap or loadmap will no longer crash your server
[modified] rules link now takes you directly to the forums page
[modified] coins can no longer go over 32765 (otherwise they would reset to 0)
[modified] ping bans are now server side (use to be client side), they now correctly ban for 15 mins.