Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-04 | Changed minimap code to take minimaps twice the TMW size, added map | Ira Rice | 1 | -5/+5 | |
names on all of the maps, and redid minimaps to fit the new minimap code. | |||||
2008-10-03 | Made a new Windows binary, as well as fix some files to make the Windows | Ira Rice | 35 | -1/+66 | |
build work (although there might be a bit too many guichanfwd.h references. But that's ok. I'm too lazy to track down which ones are necessary and which ones aren't at the moment). | |||||
2008-09-29 | Modified the client so that it displays both servers as server choices, | Ira Rice | 2 | -13/+17 | |
as well as changing the default server to point to www.aethyra.org instead of Slinker's IP address now. | |||||
2008-09-26 | Made /msg an alias for /whisper. | Ira Rice | 1 | -2/+2 | |
2008-09-25 | Changed textfield behavior cause a windows build didn't like it. | Ira Rice | 1 | -3/+4 | |
2008-09-25 | Forgot to merge in the new files and resources into trunk. | Ira Rice | 4 | -0/+307 | |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 13 | -157/+336 | |
2008-09-15 | Commented out getBeingByPixel because it really isn't used, nor is there | Ira Rice | 1 | -4/+4 | |
much sense to. Shouldn't make any visible changes to performance yet, but I trimmed it out for now anyways. | |||||
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to ↵ | Lloyd Bryant | 5 | -552/+504 | |
support storage | |||||
2008-09-12 | Changed default port for Aethyra server to 21001 | Lloyd Bryant | 1 | -1/+1 | |
2008-09-04 | Added omitted files from rev 405 | Douglas Boffey | 4 | -0/+551 | |
2008-09-04 | Added code to change text colouring | Douglas Boffey | 8 | -543/+714 | |
2008-08-22 | Added config option to honor stop-walking packet, added X and Y to /where, ↵ | Lloyd Bryant | 1 | -539/+456 | |
reformatted src/chat.cpp | |||||
2008-08-18 | Fixed bug with GP shown being incorrect after purchasing from NPC vendor ↵ | Lloyd Bryant | 1 | -5/+5 | |
(code from TMW svn, r4449) | |||||
2008-08-15 | Activated MP status progress bar | Lloyd Bryant | 1 | -1/+1 | |
2008-08-14 | Doesn't require restart to change to full screen anymore | Kraant | 1 | -4/+10 | |
2008-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 2 | -0/+55 | |
2008-08-10 | Changed proxy fix to only tell the proxy to no-cache | Kraant | 1 | -6/+11 | |
for news.txt and resources2.txt and added linux to windows cross-compile codeblocks file. | |||||
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-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-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -1/+7 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 128 | -767/+1654 | |
2008-06-16 | Allow whispers by default (patch by Fate). | Bjørn Lindeijer | 1 | -1/+1 | |
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-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-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 3 | -3/+62 | |
particle effects) to video setup menu. | |||||
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-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-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-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 | 5 | -10/+14 | |
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-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-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 | Text fix: zeny to GP. | Dennis Friis | 1 | -3/+3 | |
2008-04-24 | Make shortcut container ID based instead of slot based. Fixes items shifting ↵ | Dennis Friis | 2 | -7/+11 | |
around often causing equipment to be lost. | |||||
2008-04-17 | Draw NPCs in yellow on minimap and skip drawing of warps. Based on idea by ↵ | Dennis Friis | 1 | -1/+5 | |
leeor_net. | |||||
2008-04-17 | fixes for r4110, have to account for index value and add 1 to get the right ↵ | Dennis Friis | 1 | -1/+2 | |
scroll position. | |||||
2008-04-16 | Fix shop list not to scroll to top when selling. Redo of revision 3801 due ↵ | Dennis Friis | 1 | -0/+4 | |
to changes in guichan 0.8.0. | |||||
2008-04-16 | Also fix potential out of range in BrowserBox::draw when checking for color ↵ | Dennis Friis | 1 | -1/+2 | |
codes. |