summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-02Add missing const and static into other classes.Andrei Karas30-57/+58
2014-02-02Add missing const and static into render classes.Andrei Karas2-2/+2
2014-02-02Add missing const and static into translation classes.Andrei Karas2-6/+6
2014-02-02Add missing const and static into input classes.Andrei Karas4-9/+9
2014-02-02Add missing const and static into being classes.Andrei Karas6-17/+18
2014-02-02Add missing const and static into resource classes.Andrei Karas10-28/+41
2014-02-02Add missing const and static into net classes.Andrei Karas34-94/+83
2014-02-02Add missing const and static into gui classes.Andrei Karas39-96/+75
2014-02-01Change version to 1.4.2.1v1.4.2.1Andrei Karas1-2/+2
2014-02-01do not scale on the fly on windows.Andrei Karas1-0/+2
2014-02-01fix code style.Andrei Karas4-1/+8
2014-01-31Combine "Mod" and "Stop attack" keys.Andrei Karas5-14/+10
2014-01-30Fix code style.Andrei Karas6-11/+15
2014-01-29Fix paths for xsel and xdg-open on OpenBSD and FreeBSD.Andrei Karas2-2/+15
2014-01-29fix on the fly scalle changing.Andrei Karas1-5/+4
2014-01-29Fix screenshot directory saving/loading.Andrei Karas6-5/+38
2014-01-29apply configuration update before graphics initialization.Andrei Karas1-1/+1
2014-01-29Disable texture bluring in old configurations.Andrei Karas2-2/+4
2014-01-29allow apply scale without client restart.Andrei Karas7-16/+41
2014-01-29add option for changing scale.Andrei Karas2-1/+17
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas22-113/+231
2014-01-28Move direct SDL_GetMouseState calls into method in gui class.Andrei Karas8-16/+31
2014-01-27fix copyrights in sdlinput.cpp and sdlinput.h files.Andrei Karas2-3/+2
2014-01-27add GPL header into all guichan files.Andrei Karas74-4/+1481
2014-01-27fix guichan headers.Andrei Karas74-238/+168
2014-01-27Mark external guichan usage as depricated.Andrei Karas2-1/+6
2014-01-27remove platform.hpp from guichan sources.Andrei Karas43-171/+45
2014-01-26add chat command for uploading server config.xmlAndrei Karas2-0/+10
2014-01-26add chat command for uploading log file.Andrei Karas2-0/+10
2014-01-26add chat command for uploading main config.xmlAndrei Karas11-14/+119
2014-01-26add basic file uploading.Andrei Karas4-87/+191
2014-01-23remove default parameter from download object.Andrei Karas3-3/+3
2014-01-22xcode stuffSocapex1-1/+1
2014-01-22add dumpmods chat command for show enabled mods.Andrei Karas2-0/+9
2014-01-20dont add and remove pets for temporary sprites.Andrei Karas1-2/+2
2014-01-20add attack action for pets.Andrei Karas6-2/+83
2014-01-19fix pet talk and emote if trade tab is disabled.Andrei Karas1-27/+33
2014-01-19in emotes popup show also emote id.Andrei Karas3-1/+7
2014-01-18fix onscreen joystick.v1.4.1.18Andrei Karas1-0/+3
2014-01-18Change version to 1.4.1.18.Andrei Karas1-2/+2
2014-01-18fix code style.Andrei Karas4-5/+4
2014-01-17fix crash on window resize.Andrei Karas3-2/+35
2014-01-17disable for now screenshot dir editing in windows.Andrei Karas1-0/+2
2014-01-16add workaround for fix issue with chat messages if used external guichan.Andrei Karas1-0/+2
2014-01-16load mods from <mod> tag in resources.xmlAndrei Karas1-18/+20
2014-01-16delete from cache background image if it unused.Andrei Karas1-4/+5
2014-01-16add missing const in xmlnode pointers.Andrei Karas34-81/+120
2014-01-15fix rainbow chat colors for different utf8 chars and smiles.Andrei Karas1-21/+38
2014-01-15reload background image if reconnecting to other server.Andrei Karas3-0/+11
2014-01-15Fix unloading mods setting tab if change character or network error.Andrei Karas2-6/+14