Skip to content
Snippets Groups Projects
Commit 333ad66e authored by Lorenz Martin Diel's avatar Lorenz Martin Diel
Browse files

Merge branch 'lorenz_author' into 'main'

added author tags

See merge request !53
parents b7562d0b c3d085d8
No related branches found
No related tags found
1 merge request!53added author tags
......@@ -108,6 +108,15 @@ Max Körschen:
- level.cpp/hpp (eventhandling for units and buildings, movement, attack etc)
- debugging in CombatEngine.cpp/hpp, Bullets.cpp/hpp
Lorenz Diel:
- Units.cpp/hpp
- UnitInfoMenu.cpp/hpp
- level.cpp/hpp
- Config.cpp/hpp
- Weapon.cpp/hpp
- CombatEngine.cpp/hpp
David Maul:
- Engine.cpp/hpp
- Scene.hpp
......@@ -122,3 +131,4 @@ David Maul:
......@@ -5,6 +5,11 @@
#include <memory>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -3,6 +3,10 @@
#include "../core/Engine.hpp"
#include "../entities/Unit.hpp"
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
#include "Weapon.hpp"
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
Weapon::Weapon() {}
......
......@@ -3,6 +3,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -9,6 +9,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
......
......@@ -6,6 +6,10 @@
#include <string>
#include <unordered_map>
/**
* @authors Lorenz Diel
*/
namespace advanced_wars
{
/* ENUMS FOR GLOBAL USE*/
......
......@@ -4,6 +4,7 @@
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author Lorenz Diel
*/
#include "Unit.hpp"
......
......@@ -4,6 +4,7 @@
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author Lorenz Diel
*/
#pragma once
......
......@@ -4,7 +4,9 @@
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author Lorenz Diel
* @author David Maul
*/
#include "Level.hpp"
......
......@@ -4,6 +4,7 @@
* @authors Max Körschen
* @author Nicolas Will
* @author Frederik Keens
* @author Lorenz Diel
* @author David Maul
*/
......
/**
* @authors Max Körschen
* @author Lorenz Diel
* @author Nicolas Will
*/
......
/**
* @authors Max Körschen
* @author Lorenz Diel
* @author Nicolas Will
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment