This repository has been archived on 2024-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
awesome-xlabs/documentation/IW6x/CHANGELOG.md
2023-08-13 17:58:51 -04:00

18 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v2.0.2 - 2021-03-30

Added

  • Scripting arrays support #287
  • Add unlock-all and god commands #19

Fixed

  • Cant launch mayday extinction map on iw6x #319

Pull Requests

v2.0.1 - 2021-01-18

Fixed

  • 2.0.0 server not responding #315

Pull Requests

v2.0.0 - 2021-01-17

Fixed

  • Calling a method on wrong entity type crashes the game #251
  • Steam presence not showing #253
  • Function table issue #254
  • Minidump error (Multiplayer) #262
  • Issue with some script API #264
  • linkto function not working #278
  • Jump_height wrong on alien map mp_alien_dlc3 (Awakening) #284
  • Call player function from on_say events #290

Added

  • Include info about game being clean in minidumps #248
  • Allow executing console commands via scripting API #255
  • Missing lua librarys #256
  • Dedicated Server Port does not change #106
  • Make the require in Lua relative to the script #259
  • Generate cryptographically signed GUIDs and verify them #263

Pull Requests

v1.1.0 - 2020-12-13

Fixed

  • Dedicated Server Crash every 24 hours with Fatal error (0xC00000005) at 0x00000001E3A2A0. #222
  • SetThreadDescription not available on older Windows versions #237
  • Crash after leaving lobby (Local Match/Private) #239
  • jump_slowDownEnable animation bug #245

Added

  • Implement scripting support #17

Pull Requests

v1.0.5 - 2020-12-08

Fixed

  • Singleplayer crashing with v1.0.4 #234

v1.0.4 - 2020-12-07

Fixed

  • Game pad crashes due to missing steam-api interfaces #173

Added

  • Analyze Arxan exception handlers to get rid of them #146
  • Add proper support for fovs >= 90 #153
  • Set thread names for common threads #226
  • Add -no-steam parameter to disable steam integration #227
  • Create extended minidumps #228
  • Load game as library instead of injecting it #230

Pull Requests

  • added r_fullbright, kbam input patch and changed branding in sp #229 (@Jemal)
  • allow PlayerCmd_SetClientDvar to change any dvar like old cods #224 (@skiff)
  • Update function_table and some other changes. #232 (@Joelrau)

v1.0.3 - 2020-11-25

Fixed

  • Dedicated server incompatible with older Windows #167
  • Fatal Error Server Crash #119

Pull Requests

v1.0.2 - 2020-11-12

Fixed

  • SP crashes on mouse scroll #186

Pull Requests

  • Change steam_id generation to a more suitable random #178 (@skiff)

v1.0.1 - 2020-11-05

Pull Requests

  • Fix chat font on resolutions higher than 1080p #176 (@skiff)
  • Show infomation on title of the dedicated console #166 (@GEEKiDoS)

v1.0.0 - 2020-11-03

Fixed

  • 2nd octet of the IP-address in status response is wrong. #150
  • Arxan exceptions cause performance issues #144

Added

  • Disable whitelist protection on /bind command on console. #151

Pull Requests

v1.0.0-rc.1 - 2020-10-28

Fixed

  • Dedis sometimes crash at 0x28046F420 #104
  • A very long sv_hostname creates a lot of chaos #102
  • Crash while typing message in chat #99
  • steam_api64 is still being loaded by the game #95
  • Discord integration displays own hostname, not the remote one #94
  • Manage connecting from the main menu #93
  • Changing password in private match crashes #80
  • Exec bugged #76
  • Dedicated server takes up a player slot #75
  • Dedicated servers lag/run at double speed #67
  • 9-bangs and semtex's are bugged (Desc) #39
  • New bounce command bugged #25
  • Vsync 15FPS bug #22
  • Ingame console is automatically opened in singleplayer #7

Added

  • Delay dedicated server commands until initialization is done #98
  • Verify the game binary versions #92
  • Add rcon and status commands #91
  • Dealing with LFS limitations #86
  • Load dedicated server configs #85
  • Implement map rotate for dedis #81
  • Dedicated Servers load .pak files #71
  • Implement exec mycustom.cfg #66
  • Implement basic server backend #60
  • Implement minidump support #59
  • Block changing name ingame #57
  • Remove name colors from overhead names #56
  • Implement dedicated servers #29
  • Add working connect command #28
  • Remove DTLS #27
  • Get basic matchmaking working #9
  • Dump latest publisher files #8
  • Wai you no fully remove the most basic version of Arxan?!one! #1

Pull Requests