Age | Commit message (Expand) | Author | Files | Lines |
2009-03-05 | Removed a check I added in the previous commit which isn't necessary. | Ira Rice | 1 | -9/+0 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -27/+39 |
2009-02-10 | Removed many pointless comparisons with NULL | Bjørn Lindeijer | 1 | -24/+10 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -99/+99 |
2009-02-06 | Sanitized item links so that at no point is the internal representation | Ira Rice | 1 | -11/+10 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -4/+0 |
2009-01-26 | Removed the description option from right click menus on items. With | Ira Rice | 1 | -7/+0 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-20 | Added WoW style item adding to chat window. Right click, then left | David Athay | 1 | -0/+7 |
2009-01-06 | Merged layout handler from mainline | Bjørn Lindeijer | 1 | -1/+1 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -23/+26 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+2 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -98/+113 |
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 | 1 | -1/+51 |
2007-08-14 | Fixed popup menu requiring one more click after being used. | Eugenio Favalli | 1 | -6/+0 |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 1 | -2/+2 |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -1/+1 |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -27/+27 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -24/+10 |
2005-12-29 | Removed duplicate pick up code | Björn Steinbrink | 1 | -3/+1 |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -5/+0 |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -7/+7 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -36/+42 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -6/+5 |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -4/+0 |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -1/+10 |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -7/+12 |
2005-09-14 | Some header fixes/cleanups. | Björn Steinbrink | 1 | -1/+1 |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -23/+23 |
2005-08-19 | Made the item amount box work with a provided item. | Björn Steinbrink | 1 | -1/+1 |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ... | Björn Steinbrink | 1 | -3/+3 |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+15 |
2005-08-01 | Show the name of the trade partner in the trade dialog. | Andrej Sinicyn | 1 | -0/+3 |
2005-07-28 | Cleaned up the showPopup() code, moved "map"-related code into game.cpp, made... | Björn Steinbrink | 1 | -66/+53 |
2005-07-26 | Fixed empty popup window being shown when user right clicks on an empty tile ... | Björn Steinbrink | 1 | -0/+2 |
2005-07-26 | Added Being::Type enumeration and type-aware findNode(). Fixed font not being... | Björn Steinbrink | 1 | -18/+27 |
2005-07-22 | Added missing includes and fixed a warning about implicit conversion. | Björn Steinbrink | 1 | -0/+2 |
2005-07-22 | Merge between moi1392's branch and head | Cedric Borgese | 1 | -4/+82 |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -21/+5 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -0/+3 |
2005-07-13 | * Committing some cleanups by Doener | Bjørn Lindeijer | 1 | -19/+1 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+3 |
2005-07-03 | Popupmenu shouldn't try to delete some random being when destroyed! | Bjørn Lindeijer | 1 | -1/+0 |
2005-07-03 | - Fixed blue, red and yellow damage fonts to work in SDL mode | Bjørn Lindeijer | 1 | -13/+21 |
2005-07-03 | - Removing "walk to", "attack" from context menu | Eugenio Favalli | 1 | -30/+6 |
2005-07-03 | - Commenting out buddy and new skills windows | Eugenio Favalli | 1 | -3/+4 |
2005-06-30 | Repaired the 'Walk to' option. | Yohann Ferreira | 1 | -3/+3 |
2005-06-19 | Mostly indenting fixes and corrected path for OpenGL font version. | Bjørn Lindeijer | 1 | -10/+10 |