Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 7 commits into from
Feb 20, 2016
Merged

Conversation

commy2
Copy link
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
@@ -14,3 +14,5 @@ class CfgPatches {

#include "CfgEventhandlers.hpp"
#include "CfgRscStd.hpp"

//#include "test_key.hpp"
Copy link
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