DayZ
Dabs Framework
Wyświetlanie 31-40 z 61 pozycji
< 1  2  3  4  5  6  7 >
Aktualizacja: 7 września 2023 o godz. 12:35

- Fixed server FPS tanking

Aktualizacja: 7 września 2023 o godz. 8:22

- Rewrote some event manager code to be more reliable on server start

Aktualizacja: 29 sierpnia 2023 o godz. 6:36

- Added built-in workbench plugins
- Create PriorityQueue type
- Added ButtonWidget::GetText impl for widget controllers
- Added Math::Epsilon
- Guid -> UUID
- Removed EntityNetLink (vanilla impl)

Aktualizacja: 3 lipca 2023 o godz. 15:49

- Prefabs would sometimes throw errors, causing Editor issues

Aktualizacja: 22 czerwca 2023 o godz. 20:58

[Added]
- GUID class
Generates random, non-clashing GUID's using the same format as Windows
- DateTime class
Implementation of DateTime. Has useful functions like formatting to ISO dates and math operations for TimeSpan
- TimeSpan class
A sub implementation of DateTime. Used to represent lengths of time
- EntityLink class
Useful networking class to allow for Entities to be directly synced to clients without the use of additional RPC's

- ScriptViewMenu::HidesParentMenu
- Fixed lengh parameter to Encoding.ToHex

Aktualizacja: 23 maja 2023 o godz. 5:46

[Added]
- ScriptViewMenu type, uses UIManager and input management appropriately

[Fixed]
- ProfileSettings would not save string arrays
- NotifyPropertyChanged would be triggered multiple times for events

[Removed]
- Errors when deletions failed
- ScritpView::SetParent

Aktualizacja: 16 kwietnia 2023 o godz. 18:42

- Sorry for the double update. Addon builder is trash

Aktualizacja: 16 kwietnia 2023 o godz. 13:54

- Added UIScriptedMenu compat to ScriptView
- Cleaned up some code to remove old standard

Aktualizacja: 14 lutego 2023 o godz. 5:49

- 1.20 Compatibility

Aktualizacja: 5 sierpnia 2022 o godz. 10:07

Dabs Framework v1.1.3
[Added]
- MissionServer::OnPlayerJoined, a strange function that should definitely be in vanilla

[Fixed]
- Several bugfixes relating to 1.1.2 - including some settings in prefabs not working properly
- Event cooldowns not working properly
- Null ptr error on server shutdown