Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 27 | -742/+507 | |
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-14 | fix for guichan bug in tabbedareas | Roderic Morris | 2 | -0/+10 | |
2008-09-04 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 13 | -32/+22 | |
Inspired by qDeleteAll() from Qt. | |||||
2008-08-21 | fix svn properties and id tags | Roderic Morris | 4 | -10/+9 | |
2008-08-18 | fix bug #209, display skill icons correctly. | Roderic Morris | 6 | -7/+147 | |
2008-08-13 | Call the more appropriate method (adjustSize instead of logic). | Bjørn Lindeijer | 1 | -1/+1 | |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 10 | -14/+183 | |
2008-07-24 | Reverted | David Athay | 3 | -1/+5 | |
Alt-Gr fix. Added NPC error messages. | |||||
2008-07-22 | Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0 | David Athay | 7 | -14/+17 | |
2008-07-17 | Fixed crash with party invite dialog | David Athay | 1 | -2/+0 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 4 | -6/+8 | |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 3 | -1/+14 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 7 | -90/+8 | |
2008-07-07 | Added /party command. | David Athay | 5 | -4/+30 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 2 | -36/+111 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 2 | -5/+4 | |
2008-07-04 | Ugly hack for chat scrolling. | David Athay | 2 | -9/+30 | |
2008-07-03 | Fix guild window focus and crash bug | David Athay | 2 | -3/+3 | |
2008-07-02 | Fixed speech bubbles staying on screen after map change bug. | Philipp Sehmisch | 1 | -0/+2 | |
2008-07-01 | fix build files | Roderic Morris | 2 | -1/+5 | |
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Updated project files. | Philipp Sehmisch | 1 | -0/+4 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 15 | -139/+670 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-27 | add icons to the skill dialog | Roderic Morris | 3 | -20/+41 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 7 | -17/+89 | |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 1 | -2/+2 | |
2008-06-11 | Fixed displaying guild members in the guild window | David Athay | 1 | -0/+1 | |
2008-06-10 | update chat packet defs, get rid of unused functions | Roderic Morris | 3 | -23/+7 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 11 | -191/+377 | |
2008-06-04 | Small fix for displaying all names. | Mateusz Kaduk | 1 | -1/+3 | |
2008-06-04 | Added switch option drawing nicknames only if mouse hover. Useful in crowded ↵ | Mateusz Kaduk | 5 | -17/+65 | |
places. | |||||
2008-06-03 | channel announcements and leave / enter messages, chat code refactoring | Roderic Morris | 8 | -312/+357 | |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 2 | -68/+10 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 2 | -0/+3 | |
2008-05-20 | fixed some filename confusion messup in the last commit. | Philipp Sehmisch | 2 | -172/+19 | |
2008-05-19 | Added the possibility to add particle effects to NPCs in npcs.xml. | Philipp Sehmisch | 3 | -5/+175 | |
2008-05-19 | (no commit message) | Philipp Sehmisch | 1 | -0/+2 | |
2008-05-16 | Applied QOALs patch to fix popup bug | David Athay | 1 | -2/+2 | |
2008-05-15 | Fixed chat window scrolling | David Athay | 1 | -0/+2 | |
2008-05-15 | Added tab with image based on button | David Athay | 8 | -14/+254 | |
2008-05-12 | Fix building on other build systems | David Athay | 2 | -4/+0 | |
2008-05-09 | Changed the tabbedarea to be transparant as before. Changed setup | David Athay | 11 | -209/+28 | |
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-08 | Fixed initialisation in case | David Athay | 1 | -1/+2 | |
2008-05-07 | Made say messages from being ID 0 display as messages from server. | Philipp Sehmisch | 1 | -2/+8 | |
2008-05-05 | Only update the size of chat window widgets when it is resized. | Bjørn Lindeijer | 2 | -12/+15 | |
2008-05-04 | Merged revisions ↵ | Bjørn Lindeijer | 14 | -97/+48 | |
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-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 3 | -6/+6 | |
2008-04-28 | Skills patch by roderic, mantis id=209 | David Athay | 4 | -61/+148 | |
2008-04-28 | Added party invite dialog | David Athay | 5 | -23/+106 | |
2008-04-26 | Made smooth color changing and smooth progress optional. | Yohann Ferreira | 2 | -11/+45 | |