Age | Commit message (Expand) | Author | Files | Lines |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -7/+28 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -0/+1 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -13/+10 |
2009-01-25 | Made the labels on the progress bars more readable | Bjørn Lindeijer | 1 | -27/+3 |
2009-01-25 | Made the labels on the progress bars more readable | Bjørn Lindeijer | 1 | -19/+3 |
2009-01-24 | Updated DejaVuSans ttf file, as well as adding the bolded version, which | Ira Rice | 1 | -0/+8 |
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -8/+0 |
2009-01-24 | Code reformatting | Bjørn Lindeijer | 1 | -9/+7 |
2009-01-24 | Use standard GUI font also for speech and names | Bjørn Lindeijer | 1 | -8/+0 |
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-10 | Removed a debug line that was accidently left in. | Ira Rice | 1 | -2/+0 |
2009-01-09 | Made experience percentages report to the newest hundredth (as well as | Ira Rice | 1 | -5/+10 |
2008-12-17 | Reintroduced window name property | Bjørn Lindeijer | 1 | -2/+1 |
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+2 |
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+2 |
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -2/+39 |
2008-11-23 | Fixed MP bar colour | Fate | 1 | -1/+1 |
2008-11-23 | Merge branch '0.0' of git@gitorious.org:tmw/mainline into 0.0 | Fate | 1 | -2/+0 |
2008-11-23 | Grey out magic bar if matk negative, update F2 window magic bar | Fate | 1 | -0/+5 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+2 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-08-28 | Added support for being effects through the eAthena levelup message, and check | Bjørn Lindeijer | 1 | -1/+1 |
2008-08-15 | Activated MP status progress bar | Lloyd Bryant | 1 | -1/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -0/+1 |
2007-08-23 | Changed XP gaining effect to appear on the player instead. | Bjørn Lindeijer | 1 | -2/+3 |
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 1 | -2/+1 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -48/+6 |
2006-08-25 | Applied patch by mrha (Herbi), adding experience bar to the ministatus in the... | Bjørn Lindeijer | 1 | -5/+37 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication abi... | Eugenio Favalli | 1 | -7/+4 |
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -4/+7 |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -7/+4 |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -21/+11 |
2006-03-09 | Removed coordinate arguments from ProgressBar ctor. | Björn Steinbrink | 1 | -8/+7 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -32/+38 |
2006-01-30 | A few cleanups and simplifications. | Björn Steinbrink | 1 | -1/+1 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -7/+7 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -8/+0 |
2005-10-09 | Corrected the white browser font bug and the black hp/mp bug which were linke... | Yohann Ferreira | 1 | -2/+2 |
2005-10-04 | Fixed the black font bug in opengl. Only shows the current HP/MP in ministatu... | Yohann Ferreira | 1 | -4/+4 |
2005-10-04 | Set the white font in the ministatus window only in sdl mode until we have fo... | Yohann Ferreira | 1 | -2/+5 |
2005-10-04 | Changed the font in the ministatus win. Fixed some coords bugs when the stats... | Yohann Ferreira | 1 | -1/+3 |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few th... | Yohann Ferreira | 1 | -3/+4 |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, Y... | Yohann Ferreira | 1 | -6/+2 |
2005-09-28 | HP and MP display in the mini status window. | Yohann Ferreira | 1 | -3/+28 |