Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-03-12 | Fix wrong moving to target if was used attack by mouse. | Andrei Karas | 1 | -1/+1 |
2016-03-12 | Dont highlight server messages in chat channels. | Andrei Karas | 1 | -2/+4 |
2016-03-12 | Change version to 1.6.3.12. | Andrei Karas | 1 | -2/+2 |
2016-03-12 | Add missing include into network.cpp. | Andrei Karas | 1 | -0/+2 |
2016-03-12 | Fix compilation issue. | Andrei Karas | 1 | -1/+3 |
2016-03-11 | Fix code style. | Andrei Karas | 96 | -125/+180 |
2016-03-10 | Fix a bit formatting in Being::drawSpriteAt. | Andrei Karas | 1 | -15/+22 |
2016-03-10 | For unknown packet field values show packet id and field value. | Andrei Karas | 21 | -41/+64 |
2016-03-10 | Add missing check. | Andrei Karas | 1 | -5/+7 |
2016-03-10 | Add support for change text in pet menu item "Return to egg". | Andrei Karas | 4 | -3/+36 |
2016-03-10 | Add some more item attributes into items.xml | Andrei Karas | 1 | -1/+23 |
2016-03-09 | Add include again. | Andrei Karas | 1 | -9/+1 |
2016-03-09 | Add missing include into header. | Andrei Karas | 1 | -0/+10 |
2016-03-08 | Rename Sp attributes to server values. Also add missing values for hercules. | Andrei Karas | 5 | -142/+340 |
2016-03-08 | Add into tmwa Sp constants value GM_LEVEL. | Andrei Karas | 2 | -2/+4 |
2016-03-08 | Move stat constants from ea namespace into tmwa and eathena. | Andrei Karas | 9 | -148/+252 |
2016-03-08 | Move setStat from ea namespace into eathena and tmwa. | Andrei Karas | 9 | -216/+455 |
2016-03-08 | Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp. | Andrei Karas | 1 | -2/+21 |
2016-03-07 | Disable all legacy "magic" commands if server type not tmwa. | Andrei Karas | 2 | -4/+24 |
2016-03-07 | In renderers in function calcWindow add non null attributes. | Andrei Karas | 10 | -17/+4 |
2016-03-07 | Change desync detection to simpler way. | Andrei Karas | 2 | -20/+8 |
2016-03-07 | In renderers in function drawTileCollection add non null attributes. | Andrei Karas | 12 | -20/+6 |
2016-03-07 | Add some missing nonnull attributes to map/maplayer classes. | Andrei Karas | 5 | -22/+24 |
2016-03-07 | In renderers in function calcTileVertexes add non null attributes. | Andrei Karas | 10 | -22/+8 |
2016-03-07 | Improve a bit imageparticle draw. | Andrei Karas | 1 | -4/+6 |
2016-03-07 | Remove some unused functions from compoundsprite. | Andrei Karas | 2 | -44/+2 |
2016-03-07 | Fix ping if player in party or guild (hercules). | Andrei Karas | 1 | -0/+4 |