summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-28move bools in beingcacheentry.Andrei Karas1-7/+7
2013-07-28move bools in being.Andrei Karas2-65/+60
2013-07-28move bools in textparticle.Andrei Karas2-3/+3
2013-07-28move bools in shopitem.Andrei Karas2-8/+8
2013-07-28move bools in item.Andrei Karas2-9/+9
2013-07-28move bools in particleemitter.Andrei Karas2-6/+9
2013-07-28move bools in flooritem.Andrei Karas2-4/+4
2013-07-28move bools in particlecontainer.Andrei Karas2-3/+3
2013-07-28move bools in particle.Andrei Karas2-29/+26
2013-07-28move bools in compoundsprite.Andrei Karas2-9/+8
2013-07-28move bools in avatar.Andrei Karas2-7/+8
2013-07-28move bools in maplayer.Andrei Karas2-18/+39
2013-07-28move bools in localplayer.Andrei Karas2-43/+43
2013-07-28move bools in browserbox.Andrei Karas2-17/+18
2013-07-28add smiles checks in unit tests.Andrei Karas1-0/+28
2013-07-28fix compilation warning.Andrei Karas1-1/+1
2013-07-27allow buy protected items.Andrei Karas3-7/+15
2013-07-27Add support for chat emotes.Andrei Karas5-6/+69
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc.
2013-07-26add dye unit tests.Andrei Karas2-1/+212
2013-07-25Improve a bit dye code formatting.Andrei Karas3-11/+11
2013-07-24Dont save errors about item id 0 in logs.Andrei Karas1-6/+13
2013-07-23add support for attacksky and attackwater actions.Andrei Karas8-13/+110
2013-07-23Add new sprite actions for water and sky.Andrei Karas6-20/+125
New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused.
2013-07-21Add settings for monster hp bar offset.Andrei Karas4-3/+26
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30">
2013-07-20Change version to 1.3.7.21.v1.3.7.21Andrei Karas8-8/+19
2013-07-20update and rebuild translations.Andrei Karas40-3617/+3857
2013-07-20Some bugfix in item creation logic.Andrei Karas2-5/+5
not show items with id < 500.
2013-07-19fix compilation warning.Andrei Karas1-1/+1
2013-07-18move shared code for reading being info attributes to separate class.Andrei Karas7-54/+92
Also fix name offsets for pets.
2013-07-18add name offsets for npc and monster names.Andrei Karas5-11/+50
New attributes: nameOffsetX, nameOffsetY Example for monsters.xml: <monster id="0" name="Piou" targetCursor="small" walkType="fly" nameOffsetX="10"> Example for npcs.xml: <npc id="304" nameOffsetX="-10" nameOffsetY="-5">
2013-07-17show job level in job bar popup.Andrei Karas1-4/+7
2013-07-17remove unused variable from localplayer.Andrei Karas2-11/+0
2013-07-14update and rebuild translations.Andrei Karas48-27036/+23205
2013-07-13Fix formatting in keys help.Andrei Karas1-132/+132
2013-07-13Add support for tabulation to fixed browserbox rows.Andrei Karas6-0/+29
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line"
2013-07-13Dehardcode keys in help and in tips.Andrei Karas5-114/+136
2013-07-12add ability to show assigned keys in browserbox.Andrei Karas8-2/+46
Example: This is chat modifier key: ###ChatMod;. If chat mod key is left shift, it will show: "This is chat modifier key: left shift."
2013-07-12add option for enable/disable double click support.Andrei Karas6-58/+62
New option: setup / misc / other / Enable double clicks
2013-07-11Remove low level gm actions from popup to net code.Andrei Karas4-8/+40
2013-07-11Add chat command for gms for creating items.Andrei Karas10-8/+92
New command: /createitems It will open creation window.
2013-07-11Add some gm commands in player context menu.Andrei Karas2-14/+69
GM commands moved to submenu.
2013-07-11Remove unused code from item class.Andrei Karas2-23/+0
2013-07-11move sound constants to separate file.Andrei Karas18-12/+54
2013-07-10dehardcode death messages.Andrei Karas10-81/+185
add deadmessages.xml for death messages.
2013-07-10add support for signed and string attribute values in items.xml.Andrei Karas1-15/+26
2013-07-10Forgot a full stop at the end of the default AFK message.Alige1-1/+1
2013-07-10fix default configs using if run manaplus without install.Andrei Karas1-0/+1
2013-07-09fix background gradients in default theme.Andrei Karas12-12/+12
2013-07-09add temp onscreen image in jewelry theme.Andrei Karas1-0/+0
2013-07-09a bit improve particles calculation speed.Andrei Karas1-3/+3