DayZ
Dabs Framework
Viser 21-30 af 57 forekomster
< 1  2  3  4  5  6 >
Opdatering: 18. apr. 2024 kl. 12:37

[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)

Opdatering: 20. feb. 2024 kl. 9:37

Opdatering: 20. feb. 2024 kl. 8:56

- Fixed memory leak
- Fixed boot loop

Opdatering: 20. feb. 2024 kl. 7:53

- 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

Opdatering: 11. sep. 2023 kl. 17:19

- Fixing server FPS

Opdatering: 7. sep. 2023 kl. 12:42

- Missing keys

Opdatering: 7. sep. 2023 kl. 12:35

- Fixed server FPS tanking

Opdatering: 7. sep. 2023 kl. 8:22

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

Opdatering: 29. aug. 2023 kl. 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)

Opdatering: 3. juli 2023 kl. 15:49

- Prefabs would sometimes throw errors, causing Editor issues