diff options
| author | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
|---|---|---|
| committer | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
| commit | 4d9b9b17d7593333e271de07b68fbef64b310cfa (patch) | |
| tree | bc3153d6a2f4d5cdb1e91cc51e2e88dcefb538c0 /src | |
| parent | c2cdec9e621a2af25a256a484fdf68adc46ea96f (diff) | |
| download | powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.zip powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.tar.gz | |
D:
Diffstat (limited to 'src')
138 files changed, 138 insertions, 138 deletions
diff --git a/src/Activity.h b/src/Activity.h index b91444d..285e6db 100644 --- a/src/Activity.h +++ b/src/Activity.h @@ -39,4 +39,4 @@ public: } } virtual ~WindowActivity() {} -};
\ No newline at end of file +}; diff --git a/src/Format.cpp b/src/Format.cpp index e4056c2..3bfb17b 100644 --- a/src/Format.cpp +++ b/src/Format.cpp @@ -433,4 +433,4 @@ unsigned long update_crc(unsigned long crc, unsigned char *buf, int len) unsigned long format::CalculateCRC(unsigned char * data, int len) { return update_crc(0xffffffffL, data, len) ^ 0xffffffffL; -}
\ No newline at end of file +} diff --git a/src/Format.h b/src/Format.h index a791511..588cacf 100644 --- a/src/Format.h +++ b/src/Format.h @@ -35,4 +35,4 @@ namespace format std::vector<char> VideoBufferToPTI(const VideoBuffer & vidBuf); VideoBuffer * PTIToVideoBuffer(std::vector<char> & data); unsigned long CalculateCRC(unsigned char * data, int length); -}
\ No newline at end of file +} diff --git a/src/cajun/reader.h b/src/cajun/reader.h index 553af35..4513297 100644 --- a/src/cajun/reader.h +++ b/src/cajun/reader.h @@ -145,4 +145,4 @@ private: } // End namespace -//#include "reader.inl"
\ No newline at end of file +//#include "reader.inl" diff --git a/src/cajun/writer.h b/src/cajun/writer.h index f3d9596..2ac410a 100644 --- a/src/cajun/writer.h +++ b/src/cajun/writer.h @@ -75,4 +75,4 @@ private: } // End namespace -//#include "writer.inl"
\ No newline at end of file +//#include "writer.inl" diff --git a/src/cat/LegacyLuaAPI.cpp b/src/cat/LegacyLuaAPI.cpp index 82ae6a0..7eed062 100644 --- a/src/cat/LegacyLuaAPI.cpp +++ b/src/cat/LegacyLuaAPI.cpp @@ -1984,4 +1984,4 @@ int luatpt_screenshot(lua_State* l) Client::Ref().WriteFile(data, filename.str()); return 0; } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaBit.cpp b/src/cat/LuaBit.cpp index 9807441..f1479d0 100644 --- a/src/cat/LuaBit.cpp +++ b/src/cat/LuaBit.cpp @@ -190,4 +190,4 @@ int luaopen_bit(lua_State *L) #endif return 1; } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaButton.cpp b/src/cat/LuaButton.cpp index 3f7ba26..1b55f89 100644 --- a/src/cat/LuaButton.cpp +++ b/src/cat/LuaButton.cpp @@ -113,4 +113,4 @@ void LuaButton::triggerAction() LuaButton::~LuaButton() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaButton.h b/src/cat/LuaButton.h index 012779d..69a77a4 100644 --- a/src/cat/LuaButton.h +++ b/src/cat/LuaButton.h @@ -30,4 +30,4 @@ public: LuaButton(lua_State * l); ~LuaButton(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaCheckbox.cpp b/src/cat/LuaCheckbox.cpp index d844cf5..55c39db 100644 --- a/src/cat/LuaCheckbox.cpp +++ b/src/cat/LuaCheckbox.cpp @@ -111,4 +111,4 @@ void LuaCheckbox::triggerAction() LuaCheckbox::~LuaCheckbox() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaCheckbox.h b/src/cat/LuaCheckbox.h index 479cab2..0f2e8ad 100644 --- a/src/cat/LuaCheckbox.h +++ b/src/cat/LuaCheckbox.h @@ -30,4 +30,4 @@ public: LuaCheckbox(lua_State * l); ~LuaCheckbox(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaComponent.cpp b/src/cat/LuaComponent.cpp index c32db6d..028dfb5 100644 --- a/src/cat/LuaComponent.cpp +++ b/src/cat/LuaComponent.cpp @@ -81,4 +81,4 @@ LuaComponent::~LuaComponent() component->GetParentWindow()->RemoveComponent(component); delete component; } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaComponent.h b/src/cat/LuaComponent.h index 9e11b12..8e40890 100644 --- a/src/cat/LuaComponent.h +++ b/src/cat/LuaComponent.h @@ -30,4 +30,4 @@ public: ui::Component * GetComponent() { return component; } LuaComponent(lua_State * l); ~LuaComponent(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaLabel.cpp b/src/cat/LuaLabel.cpp index 15a7720..4131918 100644 --- a/src/cat/LuaLabel.cpp +++ b/src/cat/LuaLabel.cpp @@ -54,4 +54,4 @@ int LuaLabel::text(lua_State * l) LuaLabel::~LuaLabel() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaLabel.h b/src/cat/LuaLabel.h index a80ea4f..2653d9c 100644 --- a/src/cat/LuaLabel.h +++ b/src/cat/LuaLabel.h @@ -26,4 +26,4 @@ public: LuaLabel(lua_State * l); ~LuaLabel(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaLuna.h b/src/cat/LuaLuna.h index 1d5d937..9fa4042 100644 --- a/src/cat/LuaLuna.h +++ b/src/cat/LuaLuna.h @@ -157,4 +157,4 @@ private: lua_pushfstring(L, "%s (%s)", T::className, buff); return 1; } -};
\ No newline at end of file +}; diff --git a/src/cat/LuaProgressBar.cpp b/src/cat/LuaProgressBar.cpp index 670d88a..787cfcf 100644 --- a/src/cat/LuaProgressBar.cpp +++ b/src/cat/LuaProgressBar.cpp @@ -70,4 +70,4 @@ int LuaProgressBar::status(lua_State * l) LuaProgressBar::~LuaProgressBar() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaProgressBar.h b/src/cat/LuaProgressBar.h index 9de56e7..a27ddee 100644 --- a/src/cat/LuaProgressBar.h +++ b/src/cat/LuaProgressBar.h @@ -27,4 +27,4 @@ public: LuaProgressBar(lua_State * l); ~LuaProgressBar(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp index d299c2c..09170a9 100644 --- a/src/cat/LuaScriptInterface.cpp +++ b/src/cat/LuaScriptInterface.cpp @@ -2202,4 +2202,4 @@ std::string LuaScriptInterface::FormatCommand(std::string command) LuaScriptInterface::~LuaScriptInterface() { delete legacy; } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaSlider.cpp b/src/cat/LuaSlider.cpp index e022ba0..f8505d2 100644 --- a/src/cat/LuaSlider.cpp +++ b/src/cat/LuaSlider.cpp @@ -111,4 +111,4 @@ void LuaSlider::triggerOnValueChanged() LuaSlider::~LuaSlider() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaSlider.h b/src/cat/LuaSlider.h index f9f327e..a1a97c4 100644 --- a/src/cat/LuaSlider.h +++ b/src/cat/LuaSlider.h @@ -30,4 +30,4 @@ public: LuaSlider(lua_State * l); ~LuaSlider(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaTextbox.cpp b/src/cat/LuaTextbox.cpp index be4add9..89191a6 100644 --- a/src/cat/LuaTextbox.cpp +++ b/src/cat/LuaTextbox.cpp @@ -114,4 +114,4 @@ int LuaTextbox::text(lua_State * l) LuaTextbox::~LuaTextbox() { } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaTextbox.h b/src/cat/LuaTextbox.h index 437875f..9a45f61 100644 --- a/src/cat/LuaTextbox.h +++ b/src/cat/LuaTextbox.h @@ -30,4 +30,4 @@ public: LuaTextbox(lua_State * l); ~LuaTextbox(); -};
\ No newline at end of file +}; diff --git a/src/cat/LuaWindow.cpp b/src/cat/LuaWindow.cpp index 80fc014..84e32e1 100644 --- a/src/cat/LuaWindow.cpp +++ b/src/cat/LuaWindow.cpp @@ -592,4 +592,4 @@ LuaWindow::~LuaWindow() ui::Engine::Ref().CloseWindow(); delete window; } -#endif
\ No newline at end of file +#endif diff --git a/src/cat/LuaWindow.h b/src/cat/LuaWindow.h index f48c5f9..187b3dd 100644 --- a/src/cat/LuaWindow.h +++ b/src/cat/LuaWindow.h @@ -79,4 +79,4 @@ public: ui::Window * GetWindow() { return window; } LuaWindow(lua_State * l); ~LuaWindow(); -};
\ No newline at end of file +}; diff --git a/src/client/requestbroker/APIRequest.cpp b/src/client/requestbroker/APIRequest.cpp index d94171e..10b2a8b 100644 --- a/src/client/requestbroker/APIRequest.cpp +++ b/src/client/requestbroker/APIRequest.cpp @@ -134,4 +134,4 @@ void APIRequest::Cleanup() Parser->Cleanup(ResultObject); ResultObject = NULL; } -}
\ No newline at end of file +} diff --git a/src/client/requestbroker/APIResultParser.h b/src/client/requestbroker/APIResultParser.h index 40c7512..aadfbfb 100644 --- a/src/client/requestbroker/APIResultParser.h +++ b/src/client/requestbroker/APIResultParser.h @@ -13,4 +13,4 @@ public: virtual ~APIResultParser() { } }; -#endif
\ No newline at end of file +#endif diff --git a/src/client/requestbroker/ImageRequest.cpp b/src/client/requestbroker/ImageRequest.cpp index 778d8b6..9c8d42c 100644 --- a/src/client/requestbroker/ImageRequest.cpp +++ b/src/client/requestbroker/ImageRequest.cpp @@ -147,4 +147,4 @@ void ImageRequest::Cleanup() delete ((VideoBuffer*)ResultObject); ResultObject = NULL; } -}
\ No newline at end of file +} diff --git a/src/client/requestbroker/ImageRequest.h b/src/client/requestbroker/ImageRequest.h index 9a2cf34..2fc0b62 100644 --- a/src/client/requestbroker/ImageRequest.h +++ b/src/client/requestbroker/ImageRequest.h @@ -11,4 +11,4 @@ public: virtual RequestBroker::ProcessResponse Process(RequestBroker & rb); virtual ~ImageRequest(); virtual void Cleanup(); -};
\ No newline at end of file +}; diff --git a/src/client/requestbroker/RequestBroker.cpp b/src/client/requestbroker/RequestBroker.cpp index cfa1294..17ee1cc 100644 --- a/src/client/requestbroker/RequestBroker.cpp +++ b/src/client/requestbroker/RequestBroker.cpp @@ -309,4 +309,4 @@ void RequestBroker::Request::Cleanup() (*iter)->Cleanup(); iter++; } -}
\ No newline at end of file +} diff --git a/src/client/requestbroker/RequestBroker.h b/src/client/requestbroker/RequestBroker.h index 4c31e89..f6454a9 100644 --- a/src/client/requestbroker/RequestBroker.h +++ b/src/client/requestbroker/RequestBroker.h @@ -75,4 +75,4 @@ public: virtual ~Request(); virtual void Cleanup(); }; -};
\ No newline at end of file +}; diff --git a/src/client/requestbroker/ThumbRenderRequest.cpp b/src/client/requestbroker/ThumbRenderRequest.cpp index 3601401..1b38529 100644 --- a/src/client/requestbroker/ThumbRenderRequest.cpp +++ b/src/client/requestbroker/ThumbRenderRequest.cpp @@ -50,4 +50,4 @@ void ThumbRenderRequest::Cleanup() delete ((VideoBuffer*)ResultObject); ResultObject = NULL; } -}
\ No newline at end of file +} diff --git a/src/debug/DebugInfo.h b/src/debug/DebugInfo.h index 49e46a4..4cdfedc 100644 --- a/src/debug/DebugInfo.h +++ b/src/debug/DebugInfo.h @@ -6,4 +6,4 @@ class DebugInfo { public: virtual void Draw(ui::Point position) {} -};
\ No newline at end of file +}; diff --git a/src/debug/ElementPopulation.cpp b/src/debug/ElementPopulation.cpp index 4caaf11..17e3c3d 100644 --- a/src/debug/ElementPopulation.cpp +++ b/src/debug/ElementPopulation.cpp @@ -81,4 +81,4 @@ void ElementPopulationDebug::Draw(ui::Point position) ElementPopulationDebug::~ElementPopulationDebug() { -}
\ No newline at end of file +} diff --git a/src/debug/ElementPopulation.h b/src/debug/ElementPopulation.h index 845b91e..a1a2093 100644 --- a/src/debug/ElementPopulation.h +++ b/src/debug/ElementPopulation.h @@ -11,4 +11,4 @@ public: ElementPopulationDebug(Simulation * sim); virtual void Draw(ui::Point position); virtual ~ElementPopulationDebug(); -};
\ No newline at end of file +}; diff --git a/src/gui/dialogues/LegacyDialogues.h b/src/gui/dialogues/LegacyDialogues.h index 7f6097d..a604905 100644 --- a/src/gui/dialogues/LegacyDialogues.h +++ b/src/gui/dialogues/LegacyDialogues.h @@ -8,4 +8,4 @@ void ErrorUI(std::string title, std::string message) {} void InformationUI(std::string title, std::string message) {} -std::string MessagePromptUI(std::string title, std::string message, std::string text, std::string placeholder) {}
\ No newline at end of file +std::string MessagePromptUI(std::string title, std::string message, std::string text, std::string placeholder) {} diff --git a/src/gui/filebrowser/FileBrowserActivity.cpp b/src/gui/filebrowser/FileBrowserActivity.cpp index 7612ae2..d27f1b1 100644 --- a/src/gui/filebrowser/FileBrowserActivity.cpp +++ b/src/gui/filebrowser/FileBrowserActivity.cpp @@ -333,4 +333,4 @@ FileBrowserActivity::~FileBrowserActivity() { if(callback) delete callback; -}
\ No newline at end of file +} diff --git a/src/gui/filebrowser/FileBrowserActivity.h b/src/gui/filebrowser/FileBrowserActivity.h index d607d49..3696ba7 100644 --- a/src/gui/filebrowser/FileBrowserActivity.h +++ b/src/gui/filebrowser/FileBrowserActivity.h @@ -62,4 +62,4 @@ public: virtual void NotifyError(Task * task); virtual void NotifyProgress(Task * task); virtual void NotifyStatus(Task * task); -};
\ No newline at end of file +}; diff --git a/src/gui/game/PropertyTool.cpp b/src/gui/game/PropertyTool.cpp index 05726d3..aff535e 100644 --- a/src/gui/game/PropertyTool.cpp +++ b/src/gui/game/PropertyTool.cpp @@ -232,4 +232,4 @@ void PropertyWindow::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl void PropertyTool::Click(Simulation * sim, Brush * brush, ui::Point position) { new PropertyWindow(this, sim, position); -}
\ No newline at end of file +} diff --git a/src/gui/game/RenderPreset.h b/src/gui/game/RenderPreset.h index 9cc9f4c..91689c7 100644 --- a/src/gui/game/RenderPreset.h +++ b/src/gui/game/RenderPreset.h @@ -16,4 +16,4 @@ public: ColourMode(colourMode) {} }; -#endif
\ No newline at end of file +#endif diff --git a/src/gui/game/Tool.cpp b/src/gui/game/Tool.cpp index def6e46..ed43da7 100644 --- a/src/gui/game/Tool.cpp +++ b/src/gui/game/Tool.cpp @@ -212,4 +212,4 @@ void Element_TESC_Tool::DrawFill(Simulation * sim, Brush * brush, ui::Point posi void PlopTool::Click(Simulation * sim, Brush * brush, ui::Point position) { sim->create_part(-1, position.X, position.Y, toolID); -}
\ No newline at end of file +} diff --git a/src/gui/interface/ContextMenu.cpp b/src/gui/interface/ContextMenu.cpp index 0d34e19..aa9eeb5 100644 --- a/src/gui/interface/ContextMenu.cpp +++ b/src/gui/interface/ContextMenu.cpp @@ -96,4 +96,4 @@ void ContextMenu::OnDraw() Graphics * g = ui::Engine::Ref().g; g->fillrect(Position.X, Position.Y, Size.X, Size.Y, 100, 100, 100, 255); g->drawrect(Position.X, Position.Y, Size.X, Size.Y, Appearance.BackgroundInactive.Red, Appearance.BackgroundInactive.Green, Appearance.BackgroundInactive.Blue, Appearance.BackgroundInactive.Alpha); -}
\ No newline at end of file +} diff --git a/src/gui/interface/ContextMenu.h b/src/gui/interface/ContextMenu.h index e5549d3..c7d8b5f 100644 --- a/src/gui/interface/ContextMenu.h +++ b/src/gui/interface/ContextMenu.h @@ -37,4 +37,4 @@ public: }; } -#endif
\ No newline at end of file +#endif diff --git a/src/gui/interface/LuaProgressBar.h b/src/gui/interface/LuaProgressBar.h index dc2ef4e..98283cb 100644 --- a/src/gui/interface/LuaProgressBar.h +++ b/src/gui/interface/LuaProgressBar.h @@ -27,4 +27,4 @@ public: LuaProgressBar(lua_State * l); ~LuaProgressBar(); -};
\ No newline at end of file +}; diff --git a/src/gui/interface/ProgressBar.cpp b/src/gui/interface/ProgressBar.cpp index 95da72c..80eb9c6 100644 --- a/src/gui/interface/ProgressBar.cpp +++ b/src/gui/interface/ProgressBar.cpp @@ -78,4 +78,4 @@ void ProgressBar::Tick(float dt) intermediatePos += 1.0f*dt; if(intermediatePos>100.0f) intermediatePos = 0.0f; -}
\ No newline at end of file +} diff --git a/src/gui/interface/ScrollPanel.cpp b/src/gui/interface/ScrollPanel.cpp index 74f6b62..11a4f71 100644 --- a/src/gui/interface/ScrollPanel.cpp +++ b/src/gui/interface/ScrollPanel.cpp @@ -170,4 +170,4 @@ void ScrollPanel::XTick(float dt) scrollBarWidth++; else if(!mouseInside && scrollBarWidth > 0 && !scrollbarSelected) scrollBarWidth--; -}
\ No newline at end of file +} diff --git a/src/gui/interface/ScrollPanel.h b/src/gui/interface/ScrollPanel.h index c26c420..08b5069 100644 --- a/src/gui/interface/ScrollPanel.h +++ b/src/gui/interface/ScrollPanel.h @@ -29,4 +29,4 @@ namespace ui virtual void XOnMouseUp(int x, int y, unsigned int button); virtual void XOnMouseMoved(int localx, int localy, int dx, int dy); }; -}
\ No newline at end of file +} diff --git a/src/gui/save/LocalSaveActivity.cpp b/src/gui/save/LocalSaveActivity.cpp index f494f09..084f2f2 100644 --- a/src/gui/save/LocalSaveActivity.cpp +++ b/src/gui/save/LocalSaveActivity.cpp @@ -142,4 +142,4 @@ LocalSaveActivity::~LocalSaveActivity() delete thumbnail; if(callback) delete callback; -}
\ No newline at end of file +} diff --git a/src/gui/save/LocalSaveActivity.h b/src/gui/save/LocalSaveActivity.h index b58af5e..4668dd3 100644 --- a/src/gui/save/LocalSaveActivity.h +++ b/src/gui/save/LocalSaveActivity.h @@ -36,4 +36,4 @@ public: virtual void OnDraw(); virtual void OnResponseReady(void * imagePtr); virtual ~LocalSaveActivity(); -};
\ No newline at end of file +}; diff --git a/src/gui/save/ServerSaveActivity.h b/src/gui/save/ServerSaveActivity.h index 793579b..ceca173 100644 --- a/src/gui/save/ServerSaveActivity.h +++ b/src/gui/save/ServerSaveActivity.h @@ -49,4 +49,4 @@ protected: friend class CancelAction; friend class SaveAction; friend class RulesAction; -};
\ No newline at end of file +}; diff --git a/src/pim/Generator.cpp b/src/pim/Generator.cpp index a791211..3292c8a 100644 --- a/src/pim/Generator.cpp +++ b/src/pim/Generator.cpp @@ -515,4 +515,4 @@ namespace pim } } -}
\ No newline at end of file +} diff --git a/src/pim/Generator.h b/src/pim/Generator.h index 2eb1029..4dd2cfe 100644 --- a/src/pim/Generator.h +++ b/src/pim/Generator.h @@ -175,4 +175,4 @@ namespace pim void Return(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Machine.h b/src/pim/Machine.h index 3bf1131..0cbac4c 100644 --- a/src/pim/Machine.h +++ b/src/pim/Machine.h @@ -117,4 +117,4 @@ namespace pim return word; } }; -}
\ No newline at end of file +} diff --git a/src/pim/Opcodes.h b/src/pim/Opcodes.h index 4e1a7ce..a701e97 100644 --- a/src/pim/Opcodes.h +++ b/src/pim/Opcodes.h @@ -9,4 +9,4 @@ namespace pim #undef OPDEF }; }; -}
\ No newline at end of file +} diff --git a/src/pim/Parser.cpp b/src/pim/Parser.cpp index 4b164c8..0165141 100644 --- a/src/pim/Parser.cpp +++ b/src/pim/Parser.cpp @@ -650,4 +650,4 @@ namespace pim throw ParserExpectException(token, symbol); } } -}
\ No newline at end of file +} diff --git a/src/pim/Parser.h b/src/pim/Parser.h index 9a4f736..19a2835 100644 --- a/src/pim/Parser.h +++ b/src/pim/Parser.h @@ -76,4 +76,4 @@ namespace pim std::vector<unsigned char> Compile(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Scanner.cpp b/src/pim/Scanner.cpp index e6d145a..4ceb942 100644 --- a/src/pim/Scanner.cpp +++ b/src/pim/Scanner.cpp @@ -196,4 +196,4 @@ namespace pim cChar = 0; } } -}
\ No newline at end of file +} diff --git a/src/pim/Scanner.h b/src/pim/Scanner.h index 2e8143c..70e02ac 100644 --- a/src/pim/Scanner.h +++ b/src/pim/Scanner.h @@ -19,4 +19,4 @@ namespace pim Token NextToken(); }; } -}
\ No newline at end of file +} diff --git a/src/pim/Token.cpp b/src/pim/Token.cpp index 453e92f..62931ac 100644 --- a/src/pim/Token.cpp +++ b/src/pim/Token.cpp @@ -48,4 +48,4 @@ namespace pim "INVALID SYMBOL" }; } -}
\ No newline at end of file +} diff --git a/src/pim/Token.h b/src/pim/Token.h index 15cd48f..95d3f08 100644 --- a/src/pim/Token.h +++ b/src/pim/Token.h @@ -80,4 +80,4 @@ namespace pim } }; } -}
\ No newline at end of file +} diff --git a/src/powdertoyjava/OpenGLCanvasMacOS.h b/src/powdertoyjava/OpenGLCanvasMacOS.h index cee495a..cca8765 100644 --- a/src/powdertoyjava/OpenGLCanvasMacOS.h +++ b/src/powdertoyjava/OpenGLCanvasMacOS.h @@ -32,4 +32,4 @@ extern "C" { #ifdef __cplusplus } #endif -#endif
\ No newline at end of file +#endif diff --git a/src/resampler/resampler.cpp b/src/resampler/resampler.cpp index ee3c0dc..9c20f25 100644 --- a/src/resampler/resampler.cpp +++ b/src/resampler/resampler.cpp @@ -1221,4 +1221,4 @@ char* Resampler::get_filter_name(int filter_num) return g_filters[filter_num].name; } -#endif
\ No newline at end of file +#endif diff --git a/src/simulation/Sample.h b/src/simulation/Sample.h index 3605a5d..d37d0c8 100644 --- a/src/simulation/Sample.h +++ b/src/simulation/Sample.h @@ -26,4 +26,4 @@ public: SimulationSample() : PositionX(0), PositionY(0), ParticleID(0), particle(), AirPressure(0), AirVelocityX(0), AirVelocityY(0), WallType(0), Gravity(0), GravityVelocityX(0), GravityVelocityY(0), AirTemperature(0), NumParts(0) {} }; -#endif
\ No newline at end of file +#endif diff --git a/src/simulation/Snapshot.h b/src/simulation/Snapshot.h index d87f4d9..2ef4d30 100644 --- a/src/simulation/Snapshot.h +++ b/src/simulation/Snapshot.h @@ -57,4 +57,4 @@ public: { } -};
\ No newline at end of file +}; diff --git a/src/simulation/StorageClasses.h b/src/simulation/StorageClasses.h index 45b9b00..7f60b39 100644 --- a/src/simulation/StorageClasses.h +++ b/src/simulation/StorageClasses.h @@ -51,4 +51,4 @@ typedef struct part_type part_type;*/ }; typedef struct part_transition part_transition;*/ -#endif
\ No newline at end of file +#endif diff --git a/src/simulation/elements/116.cpp b/src/simulation/elements/116.cpp index e99f0cf..7e52557 100644 --- a/src/simulation/elements/116.cpp +++ b/src/simulation/elements/116.cpp @@ -46,4 +46,4 @@ Element_116::Element_116() } -Element_116::~Element_116() {}
\ No newline at end of file +Element_116::~Element_116() {} diff --git a/src/simulation/elements/146.cpp b/src/simulation/elements/146.cpp index 173d435..df2b7bc 100644 --- a/src/simulation/elements/146.cpp +++ b/src/simulation/elements/146.cpp @@ -46,4 +46,4 @@ Element_146::Element_146() } -Element_146::~Element_146() {}
\ No newline at end of file +Element_146::~Element_146() {} diff --git a/src/simulation/elements/BGLA.cpp b/src/simulation/elements/BGLA.cpp index 3c7e9ba..e514c90 100644 --- a/src/simulation/elements/BGLA.cpp +++ b/src/simulation/elements/BGLA.cpp @@ -46,4 +46,4 @@ Element_BGLA::Element_BGLA() } -Element_BGLA::~Element_BGLA() {}
\ No newline at end of file +Element_BGLA::~Element_BGLA() {} diff --git a/src/simulation/elements/BHOL.cpp b/src/simulation/elements/BHOL.cpp index 8139e7d..7fc73ec 100644 --- a/src/simulation/elements/BHOL.cpp +++ b/src/simulation/elements/BHOL.cpp @@ -46,4 +46,4 @@ Element_BHOL::Element_BHOL() } -Element_BHOL::~Element_BHOL() {}
\ No newline at end of file +Element_BHOL::~Element_BHOL() {} diff --git a/src/simulation/elements/BRAY.cpp b/src/simulation/elements/BRAY.cpp index 5030020..285c065 100644 --- a/src/simulation/elements/BRAY.cpp +++ b/src/simulation/elements/BRAY.cpp @@ -106,4 +106,4 @@ int Element_BRAY::graphics(GRAPHICS_FUNC_ARGS) } -Element_BRAY::~Element_BRAY() {}
\ No newline at end of file +Element_BRAY::~Element_BRAY() {} diff --git a/src/simulation/elements/BRCK.cpp b/src/simulation/elements/BRCK.cpp index da96b87..a375207 100644 --- a/src/simulation/elements/BRCK.cpp +++ b/src/simulation/elements/BRCK.cpp @@ -62,4 +62,4 @@ int Element_BRCK::graphics(GRAPHICS_FUNC_ARGS) return 0; } -Element_BRCK::~Element_BRCK() {}
\ No newline at end of file +Element_BRCK::~Element_BRCK() {} diff --git a/src/simulation/elements/BVBR.cpp b/src/simulation/elements/BVBR.cpp index 1a2cc41..4e86782 100644 --- a/src/simulation/elements/BVBR.cpp +++ b/src/simulation/elements/BVBR.cpp @@ -47,4 +47,4 @@ Element_BVBR::Element_BVBR() } -Element_BVBR::~Element_BVBR() {}
\ No newline at end of file +Element_BVBR::~Element_BVBR() {} diff --git a/src/simulation/elements/CAUS.cpp b/src/simulation/elements/CAUS.cpp index 0118fad..520784e 100644 --- a/src/simulation/elements/CAUS.cpp +++ b/src/simulation/elements/CAUS.cpp @@ -83,4 +83,4 @@ int Element_CAUS::update(UPDATE_FUNC_ARGS) } -Element_CAUS::~Element_CAUS() {}
\ No newline at end of file +Element_CAUS::~Element_CAUS() {} diff --git a/src/simulation/elements/CFLM.cpp b/src/simulation/elements/CFLM.cpp index d19f9f0..53cb0a7 100644 --- a/src/simulation/elements/CFLM.cpp +++ b/src/simulation/elements/CFLM.cpp @@ -72,4 +72,4 @@ int Element_CFLM::graphics(GRAPHICS_FUNC_ARGS) } -Element_CFLM::~Element_CFLM() {}
\ No newline at end of file +Element_CFLM::~Element_CFLM() {} diff --git a/src/simulation/elements/CNCT.cpp b/src/simulation/elements/CNCT.cpp index 4fa0808..5734791 100644 --- a/src/simulation/elements/CNCT.cpp +++ b/src/simulation/elements/CNCT.cpp @@ -46,4 +46,4 @@ Element_CNCT::Element_CNCT() } -Element_CNCT::~Element_CNCT() {}
\ No newline at end of file +Element_CNCT::~Element_CNCT() {} diff --git a/src/simulation/elements/DESL.cpp b/src/simulation/elements/DESL.cpp index dc34dc8..53267f5 100644 --- a/src/simulation/elements/DESL.cpp +++ b/src/simulation/elements/DESL.cpp @@ -46,4 +46,4 @@ Element_DESL::Element_DESL() } -Element_DESL::~Element_DESL() {}
\ No newline at end of file +Element_DESL::~Element_DESL() {} diff --git a/src/simulation/elements/DMND.cpp b/src/simulation/elements/DMND.cpp index 71321f6..9b86a84 100644 --- a/src/simulation/elements/DMND.cpp +++ b/src/simulation/elements/DMND.cpp @@ -46,4 +46,4 @@ Element_DMND::Element_DMND() } -Element_DMND::~Element_DMND() {}
\ No newline at end of file +Element_DMND::~Element_DMND() {} diff --git a/src/simulation/elements/DRIC.cpp b/src/simulation/elements/DRIC.cpp index f1e37ec..8809fbb 100644 --- a/src/simulation/elements/DRIC.cpp +++ b/src/simulation/elements/DRIC.cpp @@ -46,4 +46,4 @@ Element_DRIC::Element_DRIC() } -Element_DRIC::~Element_DRIC() {}
\ No newline at end of file +Element_DRIC::~Element_DRIC() {} diff --git a/src/simulation/elements/DUST.cpp b/src/simulation/elements/DUST.cpp index 7b4cf8c..5c80789 100644 --- a/src/simulation/elements/DUST.cpp +++ b/src/simulation/elements/DUST.cpp @@ -46,4 +46,4 @@ Element_DUST::Element_DUST() Graphics = NULL; } -Element_DUST::~Element_DUST() {}
\ No newline at end of file +Element_DUST::~Element_DUST() {} diff --git a/src/simulation/elements/DYST.cpp b/src/simulation/elements/DYST.cpp index 14cfc27..6a04158 100644 --- a/src/simulation/elements/DYST.cpp +++ b/src/simulation/elements/DYST.cpp @@ -46,4 +46,4 @@ Element_DYST::Element_DYST() } -Element_DYST::~Element_DYST() {}
\ No newline at end of file +Element_DYST::~Element_DYST() {} diff --git a/src/simulation/elements/ETRD.cpp b/src/simulation/elements/ETRD.cpp index 3447f07..72825ab 100644 --- a/src/simulation/elements/ETRD.cpp +++ b/src/simulation/elements/ETRD.cpp @@ -46,4 +46,4 @@ Element_ETRD::Element_ETRD() } -Element_ETRD::~Element_ETRD() {}
\ No newline at end of file +Element_ETRD::~Element_ETRD() {} diff --git a/src/simulation/elements/FRME.cpp b/src/simulation/elements/FRME.cpp index c1d3a79..1382265 100644 --- a/src/simulation/elements/FRME.cpp +++ b/src/simulation/elements/FRME.cpp @@ -57,4 +57,4 @@ int Element_FRME::graphics(GRAPHICS_FUNC_ARGS) return 0; } -Element_FRME::~Element_FRME() {}
\ No newline at end of file +Element_FRME::~Element_FRME() {} diff --git a/src/simulation/elements/GLAS.cpp b/src/simulation/elements/GLAS.cpp index 347e809..109cad0 100644 --- a/src/simulation/elements/GLAS.cpp +++ b/src/simulation/elements/GLAS.cpp @@ -59,4 +59,4 @@ int Element_GLAS::update(UPDATE_FUNC_ARGS) } -Element_GLAS::~Element_GLAS() {}
\ No newline at end of file +Element_GLAS::~Element_GLAS() {} diff --git a/src/simulation/elements/GOO.cpp b/src/simulation/elements/GOO.cpp index f23360d..6592eed 100644 --- a/src/simulation/elements/GOO.cpp +++ b/src/simulation/elements/GOO.cpp @@ -61,4 +61,4 @@ int Element_GOO::update(UPDATE_FUNC_ARGS) } -Element_GOO::~Element_GOO() {}
\ No newline at end of file +Element_GOO::~Element_GOO() {} diff --git a/src/simulation/elements/GUNP.cpp b/src/simulation/elements/GUNP.cpp index 7dc78db..dc8e0b9 100644 --- a/src/simulation/elements/GUNP.cpp +++ b/src/simulation/elements/GUNP.cpp @@ -46,4 +46,4 @@ Element_GUNP::Element_GUNP() } -Element_GUNP::~Element_GUNP() {}
\ No newline at end of file +Element_GUNP::~Element_GUNP() {} diff --git a/src/simulation/elements/INSL.cpp b/src/simulation/elements/INSL.cpp index 4be5020..7fe5dff 100644 --- a/src/simulation/elements/INSL.cpp +++ b/src/simulation/elements/INSL.cpp @@ -46,4 +46,4 @@ Element_INSL::Element_INSL() } -Element_INSL::~Element_INSL() {}
\ No newline at end of file +Element_INSL::~Element_INSL() {} diff --git a/src/simulation/elements/INST.cpp b/src/simulation/elements/INST.cpp index dcf1c11..8340011 100644 --- a/src/simulation/elements/INST.cpp +++ b/src/simulation/elements/INST.cpp @@ -46,4 +46,4 @@ Element_INST::Element_INST() } -Element_INST::~Element_INST() {}
\ No newline at end of file +Element_INST::~Element_INST() {} diff --git a/src/simulation/elements/INWR.cpp b/src/simulation/elements/INWR.cpp index 3e438be..0356304 100644 --- a/src/simulation/elements/INWR.cpp +++ b/src/simulation/elements/INWR.cpp @@ -46,4 +46,4 @@ Element_INWR::Element_INWR() } -Element_INWR::~Element_INWR() {}
\ No newline at end of file +Element_INWR::~Element_INWR() {} diff --git a/src/simulation/elements/LIFE.cpp b/src/simulation/elements/LIFE.cpp index 9c5bdf8..d442310 100644 --- a/src/simulation/elements/LIFE.cpp +++ b/src/simulation/elements/LIFE.cpp @@ -128,4 +128,4 @@ int Element_LIFE::graphics(GRAPHICS_FUNC_ARGS) } -Element_LIFE::~Element_LIFE() {}
\ No newline at end of file +Element_LIFE::~Element_LIFE() {} diff --git a/src/simulation/elements/LNTG.cpp b/src/simulation/elements/LNTG.cpp index da3199f..8b6e29a 100644 --- a/src/simulation/elements/LNTG.cpp +++ b/src/simulation/elements/LNTG.cpp @@ -46,4 +46,4 @@ Element_LNTG::Element_LNTG() } -Element_LNTG::~Element_LNTG() {}
\ No newline at end of file +Element_LNTG::~Element_LNTG() {} diff --git a/src/simulation/elements/LO2.cpp b/src/simulation/elements/LO2.cpp index 41a5053..abf08a4 100644 --- a/src/simulation/elements/LO2.cpp +++ b/src/simulation/elements/LO2.cpp @@ -46,4 +46,4 @@ Element_LO2::Element_LO2() } -Element_LO2::~Element_LO2() {}
\ No newline at end of file +Element_LO2::~Element_LO2() {} diff --git a/src/simulation/elements/LOLZ.cpp b/src/simulation/elements/LOLZ.cpp index 301e99a..9017211 100644 --- a/src/simulation/elements/LOLZ.cpp +++ b/src/simulation/elements/LOLZ.cpp @@ -61,4 +61,4 @@ int Element_LOLZ::RuleTable[9][9] = //#TPT-Directive ElementHeader Element_LOLZ static int lolz[XRES/9][YRES/9]; int Element_LOLZ::lolz[XRES/9][YRES/9]; -Element_LOLZ::~Element_LOLZ() {}
\ No newline at end of file +Element_LOLZ::~Element_LOLZ() {} diff --git a/src/simulation/elements/LOVE.cpp b/src/simulation/elements/LOVE.cpp index f3b476a..f346635 100644 --- a/src/simulation/elements/LOVE.cpp +++ b/src/simulation/elements/LOVE.cpp @@ -61,4 +61,4 @@ int Element_LOVE::RuleTable[9][9] = //#TPT-Directive ElementHeader Element_LOVE static int love[XRES/9][YRES/9]; int Element_LOVE::love[XRES/9][YRES/9]; -Element_LOVE::~Element_LOVE() {}
\ No newline at end of file +Element_LOVE::~Element_LOVE() {} diff --git a/src/simulation/elements/LRBD.cpp b/src/simulation/elements/LRBD.cpp index faf57cd..1b40fd3 100644 --- a/src/simulation/elements/LRBD.cpp +++ b/src/simulation/elements/LRBD.cpp @@ -46,4 +46,4 @@ Element_LRBD::Element_LRBD() } -Element_LRBD::~Element_LRBD() {}
\ No newline at end of file +Element_LRBD::~Element_LRBD() {} diff --git a/src/simulation/elements/METL.cpp b/src/simulation/elements/METL.cpp index a194793..d504e57 100644 --- a/src/simulation/elements/METL.cpp +++ b/src/simulation/elements/METL.cpp @@ -46,4 +46,4 @@ Element_METL::Element_METL() } -Element_METL::~Element_METL() {}
\ No newline at end of file +Element_METL::~Element_METL() {} diff --git a/src/simulation/elements/MORT.cpp b/src/simulation/elements/MORT.cpp index 768fddc..e5ef6ea 100644 --- a/src/simulation/elements/MORT.cpp +++ b/src/simulation/elements/MORT.cpp @@ -54,4 +54,4 @@ int Element_MORT::update(UPDATE_FUNC_ARGS) } -Element_MORT::~Element_MORT() {}
\ No newline at end of file +Element_MORT::~Element_MORT() {} diff --git a/src/simulation/elements/MWAX.cpp b/src/simulation/elements/MWAX.cpp index cb0cfbd..0a75013 100644 --- a/src/simulation/elements/MWAX.cpp +++ b/src/simulation/elements/MWAX.cpp @@ -46,4 +46,4 @@ Element_MWAX::Element_MWAX() } -Element_MWAX::~Element_MWAX() {}
\ No newline at end of file +Element_MWAX::~Element_MWAX() {} diff --git a/src/simulation/elements/NICE.cpp b/src/simulation/elements/NICE.cpp index 0c121c6..aa4ed44 100644 --- a/src/simulation/elements/NICE.cpp +++ b/src/simulation/elements/NICE.cpp @@ -46,4 +46,4 @@ Element_NICE::Element_NICE() } -Element_NICE::~Element_NICE() {}
\ No newline at end of file +Element_NICE::~Element_NICE() {} diff --git a/src/simulation/elements/NITR.cpp b/src/simulation/elements/NITR.cpp index d4bce87..c61d2d1 100644 --- a/src/simulation/elements/NITR.cpp +++ b/src/simulation/elements/NITR.cpp @@ -46,4 +46,4 @@ Element_NITR::Element_NITR() } -Element_NITR::~Element_NITR() {}
\ No newline at end of file +Element_NITR::~Element_NITR() {} diff --git a/src/simulation/elements/NONE.cpp b/src/simulation/elements/NONE.cpp index 5dd02af..b2bcd12 100644 --- a/src/simulation/elements/NONE.cpp +++ b/src/simulation/elements/NONE.cpp @@ -63,4 +63,4 @@ VideoBuffer * Element_NONE::iconGen(int wallID, int width, int height) } -Element_NONE::~Element_NONE() {}
\ No newline at end of file +Element_NONE::~Element_NONE() {} diff --git a/src/simulation/elements/NSCN.cpp b/src/simulation/elements/NSCN.cpp index 1e71f10..36d0a06 100644 --- a/src/simulation/elements/NSCN.cpp +++ b/src/simulation/elements/NSCN.cpp @@ -46,4 +46,4 @@ Element_NSCN::Element_NSCN() } -Element_NSCN::~Element_NSCN() {}
\ No newline at end of file +Element_NSCN::~Element_NSCN() {} diff --git a/src/simulation/elements/NTCT.cpp b/src/simulation/elements/NTCT.cpp index 24a190b..7aa2969 100644 --- a/src/simulation/elements/NTCT.cpp +++ b/src/simulation/elements/NTCT.cpp @@ -55,4 +55,4 @@ int Element_NTCT::update(UPDATE_FUNC_ARGS) } -Element_NTCT::~Element_NTCT() {}
\ No newline at end of file +Element_NTCT::~Element_NTCT() {} diff --git a/src/simulation/elements/NWHL.cpp b/src/simulation/elements/NWHL.cpp index b1c10e5..ed39c56 100644 --- a/src/simulation/elements/NWHL.cpp +++ b/src/simulation/elements/NWHL.cpp @@ -54,4 +54,4 @@ int Element_NWHL::update(UPDATE_FUNC_ARGS) } -Element_NWHL::~Element_NWHL() {}
\ No newline at end of file +Element_NWHL::~Element_NWHL() {} diff --git a/src/simulation/elements/PLEX.cpp b/src/simulation/elements/PLEX.cpp index a4bd63e..2b8c867 100644 --- a/src/simulation/elements/PLEX.cpp +++ b/src/simulation/elements/PLEX.cpp @@ -46,4 +46,4 @@ Element_PLEX::Element_PLEX() } -Element_PLEX::~Element_PLEX() {}
\ No newline at end of file +Element_PLEX::~Element_PLEX() {} diff --git a/src/simulation/elements/PLSM.cpp b/src/simulation/elements/PLSM.cpp index 6d39a6b..a9e5728 100644 --- a/src/simulation/elements/PLSM.cpp +++ b/src/simulation/elements/PLSM.cpp @@ -67,4 +67,4 @@ int Element_PLSM::graphics(GRAPHICS_FUNC_ARGS) } -Element_PLSM::~Element_PLSM() {}
\ No newline at end of file +Element_PLSM::~Element_PLSM() {} diff --git a/src/simulation/elements/PSCN.cpp b/src/simulation/elements/PSCN.cpp index 5456eaf..8e0a3d4 100644 --- a/src/simulation/elements/PSCN.cpp +++ b/src/simulation/elements/PSCN.cpp @@ -46,4 +46,4 @@ Element_PSCN::Element_PSCN() } -Element_PSCN::~Element_PSCN() {}
\ No newline at end of file +Element_PSCN::~Element_PSCN() {} diff --git a/src/simulation/elements/PSTE.cpp b/src/simulation/elements/PSTE.cpp index add4370..0857bff 100644 --- a/src/simulation/elements/PSTE.cpp +++ b/src/simulation/elements/PSTE.cpp @@ -46,4 +46,4 @@ Element_PSTE::Element_PSTE() } -Element_PSTE::~Element_PSTE() {}
\ No newline at end of file +Element_PSTE::~Element_PSTE() {} diff --git a/src/simulation/elements/PSTS.cpp b/src/simulation/elements/PSTS.cpp index 06a8c1e..e309ed1 100644 --- a/src/simulation/elements/PSTS.cpp +++ b/src/simulation/elements/PSTS.cpp @@ -46,4 +46,4 @@ Element_PSTS::Element_PSTS() } -Element_PSTS::~Element_PSTS() {}
\ No newline at end of file +Element_PSTS::~Element_PSTS() {} diff --git a/src/simulation/elements/PTCT.cpp b/src/simulation/elements/PTCT.cpp index be3c231..e78c453 100644 --- a/src/simulation/elements/PTCT.cpp +++ b/src/simulation/elements/PTCT.cpp @@ -55,4 +55,4 @@ int Element_PTCT::update(UPDATE_FUNC_ARGS) } -Element_PTCT::~Element_PTCT() {}
\ No newline at end of file +Element_PTCT::~Element_PTCT() {} diff --git a/src/simulation/elements/RBDM.cpp b/src/simulation/elements/RBDM.cpp index 9e08bc3..b1aed85 100644 --- a/src/simulation/elements/RBDM.cpp +++ b/src/simulation/elements/RBDM.cpp @@ -46,4 +46,4 @@ Element_RBDM::Element_RBDM() } -Element_RBDM::~Element_RBDM() {}
\ No newline at end of file +Element_RBDM::~Element_RBDM() {} diff --git a/src/simulation/elements/SALT.cpp b/src/simulation/elements/SALT.cpp index 4e21f1b..6772c2b 100644 --- a/src/simulation/elements/SALT.cpp +++ b/src/simulation/elements/SALT.cpp @@ -46,4 +46,4 @@ Element_SALT::Element_SALT() } -Element_SALT::~Element_SALT() {}
\ No newline at end of file +Element_SALT::~Element_SALT() {} diff --git a/src/simulation/elements/SAND.cpp b/src/simulation/elements/SAND.cpp index dade4f1..3a99e0e 100644 --- a/src/simulation/elements/SAND.cpp +++ b/src/simulation/elements/SAND.cpp @@ -46,4 +46,4 @@ Element_SAND::Element_SAND() } -Element_SAND::~Element_SAND() {}
\ No newline at end of file +Element_SAND::~Element_SAND() {} diff --git a/src/simulation/elements/SMKE.cpp b/src/simulation/elements/SMKE.cpp index b4572d0..4a993a3 100644 --- a/src/simulation/elements/SMKE.cpp +++ b/src/simulation/elements/SMKE.cpp @@ -65,4 +65,4 @@ int Element_SMKE::graphics(GRAPHICS_FUNC_ARGS) return 1; } -Element_SMKE::~Element_SMKE() {}
\ No newline at end of file +Element_SMKE::~Element_SMKE() {} diff --git a/src/simulation/elements/SPAWN.cpp b/src/simulation/elements/SPAWN.cpp index 517c712..db12b2f 100644 --- a/src/simulation/elements/SPAWN.cpp +++ b/src/simulation/elements/SPAWN.cpp @@ -57,4 +57,4 @@ int Element_SPAWN::update(UPDATE_FUNC_ARGS) -Element_SPAWN::~Element_SPAWN() {}
\ No newline at end of file +Element_SPAWN::~Element_SPAWN() {} diff --git a/src/simulation/elements/SPAWN2.cpp b/src/simulation/elements/SPAWN2.cpp index 4ce0ceb..96a50da 100644 --- a/src/simulation/elements/SPAWN2.cpp +++ b/src/simulation/elements/SPAWN2.cpp @@ -57,4 +57,4 @@ int Element_SPAWN2::update(UPDATE_FUNC_ARGS) -Element_SPAWN2::~Element_SPAWN2() {}
\ No newline at end of file +Element_SPAWN2::~Element_SPAWN2() {} diff --git a/src/simulation/elements/STKM2.cpp b/src/simulation/elements/STKM2.cpp index 943cac9..ee94adb 100644 --- a/src/simulation/elements/STKM2.cpp +++ b/src/simulation/elements/STKM2.cpp @@ -53,4 +53,4 @@ int Element_STKM2::update(UPDATE_FUNC_ARGS) return 0; } -Element_STKM2::~Element_STKM2() {}
\ No newline at end of file +Element_STKM2::~Element_STKM2() {} diff --git a/src/simulation/elements/STNE.cpp b/src/simulation/elements/STNE.cpp index c2197c5..c0354db 100644 --- a/src/simulation/elements/STNE.cpp +++ b/src/simulation/elements/STNE.cpp @@ -46,4 +46,4 @@ Element_STNE::Element_STNE() } -Element_STNE::~Element_STNE() {}
\ No newline at end of file +Element_STNE::~Element_STNE() {} diff --git a/src/simulation/elements/SWCH.cpp b/src/simulation/elements/SWCH.cpp index 824929d..893ce9e 100644 --- a/src/simulation/elements/SWCH.cpp +++ b/src/simulation/elements/SWCH.cpp @@ -110,4 +110,4 @@ int Element_SWCH::graphics(GRAPHICS_FUNC_ARGS) } -Element_SWCH::~Element_SWCH() {}
\ No newline at end of file +Element_SWCH::~Element_SWCH() {} diff --git a/src/simulation/elements/TESC.cpp b/src/simulation/elements/TESC.cpp index 0ad7e00..6d66682 100644 --- a/src/simulation/elements/TESC.cpp +++ b/src/simulation/elements/TESC.cpp @@ -46,4 +46,4 @@ Element_TESC::Element_TESC() } -Element_TESC::~Element_TESC() {}
\ No newline at end of file +Element_TESC::~Element_TESC() {} diff --git a/src/simulation/elements/URAN.cpp b/src/simulation/elements/URAN.cpp index 3ced8fe..61d5add 100644 --- a/src/simulation/elements/URAN.cpp +++ b/src/simulation/elements/URAN.cpp @@ -58,4 +58,4 @@ int Element_URAN::update(UPDATE_FUNC_ARGS) } -Element_URAN::~Element_URAN() {}
\ No newline at end of file +Element_URAN::~Element_URAN() {} diff --git a/src/simulation/elements/VOID.cpp b/src/simulation/elements/VOID.cpp index a21413a..ee95179 100644 --- a/src/simulation/elements/VOID.cpp +++ b/src/simulation/elements/VOID.cpp @@ -46,4 +46,4 @@ Element_VOID::Element_VOID() } -Element_VOID::~Element_VOID() {}
\ No newline at end of file +Element_VOID::~Element_VOID() {} diff --git a/src/simulation/elements/WAX.cpp b/src/simulation/elements/WAX.cpp index 2203b61..1873222 100644 --- a/src/simulation/elements/WAX.cpp +++ b/src/simulation/elements/WAX.cpp @@ -46,4 +46,4 @@ Element_WAX::Element_WAX() } -Element_WAX::~Element_WAX() {}
\ No newline at end of file +Element_WAX::~Element_WAX() {} diff --git a/src/simulation/elements/WHOL.cpp b/src/simulation/elements/WHOL.cpp index aba4e19..41a34bb 100644 --- a/src/simulation/elements/WHOL.cpp +++ b/src/simulation/elements/WHOL.cpp @@ -46,4 +46,4 @@ Element_WHOL::Element_WHOL() } -Element_WHOL::~Element_WHOL() {}
\ No newline at end of file +Element_WHOL::~Element_WHOL() {} diff --git a/src/simulation/elements/WIFI.cpp b/src/simulation/elements/WIFI.cpp index a20e6de..81d4e60 100644 --- a/src/simulation/elements/WIFI.cpp +++ b/src/simulation/elements/WIFI.cpp @@ -98,4 +98,4 @@ int Element_WIFI::graphics(GRAPHICS_FUNC_ARGS) } -Element_WIFI::~Element_WIFI() {}
\ No newline at end of file +Element_WIFI::~Element_WIFI() {} diff --git a/src/simulation/elements/WOOD.cpp b/src/simulation/elements/WOOD.cpp index 589aa2f..4676790 100644 --- a/src/simulation/elements/WOOD.cpp +++ b/src/simulation/elements/WOOD.cpp @@ -72,4 +72,4 @@ int Element_WOOD::graphics(GRAPHICS_FUNC_ARGS) return 0; } -Element_WOOD::~Element_WOOD() {}
\ No newline at end of file +Element_WOOD::~Element_WOOD() {} diff --git a/src/simulation/tools/AirTool.cpp b/src/simulation/tools/AirTool.cpp index 9fd7f79..23120a0 100644 --- a/src/simulation/tools/AirTool.cpp +++ b/src/simulation/tools/AirTool.cpp @@ -19,4 +19,4 @@ int Tool_Air::Perform(Simulation * sim, Particle * cpart, int x, int y, float st return 1; } -Tool_Air::~Tool_Air() {}
\ No newline at end of file +Tool_Air::~Tool_Air() {} diff --git a/src/simulation/tools/Cool.cpp b/src/simulation/tools/Cool.cpp index b1b57b1..4c5788d 100644 --- a/src/simulation/tools/Cool.cpp +++ b/src/simulation/tools/Cool.cpp @@ -20,4 +20,4 @@ int Tool_Cool::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Cool::~Tool_Cool() {}
\ No newline at end of file +Tool_Cool::~Tool_Cool() {} diff --git a/src/simulation/tools/GravTool.cpp b/src/simulation/tools/GravTool.cpp index 630ba12..3ff30bd 100644 --- a/src/simulation/tools/GravTool.cpp +++ b/src/simulation/tools/GravTool.cpp @@ -15,4 +15,4 @@ int Tool_Grav::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Grav::~Tool_Grav() {}
\ No newline at end of file +Tool_Grav::~Tool_Grav() {} diff --git a/src/simulation/tools/Heat.cpp b/src/simulation/tools/Heat.cpp index f28274c..1be3e6e 100644 --- a/src/simulation/tools/Heat.cpp +++ b/src/simulation/tools/Heat.cpp @@ -20,4 +20,4 @@ int Tool_Heat::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Heat::~Tool_Heat() {}
\ No newline at end of file +Tool_Heat::~Tool_Heat() {} diff --git a/src/simulation/tools/NGrv.cpp b/src/simulation/tools/NGrv.cpp index 525d697..5e339e6 100644 --- a/src/simulation/tools/NGrv.cpp +++ b/src/simulation/tools/NGrv.cpp @@ -15,4 +15,4 @@ int Tool_NGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_NGrv::~Tool_NGrv() {}
\ No newline at end of file +Tool_NGrv::~Tool_NGrv() {} diff --git a/src/simulation/tools/SimTool.cpp b/src/simulation/tools/SimTool.cpp index d7015fa..4b3ddeb 100644 --- a/src/simulation/tools/SimTool.cpp +++ b/src/simulation/tools/SimTool.cpp @@ -7,4 +7,4 @@ Name(""), Colour(PIXPACK(0xFFFFFF)), Description("NULL Tool, does NOTHING") { -}
\ No newline at end of file +} diff --git a/src/simulation/tools/SimTool.h b/src/simulation/tools/SimTool.h index c32ba5b..c5a5cb1 100644 --- a/src/simulation/tools/SimTool.h +++ b/src/simulation/tools/SimTool.h @@ -20,4 +20,4 @@ public: virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) { return 0; } }; -#endif
\ No newline at end of file +#endif diff --git a/src/socket/socket.lua.cpp b/src/socket/socket.lua.cpp index 0032e2c..4952cce 100644 --- a/src/socket/socket.lua.cpp +++ b/src/socket/socket.lua.cpp @@ -11,4 +11,4 @@ void luaopen_socket(lua_State *l){ luaL_loadbuffer(l, socket_luac, socket_luac_sz, "@builtin socket.lua"); lua_call(l, 0, 0); } -#endif
\ No newline at end of file +#endif diff --git a/src/tests/PowderInteractionMachine.cpp b/src/tests/PowderInteractionMachine.cpp index c2b37a2..329cfd7 100644 --- a/src/tests/PowderInteractionMachine.cpp +++ b/src/tests/PowderInteractionMachine.cpp @@ -18,4 +18,4 @@ int main(int argc, char * argv[]) parser->Compile(); } -#endif
\ No newline at end of file +#endif diff --git a/src/tests/VirtualMachineTest.cpp b/src/tests/VirtualMachineTest.cpp index ee92999..1f8a52d 100644 --- a/src/tests/VirtualMachineTest.cpp +++ b/src/tests/VirtualMachineTest.cpp @@ -13,4 +13,4 @@ int main(int argc, char * argv[]) std::cout << "Return value: " << vm->Pop<vm::uint4_t>() << std::endl; } } -#endif
\ No newline at end of file +#endif diff --git a/src/virtualmachine/Exceptions.h b/src/virtualmachine/Exceptions.h index 9628d10..3a25e87 100644 --- a/src/virtualmachine/Exceptions.h +++ b/src/virtualmachine/Exceptions.h @@ -97,4 +97,4 @@ namespace vm } ~InvalidProgramException() throw() {}; }; -}
\ No newline at end of file +} diff --git a/src/virtualmachine/JustInTime.cpp b/src/virtualmachine/JustInTime.cpp index 9929d81..9f6fe57 100644 --- a/src/virtualmachine/JustInTime.cpp +++ b/src/virtualmachine/JustInTime.cpp @@ -1141,4 +1141,4 @@ namespace vm #undef OP } -#endif
\ No newline at end of file +#endif diff --git a/src/virtualmachine/VirtualMachine.cpp b/src/virtualmachine/VirtualMachine.cpp index 929723a..a657f3c 100644 --- a/src/virtualmachine/VirtualMachine.cpp +++ b/src/virtualmachine/VirtualMachine.cpp @@ -402,4 +402,4 @@ namespace vm return 1; } -}
\ No newline at end of file +} |
