summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules).Andrei Karas3-2/+21
2016-03-19Impliment packet SMSG_FAMILY_DIVORCED (hercules).Andrei Karas3-2/+10
2016-03-19Improve incriment counter in mrand.Andrei Karas1-1/+1
2016-03-19Fix unit tests (add missing random initialisation).Andrei Karas2-9/+15
2016-03-19Update make test script.Andrei Karas1-1/+1
2016-03-18Add function for test SDL audio features. Now disabled.Andrei Karas3-0/+68
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas8-7/+97
2016-03-18Use latest supported C++ version by gcc in make scripts (-std=gnu++1z)Andrei Karas2-2/+2
2016-03-18Relax a bit gcc version check for advanced constexpr support.Andrei Karas1-3/+3
2016-03-18Ignore particle randomnes parameters less than 10.Andrei Karas1-4/+4
2016-03-18Update bmake script.Andrei Karas1-4/+4
2016-03-18Reduce number of rand() calls in Particle::update.Andrei Karas1-6/+7
2016-03-18Improve a bit performance in commands.cppAndrei Karas1-2/+5
2016-03-18Improve a bit findBeingsByPixel.Andrei Karas1-25/+51
2016-03-18Fix reading packet SMSG_BEING_MOVE3 for non existing player.Andrei Karas1-0/+1
2016-03-18Fix typos.Andrei Karas3-3/+3
2016-03-17Read whole packet SMSG_BEING_MOVE3 if being not exists.Andrei Karas1-0/+4
2016-03-17Remove false positive errors with nonnull attributes.Andrei Karas1-2/+2
2016-03-17Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa)Andrei Karas1-1/+1
2016-03-17Remove extra checks from particle.Andrei Karas1-6/+2
2016-03-17Add some missing nonnull attributes.Andrei Karas2-3/+3
2016-03-17Add missing includes into .h files.Andrei Karas1-0/+3
2016-03-16Improve performance in moving child particles.Andrei Karas4-5/+21
2016-03-16Remove virtual from Particle::updateAndrei Karas1-1/+1
2016-03-16Fix compilation without C++11 flags.Andrei Karas1-1/+1
2016-03-16Improve Particle::update a bit.Andrei Karas1-113/+118
2016-03-16Remove destructors from some particle classes.Andrei Karas7-32/+11
2016-03-16Move AnimationParticle and RotationalParticle update functions into Particle.Andrei Karas5-54/+45
2016-03-16Move image field from ImageParticle into Particle.Andrei Karas4-21/+24
2016-03-16Move animation field from child particles classes into Particle.Andrei Karas6-24/+17
2016-03-16Add particle type into particles.Andrei Karas9-0/+50
2016-03-16Remove extra checks from Particle::update.Andrei Karas1-18/+0
2016-03-16Remove unused functions from particle.Andrei Karas2-88/+0
2016-03-16Remove unused functions from ParticleEngine.Andrei Karas2-460/+10
2016-03-16Split ParticleEngine from Particle class.Andrei Karas16-77/+958
2016-03-16Fix compilation with some flags.Andrei Karas1-3/+6
2016-03-16Add support for server type "hercules" in servers list. Same with eathena.Andrei Karas1-0/+2
2016-03-16Add nonnull attributes to particle classes.Andrei Karas10-23/+25
2016-03-15Replace server type name eAthena to Hercules.Andrei Karas1-2/+2
2016-03-15Ignore unsupported server types from servers list.Andrei Karas1-8/+0
2016-03-15Remove old evol server type.Andrei Karas6-31/+9
2016-03-15Show info about wrong packet size in chat if enabled show unimplimentaed pack...Andrei Karas3-0/+24
2016-03-15Add support for unknown skill error (hercules).release2016-03-15Andrei Karas1-0/+7
2016-03-14Remove weight fields from description in item popup.Andrei Karas1-2/+0
2016-03-14Allow open/close chat input by double click on chat window.Andrei Karas2-3/+23
2016-03-14Drop support for evol plugin 1 - 3 versions.Andrei Karas1-8/+8
2016-03-14Change default pickup type from 3x3 to pickup in distance 8.Andrei Karas1-1/+1
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas5-57/+60
2016-03-13Split CompoundSprite::draw into draw and drawSimple.Andrei Karas3-6/+38
2016-03-13Add separate functions for draw monsters.Andrei Karas2-2/+35