Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -0/+1 | |
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit. | |||||
2007-03-22 | Only enable login button when a username, password and server are filled in. | Bjørn Lindeijer | 1 | -41/+34 | |
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-03-20 | Fixed small issue where default server didn't fit in the server entry field | Bjørn Lindeijer | 1 | -9/+13 | |
properly. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -9/+9 | |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -0/+1 | |
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-19 | Removed some duplicate initializations. | Björn Steinbrink | 1 | -2/+1 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -4/+4 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -62/+62 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -9/+3 | |
2006-02-03 | Made the login dialog work on LoginData only, without playing with the ↵ | Björn Steinbrink | 1 | -34/+11 | |
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 | -4/+8 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -1/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -164/+11 | |
2006-01-14 | Removed unused var. | Björn Steinbrink | 1 | -5/+1 | |
2006-01-03 | Really disabled /commands and added proper message when logging in and banned. | Eugenio Favalli | 1 | -0/+6 | |
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 1 | -0/+3 | |
connection/data phase. | |||||
2006-01-01 | Fix crash in Login with empty name. | Björn Steinbrink | 1 | -12/+1 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -102/+28 | |
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 | -16/+26 | |
smoothed login sequence. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -14/+0 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -11/+11 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -69/+58 | |
not being played at startup. | |||||
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -29/+35 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -21/+26 | |
references to resources are reported to be more informative. | |||||
2005-09-27 | Dont crash if there is an unknown error at login. | Cedric Borgese | 1 | -0/+5 | |
Remove a bug that do x86_64 arch fail to connect to server : long is 8 bytes on that arch, use int for 4 bytes integer. | |||||
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -6/+6 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -0/+2 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -102/+144 | |
2005-09-13 | Removed some globals. | Björn Steinbrink | 1 | -4/+2 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -44/+23 | |
game starts. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -11/+44 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-24 | Simply don't show equipped items in sell dialog since it's annoying. Code ↵ | Yohann Ferreira | 1 | -25/+59 | |
cleanups and improvements to the login sequence. | |||||
2005-08-22 | Removed a unuseful line. | Yohann Ferreira | 1 | -2/+0 | |
2005-08-22 | Improved the login sequence a bit. | Yohann Ferreira | 1 | -3/+32 | |
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -2/+4 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+15 | |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+3 | |
2005-06-30 | Blocking too long login names to attempt connection or registration. (Thanks ↵ | Yohann Ferreira | 1 | -0/+2 | |
Usiu) | |||||
2005-06-11 | Improve layout of login dialog slightly and allow login by pressing enter with | Bjørn Lindeijer | 1 | -6/+9 | |
server field focused. | |||||
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -2/+4 | |
Guichan. | |||||
2005-05-05 | Now the server can be set in the login window. | Yohann Ferreira | 1 | -5/+19 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -4/+4 | |
2005-04-09 | Adding new login error messages | Eugenio Favalli | 1 | -0/+13 | |
2005-04-09 | Fixed the previous error | Eugenio Favalli | 1 | -2/+28 | |
Added "register" button | |||||
2005-04-09 | Added check for username length > 4 characters | Eugenio Favalli | 1 | -3/+2 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -5/+5 | |