summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-04-18add delay to action sounds.Andrei Karas1-0/+1
delay now unused.
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+2
now pets cant move and dont have any ai. pet can be only spawn at player position if equiped item with assigned pet.
2013-04-08move direct SDL_net calls to proxy file sdltcpnet.Andrei Karas1-0/+2
2013-03-31Add support for sound effects in any notification messages.Andrei Karas1-0/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+2
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
2013-03-27improve charserverhandler class.Andrei Karas1-2/+2
2013-03-22Add language tab class.Andrei Karas1-0/+2
2013-03-17add walkmaps support.Andrei Karas1-0/+4
Fast detecting between two targets is they in same walkable area.
2013-03-08Impliment notify manager.Andrei Karas1-0/+3
Move buy/sell notifications to NotifyManager.
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-7/+7
2013-02-19Add support for GM tab.Andrei Karas1-0/+2
This tab visible all messages from @wgm chat command and local messages in this tab.
2013-02-18Remove auction bot support.Andrei Karas1-2/+0
This bot for long time offline in tmw and possible will be never online.
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-0/+2
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas1-6/+0
2012-12-31Add support for changable actions for onscreen controls.Andrei Karas1-0/+2
2012-12-27Remove textrenderer class.Andrei Karas1-1/+0
2012-12-15Add popup list. Replace listbox in dropdown to popup list.Andrei Karas1-2/+2
2012-12-09Add initial setup page for touch interfaces.Andrei Karas1-0/+2
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-2/+2
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas1-2/+2
2012-12-03Add support for relative mouse move in android version.Andrei Karas1-0/+2
2012-11-27Simplify command handlers.Andrei Karas1-0/+2
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-0/+4
Also add basic functions for handling other on screen buttons.
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-26Add initial version of mobile OpenGL backend.Andrei Karas1-1/+3
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-0/+2
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now.
2012-10-20Allow get colors from Widget2.Andrei Karas1-1/+0
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+2
2012-10-15Complete support for USE_MUMBLE flag.Andrei Karas1-0/+4
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas1-4/+0
It have some methods and widget connections what cant be changed by overloading.
2012-09-30add atlas textures support.Andrei Karas1-0/+2
2012-09-28remove unused guichan class.Andrei Karas1-2/+0
2012-09-24Remove unused guichan classes.Andrei Karas1-5/+0
2012-09-19Add resize grip padding.Andrei Karas1-2/+0
Fix resize grip position. New theme option: resizePadding
2012-08-19Move some code from network to base classes.Andrei Karas1-0/+2
2012-08-11Extend FBO support.Andrei Karas1-0/+2
Use FBO only if it supported. Use better FBO functions if possible.
2012-08-11Move fbo code to GraphicsManager from opengl backends.Andrei Karas1-0/+1
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+6
2012-07-28Add support for images in npc menu.Andrei Karas1-0/+3
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-2/+2
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-2/+2
2012-07-15Remove emote popup window.Andrei Karas1-2/+0
2012-07-07Remove manaserv from automake files.Andrei Karas1-64/+0
2012-06-30Extend leak detection features.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+49
Can register, create char, connect to map server and get map info.
2012-06-24Remove enet code from sources.Andrei Karas1-19/+1
It only need for manaserv server type, but manaserv still in long development.
2012-06-21Add delayed images load.Andrei Karas1-0/+2
Can work for now only in OpenGL modes.
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-0/+4
2012-06-10Move SubImage class to separate file.Andrei Karas1-2/+4
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-0/+2
Remove SDL merge method. It was very slow and unused.