]> git.localhorst.tv Git - l2e.git/commitdiff
removed stupid file headers that eclipse put in
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 30 Nov 2012 14:15:52 +0000 (15:15 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 30 Nov 2012 14:15:52 +0000 (15:15 +0100)
149 files changed:
src/app/Application.cpp
src/app/Application.h
src/app/Arguments.cpp
src/app/Arguments.h
src/app/Input.cpp
src/app/Input.h
src/app/State.cpp
src/app/State.h
src/app/Timer.h
src/app/fwd.h
src/battle/AttackChoice.cpp
src/battle/AttackChoice.h
src/battle/AttackTypeMenu.cpp
src/battle/AttackTypeMenu.h
src/battle/BattleState.cpp
src/battle/BattleState.h
src/battle/Hero.cpp
src/battle/Hero.h
src/battle/HeroTag.cpp
src/battle/HeroTag.h
src/battle/Monster.cpp
src/battle/Monster.h
src/battle/MoveMenu.cpp
src/battle/MoveMenu.h
src/battle/NumberAnimation.cpp
src/battle/NumberAnimation.h
src/battle/PartyLayout.cpp
src/battle/PartyLayout.h
src/battle/Resources.cpp
src/battle/Resources.h
src/battle/SmallHeroTag.cpp
src/battle/SmallHeroTag.h
src/battle/TargetSelection.cpp
src/battle/TargetSelection.h
src/battle/fwd.h
src/common/GameConfig.cpp
src/common/GameConfig.h
src/common/GameState.cpp
src/common/GameState.h
src/common/Hero.cpp
src/common/Hero.h
src/common/Ikari.cpp
src/common/Ikari.h
src/common/Inventory.cpp
src/common/Inventory.h
src/common/Item.cpp
src/common/Item.h
src/common/Script.cpp
src/common/Script.h
src/common/ScriptHost.h
src/common/ScriptRunner.cpp
src/common/ScriptRunner.h
src/common/Spell.cpp
src/common/Spell.h
src/common/Stats.cpp
src/common/Stats.h
src/common/TargetingMode.cpp
src/common/TargetingMode.h
src/common/fwd.h
src/geometry/Vector.h
src/geometry/fwd.h
src/graphics/Animation.cpp
src/graphics/Animation.h
src/graphics/Camera.cpp
src/graphics/Camera.h
src/graphics/Color.h
src/graphics/ColorFade.cpp
src/graphics/ColorFade.h
src/graphics/ComplexAnimation.cpp
src/graphics/ComplexAnimation.h
src/graphics/Font.cpp
src/graphics/Font.h
src/graphics/Frame.cpp
src/graphics/Frame.h
src/graphics/Gauge.cpp
src/graphics/Gauge.h
src/graphics/Menu.cpp
src/graphics/Menu.h
src/graphics/SimpleAnimation.cpp
src/graphics/SimpleAnimation.h
src/graphics/Sprite.cpp
src/graphics/Sprite.h
src/graphics/Texture.cpp
src/graphics/Texture.h
src/graphics/fwd.h
src/loader/Caster.cpp
src/loader/Caster.h
src/loader/Interpreter.cpp
src/loader/Interpreter.h
src/loader/PagedAllocator.cpp
src/loader/PagedAllocator.h
src/loader/ParsedSource.cpp
src/loader/ParsedSource.h
src/loader/Parser.cpp
src/loader/Parser.h
src/loader/Tokenizer.cpp
src/loader/Tokenizer.h
src/loader/TypeDescription.cpp
src/loader/TypeDescription.h
src/loader/fwd.h
src/loader/utility.cpp
src/loader/utility.h
src/main.cpp
src/map/Area.cpp
src/map/Area.h
src/map/Entity.cpp
src/map/Entity.h
src/map/Map.cpp
src/map/Map.h
src/map/MapState.cpp
src/map/MapState.h
src/map/Tile.cpp
src/map/Tile.h
src/map/TransitionState.cpp
src/map/TransitionState.h
src/map/Trigger.cpp
src/map/Trigger.h
src/map/fwd.h
src/menu/ChangeHero.cpp
src/menu/ChangeHero.h
src/menu/ConfigMenu.cpp
src/menu/ConfigMenu.h
src/menu/EquipMenu.cpp
src/menu/EquipMenu.h
src/menu/HeroStatus.cpp
src/menu/HeroStatus.h
src/menu/InventoryMenu.cpp
src/menu/InventoryMenu.h
src/menu/PartyMenu.cpp
src/menu/PartyMenu.h
src/menu/Resources.cpp
src/menu/Resources.h
src/menu/ScenarioMenu.cpp
src/menu/ScenarioMenu.h
src/menu/SelectHero.cpp
src/menu/SelectHero.h
src/menu/SpellMenu.cpp
src/menu/SpellMenu.h
src/menu/StatusMenu.cpp
src/menu/StatusMenu.h
src/menu/fwd.h
src/sdl/InitImage.cpp
src/sdl/InitImage.h
src/sdl/InitSDL.cpp
src/sdl/InitSDL.h
src/sdl/InitScreen.cpp
src/sdl/InitScreen.h
src/sdl/utility.cpp
src/sdl/utility.h

index 90ed2882e2e75b013f1246aae873c29897a2bf81..0a5f5e73d4d1343c9eb770d16e09951af0c1aea2 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Application.cpp
- *
- *  Created on: Apr 8, 2012
- *      Author: holy
- */
-
 #include "Application.h"
 
 #include "State.h"
index df5de259857c8c4d8c7e231ff799c1a165b2b2b7..62d9740b943aa41107d78c32f704671f427a9392 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Application.h
- *
- *  Created on: Apr 8, 2012
- *      Author: holy
- */
-
 #ifndef APP_APPLICATION_H_
 #define APP_APPLICATION_H_
 
index fa8c851e35ad1990051b9d2c1852a9b7c7f00268..9afe59a4ef6ddd397a591e6989775b704738b569 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Arguments.cpp
- *
- *  Created on: Sep 15, 2012
- *      Author: holy
- */
-
 #include "Arguments.h"
 
 #include <stdexcept>
index ace8cda2e77e9764fcba61816c6d215758e606d6..524d3b6e394ed15c85ec2406ebd49f79af0e1a0b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Arguments.h
- *
- *  Created on: Sep 15, 2012
- *      Author: holy
- */
-
 #ifndef APP_ARGUMENTS_H_
 #define APP_ARGUMENTS_H_
 
index e810e0014b09459505cda5dd72f75d66d76f4741..ad5bdf7767dd1befef37d23d6eddeec0acf77a7e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Input.cpp
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #include "Input.h"
 
 using std::map;
index 4df4685e0c986b3dd7d7b3b229b4174820dc49c5..f13208e8ebe126dc47b22e3849ef833958346b83 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Input.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef APP_INPUT_H_
 #define APP_INPUT_H_
 
index 2c8f0c32ad6f68a3bc452f01bf85ecca29dcba26..fc6c8067acfb4782bb1fe9c41f5272fdbdaa0273 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * State.cpp
- *
- *  Created on: Oct 17, 2012
- *      Author: holy
- */
-
 #include "State.h"
 
 #include <stdexcept>
index 4e1fd7fe2bf5feadc90bfcf4edd6acd97f3dd166..19b6fe0475fbb340a81941d193ca2c01af69ff2b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * State.h
- *
- *  Created on: Apr 8, 2012
- *      Author: holy
- */
-
 #ifndef APP_APPLICATIONSTATE_H_
 #define APP_APPLICATIONSTATE_H_
 
index 05d295ee77d01cd21304edc660f70293131b3fd2..7e15952464057c61953653de28026afb8edb1f97 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Timer.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef APP_TIMER_H_
 #define APP_TIMER_H_
 
index 72490100b51460640c6d20544cb0f7e0d8e5afb1..60932a4634cd9837deeb53bea2efed3b09730482 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef APP_FWD_H_
 #define APP_FWD_H_
 
index 5d3359b86523d373dcb9719b9074196bf8a746ff..8a9be06072e823a928ff00cbc926d047e9174340 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * AttackChoice.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "AttackChoice.h"
 
 namespace battle {
index d332b267f70a6facf473ad1d47bbc516e8071d7b..8577976ce708d6eeb16a13fe752e6998af54df9c 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * AttackChoice.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_ATTACKCHOICE_H_
 #define BATTLE_ATTACKCHOICE_H_
 
index f9786fb2c2405d1da0311e4038d9d93975cf6ca4..16bda253dd86df85206e00ba3531e8f68b354bba 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * AttackTypeMenu.cpp
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #include "AttackTypeMenu.h"
 
 #include "../geometry/Vector.h"
index db07443fd7e008ba26c7045e6108beb162a61cba..aa5f9c5486029db579de168f04a978feb91a655e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * AttackTypeMenu.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_ATTACKTYPEMENU_H_
 #define BATTLE_ATTACKTYPEMENU_H_
 
index 7c8b3306e8c29947c9a4868c8de8c2d20c8f408f..36b4af53752714d58d1fc356230709b2aeaec988 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * BattleState.cpp
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #include "BattleState.h"
 
 #include "PartyLayout.h"
index e76440ed2908b44d17343174bc12a48d6bf7f69a..0f51f237cd2a47138ac222127f269a15f477aca8 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * BattleState.h
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_BATTLESTATE_H_
 #define BATTLE_BATTLESTATE_H_
 
index 1d8393e0395daca372e466a0b069e83764a0d2a7..7dd8abb26d453d40277cee55307eed744a8665e0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Hero.cpp
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #include "Hero.h"
 
 #include "AttackChoice.h"
index 5e86f88dae783da4f8dbaf47d1666e32568fb82c..bf02f0309ee5865cf2efae1735dfcabb0c6ad629 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Hero.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_HERO_H_
 #define BATTLE_HERO_H_
 
index f94581b698a957b04e30e9625f385f5689a787d4..7c8769af048986f2d7f8dcd57ee0cc8415c85cb7 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * HeroTag.cpp
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #include "HeroTag.h"
 
 #include "AttackChoice.h"
index 9ce1963cb854209d8ef177a9080deb5dbdada9c6..ddade4d6dcb2431ed85dce16f612dbe142995523 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * HeroTag.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_HEROTAG_H_
 #define BATTLE_HEROTAG_H_
 
index 8ea79e676d080d4019c812a41581f0a74aee966e..0088c7935856f817ebdd05015f287635c46c6be7 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Monster.cpp
- *
- *  Created on: Aug 3, 2012
- *      Author: holy
- */
-
 #include "Monster.h"
 
 #include "../common/Stats.h"
index e73f4e8848c0422fc7d7ed8b02ff6a304134bdf3..8d68085642ec9fce454b5fe56cd2cfd97901c017 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Monster.h
- *
- *  Created on: Aug 3, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_MONSTER_H_
 #define BATTLE_MONSTER_H_
 
index 849f694a042e21f78d67e29bcfd36fe7b37305b5..1b49f01cb014cc817e43d71f19c7050e2c44a6ca 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * MoveMenu.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "MoveMenu.h"
 
 #include "../geometry/Vector.h"
index 63b9d884326f216b5236bff5ef8d10ef76d842e0..2a9ee7c96a05220ef542db8fadcabe4a505f1449 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * MoveMenu.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_MOVEMENU_H_
 #define BATTLE_MOVEMENU_H_
 
index fcc707f7802e25f28c4bc2a4751d6abbd741e332..166ace69f411db14cda4d1ae7cbecdbb5cf51d1a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * NumberAnimation.cpp
- *
- *  Created on: Aug 12, 2012
- *      Author: holy
- */
-
 #include "NumberAnimation.h"
 
 #include "../geometry/Vector.h"
index c198cd8f4c1c1cb3ca75a45f55c123e3b2855484..16208dd8a0fcb99b7e0a193f9c7e6f6c3fa96bae 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * NumberAnimation.h
- *
- *  Created on: Aug 12, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_NUMBERANIMATION_H_
 #define BATTLE_NUMBERANIMATION_H_
 
index c9451cbc6cf22fbfdd2cdb3ea47af493b00d7edf..bf8b3e8623d3d6d3987d6ba3075b264aa32d8a6d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PartyLayout.cpp
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #include "PartyLayout.h"
 
 #include "../loader/Interpreter.h"
index a50d0064b36c1fa046535267d33298b16e9d5585..f5cd03d924e496ce867a1369c49b1fbfaaec2622 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PartyLayout.h
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_PARTYLAYOUT_H_
 #define BATTLE_PARTYLAYOUT_H_
 
index b3bfb76a3dc8f9bf353c7045823b7d0e1683aff3..d50571f10bb3fd1c20686b3174ac61ff49b0d0ef 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.cpp
- *
- *  Created on: Sep 4, 2012
- *      Author: holy
- */
-
 #include "Resources.h"
 
 #include "../graphics/Animation.h"
index a33cabf14e8d977ea30d3f33dbe3aab1f2ed8667..72f3afb0ce193b96769b08f3fd0abfe05807f4e0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.h
- *
- *  Created on: Aug 8, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_RESOURCES_H_
 #define BATTLE_RESOURCES_H_
 
index a70dbfecd2b1e4f577c1d9053ec46f3c6ae5af34..265f230642e58d36e3b53c78be83863221c65067 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SmallHeroTag.cpp
- *
- *  Created on: Aug 11, 2012
- *      Author: holy
- */
-
 #include "SmallHeroTag.h"
 
 #include "BattleState.h"
index 62ada00b1526f9b17200a553a7649ea4b8a157ce..69a6f5c547cf7bb591613569b72d9bf54c036727 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SmallHeroTag.h
- *
- *  Created on: Aug 11, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_SMALLHEROTAG_H_
 #define BATTLE_SMALLHEROTAG_H_
 
index 876933061528176eebd3837b1fb50605f314fc39..42a88e4673b0444129fac3587564f090a578ee55 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetSelection.cpp
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #include "TargetSelection.h"
 
 #include "BattleState.h"
index 06d6f44198cda86c59341b314d4034a824cddd8a..dc03285ced2c7884b8f67bdb412d1c896cbabe13 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetSelection.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_TARGETSELECTION_H_
 #define BATTLE_TARGETSELECTION_H_
 
index c4df5bab00f7c3be5840e9f26318ef052920c9aa..73827d891a4d234188a8eae427b0ed31a47bdee2 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_FWD_H_
 #define BATTLE_FWD_H_
 
index 6673a326686a90200ae10f9c370add18233dc0c2..c743cdfd7e505b448adf6eec2d3006b327c025ba 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * GameConfig.cpp
- *
- *  Created on: Oct 9, 2012
- *      Author: holy
- */
-
 #include "GameConfig.h"
 
 namespace common {
index c13b4ab3efc60609684c9af47499ca45bdf3196d..4da5ff36a9812a3cfcde615324539bc6479020cd 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * GameConfig.h
- *
- *  Created on: Oct 9, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_GAMECONFIG_H_
 #define COMMON_GAMECONFIG_H_
 
index 480c305e94007441cb8ed137cd9f6fe3430ef6f5..2d9fd3e72ff6ac00f7a491d73dd165a44ec1ac8f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * GameState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "GameState.h"
 
 namespace common {
index 1cd54282a345d2ab2ce8b4fb86ee44a512e1bfa5..bcaea523ab497d3cc376a4e87cdea7b5010c37ed 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * GameState.h
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_GAMESTATE_H_
 #define COMMON_GAMESTATE_H_
 
index 7150af0a35b8c0528058d5c845794875c4483c18..dbd5aed494da7139cf4988d4ab6bd57e999a824a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Hero.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "Hero.h"
 
 #include "Item.h"
index 00924d400ef7eaf3f2fca291d80c695132141076..623e2c4965fabbaaadc45efb3dbd3e47a7dd6149 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Hero.h
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_HERO_H_
 #define COMMON_HERO_H_
 
index e4321497a4663f586013cb9799efd7fd37e77105..394d1718a25b019916b9cb0ecda51e5e226ef615 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Ikari.cpp
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #include "Ikari.h"
 
 #include "TargetingMode.h"
index 557e77d857baf9f2d8e63b00fa1ca7c565ebd3a7..201c601f3c6a0d128df815a957ded710a9b69463 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Ikari.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_IKARI_H_
 #define COMMON_IKARI_H_
 
index 275de538f49f83eb344b549d55f1b41fad81f10f..e279ac5856d0b608a1866fd97a3e26193f16286a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Inventory.cpp
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #include "Inventory.h"
 
 #include "Item.h"
index e7c569605999170b924f1fc4ad53cd5b62d73717..bb8f59964913d2f33e1c07e40e905a083e9e577d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Inventory.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_INVENTORY_H_
 #define COMMON_INVENTORY_H_
 
index 955f48c9e6204954e08c3faef26a8a7d75346e2e..3eee887590dcaf93d3f34e8427bf77f44d6566c6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Item.cpp
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #include "Item.h"
 
 #include "Ikari.h"
index df361fe97cdec1a80038bbc1046bc1a74a51aeb4..2fbcbba2648892aa552936f76ffb21df37d12d39 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Item.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_ITEM_H_
 #define COMMON_ITEM_H_
 
index 1797c553b343121f8100e144d82e4ea5d6693cf4..05dd8194d8a6a78249c66add98618f72e9d8edd7 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Script.cpp
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #include "Script.h"
 
 namespace common {
index afbea26a13a3c1b573f27b3443865175d8df5ed9..2459edc54f1d54971036196edbf550ab0aaf5fa8 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Script.h
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_SCRIPT_H_
 #define COMMON_SCRIPT_H_
 
index 5b44b7e6fe6486cec9f23ad0c50b74d507dd9d6f..2dd461904d73806c13ec642bd18bef7508f50e98 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScriptHost.h
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_SCRIPTHOST_H_
 #define COMMON_SCRIPTHOST_H_
 
index c22a76bda797d34410849f2576f59c4c69f77dbf..8f1ad2a34e1af72aa9d8ad5163b3d3833adf3b9a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScriptRunner.cpp
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #include "ScriptRunner.h"
 
 #include "Script.h"
index 879877d8467a2463f1680863a78ad1bbb8178328..7a8aa2cf7f1e0e4f0a0ec44749cf73d7ec352a5a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScriptRunner.h
- *
- *  Created on: Oct 13, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_SCRIPTRUNNER_H_
 #define COMMON_SCRIPTRUNNER_H_
 
index 1b4142b006822f7fb8dd8023d773084eb64b6a25..d776f8b7139b6c8847ec5999f38a6b52903f1f02 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Spell.cpp
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #include "Spell.h"
 
 #include "TargetingMode.h"
index f300197427c2d9567ec5c7b878675e7aed3006c4..2e2beb5226bf7952124df86f019b08a53f7e4057 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Spell.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_SPELL_H_
 #define COMMON_SPELL_H_
 
index 5a48b6672098f7d91c8657b5267fbb070b7f2581..c15ca1ac5d4913cefe8458d1e74f2dd4cbd8c7a2 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Stats.cpp
- *
- *  Created on: Aug 19, 2012
- *      Author: holy
- */
-
 #include "Stats.h"
 
 #include "../loader/Interpreter.h"
index 5210ada12850986fa5c16e73c61060ca70c2e879..3d813120381c5938d3e42bd5b4897bc7294f1775 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Stats.h
- *
- *  Created on: Aug 19, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_STATS_H_
 #define COMMON_STATS_H_
 
index 19b41ec2b469e88773314660252274d9262fff63..496dbe409f65f7e20bd46354a61bc43f4e615fc4 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetingMode.cpp
- *
- *  Created on: Sep 9, 2012
- *      Author: holy
- */
-
 #include "TargetingMode.h"
 
 #include "../loader/Interpreter.h"
index f6f9e53f3947709f048c88f09b6340224cfe383d..504e6ed4cbeaed3592749cbaebdbca4257c62474 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetingMode.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_TARGETINGMODE_H_
 #define COMMON_TARGETINGMODE_H_
 
index 3dc6438b07765a62accaadd2d9aa795901128775..5b9be8200172f22cf6359fb37f433ae6b9b3bb7e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_FWD_H_
 #define COMMON_FWD_H_
 
index c0b22e51d9b93d154d6dcb3ca1234d8fb7c3ae00..8822b1be5be769c1a792e6b93398fcd10d9e26b1 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Vector.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef GEOMETRY_VECTOR_H_
 #define GEOMETRY_VECTOR_H_
 
index e727f65ad7fc166a0aebde0408112c8224f409de..d8fa4a0f512de2cdca356b3ffc778789a1a04eff 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef GEOMERTY_FWD_H_
 #define GEOMERTY_FWD_H_
 
index 03bef18cf44ba321b56a551ec2d918fa3a181d07..d4a17d950e127ed0f0316c37b0bd2ce8dba5bd58 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Animation.cpp
- *
- *  Created on: Sep 5, 2012
- *      Author: holy
- */
-
 #include "Animation.h"
 
 #include "Sprite.h"
index be92ca129fec5c5ad2438abf912063c5a36fcbe6..50330957ab9d28412cb1314c70596f86d75ead1f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- *  Animation.h
- *
- *  Created on: Aug 11, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_ANIMATION_H_
 #define GRAPHICS_ANIMATION_H_
 
index e882eb19a322f32231f501d286f24109edb397fd..6039586ffb7eca0caa7be2703753b977ea9f54a1 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Camera.cpp
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #include "Camera.h"
 
 #include <cassert>
index b35acf92abe37d3738f2b7af0fd0b08d548cec99..49d0e46d7823396272f0ffef91b53bec621e43c4 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Camera.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_CAMERA_H_
 #define GRAPHICS_CAMERA_H_
 
index 42cbc89b6870df98c2c6154e4548c16f959dc3c4..a633227e4cf5e37cfb294980404176ab033910ca 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Color.h
- *
- *  Created on: Sep 1, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_COLOR_H_
 #define GRAPHICS_COLOR_H_
 
index 8afd87be72b8345c76b1ca753b34ac8c5e6d6674..45cd6054ce1a810de47df3672da863e59dafad7f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ColorFade.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "ColorFade.h"
 
 #include "../app/Application.h"
index 079d30ea74a44a49f53c0707d6136fc9f97c8a96..b3e98bd15f7973bff89c89ff0efe822be5f65dc3 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ColorFade.h
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_COLORFADE_H_
 #define GRAPHICS_COLORFADE_H_
 
index b3784dd667c0017ac1d2339e18d63795836930f0..f999c4af18f748d7129e71056074aa40b49e586b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ComplexAnimation.cpp
- *
- *  Created on: Sep 5, 2012
- *      Author: holy
- */
-
 #include "ComplexAnimation.h"
 
 #include "../loader/Interpreter.h"
index 4e2cb32a0e9146bc19a5bf73149c0248f0d27b6c..f4a5db575d8f657809ffeaf3684b0f7fd2d6f12c 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ComplexAnimation.h
- *
- *  Created on: Aug 12, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_COMPLEXANIMATION_H_
 #define GRAPHICS_COMPLEXANIMATION_H_
 
index 42772b2612088275307447d5cd5c91443cedc5c4..ba5c64d4dbdcf29d79fc671464269d33bdc7cdc8 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Font.cpp
- *
- *  Created on: Aug 8, 2012
- *      Author: holy
- */
-
 #include "Font.h"
 
 #include "../loader/Interpreter.h"
index a5d7b12d690019f0dfd070cd759cc1591521a94d..c879dcedf73e4fc8a6803cac9651e1e7c0e538af 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Font.h
- *
- *  Created on: Aug 8, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_FONT_H_
 #define GRAPHICS_FONT_H_
 
index 86b9cd25d5d7b5d06c0213aea81ef303db945b96..dbfd814067c95668860d6e34107684a06636e748 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Frame.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "Frame.h"
 
 #include "Texture.h"
index defa6b18ab303c175e66226e41969c1ff56a235d..62c052d0765d168686d4d452a6868bf77c6ed0fe 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Frame.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_FRAME_H_
 #define GRAPHICS_FRAME_H_
 
index 6f44173f80f6e811473ce65cbde41005de0e570b..7e20567eceab33dd606421012de24f1a8920550e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Gauge.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "Gauge.h"
 
 #include "../loader/Interpreter.h"
index e4750ca6c14c187c471fef882b251097f5d90ab5..59a7490961da5c3c92b161d134aed3c1d8220d93 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Gauge.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_GAUGE_H_
 #define GRAPHICS_GAUGE_H_
 
index 7a1f25df888a7ae8bfb4dfbcaa691b1ebce593f3..b1e6af9c966a9d9f13e3970bca841325b76a13f8 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Menu.cpp
- *
- *  Created on: Sep 9, 2012
- *      Author: holy
- */
-
 #include "Menu.h"
 
 #include "../loader/Interpreter.h"
index 179c457d6f9f4a2639f7f8ce416851fb1eeb3990..886e2fd07af5a7bacb4d0c04566bc9824719231f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Menu.h
- *
- *  Created on: Aug 8, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_MENU_H_
 #define GRAPHICS_MENU_H_
 
index 91620648ba7ae4107c2751a67b4668036cdae5c4..baed3419188b2f393e0e27ade3d3b56f7e38f0f3 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SimpleAnimation.cpp
- *
- *  Created on: Sep 5, 2012
- *      Author: holy
- */
-
 #include "SimpleAnimation.h"
 
 #include "../loader/Interpreter.h"
index d5d758fc7c3a88978a47aa2f0e898335a99a6b7c..49eff9a79bc5c5385cc8c2456fc912538c94691d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- *  SimpleAnimation.h
- *
- *  Created on: Aug 11, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_SIMPLEANIMATION_H_
 #define GRAPHICS_SIMPLEANIMATION_H_
 
index 5b50096696c4afb6b46105379cd983b9cbe9c306..d74bd0d404b8d1e18ff77262ebefc81c19e6c839 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Sprite.cpp
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #include "Sprite.h"
 
 #include "../loader/Interpreter.h"
index 0d5a7513c83333b7cf02293d733f0a448b446df2..6e248ff556f08f94279f01f124797f31f6e2655b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Sprite.h
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_SPRITE_H_
 #define GRAPHICS_SPRITE_H_
 
index 2bb0e97f2113529421bcd5ee6ac3b1c0f2b3fabc..f4a0385897ec42da9108363f01be7e7fda32684e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Texture.cpp
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #include "Texture.h"
 
 #include "../sdl/utility.h"
index ecb516a918197e52504afeebf62382c14aaf3260..ef4256b83228b39e5e0301fc80fc85f2070e214a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Texture.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_TEXTURE_H_
 #define GRAPHICS_TEXTURE_H_
 
index 961890b3471981b6237744f42bd6c231bdc0900e..f71c02f76fb453efbdd24d773505dbaed83096a3 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef GRAPHICS_FWD_H_
 #define GRAPHICS_FWD_H_
 
index 152c8b298dfa1958a793800c35f7cd8d0a760f20..876e1282ff9fb5a5e3ac92b9e59127fa4d0d1dff 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Caster.cpp
- *
- *  Created on: Sep 19, 2012
- *      Author: holy
- */
-
 #include "Caster.h"
 
 #include "TypeDescription.h"
index 80e765e2d77c2404069fef8e0ce340e2056a1162..c095cc90bf79c900b37942c3b6879e5cfca5bf3a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Caster.h
- *
- *  Created on: Sep 19, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_CASTER_H_
 #define LOADER_CASTER_H_
 
index 4b0f5e0ae1228e34680a72991a3d24efd858b874..7dcb41e969c0de829f87ef56c67896e0c0dfc82a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Interpreter.cpp
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #include "Interpreter.h"
 
 #include "ParsedSource.h"
index 8c14d1e10435bd4615f4916c8b674fddb7803c72..fc1499dbd807c10eff793ee7b34a3506db8df640 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Interpreter.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_INTERPRETER_H_
 #define LOADER_INTERPRETER_H_
 
index 4853a1e6de9dd22af4aafa654b50aa3620575256..77af8adb008e768e897372b4ec0b6def5570be64 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PagedAllocator.cpp
- *
- *  Created on: Oct 9, 2012
- *      Author: holy
- */
-
 #include "PagedAllocator.h"
 
 using std::deque;
index 48cda27ea759837ccb823418092562f02b813bdd..59270534f23007f7e300958fcc5394219139d2e5 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PagedAllocator.h
- *
- *  Created on: Oct 9, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_PAGEDALLOCATOR_H_
 #define LOADER_PAGEDALLOCATOR_H_
 
index 8c3d3bd17415d5cd4fe7ff92df6b42a45204127a..042dd69c7f6aeca25003268f40da54672d7068d9 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ParsedSource.cpp
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #include "ParsedSource.h"
 
 #include "utility.h"
index 6a7a2d4eed684fcaca5e42d01e40eaca97f02113..b0578a78e548d017f7834d7cd810e889f0992089 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ParsedSource.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_PARSEDSOURCE_H_
 #define LOADER_PARSEDSOURCE_H_
 
index 9641fadfae828db61439dee05683a017e71afba9..cba4f316f8d5251d1f878d7b2d612ce0f903655e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Parser.cpp
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #include "Parser.h"
 
 #include "utility.h"
index 963c37710a5fad58e3bd4bf2fb085888b745317a..75cd5fec48740fe0bbf59638572dc7f3c852ee19 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Parser.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_PARSER_H_
 #define LOADER_PARSER_H_
 
index 91ad8b9da7ca263db7d84223a8de2cce8228972a..4a8138c2adab622fb911adae564d1faf58d1210f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Tokenizer.cpp
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #include "Tokenizer.h"
 
 #include <istream>
index 864f9d2deab832e68627f724b519b5cc9ee8748e..06103b7d8b6f41378a32839405f1d58df4964755 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Tokenizer.h
- *
- *  Created on: Aug 26, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_TOKENIZER_H_
 #define LOADER_TOKENIZER_H_
 
index f7c849be71a56ae9ecb45bf0de2c078dca37bcf2..c6e5d7e876498bf5a7c0aae6713ce148f956dfaf 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TypeDescription.cpp
- *
- *  Created on: Sep 4, 2012
- *      Author: holy
- */
-
 #include "TypeDescription.h"
 
 #include <algorithm>
index 0f530d8a6ab1910f6dd43f9b9610f116817e0f94..cc00662a6855ad893c754181a30812afddbe3596 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TypeDescription.h
- *
- *  Created on: Sep 4, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_TYPEDESCRIPTION_H_
 #define LOADER_TYPEDESCRIPTION_H_
 
index b8b8458b39ac6df9344aef349c0d1f00a36ef56b..2b51911e43c6423b32b8dd762b7b3073e97c9a2b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_FWD_H_
 #define LOADER_FWD_H_
 
index 6d336672de217889888b26c8600cf3a5dbd8fb92..214c676dd26140aa349f34f3dc5c02fc1de80d47 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * utility.cpp
- *
- *  Created on: Sep 1, 2012
- *      Author: holy
- */
-
 #include "utility.h"
 
 #include <cstring>
index b8ccd103b51e87ea6429cc6d27c0c569f57cff5b..9466dc5f9f75b6e6a4738eafe65beaf5bf66b5a5 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * utility.h
- *
- *  Created on: Sep 1, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_UTILITY_H_
 #define LOADER_UTILITY_H_
 
index f3103995f27b92677c714d0991f7f03d44ed1d51..0e12f5b92ca0bce784a0daf5940eec610a020c1d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * main.cpp
- *
- *  Created on: Aug 1, 2012
- *      Author: holy
- */
-
 #include "app/Application.h"
 #include "app/Arguments.h"
 #include "app/Input.h"
index b6d02f6204f7ba0477b4c7c9df636fc2a3bad936..a64dab2a928ea1b479860ee1f1220ff7623bcf76 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Area.cpp
- *
- *  Created on: Sep 26, 2012
- *      Author: holy
- */
-
 #include "Area.h"
 
 #include "Tile.h"
index d839e96c0688b3fbf91657bb152ef5e52a03db0d..5ea35874c8a088d9d2aae81c101a34c363c91024 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Area.h
- *
- *  Created on: Sep 26, 2012
- *      Author: holy
- */
-
 #ifndef MAP_AREA_H_
 #define MAP_AREA_H_
 
index b9261a2ae8df1aa2dc985876de00baed3d483491..c2a826be0e7d6f2fc169c3b5bc856e9ade6aa3db 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Entity.cpp
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #include "Entity.h"
 
 #include "../battle/Monster.h"
index 8832fca31aab4d8253120732cc84d0aedafc4276..a6c4201763df75c161c3a88604398230efaf663a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Entity.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_ENTITY_H_
 #define MAP_ENTITY_H_
 
index 8ff7f18dc9802ea58bd537075bc6ae481e733f07..aeec93cae8b1354a43ad61cda7144a1a13940b2e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Map.cpp
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #include "Map.h"
 
 #include "Area.h"
index fbc98f399b850c68ccbe72f4dd2cca572844da1a..06caadf231661b3727864ea55e8954f42ad5a9cb 100644 (file)
@@ -1,10 +1,3 @@
-/*
-  * Map.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_MAP_H_
 #define MAP_MAP_H_
 
index af156304b9412c6523e7aec39f7b0547e6fadd3f..7b0905d37654fc50819a2b53f9218ce878ea663b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * MapState.cpp
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #include "MapState.h"
 
 #include "Map.h"
index 136e1b0467eda947d968cb18ac0ea118d14057e5..af66d241d40b6efe4a5a312e2b31f8735ff84559 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * MapState.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_MAPSTATE_H_
 #define MAP_MAPSTATE_H_
 
index 9f75d229d0af60e1b3ee312df0d943fe3443985d..d621747996a0a70c7261ce215ed28139f0c9f3a4 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Tile.cpp
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #include "Tile.h"
 
 #include "../loader/Interpreter.h"
index 43f9dbb8e9b11a2939a7ea28d6ff32074d8aa5fd..84c740a61c8d527d5393de753773315903362803 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Tile.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_TILE_H_
 #define MAP_TILE_H_
 
index 4490f83b37b0170d2bc22b2f8d22250ad165e2f6..dd1dbc5c9a98445ba384b5ae6201908d2bf9f8c6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TransitionState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "TransitionState.h"
 
 #include "MapState.h"
index 1790d716c39a010fddd3ed85628e25a8d7aa2757..761be8bb434af3e32454709ff48c71a706b6da33 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TransitionState.h
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #ifndef MAP_TRANSITIONSTATE_H_
 #define MAP_TRANSITIONSTATE_H_
 
index bc8f16363fa5be76f39fb1b6b92ddfe4fcd58e66..7a279a8f3e2e5389e2d9bb1e1a8943745fb5302c 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Trigger.cpp
- *
- *  Created on: Oct 3, 2012
- *      Author: holy
- */
-
 #include "Trigger.h"
 
 #include "../loader/Interpreter.h"
index d1b915e100609be5e9303e17793f865d8eb142a1..78248589ee34fa226086840dd3702ca84614327e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Trigger.h
- *
- *  Created on: Oct 3, 2012
- *      Author: holy
- */
-
 #ifndef MAP_TRIGGER_H_
 #define MAP_TRIGGER_H_
 
index 464bb6fdab4645879bd76f7fcbe964d4ced3036d..dab2dc5f5ec9710e39781f160fea341efbfca5b3 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_FWD_H_
 #define MAP_FWD_H_
 
index f1d871dd8b6459f3b7594370ba6df3617b318ce6..7cd9b08a3d1c3e22636fe8f0ef2833fcb2ead365 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ChangeHero.cpp
- *
- *  Created on: Nov 4, 2012
- *      Author: holy
- */
-
 #include "ChangeHero.h"
 
 #include "HeroStatus.h"
index 6bb5f313bc2e69fe1a8405a2faeaf4ff1ff5a553..4b80694ffd670ac5b2c14c1f06454dc86c24b594 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ChangeHero.h
- *
- *  Created on: Nov 4, 2012
- *      Author: holy
- */
-
 #ifndef MENU_CHANGEHERO_H_
 #define MENU_CHANGEHERO_H_
 
index b5a2b7d4e9d73e038303ad473ed507cc3bcc483c..9c903eb607ee3893b50032313050f312ae6d19c0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ConfigMenu.cpp
- *
- *  Created on: Nov 29, 2012
- *      Author: holy
- */
-
 #include "ConfigMenu.h"
 
 #include "PartyMenu.h"
index 8bb81f40e0414f836d90f9b4d3103dba09aede78..f7dda534966a2672da11e04aaddee6f8bab60c7a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ConfigMenu.h
- *
- *  Created on: Nov 29, 2012
- *      Author: holy
- */
-
 #ifndef MENU_CONFIGMENU_H_
 #define MENU_CONFIGMENU_H_
 
index b917c9a3308525b5b389a74bf1b190cf3fa039a3..86e8cdbc8b5f5321a369818b7306ec1658a834e0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * EquipMenu.cpp
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #include "EquipMenu.h"
 
 #include "HeroStatus.h"
index f8e9e78361a0f7e54914273aa5d41bd43b0cb057..5c2cc9b583307a49bf4854093f8a05af542b92ea 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * EquipMenu.h
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #ifndef MENU_EQUIPMENU_H_
 #define MENU_EQUIPMENU_H_
 
index 5bc0c3b51205e34edf0ee8cb5136ffde40c0afff..30091cb14ef56d09a3ebe5e36f1c6abeba03dcf5 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * HeroStatus.cpp
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #include "HeroStatus.h"
 
 #include "Resources.h"
index 27c048ec76807cc63bf8100e90de473d00a53cff..03c7811adecf79ec7368aa8bb45e1c462f5eb5c9 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * HeroStatus.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_HEROSTATUS_H_
 #define MENU_HEROSTATUS_H_
 
index 437cd9cb03d096c72d722ded4c13f2d910d5afb4..eb74ab8b5ea899a5220c2e959a5c37f92c3666c1 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InventoryMenu.cpp
- *
- *  Created on: Nov 4, 2012
- *      Author: holy
- */
-
 #include "InventoryMenu.h"
 
 #include "PartyMenu.h"
index c1d458b18cdaf906370e7f24797567cd75069552..e0cb6feee1ca9463528518689688a6e6cd11bdcc 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InventoryMenu.h
- *
- *  Created on: Nov 4, 2012
- *      Author: holy
- */
-
 #ifndef MENU_INVENTORYMENU_H_
 #define MENU_INVENTORYMENU_H_
 
index 619d7e15bdb3e013eeb47e1f32ed1e67999fa1e8..20a2a8ee567dd74b37734699f1577a71d42ca6d9 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PartyMenu.cpp
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #include "PartyMenu.h"
 
 #include "ChangeHero.h"
index f915d30e4a45d2cc3950a7f7fe43ac81f0ef7211..08ffa3823b46c1a8a6b07db38f6982fd75fdb398 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * PartyMenu.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_PARTYMENU_H_
 #define MENU_PARTYMENU_H_
 
index 38cf6f89534688dbd8f5d6d63de1b6b06220e91f..5020b9c60e18c924aca240ad5c2d52838a43f43d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.cpp
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #include "Resources.h"
 
 namespace menu {
index 62b825ded0cf94b39d7bf2b6597035bfb86d65d1..ec1fdf4741ddd9a8409c5d638d421d12c820dc80 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_RESOURCES_H_
 #define MENU_RESOURCES_H_
 
index a2aca87875b899aa1333062d612c8b67026ad06d..9896d8605ee3b55019e449cb09be3a680344bceb 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScenarioMenu.cpp
- *
- *  Created on: Nov 30, 2012
- *      Author: holy
- */
-
 #include "ScenarioMenu.h"
 
 #include "PartyMenu.h"
index bcc2bbc95eb9ff58fa76461ba9b4c6c2bb009a6c..23cb5145bf2d3fa42a8b7e5d9da4678fcc1a77a6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * ScenarioMenu.h
- *
- *  Created on: Nov 30, 2012
- *      Author: holy
- */
-
 #ifndef MENU_SCENARIOMENU_H_
 #define MENU_SCENARIOMENU_H_
 
index 12690dbeabe22998d678664b359e3e4b84a52e0c..a46333a6e9dc70c123f6f787d57a1503b06b51d0 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectHero.cpp
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #include "SelectHero.h"
 
 #include "HeroStatus.h"
index 5e67152c68f392810289c5c3b629ea8cd5fbcc70..77891908d70f0f62c4e0a783fb8a54a10608d98a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectHero.h
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #ifndef MENU_SELECTHERO_H_
 #define MENU_SELECTHERO_H_
 
index 57989ed2a9396e659fc0fa5cb5a416f0830d0b94..b42a39afa04d4724a3385282fe7d02545a5c9dd6 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SpellMenu.cpp
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #include "SpellMenu.h"
 
 #include "HeroStatus.h"
index d289794795852b4552d2f07aa68dddfb5f5067b8..6cef923689c60e5024771832631c46b8741e8567 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SpellMenu.h
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #ifndef MENU_SPELLMENU_H_
 #define MENU_SPELLMENU_H_
 
index be6774388729afdad4bf3ee6eb1f7e63e29e08c0..55ba56eb92487787daf98b08ec12c80eec7930f7 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * StatusMenu.cpp
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #include "StatusMenu.h"
 
 #include "HeroStatus.h"
index 5f6f986eb465b69ba87434de87b3fd138aaac40c..08d2e0b1dbc958ee874031fef5c6857eff9b6d85 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * StatusMenu.h
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #ifndef MENU_STATUSMENU_H_
 #define MENU_STATUSMENU_H_
 
index b4b96e591abc032869394cceb47e0141a68bdb6f..466e34b846ddddc7da6961d947adfef8b7d5070a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * fwd.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_FWD_H_
 #define MENU_FWD_H_
 
index 2c7dfcd23f95a15868d4095ba7cecba79353e819..5a4eb52b4067dc62ebb6ec7a88a6a9ee4f101c24 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitImage.cpp
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #include "InitImage.h"
 
 #include <SDL_image.h>
index 425b7feb94d2618f871367ece0cbca9681767751..21136d465954a5859eeb6b87455dd81884bacf9f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitImage.h
- *
- *  Created on: Aug 6, 2012
- *      Author: holy
- */
-
 #ifndef SDL_INITIMAGE_H_
 #define SDL_INITIMAGE_H_
 
index 0f2eacd803040317db9e8c05e9f66f0e5d12b2bf..e9654db4b4c6c9e8ef23d52657cd34992985109b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitSDL.cpp
- *
- *  Created on: Apr 22, 2012
- *      Author: holy
- */
-
 #include "InitSDL.h"
 
 #include <stdexcept>
index 631b8c900578066678aee2809b077932e00de2d4..f969485efd9e0aa475ea3d32dfe2e4b04bcbd6dc 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitSDL.h
- *
- *  Created on: Apr 22, 2012
- *      Author: holy
- */
-
 #ifndef SDL_INITSDL_H_
 #define SDL_INITSDL_H_
 
index 13fb6b620bfef50d4a27bef256626659eefe3f7d..e8f19b7c98d71bb927ea4dd627caf0b0482eea54 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitScreen.cpp
- *
- *  Created on: Apr 22, 2012
- *      Author: holy
- */
-
 #include "InitScreen.h"
 
 #include <stdexcept>
index dd5e2456fd0adde7e2aae71081f6f19d0b7acb24..3a71d44485ebc3f436d76f907d5a7e696f1f361d 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * InitScreen.h
- *
- *  Created on: Apr 22, 2012
- *      Author: holy
- */
-
 #ifndef SDL_INITSCREEN_H_
 #define SDL_INITSCREEN_H_
 
index 101c3eef20d07fcc26d14b4273c385e8cbed4890..94eb6252465e8238953c76966c08662edc19b116 100644 (file)
@@ -1,10 +1,3 @@
-/*
-  * utility.cpp
- *
- *  Created on: Oct 6, 2012
- *      Author: holy
- */
-
 #include "utility.h"
 
 #include <cmath>
index d63c78f59f98a77746bfe6f26d31783a0260252f..40867dde58663d3d58ff6d5d466847888b5af94a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * utility.h
- *
- *  Created on: Oct 6, 2012
- *      Author: holy
- */
-
 #ifndef SDL_UTILITY_H_
 #define SDL_UTILITY_H_