Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-20 | Change version to 1.3.7.21.v1.3.7.21 | Andrei Karas | 8 | -8/+19 | |
2013-07-20 | update and rebuild translations. | Andrei Karas | 40 | -3617/+3857 | |
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-14 | update and rebuild translations. | Andrei Karas | 48 | -27036/+23205 | |
2013-07-13 | Fix formatting in keys help. | Andrei Karas | 1 | -132/+132 | |
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 | 5 | -114/+136 | |
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 | 10 | -81/+185 | |
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 | fix background gradients in default theme. | Andrei Karas | 12 | -12/+12 | |
2013-07-09 | add temp onscreen image in jewelry theme. | Andrei Karas | 1 | -0/+0 | |
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 | 8 | -8/+22 | |
2013-07-06 | update translations. | Andrei Karas | 16 | -922/+922 | |
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 | |
2013-07-05 | Dont show "protect item" for pseudo items. | Andrei Karas | 1 | -2/+5 | |
2013-07-05 | fix resize issue in chat tabs. | Andrei Karas | 1 | -10/+7 | |
2013-07-04 | fix item selection in inventory. | Andrei Karas | 1 | -2/+1 | |
2013-07-04 | add missing checks. | Andrei Karas | 5 | -7/+18 | |
also fix crash in creating character with broken data. | |||||
2013-07-04 | fix storage crash on exit. | Andrei Karas | 1 | -3/+3 | |
2013-07-03 | Add drag and drop between trade window and other windows. | Andrei Karas | 1 | -7/+48 | |
2013-07-03 | add drag and drop support between inventory and storage. | Andrei Karas | 7 | -24/+69 | |
2013-07-03 | fix some leaks on exit. | Andrei Karas | 7 | -4/+19 | |
2013-07-03 | fix crash if exit with opened storage. | Andrei Karas | 1 | -1/+1 | |
2013-07-03 | simplify drag and drop source check. | Andrei Karas | 3 | -13/+19 | |
2013-07-03 | update and rebuild translations. | Andrei Karas | 40 | -7967/+8367 | |
2013-07-03 | remove unused code from shortcutcontainer. | Andrei Karas | 3 | -18/+0 | |
2013-07-03 | fix drag and drop inside some windows. | Andrei Karas | 4 | -12/+26 | |
2013-07-03 | add support for drag and drop from/to shortcuts window. | Andrei Karas | 8 | -47/+112 | |
2013-07-03 | add support for drag skill from skills window. | Andrei Karas | 4 | -7/+95 | |