Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-27 | Changed location of tmw directory on OSX | David Athay | 2 | -2/+8 | |
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 2 | -0/+3 | |
2008-05-22 | Did the same for CMake. | Bjørn Lindeijer | 1 | -0/+2 | |
2008-05-22 | Fixed linker error caused by missing module. | Bjørn Lindeijer | 1 | -3/+5 | |
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 12 | -106/+330 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4013 | crush_tmw | 2008-04-01 01:18:19 +0200 (Di, 01 Apr 2008) | 1 line Implemented NPC XML database which maps NPC IDs to one or more animation files and thus enables animated NPCs. ........ r4027 | crush_tmw | 2008-04-02 01:34:14 +0200 (Mi, 02 Apr 2008) | 1 line misspelled filename ........ r4043 | b_lindeijer | 2008-04-07 10:37:23 +0200 (Mo, 07 Apr 2008) | 3 lines Added XML::Document class which simplifies parsing an XML document and automatically cleans it up again. ........ r4174 | b_lindeijer | 2008-04-23 14:57:45 +0200 (Mi, 23 Apr 2008) | 2 lines Fixed svn:keywords properties and added header to guild.h. ........ r4250 | crush_tmw | 2008-05-19 18:18:38 +0200 (Mo, 19 Mai 2008) | 1 line Added the possibility to add particle effects to NPCs in npcs.xml. ........ r4254 | crush_tmw | 2008-05-20 15:58:26 +0200 (Di, 20 Mai 2008) | 1 line fixed some filename confusion messup in the last commit. ........ NOTE: This was my first commit using svnmerge. Please check if I did everything correctly. | |||||
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-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 6 | -221/+7 | |
issues, but it would be better to fix those instead of using this complicated workaround. | |||||
2008-05-16 | Applied QOAL's patch to fix popup bug. | David Athay | 1 | -2/+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-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 28 | -120/+2583 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
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-08 | Allow page up and page down to scroll the chat window, based on patch by fate. | Dennis Friis | 3 | -10/+52 | |
2008-05-07 | Made say messages from being ID 0 display as messages from server. | Philipp Sehmisch | 1 | -2/+8 | |
2008-05-07 | Make F8 toggle shortcut window as suggested by And1 an fate. | Dennis Friis | 1 | -1/+1 | |
2008-05-06 | Dont allow dragging of empty placeholders. | Dennis Friis | 1 | -0/+2 | |
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 | When compiling with GCC, use the printf format attribute for the log method so | Bjørn Lindeijer | 2 | -2/+6 | |
that the compiler checks the type of its parameters. | |||||
2008-04-29 | Removed unused option from GCContainer to not delete a child, fixing warnings | Bjørn Lindeijer | 2 | -12/+10 | |
about hiding virtual method gcn::Container::add. | |||||
2008-04-29 | * Fixed issue with determining whether chat input is focused (method no longer | Bjørn Lindeijer | 6 | -14/+18 | |
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). | |||||
2008-04-29 | Name structs with capital, just like classes. | Bjørn Lindeijer | 3 | -6/+6 | |
2008-04-28 | Properly fix problems with ItemContainer in InventoryWindow not resizing | Bjørn Lindeijer | 6 | -53/+33 | |
properly since upgrade to Guichan 0.8.0. | |||||
2008-04-28 | Remove check for KMOD_NONE since this is not working uniformly across systems. | Dennis Friis | 1 | -76/+72 | |
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-28 | Tweak keyboard input handling a bit. This fixes using emoticons triggering ↵ | Dennis Friis | 1 | -140/+143 | |
shortcut items to be used. | |||||
2008-04-27 | Switch to use our extended ScrollArea and use adjusted width to proper ↵ | Dennis Friis | 2 | -2/+5 | |
calculate the grid for itemcontainer. | |||||
2008-04-27 | Fix buildup of whitespace by using correct gridHeight and adding just 4px ↵ | Dennis Friis | 1 | -2/+2 | |
space to bottom. | |||||
2008-04-27 | Add methods to get width and height adjusted for any visible scrollbars. | Dennis Friis | 2 | -0/+24 | |
2008-04-27 | Fix ItemContainer not being resized properly when resizing inventory window. | Dennis Friis | 1 | -6/+2 | |
2008-04-26 | When picking up GP from trade or quest, tell the user in the chat window ↵ | Dennis Friis | 1 | -2/+9 | |
like with items. | |||||
2008-04-26 | Text fix: zeny to GP. | Dennis Friis | 1 | -3/+3 | |
2008-04-26 | Made smooth color changing and smooth progress optional. | Yohann Ferreira | 2 | -11/+45 | |
2008-04-25 | Avoid stacking equipment other than arrows. Based on similar fix in ↵ | Dennis Friis | 1 | -1/+7 | |
inventoryhandler. | |||||
2008-04-25 | Generic return values were incomplete client-side. | Yohann Ferreira | 1 | -1/+4 | |
2008-04-25 | Made the Email address change work more nicely with the server. | Yohann Ferreira | 7 | -38/+16 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 12 | -17/+356 | |
2008-04-25 | Added party window, updated codeblocks project file. | David Athay | 3 | -1/+152 | |
2008-04-24 | Make shortcut container ID based instead of slot based. Fixes items shifting ↵ | Dennis Friis | 5 | -35/+36 | |
around often causing equipment to be lost. | |||||
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 13 | -16/+37 | |
2008-04-23 | Fixed headers to be GPL | David Athay | 5 | -104/+79 | |
2008-04-23 | Replaced SHA-256 implementation with the one from InspIRCd. Thanks to Bertram | Bjørn Lindeijer | 9 | -1039/+326 | |
for initial modifications. | |||||
2008-04-22 | Fixed a bug, thanks GCC 4.3! | Bjørn Lindeijer | 3 | -4/+5 | |
2008-04-22 | Added more support for parties | David Athay | 9 | -50/+44 | |