ACE3/addons/weather
SilentSpike 108ff4f644 Replace ACE event system calls with CBA counterparts
Regex used:

\[(.+?),(.+?),(.+?)\]\s+call\s+E?FUNC\((common,)?(target|object)Event\)
[$1,$3,$2] call CBA_fnc_targetEvent

E?FUNC\((common,)?(server|global|local)Event\)
CBA_fnc_$2Event

E?FUNC\((common,)?(add|remove)EventHandler\)
CBA_fnc_$2EventHandler
2016-05-22 16:47:39 +01:00
..
functions Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
UI Show beaufort dots on wind display -for color Blind 2016-01-07 10:34:31 -06:00
$PBOPREFIX$ weather: initial port of ACE2 features. variables names changed to use macros. 2015-01-20 20:18:40 -03:00
ACE_Settings.hpp Switch to some already translated CSTRINGs 2015-08-03 15:52:35 -05:00
CfgEventhandlers.hpp precompile on game start 2016-02-22 15:20:36 +01:00
CfgVehicles.hpp Privates, Headers, Merge 4 PFEH into one 2016-01-05 01:39:29 -06:00
CfgWorlds.hpp Privates, Headers, Merge 4 PFEH into one 2016-01-05 01:39:29 -06:00
config.cpp Fix circular dependency - ModuleDescription 2015-05-30 00:31:07 -05:00
README.md README.md files added to all modules 2015-08-19 04:18:33 +02:00
RscTitles.hpp Privates, Headers, Merge 4 PFEH into one 2016-01-05 01:39:29 -06:00
script_component.hpp Add quick debug defines to all script_components 2016-01-28 23:26:02 -06:00
stringtable.xml Add key to toggle wind info display 2016-05-06 12:47:59 -05:00
XEH_postInit.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
XEH_postServerInit.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
XEH_preInit.sqf precompile on game start 2016-02-22 15:20:36 +01:00
XEH_PREP.hpp precompile on game start 2016-02-22 15:20:36 +01:00
XEH_preStart.sqf precompile on game start 2016-02-22 15:20:36 +01:00

ace_weather

This module simulates realistic weather effects, according to the geographical location of the map, the date and time. It also ensures that all players experience the same weather effects.

Maintainers

The people responsible for merging changes to this component or answering potential questions.