summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.
2012-11-15Disable beings popups under Android by default.Andrei Karas1-1/+2
2012-11-14Add support for on screen joystick for moving.Andrei Karas1-0/+2
2012-11-02Really set maximum resolution on first start on Android.Andrei Karas1-0/+5
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-0/+1
2012-10-20Add option to allow screensaver. (by default screensaver disabled)Andrei Karas1-0/+1
2012-10-18Simplify reading values from config.Andrei Karas1-0/+1
2012-10-08Enable texture sampler by default only for Nvidia driver.Andrei Karas1-1/+1
Because other extensions can not work with it at same time. Bugs in Mesa...
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-0/+1
2012-10-06Fix default particle effects in attacks.Andrei Karas1-0/+1
Was broken in previous commits. Also add default value for "effectId" in paths.xml (by default -1)
2012-10-03Add sound effects for open/close windows.Andrei Karas1-0/+2
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas1-0/+1
2012-09-30add atlas textures support.Andrei Karas1-0/+1
2012-08-26Add const to some classes.Andrei Karas1-1/+1