DayZ
Dabs Framework
Showing 21-30 of 56 entries
< 1  2  3  4  5  6 >
Update: Feb 20, 2024 @ 9:37am

Update: Feb 20, 2024 @ 8:56am

- Fixed memory leak
- Fixed boot loop

Update: Feb 20, 2024 @ 7:53am

- Added Suppressed Object Manager
- Added fontawesome icon library (example: set:solid image:circle, See Symbols.c)
- Added PositionWithRadius2D
- Added ProfileSettings register
- Fixed several bugs
- Prepared for an online editor

Update: Sep 11, 2023 @ 5:19pm

- Fixing server FPS

Update: Sep 7, 2023 @ 12:42pm

- Missing keys

Update: Sep 7, 2023 @ 12:35pm

- Fixed server FPS tanking

Update: Sep 7, 2023 @ 8:22am

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

Update: Aug 29, 2023 @ 6:36am

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

Update: Jul 3, 2023 @ 3:49pm

- Prefabs would sometimes throw errors, causing Editor issues

Update: Jun 22, 2023 @ 8:58pm

[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