Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -4/+5 |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -170/+65 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -2/+0 |
2009-01-09 | More code style cleanups | Ira Rice | 1 | -4/+2 |
2009-01-09 | Added the ability to see your own name in game. | Ira Rice | 1 | -0/+11 |
2009-01-06 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -2/+0 |
2009-01-06 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -2/+0 |
2009-01-06 | Fixed the windows cbp file, deleted some files which we don't use, and | Ira Rice | 1 | -1/+1 |
2008-12-08 | Fixed speech bubbles, which broke on the last merger. | Ira Rice | 1 | -0/+1 |
2008-12-07 | Tweaked some configuration defaults | Bjørn Lindeijer | 1 | -2/+2 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -4/+5 |
2008-12-07 | Some code reformatting | Bjørn Lindeijer | 1 | -1/+1 |
2008-12-07 | Tweaked some configuration defaults | Bjørn Lindeijer | 1 | -2/+2 |
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -0/+6 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -7/+4 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-10-28 | Fixed attacking so that it will actually continue to attack in | Ira Rice | 1 | -1/+1 |
2008-10-27 | Revised code so that dead sprites are de-targeted. | Ira Rice | 1 | -1/+1 |
2008-10-27 | Changed mouse attack behavior so that if you click on a being that's too | Ira Rice | 1 | -1/+1 |
2008-10-27 | Fixed mouse attacks and targeting. | Ira Rice | 1 | -4/+2 |
2008-10-27 | Made targets draw on the fringe layer, as well as added t for talking to | Ira Rice | 1 | -3/+0 |
2008-10-27 | Merged the Tametomo branch back into trunk. Targeting has been removed | Ira Rice | 1 | -94/+1 |
2008-10-23 | A few more compiler warnings fixed. | Ira Rice | 1 | -1/+1 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -80/+63 |
2008-09-15 | Commented out getBeingByPixel because it really isn't used, nor is there | Ira Rice | 1 | -4/+4 |
2008-08-28 | Accepted Patch by Scraggy that moves text in such a way that no text overlaps | Bjørn Lindeijer | 1 | -21/+7 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -22/+8 |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -7/+5 |
2008-04-16 | Fixed compilation warning. | Bjørn Lindeijer | 1 | -2/+2 |
2008-04-15 | Fixed clicking near player. | David Athay | 1 | -2/+0 |
2008-04-11 | Players now need to | David Athay | 1 | -2/+19 |
2008-03-27 | Applied patch by peavey and added his name to the ChangeLog some more. | Bjørn Lindeijer | 1 | -1/+2 |
2008-02-12 | Made pathfinding not halt on collision destination tile, made moving around w... | Eugenio Favalli | 1 | -1/+1 |
2007-12-31 | Added config options to set the scroll center. Retained scroll offset during ... | Philipp Sehmisch | 1 | -51/+53 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -1/+1 |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -1/+1 |
2007-08-23 | Removed two useless popup related methods, used generic close button | Bjørn Lindeijer | 1 | -14/+2 |
2007-08-14 | Fixed popup menu requiring one more click after being used. | Eugenio Favalli | 1 | -7/+2 |
2007-05-23 | Added a missing include and fixed a bug with cleaning up target cursor | Bjørn Lindeijer | 1 | -6/+7 |
2007-05-23 | Replaced target cursor graphics with higher quality ones by Pauan. | Philipp Sehmisch | 1 | -6/+6 |
2007-05-20 | Added different target cursor sizes for monsters. Graphics for small and larg... | Philipp Sehmisch | 1 | -22/+52 |
2007-05-07 | Fixed positioning of monster names and target circles. | Philipp Sehmisch | 1 | -15/+18 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -14/+18 |
2007-03-21 | Avoiding magic numbers where possible (1002) and also display the target when | Bjørn Lindeijer | 1 | -43/+31 |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-20 | Tweaked the target cursor and name drawing. | David Athay | 1 | -52/+63 |
2007-03-20 | Fixed target cursor animation, and changed when it is drawn. | David Athay | 1 | -57/+57 |
2007-03-19 | Added target cursor. Shows blue when target in range, and red when out of range. | David Athay | 1 | -0/+61 |