DayZ
Dabs Framework
Showing 11-20 of 56 entries
< 1  2  3  4  5  6 >
Update: Nov 12, 2024 @ 11:01pm

Update: Nov 9, 2024 @ 3:10pm

- Fixed bug in Directory functionality
- Several visual improvements for prefabs

Update: Sep 23, 2024 @ 2:43pm

- Fixed status access violation on server exit (thanks lava!)

Update: Jul 3, 2024 @ 4:02pm

- Fixed some crashes associated with the event manager and synced parameters

Update: Jun 28, 2024 @ 7:55am

- FIxed Path -> SystemPath

Update: Jun 28, 2024 @ 7:36am

- Added Path class for file systems and operations, like Combine and Join.
- Added File::ReadAllText, File::ReadAllLines
- Added TooltipView (a basic tooltip that I frequently use)

Update: Jun 25, 2024 @ 9:04am

[Fixed]
- Fixed a bug that would allow dabbing through walls

Update: May 5, 2024 @ 7:19am

- Fixed a potential infinite loop with event manager
- Added SymbolHandler::SetSize
- Added Symbols::GetRandom
- Added SerializeCopy

Update: Apr 22, 2024 @ 9:47am

- Fixed a server freeze that would occasionally occur with the Event Manager

Update: Apr 18, 2024 @ 12:37pm

[Added]
- GUI/Icons, script-exposed font-awesome library. See Symbol, SymbolSize and SymbolHandler types for more info
- FileSystem abstraciton for simpler file use. See File, Directory, and FileSystem types for more info.
- Basic reflection with AttributeBase type.
- LinearColor class for better color usages. (Wardog & Dab)
- WidgetAnimator class for static safe Widget Animations.
- ConfigObject class to abstract config entries quickly and easily to script. See ConfigObject and ConfigEntryAttribute types.
- Added Queue class
- Added Math::Exp, Math::Ln, Math.EPSILON
- Added QuickView class
- Added support for static p3d objects to Editor data

[Fixed]
- ScriptViews would not destroy properly sometimes
- ScriptViewMenu::Destroy would not correctly switch between UI menu widgets
- SerializedParams would not work properly on some instances of NetworkLights
- WebApiLog error could cause an infinite loop in some circumstances
- Encoding was not properly formatting ToHex values
- DateTime could sometimes roll over by a month incorrectly
- Various fixes (Wardog, Jacob_Mango)

[Changed]
- Increased usability of Discord webhooks (Wardog)
- Optimized object suppression system to allow for more stable server deletions

[Workbench Plugins]
- Added Dependency building
- Added Excludes setting to project.cfg
- Added Filepatching Prefixes to project.cfg
- Added Addon Builder building (Jacob_Mango)
- Added automatic ce building (place raw files in Mission/MyMission.ChernarusPlus/ce)
- Various fixes (Wardog, VinGal0)