summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Merge branch 'master' into strippedAndrei Karas1-0/+6
Conflicts: configure.ac data/Makefile.am data/fonts/liberationsans-bold.ttf data/fonts/liberationsans.ttf data/fonts/liberationsansmono-bold.ttf data/fonts/liberationsansmono.ttf data/themes/redandblack/CMakeLists.txt data/themes/redandblack/Makefile.am po/cs.po po/de.po po/es.po po/fi.po po/fr.po po/id.po po/ja.po po/manaplus.pot po/nl_BE.po po/pl.po po/pt.po po/pt_BR.po po/ru.po po/zh_CN.po src/guichan/color.cpp src/guichan/defaultfont.cpp src/guichan/focushandler.cpp src/guichan/include/guichan/actionlistener.hpp src/guichan/include/guichan/deathlistener.hpp src/guichan/include/guichan/focushandler.hpp src/guichan/include/guichan/focuslistener.hpp src/guichan/include/guichan/graphics.hpp src/guichan/include/guichan/keylistener.hpp src/guichan/include/guichan/listmodel.hpp src/guichan/include/guichan/mouselistener.hpp src/guichan/include/guichan/sdl/sdlpixel.hpp src/guichan/include/guichan/widget.hpp src/guichan/include/guichan/widgetlistener.hpp src/guichan/include/guichan/widgets/listbox.hpp src/guichan/include/guichan/widgets/slider.hpp src/guichan/sdl/sdlgraphics.cpp src/guichan/sdl/sdlimage.cpp src/guichan/widgets/scrollarea.cpp src/guichan/widgets/slider.cpp src/guichan/widgets/tabbedarea.cpp src/guichan/widgets/textbox.cpp src/guichan/widgets/window.cpp src/net/manaserv/attributes.cpp src/net/manaserv/beinghandler.cpp src/net/manaserv/charhandler.cpp src/net/manaserv/gamehandler.h src/net/manaserv/inventoryhandler.cpp src/net/manaserv/inventoryhandler.h src/net/manaserv/itemhandler.cpp src/net/manaserv/loginhandler.cpp src/net/manaserv/network.cpp
2012-02-27Add sliderlist setup item.Andrei Karas1-0/+2
2012-02-25Add SliderList control.Andrei Karas1-0/+2
2012-02-23Remove manaserv support.Andrei Karas1-56/+0
2012-02-23Remove sdl files for mac. This files was unused in build process on fink.Andrei Karas1-3/+1
2012-02-23Remove debug files.Andrei Karas1-12/+1
It not usefull in normal usage, because need only for memory debug.
2012-02-19Add visual page in settings.Andrei Karas1-0/+2
Move pickup particle settings to visual tab page.
2012-02-19Merge branch 'master' into strippedAndrei Karas1-1/+16
2012-02-12Add unit tests for stringutils.Andrei Karas1-4/+5
2012-02-11Add support for gtest framework.Andrei Karas1-0/+4
2012-02-05Add own translation system.Andrei Karas1-0/+6
2012-02-05Separate map class to map and maplayer.Andrei Karas1-1/+3
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-02-05Merge branch 'master' into strippedAndrei Karas1-0/+6
Conflicts: src/guichan/gui.cpp src/guichan/include/guichan/sdl/sdlpixel.hpp
2012-02-01Rename CustomServerDialog to EditServerDialog.Andrei Karas1-0/+2
Use EditServerDialog for adding new servers to ServerDialog.
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-0/+2
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp
2012-01-23Add false and true condition logging.Andrei Karas1-0/+2
2012-01-22Merge commit 'v1.2.1.22' into strippedAndrei Karas1-3/+9
Conflicts: data/fonts/mplus-1p-bold.ttf data/fonts/mplus-1p-regular.ttf src/CMakeLists.txt src/Makefile.am src/guichan/gui.cpp
2012-01-04Add ability for testing drivers and graphics.Andrei Karas1-0/+4
2012-01-04Add process execute functions.Andrei Karas1-0/+2
2011-12-29Move sha256 files to manaserv only files.Andrei Karas1-2/+2
2011-11-28Merge commit 'v1.1.11.27' into strippedstripped1.1.11.27Andrei Karas1-0/+2
Conflicts: data/Makefile.am
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-0/+2
2011-11-13Merge branch 'master' into strippedstripped1.1.11.12Andrei Karas1-0/+1
Conflicts: data/fonts/mplus-1p-bold.ttf data/fonts/mplus-1p-regular.ttf src/guichan/basiccontainer.cpp src/guichan/focushandler.cpp src/guichan/graphics.cpp src/guichan/gui.cpp src/guichan/image.cpp src/guichan/include/guichan/widgets/checkbox.hpp src/guichan/include/guichan/widgets/dropdown.hpp src/guichan/sdl/sdlgraphics.cpp src/guichan/sdl/sdlimage.cpp src/guichan/widget.cpp src/guichan/widgets/dropdown.cpp src/guichan/widgets/icon.cpp src/guichan/widgets/imagebutton.cpp src/guichan/widgets/listbox.cpp src/guichan/widgets/scrollarea.cpp src/guichan/widgets/tab.cpp src/guichan/widgets/tabbedarea.cpp src/guichan/widgets/textbox.cpp src/guichan/widgets/window.cpp
2011-11-13Add missing h file to make and project files.Andrei Karas1-0/+1
2011-09-04Merge branch 'master' into strippedstripped1.1.9.4Andrei Karas1-0/+6
Conflicts: data/fonts/mplus-1p-bold.ttf data/fonts/mplus-1p-regular.ttf src/guichan/basiccontainer.cpp src/guichan/include/guichan/basiccontainer.hpp src/guichan/widgets/window.cpp
2011-08-30Add auction bot support switch.Andrei Karas1-0/+2
2011-08-28Fix possible conflicts between class names GuildTab, PartyTab and other.Andrei Karas1-2/+2
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+4
Not working context menu actions, chat commands, auto complete.
2011-08-24Remove internal guichan support.stripped1.1.8.21stripeed1.1.8.21Andrei Karas1-97/+1
2011-08-24Remove embeded guichan.Andrei Karas1-23/+1
Add cmake deps for system wide guichan.
2011-08-15Move setupitem class to widgets directory.Andrei Karas1-2/+2
2011-08-12Rename file name table to correct guitable.Andrei Karas1-2/+2
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-2/+2
2011-08-12Rename file name updatewindow to correct updaterwindow.Andrei Karas1-2/+2
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-4/+4
2011-08-10Add players setup tab.Andrei Karas1-0/+2
Move all player related settings from relation tab to players tab.
2011-08-10Rename setup_players to setup_relations.Andrei Karas1-2/+2
2011-08-09Add perfomance setup tab.Andrei Karas1-0/+2
Move some settings from video to perfomance tab.
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas1-1/+3
2011-07-31Extract shared logic from specialhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-07-31Extract shared logic from npchandler and playerhandler netcode to ea namespace.Andrei Karas1-0/+4
2011-07-31Extract shared logic from itemhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-1/+3
2011-07-30Extract shared logic from guildhandler and partyhandler netcode to ea namespace.Andrei Karas1-0/+8
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas1-1/+5
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea ↵Andrei Karas1-1/+5
namespace.
2011-06-24Delete some useless files and rename windows resource file.Andrei Karas1-1/+1
Fix some strings in INSTALL file.
2011-06-19Redesign Misc setup page.Andrei Karas1-0/+2
2011-06-18Start implimenting new setup pages.Andrei Karas1-0/+2
Add new container for setup items. Imporved other containers.