summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-04-25Made the Email address change work more nicely with the server.Yohann Ferreira1-2/+1
2008-04-25Added client-side email address change ability.Yohann Ferreira1-0/+23
2008-04-21Added password encryption client-side using SHA256.Yohann Ferreira1-3/+4
2008-04-20Since the connection objects might not have been created yet when an exceptionBjørn Lindeijer1-3/+6
2008-04-20Added --data parameter to be used to specify where to get the data from whenBjørn Lindeijer1-6/+14
2008-04-18Made mislogins and misregistrations a little less annoying for the user.Yohann Ferreira1-7/+15
2008-04-18Made 'Unregister' and 'change password' functionnal, at least client-side.Yohann Ferreira1-3/+19
2008-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira1-2/+24
2008-04-17Forgot main.cppYohann Ferreira1-1/+1
2008-04-09Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25Bjørn Lindeijer1-3/+3
2008-04-03Added patch fromDavid Athay1-2/+4
2008-03-31Implemented NPC XML database which maps NPC IDs to one or more animation file...Philipp Sehmisch1-0/+3
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-1/+1
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ...Bjørn Lindeijer1-2/+1
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer1-0/+1
2008-01-13Fixed non-default location music loadingDavid Athay1-1/+1
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer1-3/+3
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer1-1/+1
2007-12-18Remember to delete the progressbar and label also when the game was notBjørn Lindeijer1-0/+2
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
2007-11-15Temporarily disabled update loading.Guillaume Melquiond1-1/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-26Added possibility of length limitation to browserbox and used it for the chat...Philipp Sehmisch1-0/+1
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-0/+4
2007-10-22Not sure how I was able to mess this one.Guillaume Melquiond1-4/+5
2007-10-22Plugged memory leak. Cleaned code.Guillaume Melquiond1-0/+4
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-8/+11
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond1-4/+4
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-6/+13
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-335/+344
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-5/+0
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-3/+3
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-1/+4
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-1/+5
2007-08-13Fixed internationalization support on Windows.Eugenio Favalli1-0/+5
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-2/+3
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...Guillaume Melquiond1-1/+1
2007-08-05Added support for internationalization. Tested by translating a few gui strin...Guillaume Melquiond1-0/+7
2007-07-25keyboard config - keyboard setup gui re-designed, fixed errors in keyboard co...Joshua Langley1-3/+0
2007-07-24keyboard configuration - mainly documentation fixes. Joshua Langley1-2/+1
2007-07-23Fixed segfault on exit when OpenGL configuration changed.Guillaume Melquiond1-6/+0
2007-07-16(no commit message)Joshua Langley1-0/+10
2007-07-08Merged 0.0 changes from revision 3317 to 3362 to trunk.Bjørn Lindeijer1-0/+2
2007-06-30fixed a mistake in the last commit (read an #ifndef as #ifdef)Philipp Sehmisch1-1/+3
2007-06-30Changed include order to avoid a problem with guichan on windows. Implemented...Philipp Sehmisch1-4/+1
2007-06-13Added logging of version number.Philipp Sehmisch1-1/+7
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-10/+16
2007-06-03Fixed screenshot save directory on OSX.v0.0.23David Athay1-2/+2
2007-04-05Unified storage of configuration, updates and screenshots in home directory.Eugenio Favalli1-8/+6
2007-03-27Icon loading doesn't necessarily succeed, so better not crash when it doesn't.Bjørn Lindeijer1-3/+9