Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-20 | Fix range for NPCs to not include the warp class | Jared Adams | 1 | -1/+1 | |
2009-01-20 | Allow more monster types | Jared Adams | 1 | -1/+1 | |
2009-01-20 | Allow more NPCs | Jared Adams | 1 | -3/+3 | |
2008-12-08 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -3/+1 | |
Inspired by qDeleteAll() from Qt. Conflicts: ChangeLog src/beingmanager.cpp src/channelmanager.cpp src/gui/skill.cpp src/map.cpp src/resources/monsterinfo.cpp (cherry picked from mainline) | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -3/+0 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-10-31 | Merged revisions 4071,4093,4100,4363 via svnmerge from | Bjørn Lindeijer | 1 | -0/+22 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4071 | the_enemy | 2008-04-11 16:12:30 +0200 (Fri, 11 Apr 2008) | 3 lines Players now need to click on the monster sprites rather than the tile. Players will now move to the target before attacking it. ........ r4093 | the_enemy | 2008-04-15 18:10:32 +0200 (Tue, 15 Apr 2008) | 1 line Fixed clicking near player. ........ r4100 | peaveydk | 2008-04-16 13:59:36 +0200 (Wed, 16 Apr 2008) | 1 line Cancel walking to a clicked monster if the target is lost while getting to it (killed or otherwise removed). ........ r4363 | crush_tmw | 2008-06-24 14:42:04 +0200 (Tue, 24 Jun 2008) | 1 line corrected date in changelog ........ | |||||
2008-10-25 | attack range fixes, highlight monsters in range (by Chuck Miller) | Roderic Morris | 1 | -25/+14 | |
2008-10-24 | fixes for targetting (by Chuck Miller) | Roderic Morris | 1 | -2/+4 | |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -6/+9 | |
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-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -8/+9 | |
2008-09-15 | Commented out getBeingByPixel because it really isn't used, nor is there | Ira Rice | 1 | -2/+2 | |
much sense to. Shouldn't make any visible changes to performance yet, but I trimmed it out for now anyways. | |||||
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -2/+1 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -0/+15 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
2008-04-22 | Fixed a bug, thanks GCC 4.3! | Bjørn Lindeijer | 1 | -1/+1 | |
2008-04-15 | Fixed clicking near player. | David Athay | 1 | -0/+1 | |
2008-04-11 | Players now need to | David Athay | 1 | -0/+21 | |
click on the monster sprites rather than the tile. Players will now move to the target before attacking it. | |||||
2008-03-23 | Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from | Bjørn Lindeijer | 1 | -0/+27 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3823 | crush_tmw | 2007-12-28 19:36:58 +0100 (Fri, 28 Dec 2007) | 1 line Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept. ........ r3826 | crush_tmw | 2007-12-30 01:02:14 +0100 (Sun, 30 Dec 2007) | 1 line Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map. ........ r3839 | the_enemy | 2008-01-13 17:28:50 +0100 (Sun, 13 Jan 2008) | 1 line Fixed non-default location music loading ........ r3842 | crush_tmw | 2008-01-14 11:48:13 +0100 (Mon, 14 Jan 2008) | 1 line ixed an error in Davids last commit (couldn't compile that way). ........ | |||||
2007-12-30 | Added a key for targeting the nearest player character based on patches by ↵ | Philipp Sehmisch | 1 | -0/+27 | |
Trinexx. Some mapping fixes at snake dungeon map. | |||||
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 1 | -0/+1 | |
2007-10-18 | Removed guess of being type from class number. Factored handler for new beings. | Guillaume Melquiond | 1 | -9/+18 | |
2007-07-23 | Converted NPC code to new server. | Guillaume Melquiond | 1 | -12/+0 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -10/+14 | |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -5/+8 | |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 1 | -3/+2 | |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -3/+3 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -2/+27 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 1 | -0/+25 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-09-02 | Switched to short IDs for beings. | Guillaume Melquiond | 1 | -2/+2 | |
2006-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-08-27 | Removed Being::mFrame field. | Guillaume Melquiond | 1 | -2/+2 | |
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -2/+2 | |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 1 | -2/+1 | |
an ID. | |||||
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -6/+1 | |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ↵ | Eugenio Favalli | 1 | -3/+3 | |
protocol from tmwserv. | |||||
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -3/+4 | |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -5/+3 | |
using STL algorithms. | |||||
2006-02-25 | Added a logic method to the being manager. | Björn Steinbrink | 1 | -0/+20 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -4/+3 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -0/+143 | |