Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-01 | Rename CustomServerDialog to EditServerDialog. | Andrei Karas | 4 | -275/+187 | |
Use EditServerDialog for adding new servers to ServerDialog. | |||||
2012-01-31 | Add CustomServerDialog from mana client. | Andrei Karas | 2 | -0/+306 | |
Based on commits: commit 98be39a094cc20f513da1847c553513682e4eeae Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Mon Nov 21 21:07:59 2011 +0100 commit 8cf8f82d0b933dab43372fb0afdda58687ce6af6 Author: Yohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer> Date: Wed Nov 23 19:01:08 2011 +0100 commit 55349d03c72de32159eab8bbaf36ef3504572c92 Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Thu Jan 12 23:43:24 2012 +0100 commit 3567d27ac0a472c90644ea643b48f7e85c767118 Author: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> Date: Sat Jan 14 14:00:06 2012 +0100 | |||||
2012-01-31 | Keep a single blank line between NPC texts | Thorbjørn Lindeijer | 1 | -0/+1 | |
Makes it easier to see what was added during a conversation. Reviewed-by: Yohann Ferreira | |||||
2012-01-31 | Redesing char creation dialog. | Andrei Karas | 2 | -44/+126 | |
Add support for reading all information about hair colors. | |||||
2012-01-31 | Add size limit to nick in char creation dialog. | Andrei Karas | 2 | -1/+3 | |
2012-01-31 | Add max chars limit for textfields. | Andrei Karas | 2 | -2/+2 | |
2012-01-31 | Extent max emotes count from 44 to 48 emotes. | Andrei Karas | 1 | -1/+1 | |
2012-01-30 | Rename isKeyActive to isActionActive om keyboard config class. | Andrei Karas | 3 | -11/+11 | |
2012-01-30 | Add option for enable/disable window resize. | Andrei Karas | 2 | -21/+36 | |
2012-01-30 | Add some missing checks to window resize code. | Andrei Karas | 2 | -4/+9 | |
2012-01-30 | Allow resize window on the fly from video settings tab. | Andrei Karas | 1 | -0/+4 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 6 | -52/+76 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-29 | Fix client detection in online list. | Andrei Karas | 1 | -4/+4 | |
And online list typo. | |||||
2012-01-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-01-29 | Fix memory leak in tathena online list introduced | Andrei Karas | 1 | -0/+7 | |
in commit 40f34b7ba7317f5f5c3dfbed0b291be9555d3137. | |||||
2012-01-29 | Fix possible hiding methods issues. | Andrei Karas | 7 | -27/+25 | |
2012-01-29 | Fix incorrect level in update list in tmw server. | Andrei Karas | 1 | -7/+6 | |
2012-01-29 | Show race name in char creation dialog. | Andrei Karas | 2 | -0/+9 | |
2012-01-29 | Fix compilation warnings. | Andrei Karas | 2 | -4/+4 | |
2012-01-29 | Use appname in user agents string while downloading files. | Andrei Karas | 1 | -2/+2 | |
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 3 | -30/+66 | |
2012-01-28 | Add basic support for extended online list on evol server. | Andrei Karas | 3 | -57/+156 | |
2012-01-27 | Cleanup outfits keys handling. | Andrei Karas | 1 | -361/+18 | |
2012-01-25 | Save camera mode before speaking with npc and restore after. | Andrei Karas | 3 | -2/+50 | |
2012-01-25 | Fix code style. | Andrei Karas | 1 | -1/+6 | |
2012-01-24 | Fix branding issues. Like incorrect default app name, not connecting to server. | Andrei Karas | 1 | -2/+6 | |
2012-01-24 | Fix possible crash in server change. | Andrei Karas | 1 | -0/+1 | |
2012-01-23 | Add moving camera commands from npc. | Andrei Karas | 2 | -0/+49 | |
2012-01-22 | Add tab names P and F to translation. | Andrei Karas | 1 | -2/+4 | |
2012-01-22 | Add to translation word "key" from top right buttons. | Andrei Karas | 1 | -1/+1 | |
2012-01-22 | Replace particle font to japan font if need. | Andrei Karas | 1 | -5/+14 | |
2012-01-22 | Made the update window bigger and resizable | Thorbjørn Lindeijer | 1 | -3/+7 | |
Also made it remember its size and position. Reviewed-by: Erik Schilling Conflicts: src/gui/updaterwindow.cpp | |||||
2012-01-21 | Change server list url to manaplus host. | Andrei Karas | 1 | -2/+5 | |
2012-01-21 | Fix more warnings. | Andrei Karas | 3 | -7/+7 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 10 | -12/+14 | |
2012-01-19 | Prevent adding double attributes to status window. | Andrei Karas | 3 | -1/+14 | |
2012-01-19 | In server dialog load by default all servers from external servers list. | Andrei Karas | 1 | -1/+1 | |
2012-01-19 | Allow pickup item with mouse under player. | Andrei Karas | 1 | -3/+11 | |
2012-01-18 | Fix crash if pickup items. | Andrei Karas | 2 | -19/+29 | |
2012-01-17 | Add friends tab to social window. | Andrei Karas | 3 | -7/+147 | |
2012-01-16 | Fix players online status in chat in evol server. | Andrei Karas | 1 | -0/+2 | |
2012-01-15 | Add support moving shortcuts like windows by header. | Andrei Karas | 2 | -0/+42 | |
2012-01-14 | fix adding gcc 4.7 support. | Andrei Karas | 2 | -2/+2 | |
2012-01-14 | Add additional pixel in shortcuts like windows for better moving. | Andrei Karas | 1 | -2/+2 | |
2012-01-13 | Fix possible incorrect memory access. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 5 | -15/+17 | |
2012-01-10 | Replace xmlStrEqual to xmlNameEqual. | Andrei Karas | 5 | -19/+19 | |
2012-01-10 | Replace all xmlNodePtr to XmlNodePtr. | Andrei Karas | 6 | -12/+12 | |
2012-01-08 | Add check for update files path. | Andrei Karas | 1 | -2/+3 | |
2012-01-08 | Validate update host. | Andrei Karas | 1 | -2/+10 | |