summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-18show online messages in party tab.Andrei Karas1-0/+1
by default disabled.
2013-09-15add option to not unload sounds after using.Andrei Karas1-0/+1
It configured by default for not unload sounds/music.
2013-09-09remove useless includes from some files.Andrei Karas1-4/+0
2013-09-06add globals filter.Andrei Karas1-0/+1
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha.
2013-09-05add option to use special diagonal moving speed.Andrei Karas1-0/+1
By default option enabled.
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-31move render classes into render dir.Andrei Karas1-2/+2
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+2
2013-07-12add option for enable/disable double click support.Andrei Karas1-0/+1
New option: setup / misc / other / Enable double clicks
2013-07-10dehardcode death messages.Andrei Karas1-0/+1
add deadmessages.xml for death messages.
2013-07-10Forgot a full stop at the end of the default AFK message.Alige1-1/+1
2013-07-02add missing default value.Andrei Karas1-0/+1
2013-05-30Add screenshots option in branding file.Andrei Karas1-0/+1
Example: <option name="screenshots" value="EvolOnline"/>
2013-05-26dehardcode client data configuration file names.Andrei Karas1-1/+22
Now names stored in paths.xml
2013-05-19Change http links from manaplus.evolonline.org to manaplus.orgAndrei Karas1-1/+1
2013-05-13fix code style and compilation warnings.Andrei Karas1-0/+1
2013-05-12add features configuration file to enable/disable features per server.Andrei Karas1-4/+6
2013-05-06set default onscreen buttons and joystick size depend on screen density.Andrei Karas1-10/+19
change config version to 2.
2013-05-03increase default font sizes for different densities.Andrei Karas1-3/+6
2013-05-03add config versioning.Andrei Karas1-0/+1
2013-05-01add theme default font size depend on screen density.Andrei Karas1-2/+4
2013-05-01use different default font sizes depend on screen density.Andrei Karas1-2/+18
2013-05-01add option to override detected screen density.Andrei Karas1-0/+1
2013-04-30add support for set fonts and font sizes from themes.Andrei Karas1-1/+1
Changed default font size from 11 to 12 px.
2013-04-20Remove unused defaults for attack sounds.Andrei Karas1-2/+0
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-0/+1
This can prevent random lags and also can use more memory.
2013-03-31Add option to move player names (disabled by default).Andrei Karas1-0/+1
In old implimentation names was always moved.
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-0/+1
This messages will be showed in language or general tab.
2013-03-22Add option to enable/disable language chat tab.Andrei Karas1-0/+1
2013-03-11Add option to enable/disable weight notifications.Andrei Karas1-0/+1
2013-03-07Fix key repeat time calculation.Andrei Karas1-0/+1
Add configurabale auto repeat time.
2013-03-06Add radio button in quit dialog for rate application in google play (only ↵Andrei Karas1-0/+2
for Android)
2013-02-24Add particle effect support for skill levelup.Andrei Karas1-0/+1
New option skillLevelUpEffectId
2013-02-24Replace newQuestSfx and completeQuestSfx to newQuestEffectId and ↵Andrei Karas1-0/+2
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-19Add support for away particle effect.Andrei Karas1-0/+1
2013-02-19Add option to enable/disable gm tab.Andrei Karas1-0/+1
Enabled by default.
2013-02-18Add option to show/hide guild online messages.Andrei Karas1-0/+1
Disabled by default.
2013-02-07By default on Android hide chat color picker.Andrei Karas1-1/+2
2013-02-06Set onscreen default buttons size depend on screen resolution.Andrei Karas1-2/+16
2013-01-27Set jewelry theme default on Android.Andrei Karas1-1/+2
2013-01-27Add option to autoresize minimaps.Andrei Karas1-0/+1
New option: misc \ maps \ resize minimaps.
2013-01-26Add support for manual compression selection.Andrei Karas1-1/+1
2013-01-25Set default Android fps limit to 100.Andrei Karas1-1/+2
Most devices anyway have build it fps limit and 100 here for protection.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-16Disable texture antialiasing by default (texture bluring)Andrei Karas1-1/+1
2013-01-15Enable music fadeout by default.Andrei Karas1-1/+1
2013-01-01Allow select differnt modes for on screen buttons.Andrei Karas1-0/+3
Now supported 2x1 and 2x2 modes.
2012-12-31Add configurable actions for onscreen buttons.Andrei Karas1-0/+2