Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 3 | -2/+41 | |
Fixed it so the correct direction will be Patch by Chuck Miller | |||||
2008-10-24 | fixes for targetting (by Chuck Miller) | Roderic Morris | 4 | -15/+23 | |
2008-10-23 | Added missing header and print newline at end of usage instructions | Bjørn Lindeijer | 2 | -1/+2 | |
2008-10-23 | Added missing header file | Bjørn Lindeijer | 1 | -0/+1 | |
2008-10-23 | Fixed building with configure | Bjørn Lindeijer | 2 | -0/+6 | |
2008-10-21 | fix cmake build | Roderic Morris | 2 | -5/+11 | |
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 7 | -1/+141 | |
2008-10-20 | Added dyecmd commandline tool to client tools. See: ↵ | Andreas Habel | 8 | -0/+652 | |
http://mantis.themanaworld.org/view.php?id=423 | |||||
2008-10-15 | src/localplayer.cpp | David Athay | 9 | -1/+67 | |
src/net/beinghandler.cpp src/net/protocol.h src/net/gameserver/player.h src/net/gameserver/player.cpp src/net/beinghandler.h ChangeLog tmw.cbp | |||||
2008-10-10 | Some old uncommitted cleanup. | Bjørn Lindeijer | 5 | -13/+7 | |
2008-10-09 | Updated all translation files and fixed name of Chinese translation | Bjørn Lindeijer | 19 | -2084/+2906 | |
2008-10-09 | Updated translations from Launchpad and added new ones | Bjørn Lindeijer | 18 | -281/+4578 | |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 28 | -742/+573 | |
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues. | |||||
2008-09-14 | fix for guichan bug in tabbedareas | Roderic Morris | 3 | -5/+20 | |
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 14 | -33/+33 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-08-21 | fix svn properties and id tags | Roderic Morris | 5 | -10/+24 | |
2008-08-19 | Also install tabselected.png, circle-green.png and circle-gray.png | Bjørn Lindeijer | 3 | -1/+8 | |
2008-08-19 | Don't forget to install tab.png | Bjørn Lindeijer | 3 | -0/+7 | |
2008-08-18 | fix bug #209, display skill icons correctly. | Roderic Morris | 7 | -7/+154 | |
2008-08-13 | Call the more appropriate method (adjustSize instead of logic). | Bjørn Lindeijer | 2 | -132/+155 | |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 11 | -14/+192 | |
2008-08-12 | Removed autogen.sh and tell people in the INSTALL file to run 'autoreconf -i' | Bjørn Lindeijer | 3 | -15/+7 | |
instead. Please tell me if this doesn't work for you for some reason. | |||||
2008-07-24 | Reverted | David Athay | 4 | -1/+10 | |
Alt-Gr fix. Added NPC error messages. | |||||
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 8 | -14/+23 | |
2008-07-17 | Fixed crash with party invite dialog | David Athay | 2 | -2/+5 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 5 | -6/+14 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 4 | -1/+19 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 8 | -90/+14 | |
2008-07-07 | Added /party command. | David Athay | 6 | -4/+32 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 3 | -36/+116 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 3 | -5/+9 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 3 | -9/+34 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 4 | -344/+351 | |
2008-07-02 | Fixed speech bubbles staying on screen after map change bug. | Philipp Sehmisch | 2 | -0/+6 | |
2008-07-01 | fix build files | Roderic Morris | 4 | -1/+14 | |
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 4 | -338/+351 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 20 | -139/+721 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-27 | add icons to the skill dialog | Roderic Morris | 4 | -20/+47 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 8 | -17/+97 | |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 4 | -5/+7 | |
2008-06-11 | Fixed displaying guild members in the guild window | David Athay | 2 | -0/+6 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 4 | -23/+13 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 12 | -191/+389 | |
2008-06-04 | Small fix for displaying all names. | Mateusz Kaduk | 1 | -1/+3 | |
2008-06-04 | Added switch option drawing nicknames only if mouse hover. Useful in crowded ↵ | Mateusz Kaduk | 5 | -17/+65 | |
places. | |||||
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 9 | -312/+368 | |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 3 | -68/+16 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 3 | -0/+8 | |
2008-05-20 | fixed some filename confusion messup in the last commit. | Philipp Sehmisch | 2 | -172/+19 | |