summaryrefslogtreecommitdiff
path: root/src/particle/particle.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-2/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-12-27Remove default paramater from particle.Andrei Karas1-2/+3
2017-06-30Remove extra includes from headers.Andrei Karas1-2/+0
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-23Allow delete untracker being particle effects.Andrei Karas1-0/+7
This fix some possible memory leaks.
2016-05-06Fix too long line.Andrei Karas1-1/+2
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-15/+15
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d.
2016-04-17Fix code style.Andrei Karas1-4/+4
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-03-26Fix code style.Andrei Karas1-3/+0
2016-03-16Improve performance in moving child particles.Andrei Karas1-0/+2
2016-03-16Remove virtual from Particle::updateAndrei Karas1-1/+1
2016-03-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2016-03-16Move image field from ImageParticle into Particle.Andrei Karas1-0/+4
2016-03-16Move animation field from child particles classes into Particle.Andrei Karas1-0/+4
2016-03-16Add particle type into particles.Andrei Karas1-0/+4
2016-03-16Remove unused functions from particle.Andrei Karas1-26/+0
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-23/+3
2016-03-16Add nonnull attributes to particle classes.Andrei Karas1-4/+5
2016-03-03Split particles update into two functions.Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-06Add noexcept into particle.Andrei Karas1-15/+17
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move particle alivestatus into enums directory.Andrei Karas1-13/+5
2015-12-27Add restrict keyword to particle.Andrei Karas1-47/+49
2015-12-23Add const attribute to other files.Andrei Karas1-1/+2
2015-11-24Allow kill infinite particles if parent particle will be removed.Andrei Karas1-0/+2
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-1/+1
2015-04-02Remove useless virtual keywords.Andrei Karas1-3/+3
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-9/+4
2014-02-16combine font classes in one.Andrei Karas1-3/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-1/+1
2013-10-24add final keyword to particles files.Andrei Karas1-1/+2
2013-10-19fix code styleAndrei Karas1-1/+0
2013-10-19remove virtual methos call from particle constructor.Andrei Karas1-6/+1
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
Also add some missing final to classes.
2013-09-16remove unused includes from particles and some other files.Andrei Karas1-1/+0