summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-24Updated libpng and changed it to static lib. Updated .gitignore.Socapex5-11/+13
2013-02-24Replace newQuestSfx and completeQuestSfx to newQuestEffectId and ↵Andrei Karas3-3/+16
completeQuestEffectId. Now in new/complete quest possible play also particle effects.
2013-02-24Remove levelUpEffectFile variable.Andrei Karas1-1/+0
It used only in Manaserv levelup code.
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas14-173/+155
This allow use pseudo skills controlled by quest variables.
2013-02-23Improve graphics class.Andrei Karas1-49/+35
2013-02-23Improve game class.Andrei Karas1-67/+51
2013-02-23Improve effectmanager class.Andrei Karas2-8/+14
2013-02-23Improve dropshortcuts class speed.Andrei Karas1-5/+5
2013-02-23remove useless code from depricatedevent class.Andrei Karas2-33/+27
2013-02-23add const and some minor changes in configuration class.Andrei Karas2-72/+45
2013-02-23add const and some minor changes in compoundsprite class.Andrei Karas2-17/+4
2013-02-22const and other minor changes in commands.cppAndrei Karas6-53/+44
2013-02-22Add const and some other minor changes in chatlogger and client classes.Andrei Karas3-127/+95
2013-02-22Disable for now FBO support on Android.Andrei Karas1-0/+2
2013-02-22Fix change password issue with empty players list.Andrei Karas4-5/+8
2013-02-21fix name signs update.Andrei Karas1-1/+3
Some times $|A can not be visible in player name.
2013-02-21Improve physfs calls to get dir separator.Andrei Karas8-29/+32
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas4-10/+28
2013-02-20Fix cmake building on linux Adding the rt library so manaplus can compile on ↵James Walsh1-0/+3
distributions that disallow implicit linking
2013-02-20Fix afk particle effect.Andrei Karas1-0/+3
2013-02-20Fix compilation with old physfs.Andrei Karas2-6/+6
2013-02-20Add missing files gmtab.cpp/hAndrei Karas2-0/+119
2013-02-20Fix compilation errors.Andrei Karas1-0/+2
2013-02-19Remove spaces in browser links.Andrei Karas1-3/+3
2013-02-19Add support for away particle effect.Andrei Karas6-1/+66
2013-02-19Add option to enable/disable gm tab.Andrei Karas4-2/+9
Enabled by default.
2013-02-19Add support for GM tab.Andrei Karas17-3/+81
This tab visible all messages from @wgm chat command and local messages in this tab.
2013-02-18Change process priority depend on game state.Andrei Karas4-0/+22
implimented only for windows version.
2013-02-18Add option to show/hide guild online messages.Andrei Karas10-3/+56
Disabled by default.
2013-02-18Fix random not working guild tab with guild bot integration.Andrei Karas3-2/+31
2013-02-18Remove auction bot support.Andrei Karas11-209/+0
This bot for long time offline in tmw and possible will be never online.
2013-02-18Add support for help seach links.Andrei Karas4-26/+46
To add link to search text: /url ?text Also add support for links in format: help://topic
2013-02-18Enable some features for tmw like servers.Andrei Karas3-12/+6
Now this features enabled because ManaPlus supported on this servers. Enabled features: race sprites draw npc option for not allow select npc map layer properties.
2013-02-18Remove manaserv files from cmake.Andrei Karas2-73/+5
2013-02-18remove sha256.cpp/h files.Andrei Karas3-341/+0
It used only in manaserv, and manaserv for now not supported.
2013-02-18move most direct calls to physfs to separate file.Andrei Karas15-88/+229
2013-02-16Fix make files to include tmw dir.v1.3.2.17Andrei Karas1-1/+1
2013-02-16Change version to 1.3.2.17.Andrei Karas7-7/+36
2013-02-16update and rebuld translations.Andrei Karas49-27348/+25039
2013-02-16improve a bit names draw speed.Andrei Karas1-4/+12
2013-02-16Fix crash with particle effects with animation/rotation without emitter.Andrei Karas2-3/+13
This bug first was detected in brazilian tmw server.
2013-02-15Do not disable opengl in safe mode in Android and Mac OSX.Andrei Karas1-0/+7
2013-02-15Fix code style.Andrei Karas1-2/+2
2013-02-14Disable in default theme background for playerbox.Andrei Karas1-1/+1
2013-02-14Remove empty lines and useless comments in npcdialog class.Andrei Karas1-12/+0
2013-02-14fix copyright years.Andrei Karas47-47/+47
2013-02-14Jewelry Theme: Increase contrast with highlighted handle in new scrollbar ↵Hal90001-0/+0
graphic.
2013-02-14Jewelry Theme: Fix issue in new scrollbar highlighted graphic.Hal90001-10/+10
2013-02-14fix keyboard icon in jewelry theme.Andrei Karas1-1/+14
2013-02-14Improve event.getId() speed.Andrei Karas30-150/+175