Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-06 | Ported a patch by Peavey on TMW to keep all item pointers inside of | Ira Rice | 1 | -1/+1 | |
inventory. For us, this should get rid of the arrow crashing bug, if it still exists (been a few weeks since I've heard of it happening now). | |||||
2008-11-06 | Have equipment tied into player inventory instead of keeping its own list of ↵ | Dennis Friis | 1 | -1/+1 | |
pointers to items. This ensures the ressource is up-to-date and avoids crashes on stale item pointers. | |||||
2008-11-05 | Minor targeting fix (don't count attacking against target timeouts), as | Ira Rice | 1 | -5/+6 | |
well as only calling the target draw update code only when necessary. | |||||
2008-11-01 | Magic implementation phase 1 and 2 (added netcode and a very crude gui for ↵ | Philipp Sehmisch | 1 | -4/+9 | |
using special actions like magic) | |||||
2008-11-01 | Merged revisions 4207-4209,4221-4222 via svnmerge from | Bjørn Lindeijer | 1 | -2/+4 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4207 | b_lindeijer | 2008-04-29 11:10:43 +0200 (Tue, 29 Apr 2008) | 6 lines * Fixed issue with determining whether chat input is focused (method no longer virtual). * Fixed sometimes rendering with the wrong font. * Fixed warnings about hiding virtual method, Window now always deletes its children (the option not to do so was never used anyway). ........ r4208 | b_lindeijer | 2008-04-29 13:25:26 +0200 (Tue, 29 Apr 2008) | 3 lines Removed unused option from GCContainer to not delete a child, fixing warnings about hiding virtual method gcn::Container::add. ........ r4209 | b_lindeijer | 2008-04-29 14:58:21 +0200 (Tue, 29 Apr 2008) | 3 lines When compiling with GCC, use the printf format attribute for the log method so that the compiler checks the type of its parameters. ........ r4221 | peaveydk | 2008-05-06 21:23:49 +0200 (Tue, 06 May 2008) | 1 line Dont allow dragging of empty placeholders. ........ r4222 | peaveydk | 2008-05-08 00:49:38 +0200 (Thu, 08 May 2008) | 1 line Make F8 toggle shortcut window as suggested by And1 an fate. ........ | |||||
2008-10-31 | Merged revisions 4071,4093,4100,4363 via svnmerge from | Bjørn Lindeijer | 1 | -5/+38 | |
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-30 | Minor fixes to movement and hit effects. Patch by Kage_Jittai. | Dennis Friis | 1 | -4/+4 | |
2008-10-30 | Fixed a small targeting issue that arose from having uninitialized data | Ira Rice | 1 | -10/+9 | |
at the start. | |||||
2008-10-28 | Fixed a fast walking bug that was caused by a state conflict | Ira Rice | 1 | -6/+0 | |
where the keys would tell the client to attack and stop attacking all at the same time. Thanks to SoftLace for reporting it. | |||||
2008-10-28 | Changed the name of the old target key to stop attack, as well as making | Ira Rice | 1 | -1/+7 | |
it do exactly that in the local player. Since it already was doing this behavior anyways, I just extended it out to stop attack at any point in the attack. | |||||
2008-10-28 | Fixed attacking so that it will actually continue to attack in | Ira Rice | 1 | -29/+43 | |
succession like it's intended to if it's given a true keep flag, or just do one attack if that flag isn't set. Since most people seem to prefer to continue to attack when attacking, shift will be used for when someone only wants to hit the target once. | |||||
2008-10-27 | Revised code so that dead sprites are de-targeted. | Ira Rice | 1 | -7/+14 | |
2008-10-27 | Fixed mouse attacks and targeting. | Ira Rice | 1 | -1/+5 | |
2008-10-27 | Added the ability to turn off a target by targeting it again after being | Ira Rice | 1 | -2/+9 | |
targeted. | |||||
2008-10-27 | Made targets draw on the fringe layer, as well as added t for talking to | Ira Rice | 1 | -3/+20 | |
an NPC, n for targeting an NPC, and changed basic targeting code so that it'll time out after being on a target for longer than a minute. | |||||
2008-10-27 | Add an effects manager (patch by Kage Jittai) | Jared Adams | 1 | -1/+3 | |
2008-10-27 | Merged the Tametomo branch back into trunk. Targeting has been removed | Ira Rice | 1 | -0/+99 | |
from the viewport, and is now located on the beings themselves. Eventually, this will be changed further so that the targets draw below the being, instead of maintaining the same logic, but baby steps first. | |||||
2008-10-26 | Pixel-accurate and fluently animated keyboard movement by Kage Jittai - ↵ | Philipp Sehmisch | 1 | -5/+31 | |
albeit not flawless it is still a big improvement. | |||||
2008-10-25 | attack range fixes, highlight monsters in range (by Chuck Miller) | Roderic Morris | 1 | -1/+13 | |
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 1 | -0/+26 | |
Fixed it so the correct direction will be Patch by Chuck Miller | |||||
2008-10-23 | Cleaned up ColorDB code so that it loads with all other databases, as | Ira Rice | 1 | -1/+0 | |
well as fixed color cycling. | |||||
2008-10-15 | src/localplayer.cpp | David Athay | 1 | -1/+1 | |
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-15 | De-hardcoded colors in trunk. Now, all colors are loaded from | Ira Rice | 1 | -0/+1 | |
colors.xml. | |||||
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -24/+39 | |
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 | -4/+18 | |
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to ↵ | Lloyd Bryant | 1 | -3/+5 | |
support storage | |||||
2008-08-28 | Accepted Patch by Scraggy that moves text in such a way that no text overlaps | Bjørn Lindeijer | 1 | -3/+25 | |
2008-08-18 | Fixed bugs with new arrow types | Lloyd Bryant | 1 | -3/+0 | |
2008-08-16 | reverted last change - playability issues | Lloyd Bryant | 1 | -4/+0 | |
2008-08-16 | Bugfix for segfault when hitting a warp while targeting another player | Lloyd Bryant | 1 | -0/+5 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -4/+26 | |
2008-07-07 | Added /party command. | David Athay | 1 | -2/+2 | |
2008-06-27 | add icons to the skill dialog | Roderic Morris | 1 | -14/+14 | |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -34/+3 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........ | |||||
2008-04-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 1 | -2/+2 | |
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 1 | -17/+17 | |
2008-04-22 | Added more support for parties | David Athay | 1 | -1/+7 | |
2008-04-18 | Limited keyboard walk messages flooding to one message per 1/10 sec. | Yohann Ferreira | 1 | -1/+5 | |
2008-04-17 | Moved walking calls flooding control when dragging mouse to viewport. | Yohann Ferreira | 1 | -14/+4 | |
2008-04-17 | Added input type parameter to the LocalPlayer::SetDestination methods in ↵ | Yohann Ferreira | 1 | -4/+14 | |
order to keep control over message flooding to the server with mouse dragging. (I need feedback !) | |||||
2008-04-16 | Cancel walking to a clicked monster if the target is lost while getting to ↵ | Dennis Friis | 1 | -0/+5 | |
it (killed or otherwise removed). | |||||
2008-04-11 | Players now need to | David Athay | 1 | -1/+32 | |
click on the monster sprites rather than the tile. Players will now move to the target before attacking it. | |||||
2008-04-04 | Spawning a particle effect whenever the client sends a move message to the ↵ | Philipp Sehmisch | 1 | -0/+1 | |
server to visualize the extreme flooding of the server with move message when the user moves with the mouse. | |||||
2008-04-03 | Added right click to invite to guild | David Athay | 1 | -0/+17 | |
2008-03-25 | Initialized some uninitialized variables (patch by peavey). | Philipp Sehmisch | 1 | -3/+5 | |
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid ↵ | Philipp Sehmisch | 1 | -7/+7 | |
asynchronisation. | |||||
2008-03-05 | Fixed guild creation. | David Athay | 1 | -56/+6 | |
2008-03-03 | Skill gui beautifications by roderic. | Philipp Sehmisch | 1 | -14/+16 | |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 1 | -0/+62 | |
2008-02-22 | Implemented skill name display in skill dialog and xp messages (based on a ↵ | Philipp Sehmisch | 1 | -1/+31 | |
patch by rodge) |