summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2008-08-12Removed autogen.sh and tell people in the INSTALL file to run 'autoreconf -i'Bjørn Lindeijer1-0/+5
instead. Please tell me if this doesn't work for you for some reason.
2008-07-24Reverted David Athay1-0/+5
Alt-Gr fix. Added NPC error messages.
2008-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay1-0/+6
2008-07-17Fixed crash with party invite dialogDavid Athay1-0/+5
2008-07-14fix view names checkbox, fix compilation with cmakeRoderic Morris1-0/+6
2008-07-14Added admin commands to /help and added registration of party handlerDavid Athay1-0/+5
2008-07-07get rid of channel registering related codeRoderic Morris1-0/+6
2008-07-07Added /party command.David Athay1-0/+2
2008-07-07Added help for each command based on mantis bug #359, thanks to ScraggyDavid Athay1-0/+5
2008-07-05Allow alt key for chatting on Mac, remove unneeded includes.David Athay1-0/+5
2008-07-04Ugly hack for chat scrolling.David Athay1-0/+4
2008-07-03Fix guild window focus and crash bugDavid Athay1-0/+5
2008-07-02Fixed speech bubbles staying on screen after map change bug.Philipp Sehmisch1-0/+4
2008-07-01fix build filesRoderic Morris1-0/+5
2008-07-01Updated project files.Philipp Sehmisch1-0/+1
2008-07-01Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵Philipp Sehmisch1-0/+15
files, item descriptions on mouse-over, map names in minimap window, speech bubbles)
2008-06-27add icons to the skill dialogRoderic Morris1-0/+6
2008-06-25handle topic changes and guild eventsRoderic Morris1-0/+8
2008-06-15fix compiler and cmake warningsRoderic Morris1-0/+5
2008-06-11Fixed displaying guild members in the guild windowDavid Athay1-0/+5
2008-06-10update chat packet defs, get rid of unused functionsRoderic Morris1-0/+6
2008-06-10add commandhandler class and fix / add some commandsRoderic Morris1-0/+12
2008-06-03channel announcements and leave / enter messages, chat code refactoringRoderic Morris1-0/+11
2008-05-30Fixed handling of announce messages and private messages. Don't cut off theBjørn Lindeijer1-0/+6
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge).
2008-05-22Fix compile errors when compiling with GCC 4.3 (patch by rodge)Bjørn Lindeijer1-0/+5
2008-05-20Mention Subversion instead of CVS.Bjørn Lindeijer1-11/+15
2008-05-19Added the possibility to add particle effects to NPCs in npcs.xml.Philipp Sehmisch1-0/+2
2008-05-19(no commit message)Philipp Sehmisch1-0/+5
2008-05-16Applied QOALs patch to fix popup bugDavid Athay1-0/+5
2008-05-15Fixed chat window scrollingDavid Athay1-0/+1
2008-05-15Added tab with image based on buttonDavid Athay1-0/+9
2008-05-12Fix building on other build systemsDavid Athay1-0/+4
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay1-0/+11
window and skills dialog to use the new tabbed area. Removed tabbed container as it is no longer used. Fixed a crash with the chat window.
2008-05-08Fixed initialisation in caseDavid Athay1-0/+4
2008-05-07forgot something in changelog.Philipp Sehmisch1-1/+2
2008-05-07Made say messages from being ID 0 display as messages from server.Philipp Sehmisch1-0/+5
2008-05-05Only update the size of chat window widgets when it is resized.Bjørn Lindeijer1-0/+5
2008-05-04Merged revisions ↵Bjørn Lindeijer1-6/+31
4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-4079,4082-4092,4094-4097,4099,4101-4109,4112-4115,4117-4129,4131-4150 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4031 | the_enemy | 2008-04-03 14:53:00 +0200 (Thu, 03 Apr 2008) | 1 line Tweaked disconnect dialog to fix crash bug id=250 ........ r4050 | b_lindeijer | 2008-04-07 19:37:23 +0200 (Mon, 07 Apr 2008) | 2 lines Merged changes made for the 0.0.24.1 release (4046:4048 from 0.0.24 branch). ........ r4066 | b_lindeijer | 2008-04-10 23:48:36 +0200 (Thu, 10 Apr 2008) | 2 lines Fixed compile warning. ........ r4076 | b_lindeijer | 2008-04-12 20:36:15 +0200 (Sat, 12 Apr 2008) | 3 lines Fixed display of item shortcut container. gcn::Widget::setWidth is no longer virtual. ........ r4079 | crush_tmw | 2008-04-14 09:50:25 +0200 (Mon, 14 Apr 2008) | 1 line Fixed multi-channel image dyeing (patch by fate) ........ r4096 | b_lindeijer | 2008-04-16 10:39:59 +0200 (Wed, 16 Apr 2008) | 3 lines Restored the text wrapping in TextBox, since it was based on overriding a method that is no longer virtual in Guichan 0.8.0 (gcn::TextBox::setText()). ........ r4097 | peaveydk | 2008-04-16 13:27:31 +0200 (Wed, 16 Apr 2008) | 1 line Fix a basic_string::at sometimes being out of range in BrowserBox::draw when checking for line separators. ........ r4099 | peaveydk | 2008-04-16 13:50:12 +0200 (Wed, 16 Apr 2008) | 1 line Also fix potential out of range in BrowserBox::draw when checking for color codes. ........ r4150 | b_lindeijer | 2008-04-20 21:24:33 +0200 (Sun, 20 Apr 2008) | 2 lines Forgot to remove the sound effects apparently, removed now. ........
2008-04-29Name structs with capital, just like classes.Bjørn Lindeijer1-2/+7
2008-04-28Skills patch by roderic, mantis id=209David Athay1-0/+2
2008-04-28Added party invite dialogDavid Athay1-0/+6
2008-04-26Made smooth color changing and smooth progress optional.Yohann Ferreira1-0/+2
2008-04-25Generic return values were incomplete client-side.Yohann Ferreira1-0/+1
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira1-0/+2
2008-04-25Added client-side email address change ability.Yohann Ferreira1-0/+9
2008-04-25Added party window, updated codeblocks project file.David Athay1-0/+5
2008-04-23Forget changelog entry yesterday.Bjørn Lindeijer1-1/+9
2008-04-23Fixed headers to be GPLDavid Athay1-0/+6
2008-04-22Added more support for partiesDavid Athay1-0/+5
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira1-0/+8