(http://static.jc-mp.com/img/logo.png)
0.1.1 Release
Key Information
Please back up your server's config.lua before updating your server to 0.1.1!
We discovered a problem with Steam distribution that has been corrected; however, your config will likely be deleted in 0.1.1 - simply restore it after updating.
0.1.1 Changelog
New Features:
Shared
Lua
Removed registration requirement from events firing; Events:FireRegisteredEvent is now Events:Fire and Events:Register/Unregister are deprecated
Added argument-less version of Events:Fire
Prevented 'load' Lua function from loading bytecode, increasing security
Client
Lua
Added GameLoad event for exiting the loading screen
Exposed PasswordTextBox and TextBoxMultiline
Added TableRow:GetCellContents and TableRow:SetCellText
Added TabControl:SetCurrentTab
Server
Lua
Added support for loading C packages in Lua, allowing for the use of LuaSocket, LuaSQL, etc
Added IKnowWhatImDoing configuration variable to selectively enable the use of unsafe Lua functionality
Bug Fixes:
Client
Fixed client deadlocking on exit
Fixed evenness in GWEN ListBox backgrounds not being preserved in a sort
Fixed ListBox:Clear and SortedList:Clear not working
Fixed TableRow:SetTextColor not working
Fixed broken world on respawn; collisions with world objects should now work
Fixed non-ideal performance for GetTextWidth; now optimized
Fixed server browser query continuing even after the server browser was closed
Fixed bug where the player would be entered into a vehicle before they finished teleporting
Fixed crash when attempting to get non-existent userdata on a GWEN object
Fixed crash when attempting to get/set non-existent cell contents on TableRow
Fixed DirectX Error Code 4 upon launching; unsupported code for certain graphics cards
Server
Fixed banned players being unable to reconnect upon being unbanned
Fixed UDPSocket crashing upon destruction
Shared
Fixed Player.Match only returning results where the query could be found at the start of the name
We'll be pushing out more patches to address issues - this is only the start. Hope to see you playing on servers soon!