Skip to content

improve / fix help module, fix #258 and #244#265

Merged
Killswitch00 merged 7 commits intomasterfrom
fixhelpmodule
Feb 20, 2016
Merged

improve / fix help module, fix #258 and #244#265
Killswitch00 merged 7 commits intomasterfrom
fixhelpmodule

Conversation

@commy2
Copy link
Copy Markdown
Contributor

@commy2 commy2 commented Feb 18, 2016

  • fixes Missing keybind in menu and script error on mission start #258 (hopefully) and Conflict between CBA_Events and CBA_Help prevents mission from loading #244
  • fixes: mods in main menu now auto cycle even when -world="empty"
  • fixes: addKeyinding keys don't overwrite the help diary entry of all config based key handlers anymore
  • uses new scripting commands (private keyword, configClasses, params etc.)
  • uses faster createNamespace instead of hashes
  • removes header files that are in Arma already and includes them instead
  • removes CBA_help_fnc_describe, because it's never used, not documented and does no longer work sufficiently in A3
  • adds function headers, uses macros where appropriate, etc.

@commy2 commy2 removed the WIP label Feb 20, 2016
@commy2 commy2 changed the title [WIP] improve / fix help module improve / fix help module, fix #258 and #244 Feb 20, 2016
@commy2 commy2 added the Bug Fix label Feb 20, 2016
Comment thread addons/help/config.cpp Outdated
#include "CfgEventhandlers.hpp"
#include "CfgRscStd.hpp"

//#include "test_key.hpp"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed?

Killswitch00 added a commit that referenced this pull request Feb 20, 2016
improve / fix help module, fix #258 and #244
@Killswitch00 Killswitch00 merged commit 33c8a9e into master Feb 20, 2016
@commy2 commy2 added this to the 2.3.1 milestone Feb 20, 2016
@thojkooi thojkooi deleted the fixhelpmodule branch April 25, 2016 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing keybind in menu and script error on mission start

2 participants