Applevangelist
aac3f64638
#SCORING Additions for SETs
2024-02-29 09:54:16 +01:00
Mr.Alien
aca5846209
Fix scoring to not het more points when not killed at once. + overridable method call on kill ( #2079 )
2024-01-07 13:28:12 +01:00
kaltokri
64d7946c06
Fix for broken links in master branch
2024-01-02 13:33:10 +01:00
kaltokri
b05683d384
Fixed some broken links
2023-10-31 10:25:00 +01:00
Applevangelist
2efb6a624f
#SCORING
...
* Rechtschreibung
2023-09-25 08:43:24 +02:00
Thomas
f87a676e4b
Update Scoring.lua ( #1976 )
...
Add report Spaces
2023-07-29 16:45:00 +02:00
Applevangelist
1eaa3d309d
#SCORING
...
* typo
2023-07-01 13:15:59 +02:00
Applevangelist
0bb16ec827
#AIRBASE
...
* Fix for nil error in finding parking for a group
#MANTIS
* Added SAM type "SHORAD" as designator
#SCORING
* fix for non local problem
#UTILS
* fix for OneLineSerialize
2023-07-01 13:11:21 +02:00
Applevangelist
2c14ee74b0
#SCORING
...
* Can leave text empty on some instances
2023-06-08 13:58:26 +02:00
Mr.Alien
03ba7524b2
Comment out code for scoring hits ( #1911 )
2023-02-06 08:15:45 +01:00
Mr.Alien
d4d305d53b
Fix confusing hit and kill messages with incorrect math ( #1913 )
2023-02-04 23:02:36 +01:00
Mr.Alien
c58918e002
Add missing part of code in previous commit ( #1910 )
2023-02-04 22:36:16 +01:00
Mr.Alien
dec7854476
Fix issue with getting thread level after a kill ( #1908 )
2023-02-04 22:01:55 +01:00
Mr.Alien
8ca102f584
Scoring credits a kill to player who hit the same unit before it spawned ( #1905 )
2023-02-04 21:46:34 +01:00
Applevangelist
68a31b1eb7
Docu - Nicer Headlines
2022-11-11 09:35:54 +01:00
Applevangelist
7983621f8e
#SCORING
...
* Added option to switch AutoSave
2022-11-06 11:27:59 +01:00
TommyC81
81818705df
Documentation fixes. ( #1810 )
...
Fix documentation references.
Correct spelling errors.
Remove empty whitespaces.
Correct a single mis-spelled ZONE_BASE variable, see 'Core/Zone.lua' (variable "Sureface" -> "Surface", no references to mis-spelled "Sureface" throughout the codebase).
Correct mis-spelling of "coaltion" in 'Functional/Mantis.lua', corrected to "coalition".
2022-10-22 11:07:58 +02:00
TommyC81
d5e8de4d74
Documentation fixes. ( #1807 )
...
Correct module links.
Replace references to missing images with MOOSE.JPG.
Add default MOOSE.JPG where no image was previously set.
Fix minor spelling error.
2022-10-21 06:10:34 +02:00
Applevangelist
7c22e9fe69
#Changes from Develop
2022-09-10 11:56:03 +02:00
Applevangelist
85a7e18fae
SCORING: Corrected calc error in summary scoring functions
2022-03-11 10:18:59 +01:00
TommyC81
d6cfaa5050
Update Scoring.lua ( #1674 )
...
Code formatting and minor typo/documentation fixes.
2021-12-28 11:01:44 +01:00
Applevangelist
f62e3391e1
SCORING - make treason and fratricide switchable
2021-12-28 08:25:31 +01:00
Wingthor
604ff07933
fix issue #948 in Scoring.lua
...
Changed ScoreGoals to PenaltyGoals in function CORING:ReportScoreAllSummary( PlayerGroup )
2019-05-26 16:49:56 +02:00
FlightControl
e6f51af34c
Documentation
2018-10-09 09:47:22 +02:00
FlightControl_Master
d9d53db53f
Documentation improvements.
2018-06-02 18:23:06 +02:00
FlightControl_Master
43b320ca90
New versions with documentation
2018-05-29 22:34:33 +02:00
FlightControl_Master
5e2a5cf5e8
Tasking and Functional
2018-05-23 13:51:47 +02:00
FlightControl_Master
1b39f5d6e6
Optimized comments and documentation set
2018-05-23 10:42:27 +02:00
FlightControl_Master
47dd73a377
Fixes
2018-04-13 12:22:39 +02:00
FlightControl_Master
706aea01ca
Cleanup of documentation of AI
2018-03-20 10:34:53 +01:00
FlightControl_Master
7c2c6daf3e
Tracify comments
2018-03-18 11:17:37 +01:00
FlightControl_Master
af7a87e5a0
Merge branch 'master' into FC/Documentation-Release_2.3
2018-03-18 07:39:41 +01:00
FlightControl_Master
95112e8818
Solving the SCORING menu not anymore accessible due to S_EVENT_PLAYER_ENTER_UNIT bug in DCS (not fired anymore in MP when a player joins a slot).
2017-12-12 16:08:23 +01:00
FlightControl_Master
f18b18187b
Optimizing Scoring and Controllable
2017-12-10 14:28:58 +01:00
FlightControl_Master
14c075abfc
* Fixed issue with Scoring menu not shown in single player.
...
* Fixed issue with Scoring players table not being populated correctly, resulting in the scoring report for all players not being shown. Fixed.
2017-11-30 12:01:44 +01:00
FlightControl_Master
1067f16ce4
Changes
2017-10-09 14:46:13 +02:00
FlightControl_Master
5896ebe9ca
Merge remote-tracking branch 'refs/remotes/origin/Release-2.2.0'
...
# Conflicts:
# Moose Mission Setup/Moose.lua
# Moose Mission Setup/Moose_.lua
2017-10-09 13:32:53 +02:00
FlightControl_Master
305cb3092e
Patch 2.2.2: Updated Scoring
...
* Disabled the logic of Fratricide until a DCS bug gets fixed by ED.
There is no workaround possible. Units containing a player cannot be
destroyed using Unit:destroy() API in multi player when the player is
seated in a Unit from a Client connected PC to the Server.
* By default, hit messages are disabled. They can be enabled by using
SCORING:SetMessagesHit().
2017-10-09 13:10:42 +02:00
FlightControl_Master
fe47783bfa
Progress
2017-10-05 11:09:10 +02:00
FlightControl_Master
feef4c148e
Progress
2017-10-04 17:12:05 +02:00
FlightControl_Master
a909e1ee5d
Modified message types
2017-09-20 09:53:23 +02:00
FlightControl_Master
fa14f4655e
Changed message display methods
2017-09-20 06:54:17 +02:00
FlightControl
85975c01a4
Optimizations
2017-07-08 09:20:42 +02:00
FlightControl
3fe573926b
Fixed scoring format
2017-07-08 06:35:06 +02:00
FlightControl
84055e9798
Updates fixing cargo stuff
2017-07-04 16:34:00 +02:00
FlightControl
975566eb3c
Fixed message bug in scoring
2017-06-26 20:51:01 +02:00
FlightControl
55164c38bf
Finetuning of the messages and menus
2017-06-26 20:33:26 +02:00
FlightControl
d396ca1684
Target progress accounting for players
2017-06-24 15:21:59 +02:00
FlightControl
9984055f7d
Documentation
2017-05-29 18:02:57 +02:00
FlightControl
314032ba3d
Progress
2017-05-22 09:54:07 +02:00