summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-15Update windows installer scripts.Andrei Karas2-8/+12
2012-02-13Change default max chat lines to 40.Andrei Karas1-1/+1
2012-02-13Enable chat log by default.Andrei Karas1-1/+1
2012-02-12Small changes in build scripts.Andrei Karas2-3/+2
2012-02-12Add option to enable/disable grouping friends in online list.Andrei Karas4-3/+20
2012-02-12Fix possible infinite loop, also bit improve speed.Andrei Karas1-1/+3
2012-02-12Move logs from makecheck tools to subdirAndrei Karas6-9/+9
2012-02-12Remove unused variable.Andrei Karas1-1/+0
2012-02-12Add unit tests for stringutils.Andrei Karas2-4/+522
2012-02-12Fix some possible errors in string untils.Andrei Karas2-12/+24
2012-02-11Remove some unneeded includes.Andrei Karas17-28/+6
2012-02-11Add support for gtest framework.Andrei Karas5-0/+113
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas7-43/+46
2012-02-10Show gms in online list with green color (evol server).Andrei Karas2-3/+6
2012-02-09Add NotVersion map layer property.Andrei Karas1-0/+2
Client load this layer if client version less than property value.
2012-02-09Add Hidden layer property. If it set to 1 then client will ignore this layer.Andrei Karas1-6/+23
Add Version layer property. It show minimal client version supported by this layer.
2012-02-08Add /setdrop command to help files.Andrei Karas3-0/+3
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas5-0/+24
2012-02-08Increased drop counter max value from 9 to 30.Andrei Karas1-3/+12
2012-02-08Fix compilation errors and more style.Andrei Karas32-260/+234
2012-02-08Add makecheck5 tool.Andrei Karas1-0/+5
2012-02-08Fix code style with new tool.Andrei Karas76-184/+172
2012-02-06Add manaplus copyright to guichan files.Andrei Karas90-123/+213
2012-02-06Fix memory leak on exit.Andrei Karas3-0/+10
2012-02-06Update and rebuild translations.Andrei Karas14-5794/+6104
2012-02-06Use client data translation. For now language same as gui language.Andrei Karas6-16/+24
Fix some untranslated gettext lines.
2012-02-05Add own translation system.Andrei Karas15-0/+573
2012-02-05Fix string in pvp attack modes.Andrei Karas1-1/+1
2012-02-05Separate map class to map and maplayer.Andrei Karas13-1052/+1131
2012-02-05Move path functions from stringutils to paths.Andrei Karas8-12/+16
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas12-64/+139
2012-02-04Change version to 1.2.2.5.v1.2.2.5Andrei Karas7-7/+36
2012-02-04Update and rebuild translations.Andrei Karas15-910/+971
2012-02-04Add admin flag to manaplus and evol windows installers.Andrei Karas2-0/+2
2012-02-04Fix client launching in evol branding.Andrei Karas1-1/+1
2012-02-04Update evol servers list url.Andrei Karas1-1/+1
2012-02-03Rename some files for evol branding.Andrei Karas7-4/+51
2012-02-03Fix compilation warning with gcc 4.4.Andrei Karas1-1/+1
2012-02-03Add some missing getters.Andrei Karas58-163/+181
2012-02-03Add special attributes to emotes.Andrei Karas1-0/+5
2012-02-02Load hair colors from itemcolors.xml.Andrei Karas1-10/+36
Use also hair.xml for backward compotability.
2012-02-02Prevent emotes mess if in client data too many emotes.Andrei Karas1-1/+4
2012-02-02Add "no frame" option to hide window frame. Disabled by default.Andrei Karas11-39/+77
2012-02-02Fix updates problem if player by mistake enable empty custom update host.Andrei Karas1-1/+2
2012-02-02Use translation for server descriptions in server list.Andrei Karas3-1/+28
2012-02-02Update and rebuild translations.Andrei Karas17-5417/+5722
Fix translation bug "Ok" -> "OK".
2012-02-02Small code style fix.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas23-21/+81
2012-02-01Fix drop counter if drop item from any slot and buggy servers protection ↵Andrei Karas1-0/+7
activated.
2012-02-01Fix compilation warnings after previous commits.Andrei Karas2-2/+2