Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | Use latest supported C++ version by gcc in make scripts (-std=gnu++1z) | Andrei Karas | 2 | -2/+2 |
2016-03-18 | Relax a bit gcc version check for advanced constexpr support. | Andrei Karas | 1 | -3/+3 |
2016-03-18 | Ignore particle randomnes parameters less than 10. | Andrei Karas | 1 | -4/+4 |
2016-03-18 | Update bmake script. | Andrei Karas | 1 | -4/+4 |
2016-03-18 | Reduce number of rand() calls in Particle::update. | Andrei Karas | 1 | -6/+7 |
2016-03-18 | Improve a bit performance in commands.cpp | Andrei Karas | 1 | -2/+5 |
2016-03-18 | Improve a bit findBeingsByPixel. | Andrei Karas | 1 | -25/+51 |
2016-03-18 | Fix reading packet SMSG_BEING_MOVE3 for non existing player. | Andrei Karas | 1 | -0/+1 |
2016-03-18 | Fix typos. | Andrei Karas | 3 | -3/+3 |
2016-03-17 | Read whole packet SMSG_BEING_MOVE3 if being not exists. | Andrei Karas | 1 | -0/+4 |
2016-03-17 | Remove false positive errors with nonnull attributes. | Andrei Karas | 1 | -2/+2 |
2016-03-17 | Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa) | Andrei Karas | 1 | -1/+1 |
2016-03-17 | Remove extra checks from particle. | Andrei Karas | 1 | -6/+2 |
2016-03-17 | Add some missing nonnull attributes. | Andrei Karas | 2 | -3/+3 |
2016-03-17 | Add missing includes into .h files. | Andrei Karas | 1 | -0/+3 |
2016-03-16 | Improve performance in moving child particles. | Andrei Karas | 4 | -5/+21 |
2016-03-16 | Remove virtual from Particle::update | Andrei Karas | 1 | -1/+1 |
2016-03-16 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 |
2016-03-16 | Improve Particle::update a bit. | Andrei Karas | 1 | -113/+118 |
2016-03-16 | Remove destructors from some particle classes. | Andrei Karas | 7 | -32/+11 |
2016-03-16 | Move AnimationParticle and RotationalParticle update functions into Particle. | Andrei Karas | 5 | -54/+45 |
2016-03-16 | Move image field from ImageParticle into Particle. | Andrei Karas | 4 | -21/+24 |
2016-03-16 | Move animation field from child particles classes into Particle. | Andrei Karas | 6 | -24/+17 |
2016-03-16 | Add particle type into particles. | Andrei Karas | 9 | -0/+50 |
2016-03-16 | Remove extra checks from Particle::update. | Andrei Karas | 1 | -18/+0 |
2016-03-16 | Remove unused functions from particle. | Andrei Karas | 2 | -88/+0 |
2016-03-16 | Remove unused functions from ParticleEngine. | Andrei Karas | 2 | -460/+10 |
2016-03-16 | Split ParticleEngine from Particle class. | Andrei Karas | 16 | -77/+958 |
2016-03-16 | Fix compilation with some flags. | Andrei Karas | 1 | -3/+6 |
2016-03-16 | Add support for server type "hercules" in servers list. Same with eathena. | Andrei Karas | 1 | -0/+2 |
2016-03-16 | Add nonnull attributes to particle classes. | Andrei Karas | 10 | -23/+25 |
2016-03-15 | Replace server type name eAthena to Hercules. | Andrei Karas | 1 | -2/+2 |
2016-03-15 | Ignore unsupported server types from servers list. | Andrei Karas | 1 | -8/+0 |
2016-03-15 | Remove old evol server type. | Andrei Karas | 6 | -31/+9 |
2016-03-15 | Show info about wrong packet size in chat if enabled show unimplimentaed pack... | Andrei Karas | 3 | -0/+24 |
2016-03-15 | Add support for unknown skill error (hercules).release2016-03-15 | Andrei Karas | 1 | -0/+7 |
2016-03-14 | Remove weight fields from description in item popup. | Andrei Karas | 1 | -2/+0 |
2016-03-14 | Allow open/close chat input by double click on chat window. | Andrei Karas | 2 | -3/+23 |
2016-03-14 | Drop support for evol plugin 1 - 3 versions. | Andrei Karas | 1 | -8/+8 |
2016-03-14 | Change default pickup type from 3x3 to pickup in distance 8. | Andrei Karas | 1 | -1/+1 |
2016-03-14 | Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri... | Andrei Karas | 5 | -57/+60 |
2016-03-13 | Split CompoundSprite::draw into draw and drawSimple. | Andrei Karas | 3 | -6/+38 |
2016-03-13 | Add separate functions for draw monsters. | Andrei Karas | 2 | -2/+35 |
2016-03-13 | Add separate functions for draw portals. | Andrei Karas | 2 | -27/+58 |
2016-03-13 | Split drawSpriteAt into drawPlayerSpriteAt and drawOtherSpriteAt. | Andrei Karas | 2 | -27/+39 |
2016-03-13 | Move cursor drawing function from ActorSprite into Being. | Andrei Karas | 5 | -23/+30 |
2016-03-13 | Separate Being::draw function into drawPlayer and drawOther. | Andrei Karas | 2 | -3/+57 |
2016-03-13 | Improve a bit check in Being::drawSpriteAt. | Andrei Karas | 1 | -6/+12 |
2016-03-13 | Simplify drawing beings in playerbox control. | Andrei Karas | 3 | -1/+12 |
2016-03-13 | For skill units in context menu show creator name or id. | Andrei Karas | 4 | -4/+38 |