Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## 0.3.2
- Added: Dragging horizontally on knob control

## 0.3.1
- Fixed: With Detached Cursor setting OFF, interaction cursor did not show
- Added: Settings for cursor shape and color
- Fixed: Addon settings doesn't show in MP

## 0.3.0
- Added: Settings for cursor shape and color
- Added: Dragging horizontally on knob control
- Added: Allow interactions while remote controlling
- Changed: Removed ACE Dependency
- Changed: Keybinds moved from CBA Keybinds to Arma Modded Keybinds
Expand Down
2 changes: 2 additions & 0 deletions addons/interaction/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ ADDON = false;
#include "XEH_PREP.hpp"
//PREP_RECOMPILE_END;

call FUNC(preInit);

ADDON = true;
2 changes: 0 additions & 2 deletions addons/interaction/XEH_preInit_server.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#include "script_component.hpp"
//only executed on server

call FUNC(preInit);
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 0
#define MINOR 3
#define PATCH 2
#define PATCH 1
#define BUILD 0