Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-28 | move bools in shopitem. | Andrei Karas | 2 | -8/+8 | |
2013-07-28 | move bools in item. | Andrei Karas | 2 | -9/+9 | |
2013-07-28 | move bools in particleemitter. | Andrei Karas | 2 | -6/+9 | |
2013-07-28 | move bools in flooritem. | Andrei Karas | 2 | -4/+4 | |
2013-07-28 | move bools in particlecontainer. | Andrei Karas | 2 | -3/+3 | |
2013-07-28 | move bools in particle. | Andrei Karas | 2 | -29/+26 | |
2013-07-28 | move bools in compoundsprite. | Andrei Karas | 2 | -9/+8 | |
2013-07-28 | move bools in avatar. | Andrei Karas | 2 | -7/+8 | |
2013-07-28 | move bools in maplayer. | Andrei Karas | 2 | -18/+39 | |
2013-07-28 | move bools in localplayer. | Andrei Karas | 2 | -43/+43 | |
2013-07-28 | move bools in browserbox. | Andrei Karas | 2 | -17/+18 | |
2013-07-28 | add smiles checks in unit tests. | Andrei Karas | 1 | -0/+28 | |
2013-07-28 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-07-27 | allow buy protected items. | Andrei Karas | 3 | -7/+15 | |
2013-07-27 | Add support for chat emotes. | Andrei Karas | 2 | -5/+66 | |
Current emotes by needcoffee / CC0. Add emote to chat by %%X. where X is 0, 1, 2, etc. | |||||
2013-07-26 | add dye unit tests. | Andrei Karas | 2 | -1/+212 | |
2013-07-25 | Improve a bit dye code formatting. | Andrei Karas | 3 | -11/+11 | |
2013-07-24 | Dont save errors about item id 0 in logs. | Andrei Karas | 1 | -6/+13 | |
2013-07-23 | add support for attacksky and attackwater actions. | Andrei Karas | 8 | -13/+110 | |
2013-07-23 | Add new sprite actions for water and sky. | Andrei Karas | 6 | -20/+125 | |
New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused. | |||||
2013-07-21 | Add settings for monster hp bar offset. | Andrei Karas | 4 | -3/+26 | |
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30"> | |||||
2013-07-20 | Change version to 1.3.7.21.v1.3.7.21 | Andrei Karas | 1 | -2/+2 | |
2013-07-20 | Some bugfix in item creation logic. | Andrei Karas | 2 | -5/+5 | |
not show items with id < 500. | |||||
2013-07-19 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-07-18 | move shared code for reading being info attributes to separate class. | Andrei Karas | 7 | -54/+92 | |
Also fix name offsets for pets. | |||||
2013-07-18 | add name offsets for npc and monster names. | Andrei Karas | 5 | -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-17 | show job level in job bar popup. | Andrei Karas | 1 | -4/+7 | |
2013-07-17 | remove unused variable from localplayer. | Andrei Karas | 2 | -11/+0 | |
2013-07-13 | Add support for tabulation to fixed browserbox rows. | Andrei Karas | 6 | -0/+29 | |
Command: /tN; where N is number or characters in line. Example: "test\t10;line" will be converted into "test line" | |||||
2013-07-13 | Dehardcode keys in help and in tips. | Andrei Karas | 1 | -1/+1 | |
2013-07-12 | add ability to show assigned keys in browserbox. | Andrei Karas | 8 | -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-12 | add option for enable/disable double click support. | Andrei Karas | 6 | -58/+62 | |
New option: setup / misc / other / Enable double clicks | |||||
2013-07-11 | Remove low level gm actions from popup to net code. | Andrei Karas | 4 | -8/+40 | |
2013-07-11 | Add chat command for gms for creating items. | Andrei Karas | 10 | -8/+92 | |
New command: /createitems It will open creation window. | |||||
2013-07-11 | Add some gm commands in player context menu. | Andrei Karas | 2 | -14/+69 | |
GM commands moved to submenu. | |||||
2013-07-11 | Remove unused code from item class. | Andrei Karas | 2 | -23/+0 | |
2013-07-11 | move sound constants to separate file. | Andrei Karas | 18 | -12/+54 | |
2013-07-10 | dehardcode death messages. | Andrei Karas | 7 | -81/+141 | |
add deadmessages.xml for death messages. | |||||
2013-07-10 | add support for signed and string attribute values in items.xml. | Andrei Karas | 1 | -15/+26 | |
2013-07-10 | Forgot a full stop at the end of the default AFK message. | Alige | 1 | -1/+1 | |
2013-07-10 | fix default configs using if run manaplus without install. | Andrei Karas | 1 | -0/+1 | |
2013-07-09 | a bit improve particles calculation speed. | Andrei Karas | 1 | -3/+3 | |
2013-07-08 | add ability to show stats from items.xml like strings. | Andrei Karas | 6 | -23/+57 | |
2013-07-07 | add missing include header for FreeBSD. | Andrei Karas | 1 | -0/+3 | |
2013-07-07 | extent tab to follow different resize policy. | Andrei Karas | 3 | -3/+17 | |
2013-07-07 | fix again tabs size. | Andrei Karas | 2 | -1/+3 | |
2013-07-06 | fix chat tab resize and follow last line at same time.v1.3.7.7.1 | Andrei Karas | 1 | -1/+1 | |
2013-07-06 | Change version to 1.3.7.7.v1.3.7.7 | Andrei Karas | 1 | -2/+2 | |
2013-07-06 | fix code style and some minor issues. | Andrei Karas | 11 | -15/+13 | |
2013-07-05 | not allow use protected item from shortcuts bar. | Andrei Karas | 1 | -1/+2 | |