mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ab6fc8efca
* Fix laser and missileguidance over water * Return a normalized vector in EFUNC(common,getTurretDirection) * Make laser dispersion simulation optional, default off * Prototype for ace_laser_designate * Remove vanilla laser handling from ace_laser in favor of the new code on ace_laser_designate * Simplify laser into one module Rewrite large parts of laser Merge laser_designate Delete lase_selfDesignate * Cleanup missile guidance * Headers, fix laser over water * Cleanup * Test * Change setting to scalar, more cleanup * Add seeker debug drawing
15 lines
434 B
Markdown
15 lines
434 B
Markdown
ace_laser
|
|
=========
|
|
|
|
Contains various functions necessary for the realistic portrayal of laser mechanics in other components.
|
|
|
|
|
|
## Maintainers
|
|
|
|
The people responsible for merging changes to this component or answering potential questions.
|
|
|
|
- [walterpearce](https://github.com/walterpearce)
|
|
- [NouberNou](https://github.com/NouberNou)
|
|
- [esteldunedain](https://github.com/esteldunedain)
|
|
- [PabstMirror](https://github.com/PabstMirror)
|