summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-1/+3
2012-12-31Add option to show/hide onscreen keyboard icon.Andrei Karas1-0/+2
2012-12-30Add support for different sounds from different weapons.Andrei Karas1-0/+1
Also fixed sounds from non local player.
2012-12-25Add option to enable/disable music fade out (disabled by default).Andrei Karas1-0/+1
2012-12-21Add some missing config default values.Andrei Karas1-0/+3
2012-12-20add option for input logging.Andrei Karas1-0/+1
2012-12-17Add option to disable gamma correction.Andrei Karas1-0/+5
Gamma correction disable by default for MacOSX.
2012-12-09Add resize options for on screen joystick and buttons.Andrei Karas1-0/+2
2012-12-09Add initial setup page for touch interfaces.Andrei Karas1-0/+2
2012-12-05Change by default attack mode to "got attack and pickup".Andrei Karas1-1/+1
2012-12-03Add option to protect chat focus.Andrei Karas1-0/+1
Enabled by default.
2012-11-25Add relative mouse moving.Andrei Karas1-0/+2
Enabled by default in Android version.