Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-10 | Set headers for CURL so that proxies won't cache files | Kraant | 1 | -0/+9 | |
to fix bug that causes resources2.txt to be old and out of sync with the files in the directory. | |||||
2008-08-08 | Changed the status window so that all the information appears by default | Douglas Boffey | 1 | -1/+1 | |
2008-08-06 | Make sure only to save the window state when a window name is set, and fail | Bjørn Lindeijer | 1 | -8/+11 | |
when loadWindowState() is called without setting a window name. | |||||
2008-08-05 | Fixed alignment (patch by Scraggy - Mantis #384) and spelling error. | David Athay | 1 | -2/+2 | |
2008-08-04 | Aligned text boxes in video setup dialog | Douglas Boffey | 1 | -2/+2 | |
2008-08-03 | Changed the default server in the dropdown menu in the login | Kraant | 1 | -1/+1 | |
screen to the new server | |||||
2008-07-25 | Applied patch by ElvenProgrammer to remember window locations between sessions | Lloyd Bryant | 4 | -1/+5 | |
2008-07-24 | Properly update price after buying. | Eugenio Favalli | 1 | -5/+5 | |
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -1/+7 | |
2008-07-23 | Remember windows visibility. | Eugenio Favalli | 4 | -1/+5 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 128 | -767/+1654 | |
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 2 | -5/+10 | |
host (patch by Sanga). | |||||
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 | 3 | -6/+6 | |
2008-07-08 | #359 patch by Scraggy | David Athay | 2 | -7/+92 | |
2008-07-07 | Added /party command. | David Athay | 1 | -1/+1 | |
2008-07-05 | Allow alt key for chatting on Mac, remove unneeded includes. | David Athay | 1 | -5/+0 | |
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 | 1 | -1/+1 | |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -7/+5 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4044 | b_lindeijer | 2008-04-07 11:02:38 +0200 (Mon, 07 Apr 2008) | 2 lines Added support for basing one sprite definition on another by including it. ........ r4057 | b_lindeijer | 2008-04-08 20:43:44 +0200 (Tue, 08 Apr 2008) | 4 lines Implemented support for an arbitrary number of map layers. The only layer requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision". ........ r4067 | b_lindeijer | 2008-04-11 00:03:57 +0200 (Fri, 11 Apr 2008) | 3 lines Fixed some compiler warnings and don't try to load particle effects when no file is set. ........ | |||||
2008-07-01 | fixed a compiler warning. | Philipp Sehmisch | 1 | -1/+1 | |
2008-07-01 | Ported some GUI improvements from Legend of Mazeroth (GUI skinning via XML ↵ | Philipp Sehmisch | 12 | -94/+620 | |
files, item descriptions on mouse-over, map names in minimap window, speech bubbles) | |||||
2008-06-27 | add icons to the skill dialog | Roderic Morris | 2 | -6/+27 | |
2008-06-16 | Allow whispers by default (patch by Fate). | Bjørn Lindeijer | 1 | -1/+1 | |
2008-06-15 | fix compiler and cmake warnings | Roderic Morris | 1 | -2/+2 | |
2008-06-14 | Fixed compilation errors and trade bug. | David Athay | 2 | -1/+3 | |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 13 | -108/+88 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........ | |||||
2008-06-11 | Fixed displaying guild members in the guild window | David Athay | 1 | -0/+1 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 2 | -134/+51 | |
2008-06-09 | Fix for segfault in drop down list of player ignore and sanity check for ↵ | Dennis Friis | 2 | -2/+10 | |
/whisper ignore. Patch by fate. | |||||
2008-06-05 | Lowered default particle detail level. | Philipp Sehmisch | 1 | -1/+1 | |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 2 | -23/+44 | |
problems when files with the same name are served by different update hosts, the updates are now stored in an update host specific directory. Based on a patch by Sanga. | |||||
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 | 2 | -165/+2 | |
2008-05-30 | Fixed handling of announce messages and private messages. Don't cut off the | Bjørn Lindeijer | 1 | -2/+1 | |
last character from pm recipient's name. Got rid of old eAthena code (patch by rodge). | |||||
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 3 | -3/+62 | |
particle effects) to video setup menu. | |||||
2008-05-22 | Fix compile errors when compiling with GCC 4.3 (patch by rodge) | Bjørn Lindeijer | 1 | -0/+2 | |
2008-05-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 5 | -219/+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 | 6 | -14/+250 | |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 11 | -4/+1537 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
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 | Allow page up and page down to scroll the chat window, based on patch by fate. | Dennis Friis | 2 | -10/+36 | |
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 | 11 | -89/+37 | |
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 | 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. |