DayZ
Dabs Framework
62개 중 21~30개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2024년 6월 28일 오전 7시 55분
작성자: dab

- FIxed Path -> SystemPath

업데이트: 2024년 6월 28일 오전 7시 36분
작성자: dab

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

업데이트: 2024년 6월 25일 오전 9시 04분
작성자: dab

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

업데이트: 2024년 5월 5일 오전 7시 19분
작성자: dab

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

업데이트: 2024년 4월 22일 오전 9시 47분
작성자: dab

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

업데이트: 2024년 4월 18일 오후 12시 37분
작성자: dab

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

업데이트: 2024년 2월 20일 오전 9시 37분
작성자: dab

업데이트: 2024년 2월 20일 오전 8시 56분
작성자: dab

- Fixed memory leak
- Fixed boot loop

업데이트: 2024년 2월 20일 오전 7시 53분
작성자: dab

- 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

업데이트: 2023년 9월 11일 오후 5시 19분

- Fixing server FPS