Commit Graph

7840 Commits

Author SHA1 Message Date
bux578
8f33790bf2 Merge pull request #2759 from acemod/reorderReadme
Improve readme
2015-10-19 11:03:34 +02:00
bux578
5db3f61113 add back the flat-square styles 2015-10-19 10:59:48 +02:00
bux578
a74908a905 fix merge conflicts 2015-10-19 10:40:31 +02:00
Felix Wiegand
ece11c335d Merge pull request #2756 from acemod/flat-badges
Use "flat-square" badge style
2015-10-19 09:45:31 +02:00
KoffeinFlummi
c5fd41b9a1 Add flat badges to other READMEs 2015-10-19 09:44:40 +02:00
PabstMirror
cfde11d2fa Fix medic treatment location check as well 2015-10-19 01:45:30 -05:00
PabstMirror
aad6cab896 #2765 - Fix location check when set to disabled 2015-10-19 01:20:11 -05:00
bux578
0ef6de0404 Merge branch 'licht-im-Norden87-patch-12' 2015-10-19 07:37:41 +02:00
bux578
a873481c36 improve german readme 2015-10-19 07:37:14 +02:00
bux578
94b90fe0b4 Merge branch 'patch-12' of git://github.com/licht-im-Norden87/ACE3 into licht-im-Norden87-patch-12 2015-10-19 07:30:59 +02:00
bux578
e186266133 Merge branch 'licht-im-Norden87-patch-11' 2015-10-19 07:29:30 +02:00
bux578
602832cc0c adjust german translations 2015-10-19 07:29:02 +02:00
bux578
f7b717db64 Merge branch 'patch-11' of git://github.com/licht-im-Norden87/ACE3 into licht-im-Norden87-patch-11 2015-10-19 07:23:51 +02:00
PabstMirror
26c051d397 Sitting - Fix missing semicolon 2015-10-18 11:48:21 -05:00
Glowbal
843eb16837 Merge pull request #2650 from acemod/setDefaultChannel
Set Default Channel at mission start
2015-10-18 12:28:13 +02:00
Glowbal
f57eb08ce5 Merge pull request #2620 from jonpas/sittingFramework
Sitting Framework
2015-10-18 12:26:53 +02:00
Glowbal
8e4bc264cc Merge branch 'master' into map_gestures
Conflicts:
	AUTHORS.txt
2015-10-18 12:20:54 +02:00
Glowbal
9a0aa2b14c Merge pull request #2152 from jokoho48/codeCleanupKestrel4500
Code cleanup of Kestrel 4500 module
2015-10-18 12:16:44 +02:00
Glowbal
76efdbcc1c Merge pull request #2257 from jonpas/parseList
Parse List Common Function
2015-10-18 12:14:18 +02:00
Glowbal
ebe2bf96cd Merge pull request #2277 from jokoho48/codeCleanUpConcertina_wire
Code cleanup of Concertina_wire Module
2015-10-18 12:13:44 +02:00
Glowbal
3682a1710b Merge pull request #2527 from alef/issues/titan_miss
Fix: Titan hitting ground instead of vehicle
2015-10-18 12:11:09 +02:00
bux578
b3032da51c reorder badges, social networks 2015-10-17 11:48:12 +02:00
KoffeinFlummi
38be666b37 Use "flat-square" badge style 2015-10-16 18:34:31 +02:00
PabstMirror
cb65a67a3e Merge pull request #2745 from acemod/fixChairsOverWater
Use AGL for sitting setPos
2015-10-14 13:19:54 -05:00
PabstMirror
f7fe0c08e0 #2391 - Use AGL for sitting setPos 2015-10-14 11:15:44 -05:00
PabstMirror
733c695c41 Merge pull request #2736 from acemod/mapEffectsTrippleHead
Map effects / flashlights for TrippleHead
2015-10-14 10:46:38 -05:00
PabstMirror
680f52cd27 Handle Distance when mounted 2015-10-13 13:40:16 -05:00
PabstMirror
8ffe1b4e01 #2528 (2) - Integrate Dragging 2015-10-13 02:20:19 -05:00
PabstMirror
ad1191cdd5 #2528 - Medical Menu Work
(1) Verify target is valid and in reasonable range
2015-10-13 02:01:59 -05:00
Glowbal
1242cc8349 Merge pull request #2737 from acemod/revert-backslash
Revert the backslash in sqf validator
2015-10-12 21:31:31 +02:00
Glowbal
3e4906fa7e Revert the backslash in sqf validator
- Use a forward slash in path for travis to work properly
2015-10-12 21:29:50 +02:00
PabstMirror
5d76395914 #2734 - Map effects / flashlights for TrippleHead 2015-10-12 11:27:38 -05:00
PabstMirror
7062f60f0a Fix UBC from #2726 2015-10-12 01:07:20 -05:00
Glowbal
acd9cc33d7 Merge pull request #2714 from jonpas/updateReadme
Update README.md files
2015-10-11 23:26:33 +02:00
Glowbal
ecafbb0242 Merge pull request #2733 from jonpas/fixSQFvalidatorWithoutPythonArg
Add shebang line to specify python version to SQF validator
2015-10-11 23:24:49 +02:00
jonpas
d926a4a52a Add shebang line to specify python version to SQF validator and replace slash with backslash 2015-10-11 23:20:56 +02:00
Glowbal
2856cee261 Merge pull request #2732 from acemod/improve-sqf-validator
Improve sqf validator
2015-10-11 20:49:54 +02:00
Glowbal
b524c28d53 Improved output text
- Capitalized SQF everywhere
- Break checked files and errors into multiple lines
- Add a break by line between reported errors and result
- Fix incorrect report message for semi-columns
- Change excessive usage of # prints on start
2015-10-11 18:31:39 +02:00
Glowbal
d6ab43d77e Possible fix for travis build failure 2015-10-11 17:35:55 +02:00
Glowbal
afb28d01ea Improve sqf validator
- fix not all string cases were caught
- add basic semi column validation after code blocks
- Improve print output
- Fix a dot in file path when reporting an error
2015-10-11 17:25:53 +02:00
Glowbal
dba074ab7d Merge pull request #2731 from acemod/ci-slack-notfications
Add slack notification for ace3public dev channel
2015-10-11 15:27:46 +02:00
Glowbal
51c4b2b895 Fix formatting of script 2015-10-11 15:26:06 +02:00
Glowbal
fe7f8e66f7 Add slack notification for ace3public dev channel 2015-10-11 15:23:22 +02:00
Glowbal
4b827e6b03 Merge pull request #2692 from acemod/deploy-master-only
Run the travis deploy on master only
2015-10-11 15:08:21 +02:00
Glowbal
8e9c2754fd Change translation guide link in translations issue to markdown
- Change from @Jonpas
2015-10-11 15:01:31 +02:00
Glowbal
33be10126e Improve travis yml
- Add slack integration
- Change the deploy.py to only run on pushes to the master branch
- Change email notifications to only mail once on failure
2015-10-11 15:01:02 +02:00
Glowbal
1e26fee3ba Merge pull request #2683 from acemod/commonCleanupX
Common cleanup x
2015-10-11 12:15:27 +02:00
Glowbal
a91aad6bf4 Merge pull request #2398 from alganthe/contributing.md
contributing.md added
2015-10-11 12:08:33 +02:00
Glowbal
9c9eec4ce0 Merge pull request #2399 from alganthe/readme_update
updated readme.md
2015-10-11 12:08:16 +02:00
Glowbal
8db8e87c53 Merge pull request #2560 from acemod/lockingMissles
#2349 - Don't disable locking for base RocketPods
2015-10-11 12:06:11 +02:00