Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-15 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -5/+0 | |
2009-02-15 | Deleted some unneeded delete statements. | Ira Rice | 1 | -5/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 | |
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -24/+23 | |
Removed tab characters and trailing spaces and added spaces between "if(", "for(", "while(" and "switch(". | |||||
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -7/+4 | |
Conflicts: A lot of files... | |||||
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -24/+23 | |
Removed tab characters and trailing spaces and added spaces between "if(", "for(", "while(" and "switch(". | |||||
2009-02-04 | Cleaned up some login includes that I missed earlier. | Ira Rice | 1 | -6/+4 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -1/+0 | |
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -6/+3 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+5 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-09-29 | Modified the client so that it displays both servers as server choices, | Ira Rice | 1 | -2/+2 | |
as well as changing the default server to point to www.aethyra.org instead of Slinker's IP address now. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+57 | |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 1 | -1/+1 | |
shown to the user. Also, only enable Register button when all necessary fields are filled in. | |||||
2007-03-22 | Only enable login button when a username, password and server are filled in. | Bjørn Lindeijer | 1 | -14/+16 | |
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -2/+2 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -2/+2 | |
from the 0.1.0 branch. | |||||
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -12/+9 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -5/+2 | |
config, it's not its job to do so. | |||||
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 1 | -0/+5 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -23/+4 | |
2006-01-14 | Removed unused var. | Björn Steinbrink | 1 | -1/+0 | |
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 1 | -3/+2 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -23/+22 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 1 | -15/+1 | |
smoothed login sequence. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -6/+1 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -17/+12 | |
not being played at startup. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -2/+1 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -2/+10 | |
game starts. | |||||
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code ↵ | Yohann Ferreira | 1 | -6/+24 | |
cleanups and improvements to the login sequence. | |||||
2005-08-22 | Improved the login sequence a bit. | Yohann Ferreira | 1 | -1/+25 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+6 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-05 | Now the server can be set in the login window. | Yohann Ferreira | 1 | -0/+2 | |
2005-04-09 | Fixed the previous error | Eugenio Favalli | 1 | -0/+1 | |
Added "register" button | |||||
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -10/+2 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -4/+0 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -1/+1 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 | |
modules to file lists. | |||||
2004-12-26 | *** empty log message *** | Alexander Baldeck | 1 | -1/+3 | |
2004-12-25 | Fixed error causing monster death bitmaps not to show up. | Bjørn Lindeijer | 1 | -3/+12 | |
2004-12-19 | More refining of windows. | Bjørn Lindeijer | 1 | -6/+8 | |
2004-12-18 | Made login dialog and server select dialog into classes. | Bjørn Lindeijer | 1 | -2/+23 | |
2004-12-16 | Doxygen improvements. | Bjørn Lindeijer | 1 | -1/+5 | |
2004-12-13 | Whee, moving headers around! Also provided makefile.mgw for compiling with ↵ | Bjørn Lindeijer | 1 | -4/+4 | |
MinGW+MSYS. | |||||
2004-12-12 | Chat input field to Guichan. | Bjørn Lindeijer | 1 | -2/+1 | |
2004-12-12 | Added Guichan and converted login dialog. Also resolved some naming conflicts. | Bjørn Lindeijer | 1 | -1/+8 | |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -1/+1 | |