DayZ
Dabs Framework
Näytetään 41–50 / 61
< 1  2  3  4  5  6  7 >
Päivitys: 18.7.2022 klo 11.11

Dabs Framework v1.1.2
[Fixed]
- Events not being called (absolutely ZERO idea why this wasnt working)

[Removed]
- UseMouse, UseKeyboard and UseGamepad functions. They are not worth it, add your own implementation (its easy)

Päivitys: 17.7.2022 klo 18.57

Dabs Framework v1.1.1

[Added]
- UseMouse, UseKeyboard and UseGamepad functions to ScriptView
- Added a return statement from ProfileSettings::Save and ProfileSettings::Load

[Changed]
- Moved the Event Manager to 3_Game
The Event Manager will now also be started on game launch, instead of mission launch.
The new recommended way to obtain the instance is with GetDayZGame().GetEventManager();
- EventManager::StartEvent now returns the instance of the event
- EventBase::EventActivateCondition is now ignored when force is enabled

[Fixed]
- Fixed a minidump being created on game shutdown
- Fixed several crash logs on game hard close
- Fixed black section in the background of the color picker
- Fixed events not cleaning themselves up properly

Päivitys: 10.6.2022 klo 14.39

Update v1.1.0

[Added]
New Event Functionality:
Parallel Events - you can now run as many of the same event type as you want, each will have their own unique ID, please note that by default this is OFF and you can override MaxEventCount() to modify this
Added Startup Params to EventBase::OnStart, these are passed from EventManager::StartEvent
Added EventManager::GetEvents
Added EventManager::GetEventsInherited
Added EventManagerLog, using the new DF Logging system
Moved all WeatherEvent code to SwitchPhase so super is no longer required in the phases
Depriciated EventBase::GetEventPosition (legacy code from the original EVR Storm)
EventBase.m_EventManager will now be valid on client and server
WeatherEvent::RequestWeatherChange now returns a boolean on whether or not a change was succesful
EventManager::StartEvent now returns a bool on whether or not the event was succesfully started
EventManager::CancelEvent now returns a bool on whether or not the event was succesfully cancelled
Added EventBase::SyncToClient for easy quick syncing of event information
EventManager::DumpInfo now no longer requires events to be registered

New Logger Functionality:
Added DuplicateToConsole
Added DuplicateToRPT

[Fixed]
- Logging not occuring due to bad mask

[Removed]
- Removed unneeded inputs

Päivitys: 6.5.2022 klo 18.56

Dabs Framework v1.0.8

[Added]
- Server Side Debug Commands (Debug.DrawSphere, etc will work)
- LoggerBase and LoggerManager class types, abstractable loggers that will allow for easy server organization

Päivitys: 19.4.2022 klo 4.20

- 1.17 Hotfix

Päivitys: 1.3.2022 klo 14.35

- Added custom parameter serialization to Event Manager events
- Adjusted prefab styles and dropdowns

Päivitys: 21.12.2021 klo 13.53

Fixed servers crashing, sorry about that everyone <3

Päivitys: 21.12.2021 klo 12.32

Fixed meta.cpp issue, sorry!

Päivitys: 21.12.2021 klo 12.06

Full changelog available in https://discord.com/invite/mTHWvZxBTt

Päivitys: 28.11.2021 klo 13.31

- UI Prefab Updates
- Sanity check for 1.15