Heimdal PRO

最新版本 BYOND 513.1528

BYOND 513.1528

BYOND 513.1528
Heimdal PRO 使用互聯網流量掃描,以防止勒索,金融木馬,數據竊取惡意軟件和其他威脅,防病毒無法檢測到的安全。 Heimdal PRO 保護您免受防病毒無法阻止的攻擊!

保護您的計算機免受第二代惡意軟件侵害
如今,75%的網絡攻擊都是全新的,並且在防病毒數據庫中未列出。它們也被設計用來潛入你的殺毒軟件並感染你的電腦.

確保你的互聯網流量阻止惡意流量.
當你的電腦已經受到感染時,你不需要幫助。您需要它不會發生在第一位!

保存您的財務數據和機密信息 safe
Cyber​​攻擊者想要感染您的計算機,並竊取其上的敏感信息。金融惡意軟件尤其是為了做到這一點而創建的.

通過自動軟件更新節省時間並提高安全性
很多人都知道這一點,但更新軟件阻止高達 85%的網頁攻擊角度。但是,我們知道更新是一個麻煩,但 Heimdal 可以解決這個問題.

保護你的數字生活免受你甚至沒有註意到的攻擊
你可能認為你不會訪問有風險的網站,但是 Heimdal PRO 可能會揭示一些不同的東西。

體驗一個更安全的網絡,只是與以前一樣快
在海姆達爾,我們專注於使網絡安全變得簡單。因此,Heimdal PRO 易於安裝,只需一兩分鐘即可完成設置.



Heimdal PRO 功能:
自動軟件更新無聲安全漏洞攔截軟件管理器安全新聞快訊免費支持基於流量的惡意軟件檢測高級流量掃描& 過濾網上銀行安全 Heimdal PRO 防範:
廣告軟件& 間諜軟件殭屍網絡瀏覽器& DNS 劫持數據洩露& 數據盜竊驅動器攻擊電子郵件惡意軟件分發漏洞利用套件無文件惡意軟件抓取惡意軟件鍵盤記錄器宏病毒& 更多惡意流量重定向惡意廣告網絡釣魚,捕鯨,域名多態惡意軟件潛在有害程序(PUP)勒索軟件遠程訪問木馬 Rogueware URL& SQL 注入零日惡意軟件注意:需要.NET Framework。只有漏洞掃描可用(流量掃描和惡意軟件引擎模塊被禁用)在免費版本.

ScreenShot

軟體資訊
檔案版本 BYOND 513.1528

檔案名稱 513.1528_byond.exe
檔案大小 8.8 MB
系統 Windows 7 / Windows 8 / Windows 10
軟體類型 未分類
作者 Heimdal Security
官網 https://heimdalsecurity.com/en/products/heimdal-pro
更新日期 2020-07-24
更新日誌

What's new in this version:

BYOND 513.1528
Fixed:
Dream Daemon:
- Failing to open a file sent by browse_rsc(), etc. printed a "File not found" error message that could be incorrect or misleading. Additionally, file errors occurring during savefile usage did not print correctly either

Dream Maker:
- Commands in the skin editor, such as for buttons, got doubly escaped and un-escaped which caused some of them to get mangled
- Multiline editing fields in the skin editor, such as output.style, did not have scrollbars, which made editing more difficult

Dream Seeker:
- The map.view-size parameter was poorly documented and the values it produced were too complex to be usable. The parameter has been updated to behave more consistently and is now documented better
- Input controls couldn't be created with text already in the control
- Maptext wrapping sometimes was incorrect with Unicode characters, and could mangle them in some cases
- Maptext considered a change of styles to be a potential break point for wrapping text, which was incorrect

Features:
Dream Seeker:
- New keyboard macros are now recognized for media-capable keyboards: VolumeMute, VolumeUp, VolumeDown, MediaPlayPause, MediaStop, MediaNext, MediaPrev


BYOND 513.1527
Dream Daemon:
- Several internal lists couldn't be located based on their ref() values
- Error messages from external DLL calls were cut off after the first character in Windows

Dream Maker:
- The error message regarding exceeding the maximum number of internal arrays, thought fixed in the previous version, had a different cause that still remained undetected. This has been fixed
- In a very old bug, the compiler handled the continue statement wrong when used with a labeled outer loop
- Addition of two constant strings at compile-time was broken

Dream Seeker:
- Improperly formatted DM-CSS could cause a hang in some cases. (Devourer Of Souls)


BYOND 513.1526
Fixes:
- BYONDexe
- Login form CSS was broken

Dream Daemon:
- There were multiple situations where Uncross() wasn't called during Move()
- Visual contents seen by clients could cause a memory leak on the server
- Regular expressions struggled with some UTF-8 cases
- Initial() for any of the bound vars on an object returned the same value as initial(bounds) instead of the correct var
- The client.bound vars were limited to a -32K to 32K range, which was inappropriate for large maps and icons

Dream Maker:
- In some complex projects, a weird error message could appear about exceeding the old 64K limit maximum number of internal arrays, even though that limit has been long gone and the projects in question were already over the limit.
- Adding constant numbers and strings at compile-time did not compile correctly, resulting in weird outcomes at runtime
- Using a small transparency checker size along with an extremely high zoom level, which for instance could happen in a 1x1 icon, could cause a crash due to way too many of the checkers being mistakenly drawn.
- Icons with huge numbers of states didn't display correctly in the icon editor, which failed to display later states entirely and also had problems with the scrollbar

Dream Seeker:
- The first stage of topological sorting in isometric mode didn't handle topdown icons such as HUDs properly
- Using too many ripple filters could cause a crash in some cases
- Right-click verb menus accidentally went back to being slow in some situations

Features:
Dream Daemon:
- Setting certain built-in lists like overlays, underlays, filters, verbs, etc. by assigning a list to them would clear them out and add an item at a time, which was often inefficient and resulted in appearance churn. This has been optimized internally to avoid churn, improving performance.

Dream Maker:
- Several true/false condition checks used in situations like for, while, etc. have been updated in the compiler to improve performance


BYOND 512.1488
Fixes:
Dream Maker:
- The ?. operator didn't handle some complex situations properly where it was the left-hand side of an expression and that expression was in turn the right-hand side of another. This is a compiler fix
- The find/replace dialog lost focus when searching across multiple files

Dream Seeker:
- Animated cursors did not work for the inactive pointer or various other default pointers
- Maptext was not being counted in the client-side calculation of visual bounds, resulting in some icons not being drawn when maptext dimensions were large even though the maptext extended into the visible area
- In some games, the output control still didn't have its scrollbar appear, nor stay scrolled to the bottom. This seems to be related to the style of the text, so it only occurs in specific games


BYOND 512.1485
Dream Seeker:
- The options string in browse() was not parsed like a URL-encoded parameter string (as in list2params), which prevented special characters from being escaped. Now it's parsed the same way, except that for legacy reasons a comma is still allowed as a delimiter between items in the list. (MrStonedOne)
- When a turf in visual contents also had another turf in visual contents, moving away from and then back to its Z level in a different place could cause the inner visual contents to shift over. (HindyMinte)

Dream Daemon:
- The way certain special internal objects (regex, database, icon math) are handled internally has been refactored to improve server stability


BYOND 512.1484
Dream Daemon:
- A further possible source of server instability was fixed


BYOND 512.1479
Dream Daemon:
- Turfs and movable objects did not properly calculate visual bounds on the server side for visual contents, if the turf/movable had no attached images or animation

Dream Seeker:
- Some kinds of filter animations were broken in a previous build, resulting in wrong values


BYOND 512.1478
Fixes:
Dream Daemon:
- Setting world.fps or client.fps at runtime could sometimes cause messages to be sent to newly connecting clients before the client was ready to handle them, causing it to disconnect. This especially happened if such changes were done often
- Procs that ended because their src was deleted generated errors in world/Error() and were caught in try/catch, which they shouldn't have been
- client.view wasn't respected when set at compile time. This has been changed for all projects compiled in 512 or later
- Old code altering client.lazy_eye automatically when the world size was small resulted in some unexpected/annoying behavior, so it has been disabled for projects compiled in 512 or higher. Also, lazy_eye and EDGE_PERSPECTIVE interacted catastrophically in certain situations, causing a constant jump back and forth on each frame

Dream Maker:
- The icon editor was still limited to loading only 512 states, even though the reason for that restriction (the old icon editor) no longer exists

Dream Seeker:
- Parallel animations on the same filter didn't work as expected, causing the later animations to basically cancel out the earlier ones even if they applied to different parameters
- The output control didn't always show a scrollbar, once the scrollbar was needed, until the place it was supposed to be was clicked or the user scrolled up. This has been fixed after exhaustive, painstaking testing

Features:
Dream Maker:
- The hotspot indicator in the icon editor now correctly contrasts with a transparent background in dark mode


BYOND 512.1477
Dream Seeker:
- Regression: Statpanels got messed up by the grid formatting fix (Laser50)


BYOND 512.1475
Dream Daemon:
- Reading initial() failed for some vars, resulting in major runtime errors

Dream Maker:
S- tep offsets, pixel offsets, and bounds were not always set properly in the map editor


BYOND 512.1474
- Regression: Non-zero map zooms were broken


BYOND 512.1472
Fixes:
Dream Daemon:
- Filter list access for animations, setting vars, etc. sometimes resulted in spurious "index out of bounds" errors. (Lummox JR)
- The server did not send sound information properly, which prevented sound.environment from accepting 0 to reset the environment. (VolAs)
- MouseEntered() is now called right after MouseDrop() in response to the fact that the object under the cursor has changed. This call is generated on the server instead of the client. (Ter13)
- Case insensitivity was not properly handled in some complex regular expressions. (Altoids0)

Dream Maker:
- Several issues regarding global color changes in an icon have been fixed. (NSBR)
- The backspace key didn't work correctly in the loop count edit box of the icon pixmap editor. (Nadrew)
- The map editor suffered reduced performance. (Ter13)

Dream Seeker:
- Visual contents of objs and mobs did not reset in some cases when they were removed from the map and later re-added, but not deleted in the interim. (Mport2004)

Features:
Dream Maker:
- In the pixmap editor's movie area, you can now insert or delete entire columns. Using a regular delete when a column is selected will ask if you'd rather shift the other columns over. The new insert-columns and delete-columns commands have keyboard shortcuts Shift+Ins and Shift+Del, respectively


BYOND 512.1471
Dream Daemon:
- In some cases, the server did not properly send map chunk information that was necessary to handle big icons
- Some proc calls using the call() proc were misinterpreted, causing named arguments not to work correctly when calling those procs with an arglist()

Dream Maker:
- The map editor has had some updates to improve its ability to handle certain conditions like the use of BACKGROUND_LAYER
- The compiler did not include some vars in turf underlays that impacted their appearance, when those underlays used modified types (vars set in the map editor). This very old bug, which can be traced back to BYOND 324 because it impacted pixel offsets too, has been corrected
- Setting parent_type in a way that created a circular reference caused the compiler to hang or crash

Dream Seeker:
- Color matrices and certain situations applying alpha values did not mix properly, resulting in incorrect color matrix calculations
- alert() couldn't use buttons starting with a period, which resulted in some broken behavior
- blend_mode was not applied properly in icons using flick()

BYOND 513.1528 相關參考資料
Bug Reports - maptext wraps at tags within ... - BYOND Forums

BYOND Version: 513. Operating System: Windows 10 Home 64-bit. Web Browser: Chrome 83.0.4103.116 ... Status: Resolved (513.1528) ...

http://www.byond.com

Bug Reports - Maptext wraps incorrectly with ... - BYOND Forums

BYOND Version: 513. Operating System ... Status: Resolved (513.1528) ... (Visit http://www.byond.com/download/build to download old versions for testing.) n/a

http://www.byond.com

BYOND 5.0 Version 513 Release Notes

BYOND 5.0 Version 513 Release Notes. Build 513.1528. Fixes (More Info). Dream Daemon. Failing to open a file sent by browse_rsc(), etc. printed a "File not ...

http://www.byond.com

BYOND development news 72420 : SS13 - Reddit

6 小時前 - BYOND 513.1528 is out, with some more bug fixes. Also new media key macros, if you're into that. Work continues on the underpinnings of ...

https://www.reddit.com

Download BYOND 513.1528 - Softpedia

Download BYOND - Play 2D indie games using a simple desktop client that gives you access to many titles and provides development tools for game making.

https://www.softpedia.com

FileHorse.com Free Software Download for Windows

... 2.5.297; 24 Jul 20 - Technic Launcher 4.588; 24 Jul 20 - Duplicate Photo Cleaner 5.17.0.126... 24 Jul 20 - Kite 1.2020.722.1; 24 Jul 20 - BYOND 513.1528.

https://www.filehorse.com

Make & Play Online Multiplayer Games - Community - BYOND

Get BYOND 5.0. Version 513.1528. BYOND: client/server/compiler (stable) [release notes]. Windows [zip] [ ...

http://www.byond.com

Thank you for downloading GameLoop - Android Emulator 1.0 ...

... 20 - Duplicate Photo Cleaner 5.17.0.126... 24 Jul 20 - Kite 1.2020.722.1; 24 Jul 20 - BYOND 513.1528; 24 Jul 20 - AeroAdmin 4.7; 24 Jul 20 - Mailbird 2.8.23.0.

https://www.filehorse.com

Thank you for downloading SmartGaGa 1.1.646.1 from ...

... Jul 20 - Duplicate Photo Cleaner 5.17.0.126... 24 Jul 20 - Kite 1.2020.722.1; 24 Jul 20 - BYOND 513.1528; 24 Jul 20 - AeroAdmin 4.7 · More Latest Software » ...

https://www.filehorse.com