Skip to content

Commit

Permalink
Merge branch 'master' into disarmingTest
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror committed Apr 11, 2015
2 parents c055911 + 4188893 commit 787df67
Show file tree
Hide file tree
Showing 2,788 changed files with 19,363 additions and 106,852 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
release/*
*.cache
*.pbo
texHeaders.bin
*.swp
Expand Down
15 changes: 13 additions & 2 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@
# request, preferably including an email address.

# CORE TEAM
bux578 <github@jonathandavid.de>
commy2
esteldunedain <nicolas.d.badano@gmail.com>
Felix Wiegand <koffeinflummi@gmail.com>
Garth "L-H" de Wet <garthofhearts@gmail.com>
bux578 <github@jonathandavid.de>
Giallustio
Glowbal
Janus
Kieran
NouberNou
PabstMirror <pabstmirror@gmail.com>
Ruthberg
tpM
ViperMaul
VKing <kauestad@gmail.com>
Walter Pearce <jaynus@gmail.com>

# CONTRIBUTORS
11RDP-LoupVert <loupvert@11rdp.fr>
Expand Down Expand Up @@ -40,7 +50,7 @@ havena <silveredenis@gmail.com>
Hawkins
jokoho48
Jonpas <jonpas33@gmail.com>
Legolasindar
Legolasindar "Viper" <legolasindar@gmail.com>
licht-im-Norden87
MarcBook
Michail Nikolaev
Expand All @@ -52,6 +62,7 @@ Raspu86
Riccardo Petricca <petriccarcc@gmail.com>
Robert Boklahánics <bokirobi@gmail.com>
simon84
Sniperwolf572 <tenga6@gmail.com>
Tonic
Tourorist <tourorist@gmail.com>
Valentin Torikian <valentin.torikian@gmail.com>
29 changes: 11 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<p align="center">
<img src="https://github.com/KoffeinFlummi/ACE3/blob/master/extras/assets/logo/black/ACE3-Logo.jpg" height="80" />
<img src="https://github.com/acemod/ACE3/blob/master/extras/assets/logo/black/ACE3-Logo.jpg" height="80" />
</p>
<p align="center">
<a href="https://github.com/KoffeinFlummi/ACE3/releases">
<a href="https://github.com/acemod/ACE3/releases">
<img src="http://img.shields.io/badge/release-3.0-green.svg?style=flat" alt="ACE version">
</a>
<a href="#">
<img src="http://img.shields.io/badge/download-22_MB-blue.svg?style=flat" alt="ACE download">
</a>
<a href="https://github.com/KoffeinFlummi/ACE3/issues">
<img src="http://img.shields.io/github/issues/KoffeinFlummi/ACE3.svg?style=flat" alt="ACE issues">
<a href="https://github.com/acemod/ACE3/issues">
<img src="http://img.shields.io/github/issues/acemod/ACE3.svg?style=flat" alt="ACE issues">
</a>
<a href="https://github.com/KoffeinFlummi/ACE3/blob/master/LICENSE">
<a href="https://github.com/acemod/ACE3/blob/master/LICENSE">
<img src="http://img.shields.io/badge/license-GPLv2-red.svg?style=flat" alt="ACE license">
</a>
</p>
Expand All @@ -23,8 +23,6 @@ This mod is entirely **open-source**, and everyone is free to propose changes or

The mod is **built modularly** — almost any PBO can be removed, thus a team can maintain its own tailored version of ACE, which excludes a select number of components that they don't like, or which conflict with other add-ons. Components themselves, like e.g. the medical system, also include various customization options, allowing mission designers to tweak the overall experience.

More information on the purpose of the different components of ACE and which ones they rely on can be found [here](https://github.com/KoffeinFlummi/ACE3/wiki#features).

### Features
* Improved medical system
* Logistics system including cargo transport and vehicle maintenance
Expand All @@ -33,23 +31,18 @@ More information on the purpose of the different components of ACE and which one
* Realistic names for vehicles and weapons
* Realistic ballistics including wind and humidity
* Backblast simulation
* Weapon resting and bipod deployment
* A fire control system for armored vehicles and helicopters
* A fire control system for armored vehicles and helicopters
***and more...***

For a full list of current features, check [the official wiki](https://github.com/KoffeinFlummi/ACE3/wiki).

#### Guides & How-Tos
If you installed ACE3, but have trouble understanding how it all works, or where to start — see [Getting Started](https://github.com/KoffeinFlummi/ACE3/wiki/Getting-Started).
If you installed ACE3, but have trouble understanding how it all works, or where to start — see [Getting Started](https://github.com/acemod/ACE3/blob/master/documentation/user/getting-started.md).

#### Contributing
If you want to help put with the ongoing development, you can do so by looking for possible bugs or by contributing new features. To contribute something to ACE, simply fork this repository and submit your pull requests for review by other collaborators. In the process, feel free to add yourself to the author array of any .pbo you will be editing and the AUTHORS.txt file.

To report a bug, propose a feature, or suggest a change to the existing one — please, use our [Issue Tracker](https://github.com/KoffeinFlummi/ACE3/issues).
If you want to help put with the ongoing development, you can do so by looking for possible bugs or by contributing new features. To contribute something to ACE, simply fork this repository and submit your pull requests for review by other collaborators. In the process, please add yourself to the author array of any .pbo you will be editing and the AUTHORS.txt file; including a valid email address.

For detailed information on how to make your weapons or vehicles compatible with ACE — read [this article](https://github.com/KoffeinFlummi/ACE3/wiki/For-Addon-Makers).
To report a bug, propose a feature, or suggest a change to the existing one — please, use our [Issue Tracker](https://github.com/acemod/ACE3/issues).

#### Testing & Building
If you want to help us test the latest development changes, feel free to download our master branch, using either git — if familiar with the process — or directly, by following [this link](https://github.com/KoffeinFlummi/ACE3/archive/master.zip).
If you want to help us test the latest development changes, feel free to download our master branch, using either git — if familiar with the process — or directly, by following [this link](https://github.com/acemod/ACE3/archive/master.zip).

To find out how to build a version of ACE for testing, follow [these instructions](https://github.com/KoffeinFlummi/ACE3/wiki/Developers-::-Setting-up-your-development-environment).
To find out how to set up your development environment and build a version of ACE for testing, follow [these instructions](https://github.com/acemod/ACE3/blob/master/documentation/development/setting-up-the-development-environment.md).
1 change: 0 additions & 1 deletion TO_MERGE/ace/air_hud/$PBOPREFIX$

This file was deleted.

23 changes: 0 additions & 23 deletions TO_MERGE/ace/air_hud/CfgEventhandlers.hpp

This file was deleted.

30 changes: 0 additions & 30 deletions TO_MERGE/ace/air_hud/CfgUI.hpp

This file was deleted.

35 changes: 0 additions & 35 deletions TO_MERGE/ace/air_hud/CfgVehicles.hpp

This file was deleted.

10 changes: 0 additions & 10 deletions TO_MERGE/ace/air_hud/CfgWeapons.hpp

This file was deleted.

3 changes: 0 additions & 3 deletions TO_MERGE/ace/air_hud/XEH_post_init.sqf

This file was deleted.

9 changes: 0 additions & 9 deletions TO_MERGE/ace/air_hud/XEH_pre_init.sqf

This file was deleted.

17 changes: 0 additions & 17 deletions TO_MERGE/ace/air_hud/config.cpp

This file was deleted.

19 changes: 0 additions & 19 deletions TO_MERGE/ace/air_hud/fnc_laserHudDesignateOff.sqf

This file was deleted.

87 changes: 0 additions & 87 deletions TO_MERGE/ace/air_hud/fnc_laserHudDesignateOn.sqf

This file was deleted.

1 change: 0 additions & 1 deletion TO_MERGE/ace/air_hud/fnc_onGetin.sqf

This file was deleted.

1 change: 0 additions & 1 deletion TO_MERGE/ace/air_hud/fnc_onGetout.sqf

This file was deleted.

12 changes: 0 additions & 12 deletions TO_MERGE/ace/air_hud/script_component.hpp

This file was deleted.

1 change: 0 additions & 1 deletion TO_MERGE/ace/arty_aimingpoints/$PBOPREFIX$

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 787df67

Please sign in to comment.