Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-26 | add basic animation unit tests. | Andrei Karas | 1 | -0/+1 | |
2013-06-09 | Add cpu features detection. | Andrei Karas | 1 | -0/+2 | |
2013-06-01 | add dragdrop between inventory and outfits window. | Andrei Karas | 1 | -0/+1 | |
2013-05-21 | improve skilldialog class. | Andrei Karas | 1 | -0/+6 | |
split skilldialog file. | |||||
2013-05-18 | rename listender to depricatedlistener. | Andrei Karas | 1 | -2/+2 | |
2013-05-11 | Allow load avatars from avatars.xml | Andrei Karas | 1 | -0/+2 | |
2013-05-11 | fix make files for making tarball.v1.3.5.12 | Andrei Karas | 1 | -1/+1 | |
2013-04-29 | split being.cpp to some files. | Andrei Karas | 1 | -0/+3 | |
2013-04-29 | Improve a bit look in character selection window. | Andrei Karas | 1 | -0/+7 | |
Add selection skin for playerbox. New theme file: playerboxselected.xml | |||||
2013-04-25 | impliment new list in sdlfont. | Andrei Karas | 1 | -0/+1 | |
2013-04-24 | add null opengl renderer. | Andrei Karas | 1 | -0/+2 | |
2013-04-20 | add support for GIMP palettes for dye colors. | Andrei Karas | 1 | -0/+3 | |
Palette file must be named palette.gpl and contain colors with correct names. To use it in dye string can be used character @. Example: <color id="2" name="black" value="@Untitled7,Untitled8,Untitled6"/> in all dye string it not tested. | |||||
2013-04-18 | add delay to action sounds. | Andrei Karas | 1 | -0/+1 | |
delay now unused. | |||||
2013-04-14 | add basic client side only support for pets. | Andrei Karas | 1 | -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-08 | move direct SDL_net calls to proxy file sdltcpnet. | Andrei Karas | 1 | -0/+2 | |
2013-03-31 | Add support for sound effects in any notification messages. | Andrei Karas | 1 | -0/+2 | |
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+2 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -2/+2 | |
2013-03-22 | Add language tab class. | Andrei Karas | 1 | -0/+2 | |
2013-03-17 | add walkmaps support. | Andrei Karas | 1 | -0/+4 | |
Fast detecting between two targets is they in same walkable area. | |||||
2013-03-08 | Impliment notify manager. | Andrei Karas | 1 | -0/+3 | |
Move buy/sell notifications to NotifyManager. | |||||
2013-02-24 | Rename specialhandler to skillhandler. | Andrei Karas | 1 | -7/+7 | |
2013-02-19 | Add support for GM tab. | Andrei Karas | 1 | -0/+2 | |
This tab visible all messages from @wgm chat command and local messages in this tab. | |||||
2013-02-18 | Remove auction bot support. | Andrei Karas | 1 | -2/+0 | |
This bot for long time offline in tmw and possible will be never online. | |||||
2013-02-18 | move most direct calls to physfs to separate file. | Andrei Karas | 1 | -0/+2 | |
2013-02-10 | Remove channel classes because it was used only in manaserv. | Andrei Karas | 1 | -6/+0 | |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 1 | -0/+2 | |
2012-12-27 | Remove textrenderer class. | Andrei Karas | 1 | -1/+0 | |
2012-12-15 | Add popup list. Replace listbox in dropdown to popup list. | Andrei Karas | 1 | -2/+2 | |
2012-12-09 | Add initial setup page for touch interfaces. | Andrei Karas | 1 | -0/+2 | |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -2/+2 | |
2012-12-03 | Rename music.cpp/h to sdlmusic. | Andrei Karas | 1 | -2/+2 | |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 1 | -0/+2 | |
2012-11-27 | Simplify command handlers. | Andrei Karas | 1 | -0/+2 | |
2012-11-12 | Moving Android on screen keyboard button from SDL to ManaPlus. | Andrei Karas | 1 | -0/+4 | |
Also add basic functions for handling other on screen buttons. | |||||
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 | |
2012-10-26 | Add initial version of mobile OpenGL backend. | Andrei Karas | 1 | -1/+3 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -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-20 | Allow get colors from Widget2. | Andrei Karas | 1 | -1/+0 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+2 | |
2012-10-15 | Complete support for USE_MUMBLE flag. | Andrei Karas | 1 | -0/+4 | |
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -4/+0 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-09-30 | add atlas textures support. | Andrei Karas | 1 | -0/+2 | |
2012-09-28 | remove unused guichan class. | Andrei Karas | 1 | -2/+0 | |
2012-09-24 | Remove unused guichan classes. | Andrei Karas | 1 | -5/+0 | |
2012-09-19 | Add resize grip padding. | Andrei Karas | 1 | -2/+0 | |
Fix resize grip position. New theme option: resizePadding | |||||
2012-08-19 | Move some code from network to base classes. | Andrei Karas | 1 | -0/+2 | |
2012-08-11 | Extend FBO support. | Andrei Karas | 1 | -0/+2 | |
Use FBO only if it supported. Use better FBO functions if possible. | |||||
2012-08-11 | Move fbo code to GraphicsManager from opengl backends. | Andrei Karas | 1 | -0/+1 | |
2012-07-29 | Add quests netcode and quests window. | Andrei Karas | 1 | -0/+6 | |