Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-25 | add PKGBUILD to build system. | Andrei Karas | 4 | -1/+4 | |
2011-06-25 | Fix memory leaks in npchandler and npcdialog classes. | Andrei Karas | 2 | -0/+19 | |
2011-06-24 | Delete some useless files and rename windows resource file. | Andrei Karas | 10 | -777/+15 | |
Fix some strings in INSTALL file. | |||||
2011-06-23 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-06-23 | Fix compilation warnings. | Andrei Karas | 2 | -2/+8 | |
2011-06-23 | Made possible to separate the dye colors and channels | Yohann Ferreira | 9 | -25/+54 | |
for particle effects. It is now possible to write, for instance: <particlefx>my-particle-file.xml|#cbcb78,345678</particlefx> and in my-particle-file.xml: ... <property image="my-image.png|W" /> ... This will permit the use (and reuse) of generic particle files. Conflicts: src/particle.cpp src/particleemitter.cpp src/particleemitter.h src/simpleanimation.cpp | |||||
2011-06-22 | Add tips russian translation. | Andrei Karas | 23 | -3/+79 | |
2011-06-22 | Fix code style. | Andrei Karas | 4 | -8/+8 | |
2011-06-22 | Add to skills dialog tools tips with skill name and id. | Andrei Karas | 2 | -8/+39 | |
2011-06-21 | If client cant set video mode, it fall back to last mode. | Andrei Karas | 2 | -1/+25 | |
2011-06-21 | Add hardcoded modes to video modes list in settings. | Andrei Karas | 1 | -0/+48 | |
2011-06-20 | Rebuild language files and update translations. | Andrei Karas | 19 | -5287/+5627 | |
2011-06-19 | Fix action "copy eqipped to outfit". | Andrei Karas | 1 | -2/+2 | |
2011-06-19 | Fix reading default config values in setupitem class. | Andrei Karas | 2 | -13/+37 | |
2011-06-19 | Adjust input filed size in setupitem class. | Andrei Karas | 1 | -1/+1 | |
2011-06-19 | Redesign Chat setup page. | Andrei Karas | 6 | -329/+215 | |
2011-06-19 | Fix dependency in PKGBUILD. | Andrei Karas | 1 | -1/+1 | |
2011-06-19 | Redesign Misc setup page. | Andrei Karas | 17 | -532/+647 | |
2011-06-18 | Change example branding file extension from mana to manaplus. | Andrei Karas | 1 | -4/+4 | |
Fix some useless settings. | |||||
2011-06-18 | Start implimenting new setup pages. | Andrei Karas | 9 | -54/+203 | |
Add new container for setup items. Imporved other containers. | |||||
2011-06-16 | Fix dataDir in branding files. | Andrei Karas | 6 | -8/+94 | |
Move path functions to paths.cpp | |||||
2011-06-16 | Add dataPath to branding. | Andrei Karas | 7 | -14/+55 | |
2011-06-15 | Associate manaplus extension in windows with ManaPlus. | Andrei Karas | 2 | -5/+202 | |
2011-06-15 | Add option to use local time in chat. | Andrei Karas | 4 | -10/+38 | |
2011-06-15 | Fix context menu positions in some windows. | Andrei Karas | 4 | -2/+9 | |
2011-06-15 | Fix "add comment" for offline or invisible players from chat tab. | Andrei Karas | 1 | -0/+1 | |
2011-06-14 | Add missing checks. | Andrei Karas | 5 | -27/+55 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 12 | -5/+259 | |
2011-06-13 | Rename pt_PT help dir to pt. Fix make files in tips dirs. | Andrei Karas | 32 | -16/+30 | |
Add support for pt/pt_BR help in windows installer. | |||||
2011-06-12 | Some changes in the PKGBUILD | Aline Ferraz | 1 | -3/+1 | |
2011-06-12 | Merge remote-tracking branch 'upstream/master' | Aline Ferraz | 6 | -2/+69 | |
2011-06-12 | Add make script without optimisations with enabled gprofiler. | Andrei Karas | 2 | -2/+57 | |
Disable gprofiler in normal make script by default and enable leak detector. | |||||
2011-06-12 | Delete some forgotten variables from loginhandler on exit. | Andrei Karas | 4 | -0/+12 | |
2011-06-12 | ArchLinux PKGBUILD file | Aline Ferraz | 1 | -0/+21 | |
2011-06-12 | Merge remote-tracking branch 'upstream/master' | Aline Ferraz | 32 | -900/+1098 | |
2011-06-12 | Fix change character.v1.1.6.12 | Andrei Karas | 6 | -0/+16 | |
2011-06-11 | translations of tips pt_BR and pt_PT | Aline Ferraz | 37 | -0/+144 | |
2011-06-11 | Update translations. | Andrei Karas | 20 | -894/+1058 | |
2011-06-11 | Change version to 1.1.6.12 | Andrei Karas | 6 | -6/+24 | |
2011-06-11 | Allow find in inventory items with color 0 and 1 as 1. | Andrei Karas | 1 | -3/+6 | |
2011-06-11 | Update make script. | Andrei Karas | 1 | -1/+3 | |
2011-06-11 | Add configure keys for google perfomance tools. | Andrei Karas | 1 | -0/+24 | |
2011-06-10 | Add more "did you know?" texts. | Andrei Karas | 9 | -2/+29 | |
2011-06-10 | Fix code style. | Andrei Karas | 2 | -10/+16 | |
2011-06-10 | Improve image loading speed in Software mode. | Andrei Karas | 1 | -13/+16 | |
2011-06-10 | Improve fill rectangle speed in Software mode. | Andrei Karas | 3 | -2/+130 | |
2011-06-09 | Add did you know support to windows installer. | Andrei Karas | 1 | -0/+4 | |
2011-06-09 | Add more texts to "did you know" window. | Andrei Karas | 5 | -2/+7 | |
2011-06-09 | Rebuild language files. | Andrei Karas | 17 | -2658/+2830 | |
2011-06-09 | Allow select item with any color in code where colors not supported. | Andrei Karas | 3 | -13/+13 | |