Page MenuHomeFeedback Tracker
Feed Advanced Search

Dec 9 2020

dedmen added a comment to T155528: Missing command lnbPictureRight.

Exists in code, for control and IDC
lnbPictureRight

Dec 9 2020, 10:26 AM · Arma 3
dedmen added a comment to T155366: Picture set with lnbSetPicture cannot be removed, only replaced.

fix maaaybe next dev, or one after

Dec 9 2020, 10:25 AM · Arma 3
dedmen added a comment to T155265: Feature Request - Mod sorting in the launcher.

sorting loaded/active mods won't be possible if their order decides the load order, which seems to be the case.

Dec 9 2020, 10:15 AM · Arma 3
dedmen added a comment to T155366: Picture set with lnbSetPicture cannot be removed, only replaced.

The IDC one was fixed, the control one wasn't

Dec 9 2020, 10:12 AM · Arma 3

Dec 7 2020

dedmen changed the status of T155531: [Feature Request] New scripting command for arrays: insert/insertAt from New to Assigned.
Dec 7 2020, 8:35 PM · Arma 3
dedmen added a comment to T155531: [Feature Request] New scripting command for arrays: insert/insertAt.
"test" insert [-1, "ab"] // "testab"
"test" insert [1, "ab"] // "tabest"
"test" insert [0, "ab"] // "abtest"
Dec 7 2020, 8:34 PM · Arma 3
dedmen added a comment to T155531: [Feature Request] New scripting command for arrays: insert/insertAt.

string insert will be padded with whitespace if you go past end

Dec 7 2020, 7:20 PM · Arma 3
dedmen added a comment to T155531: [Feature Request] New scripting command for arrays: insert/insertAt.
_array = []; 
_array insert [-1, [1,2,4]]; //[0,1,2,4]; 
_index = 0; 
_value = 0; 
_array insert [_index, [_value]]; //[0,1,2,4]; 
_index = 3; 
_value = 3; 
_array insert [_index, [_value]]; //[0,1,2,3,4]
Dec 7 2020, 7:15 PM · Arma 3
dedmen added a comment to T155531: [Feature Request] New scripting command for arrays: insert/insertAt.

-1 index for "at end"
you could just use append for that, but I can either just support it, or add checking and error for negative index.

Dec 7 2020, 6:52 PM · Arma 3

Dec 3 2020

dedmen changed the status of T155172: Eden object "jumps" when moving mouse slowly from Assigned to Feedback.
Dec 3 2020, 4:39 PM · Arma 3

Dec 2 2020

dedmen claimed T155504: magazinesAmmoFull is broken on Linux servers.
Dec 2 2020, 4:35 PM · Arma 3

Nov 28 2020

dedmen changed the status of T152279: Change PiP (picture in picture) setting from quality presets to a distance slider and move it to/under overall/objetcs/shadows sliders from New to Assigned.
Nov 28 2020, 5:02 PM · Arma 3

Nov 26 2020

dedmen added a comment to T155369: CT_COMBO can not be unselected with lbSetCurSel -1.

Combobox at all supporting not having a value selected is the bug. Combobox should always have something selected.
Would need fix in lbAdd but won't be done cuz back compat

Nov 26 2020, 1:23 PM · Arma 3
dedmen closed T155369: CT_COMBO can not be unselected with lbSetCurSel -1 as Resolved.
Nov 26 2020, 1:23 PM · Arma 3
dedmen changed the status of T155366: Picture set with lnbSetPicture cannot be removed, only replaced from Assigned to Feedback.

Next dev-branch, maybe profiling

Nov 26 2020, 12:49 PM · Arma 3
dedmen changed the status of T155366: Picture set with lnbSetPicture cannot be removed, only replaced from New to Assigned.
Nov 26 2020, 12:31 PM · Arma 3
dedmen changed the status of T154837: Multi line text controls becomes slower the more text is in it from Assigned to Feedback.

Proifling v7

Nov 26 2020, 10:13 AM · Arma 3

Nov 25 2020

dedmen placed T123362: Add eyePosVisual command up for grabs.
Nov 25 2020, 12:50 PM · Arma 3
dedmen added a comment to T123362: Add eyePosVisual command.

Existing workaround

Nov 25 2020, 12:50 PM · Arma 3
dedmen changed the status of T154931: [Perf-/Prof Branch] Preview for straight line drawing on the ingame map is broken from Assigned to Feedback.

Profiling v7

Nov 25 2020, 12:36 PM · Arma 3
dedmen changed the status of T155341: Add support for engine search to CT_LISTBOX (Optionally also CT_LISTNBOX) from New to Assigned.
Nov 25 2020, 12:09 PM · Arma 3

Nov 24 2020

dedmen changed the status of T155320: Investigate if tvAdd can be made quicker. from New to Assigned.
Nov 24 2020, 1:55 PM · Arma 3
dedmen changed the status of T154837: Multi line text controls becomes slower the more text is in it from New to Assigned.
Nov 24 2020, 1:48 PM · Arma 3
dedmen added a comment to T154837: Multi line text controls becomes slower the more text is in it.

Multi line text controls

Nov 24 2020, 1:47 PM · Arma 3
dedmen changed the status of T155172: Eden object "jumps" when moving mouse slowly from New to Assigned.
Nov 24 2020, 1:44 PM · Arma 3

Nov 20 2020

dedmen reopened T155122: markerChannel not sync for dedicated server as "Feedback".
Nov 20 2020, 5:59 PM · Arma 3
dedmen closed T155122: markerChannel not sync for dedicated server as Resolved.

Fixed in next dev

Nov 20 2020, 5:59 PM · Arma 3

Nov 19 2020

dedmen changed the status of T155122: markerChannel not sync for dedicated server from New to Assigned.
Nov 19 2020, 5:18 PM · Arma 3

Nov 17 2020

dedmen set Ref Ticket to AIII-53565 on T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units.
Nov 17 2020, 10:18 AM · Arma 3
dedmen changed the status of T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units from Assigned to Feedback.
Nov 17 2020, 9:53 AM · Arma 3

Nov 16 2020

dedmen added a comment to T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units.

Issue found and fixed in profiling v6.
Thanks for finding that, I don't understand why noone else noticed that

Nov 16 2020, 6:01 PM · Arma 3
dedmen added a comment to T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units.

Restarting game or reconnecting works.
After reconnect, units list shows up, and costs now work properly too.

Nov 16 2020, 4:46 PM · Arma 3
dedmen added a comment to T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units.

Reproduced somewhat maybe.

Nov 16 2020, 4:02 PM · Arma 3
dedmen changed the status of T155042: [Profiling Branch] Zeus cannot spawn in Modules & Units from New to Assigned.
Nov 16 2020, 2:48 PM · Arma 3

Nov 11 2020

dedmen added a comment to T154840: binarize in endless loop with broken model.cfg.

Fixed in 146923

Nov 11 2020, 11:11 AM · Restricted Project, Arma 3
dedmen closed T154840: binarize in endless loop with broken model.cfg as Resolved.
Nov 11 2020, 11:11 AM · Restricted Project, Arma 3

Nov 5 2020

dedmen added a comment to T80695: SOS, DMS and Nightstalker backup sights retain the screen blur from the main sight part2.

Profiling build v4, today or tomorrow or early next week

Nov 5 2020, 11:13 AM · Arma 3

Nov 4 2020

dedmen added a project to T154840: binarize in endless loop with broken model.cfg: Restricted Project.
Nov 4 2020, 7:57 PM · Restricted Project, Arma 3
dedmen added a comment to T154335: 2.00 Update VON Volume Issue.

You missed the solution of using profiling branch which has everything fixed.
kju didn't mean the old post from 2013, but the lastest posts in the thread with the changelog

Nov 4 2020, 3:50 PM · Arma 3
dedmen added a comment to T146326: New SQF command to change sheduler execution time per frame.

Don't want to do this. Serverside only could be a thing I guess. But no clientside

Nov 4 2020, 3:49 PM · Arma 3

Nov 3 2020

dedmen closed T61872: New technique for rendering grass at far distance as Resolved.
Nov 3 2020, 11:41 PM · Arma 3
dedmen added a comment to T119992: Ground sinking feature causing problems with player hitboxes, also creates problems with walls and objects.

Won't be fixed.

Nov 3 2020, 11:40 PM · Arma 3
dedmen closed T119992: Ground sinking feature causing problems with player hitboxes, also creates problems with walls and objects as Resolved.
Nov 3 2020, 11:40 PM · Arma 3

Nov 2 2020

dedmen changed the status of T153802: Holstered sidearms don't have magazine proxies from New to Assigned.
Nov 2 2020, 12:43 PM · Arma 3
dedmen closed T154513: He muerto sin sentido as Resolved.

Not a bug/issue

Nov 2 2020, 12:32 PM · Arma 3
dedmen closed T154512: He muerto sin sentido as Resolved.

Not a bug/issue

Nov 2 2020, 12:31 PM · Arma 3
dedmen closed T154561: Performance build crashes for Dedmen as Resolved.

Memory corruption via -showScriptErrors

Nov 2 2020, 12:22 PM · Arma 3
dedmen claimed T154561: Performance build crashes for Dedmen.
Nov 2 2020, 12:19 PM · Arma 3
dedmen assigned T154629: RPT Error when placing VR units on arma3diag_x64.exe to reyhard.
Nov 2 2020, 12:18 PM · Arma 3
dedmen merged T154651: Unable to equip some suppressors after 2.0 update into T154769: Suppressors compatibility issues since 2.00.
Nov 2 2020, 12:18 PM · Arma 3
dedmen merged task T154651: Unable to equip some suppressors after 2.0 update into T154769: Suppressors compatibility issues since 2.00.
Nov 2 2020, 12:18 PM · Arma 3
dedmen added a comment to T154773: LockInventory does not work on backpack/weapon props placed in the editor.

Backpack is complicated.
You place a backpack in 3DEN yes, but on mission start its deleted/moved into a weapon holder. And you would need to call the script on the weapon holder but not the backpack.

Nov 2 2020, 12:16 PM · Arma 3
dedmen assigned T154769: Suppressors compatibility issues since 2.00 to reyhard.
Nov 2 2020, 12:14 PM · Arma 3
dedmen added a comment to T123883: Command "enableWeaponDisassembly" removes all interaction.

Can't repro on 2.01 dev branch, nor 2.01 internal

Nov 2 2020, 12:04 PM · Arma 3
dedmen changed the status of T123883: Command "enableWeaponDisassembly" removes all interaction from Reviewed to Assigned.
Nov 2 2020, 10:17 AM · Arma 3

Oct 30 2020

dedmen updated the task description for T80695: SOS, DMS and Nightstalker backup sights retain the screen blur from the main sight part2.
Oct 30 2020, 2:40 PM · Arma 3
dedmen claimed T80695: SOS, DMS and Nightstalker backup sights retain the screen blur from the main sight part2.
Oct 30 2020, 2:40 PM · Arma 3
dedmen changed the status of T143685: Throwing inside scheduled environment without a catch causes error spam from New to Assigned.
Oct 30 2020, 11:02 AM · Arma 3
dedmen added a comment to T143685: Throwing inside scheduled environment without a catch causes error spam.

Cannot repro, I get one log print in 2.01
And as far as I'm aware that code wasn't touched since your last comment in february.

Oct 30 2020, 10:55 AM · Arma 3
dedmen closed T141036: CTD: Opening display RscTestGrids as Resolved.
Oct 30 2020, 9:32 AM · Arma 3
dedmen closed T141036: CTD: Opening display RscTestGrids, a subtask of T148721: Uneccessary separator in configFile >> "Display3DEN" >> "Controls" >> "MenuStrip" >> "Items" >> "Attributes" >> "items", as Resolved.
Oct 30 2020, 9:32 AM · Arma 3
dedmen merged T141929: Arma 3 crashing on KOTH launch into T141036: CTD: Opening display RscTestGrids.
Oct 30 2020, 9:31 AM · Arma 3
dedmen merged task T141929: Arma 3 crashing on KOTH launch into T141036: CTD: Opening display RscTestGrids.
Oct 30 2020, 9:31 AM · Arma 3

Oct 29 2020

dedmen changed the status of T154695: Add Water Soundcontroller to CfgAmmo from New to Assigned.
Oct 29 2020, 9:46 AM · Arma 3
dedmen changed the status of T152786: EventHandler AnimChanged for Gestures from New to Assigned.
Oct 29 2020, 9:32 AM · Arma 3
dedmen moved T151841: Script command request: modParams to support modDir input from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 29 2020, 9:14 AM · Restricted Project, Arma 3
dedmen changed the status of T151841: Script command request: modParams to support modDir input from New to Assigned.
Oct 29 2020, 9:13 AM · Restricted Project, Arma 3
dedmen moved T151270: [Feature Request] Eventhandler (switchOptics) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 29 2020, 9:09 AM · Arma 3, Restricted Project
dedmen changed the status of T151270: [Feature Request] Eventhandler (switchOptics) from New to Assigned.
Oct 29 2020, 9:09 AM · Arma 3, Restricted Project
dedmen moved T150837: config based AnimationSources using source = 'wheel' do not work for remote vehicles in multiplayer (breaks UVAnimations) from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 29 2020, 9:07 AM · Restricted Project, Arma 3
dedmen changed the status of T150837: config based AnimationSources using source = 'wheel' do not work for remote vehicles in multiplayer (breaks UVAnimations) from New to Assigned.
Oct 29 2020, 9:06 AM · Restricted Project, Arma 3
dedmen moved T84917: Sounds played via say3d are incredible quiet when being inside vehicles, even open ones from Restricted Project Column to Restricted Project Column on the Restricted Project board.
Oct 29 2020, 9:03 AM · Restricted Project, Arma 3
dedmen changed the status of T84917: Sounds played via say3d are incredible quiet when being inside vehicles, even open ones from New to Assigned.
Oct 29 2020, 9:03 AM · Restricted Project, Arma 3
dedmen set Ref Ticket to AIII-53466 on T84917: Sounds played via say3d are incredible quiet when being inside vehicles, even open ones.
Oct 29 2020, 9:03 AM · Restricted Project, Arma 3

Oct 23 2020

dedmen changed the status of T154500: selecting an image for publishing as preview image in 3den for a composition from New to Acknowledged.
Oct 23 2020, 4:20 PM · Arma 3
dedmen closed T77179: Cannot use included mission params in MP as Resolved.
Oct 23 2020, 2:00 PM · Arma 3
dedmen changed the status of T154335: 2.00 Update VON Volume Issue from New to Assigned.
Oct 23 2020, 10:55 AM · Arma 3
dedmen added a comment to T154335: 2.00 Update VON Volume Issue.

Fix on performance/profiling branch https://forums.bohemia.net/forums/topic/160288-arma-3-stable-server-200-performance-binary-feedback

Oct 23 2020, 10:55 AM · Arma 3

Oct 20 2020

dedmen set Ref Ticket to AIII-53103 on T154444: Weferlingen Winter causes Linux server to freeze or crash.
Oct 20 2020, 5:01 PM · Arma 3
dedmen changed the status of T154444: Weferlingen Winter causes Linux server to freeze or crash from New to Assigned.
Oct 20 2020, 5:00 PM · Arma 3

Oct 19 2020

dedmen added a comment to T154335: 2.00 Update VON Volume Issue.

So is there any possibility to just move von to optional secondary out put while we are at it

no

Oct 19 2020, 8:21 PM · Arma 3
dedmen added a comment to T154368: VON stuck on after joining any MP mission (v2.0 update).

then press your < and/or > key to cycle channels.

Oct 19 2020, 1:51 PM · Arma 3

Oct 18 2020

dedmen closed T152975: **B_W_Soldier_A_EMP_F** editor preview error as Resolved.
Oct 18 2020, 6:27 PM · Arma 3

Oct 16 2020

dedmen changed the status of T154359: assignedTarget only updates when the unit has attacked the target from New to Acknowledged.
Oct 16 2020, 2:30 PM · Restricted Project, Arma 3
dedmen added a comment to T154335: 2.00 Update VON Volume Issue.

Unified the VoN volume handling, and didn't expect that any volume concerning VoN wasn't actually controlled by VoN slider.
Just took what was already where, which actually was the Effects volume used for direct chat.

Oct 16 2020, 10:58 AM · Arma 3
dedmen closed T150535: setViewDistance doesn't override overall visibility in video settings for guided rockets/missiles as Resolved.
Oct 16 2020, 10:46 AM · Arma 3
dedmen closed T84241: setMousePosition effected by resolution sampling as Resolved.
Oct 16 2020, 10:46 AM · Arma 3
dedmen claimed T154335: 2.00 Update VON Volume Issue.
Oct 16 2020, 10:30 AM · Arma 3
dedmen closed T154344: Forced crash - array access out of range - 23 as Resolved.

build 146752
small bug that only existed in internal

Oct 16 2020, 10:29 AM · Arma 3

Oct 15 2020

dedmen added a comment to T153041: [DEVEVELOPMENT] Improve rpt logging messages lacking context.

hint parseText "<t xxx='%1'>t size='1' align='center' valign='middle'>%2%3 </t>";

Oct 15 2020, 3:46 PM · Arma 3
dedmen added a comment to T153041: [DEVEVELOPMENT] Improve rpt logging messages lacking context.

these from stringtable parsing

That error is not at parsing, its at calling "localize" and trying to localize a value, probably caused by a script.
And besides providing full script callstack context... which I could I guess. not much you can do.

Oct 15 2020, 3:01 PM · Arma 3
dedmen added a comment to T153041: [DEVEVELOPMENT] Improve rpt logging messages lacking context.
12:58:49 \/Context: a3\some_pbo_name\stringtable.csv <- EndContext
12:59:03 Unsupported language english in stringtable
13:22:24 \/Context: bla\blob\kp_liberation.blip\stringtable.csv <- EndContext
13:22:24 Item STR_COMMANDER listed twice

not sure if I want line of code, probably too much effort.

Oct 15 2020, 1:36 PM · Arma 3
dedmen changed the status of T153041: [DEVEVELOPMENT] Improve rpt logging messages lacking context from New to Assigned.
Oct 15 2020, 10:31 AM · Arma 3

Oct 13 2020

dedmen changed the status of T149510: Killed-event handler can run twice for the same entity from Acknowledged to New.
Oct 13 2020, 9:47 PM · Arma 3
dedmen changed the status of T154308: muzzleImpulseFactor AFM desynchronization from New to Acknowledged.
Oct 13 2020, 7:54 PM · Arma 3
dedmen added a comment to T151065: Vanilla targeting hud for jets stutters on targets that are not local to the client.

Fixed in 2.00 I think

Oct 13 2020, 2:26 PM · Arma 3
dedmen changed the status of T151065: Vanilla targeting hud for jets stutters on targets that are not local to the client from Acknowledged to Feedback.
Oct 13 2020, 2:25 PM · Arma 3

Sep 26 2020

dedmen added a comment to T136179: Sound: No new sounds are created when the maximum number of "voices" is reached.

CfgSoundCategories will get max limit of 64 (instead of 4), probably. Might be reverted if we notice issues in QA

Sep 26 2020, 12:04 AM · Restricted Project, Arma 3

Sep 25 2020

dedmen added a comment to T153245: Zeus Modules and Parameters Feature Request..

Music playlist. We now have music end eventhandler.
Ability to define a playlist of songs, it'll switch to next at MusicStopped.

Sep 25 2020, 8:29 PM · Arma 3

Sep 24 2020

dedmen added a comment to T154057: Eden Editor Compositions.
  1. you can manage them all in 3DEN, is that not sufficient?
Sep 24 2020, 10:47 AM · Arma 3