Age | Commit message (Expand) | Author | Files | Lines |
2008-11-02 | Ported a patch from TMW by fate which de-hardcodes skills, as well as removes... | Ira Rice | 1 | -1/+2 |
2008-10-26 | Fixed some compile errors that occured from restructuring. | Ira Rice | 1 | -3/+4 |
2008-10-25 | Imported --data parameter from TMW. | Ira Rice | 1 | -29/+37 |
2008-10-23 | Cleaned up ColorDB code so that it loads with all other databases, as | Ira Rice | 1 | -0/+3 |
2008-10-12 | Added in a new tileset, as well as some new artwork, changed the update | Ira Rice | 1 | -2/+2 |
2008-10-12 | This commit contains three things: one, after looking over how TMW was | Ira Rice | 1 | -5/+9 |
2008-09-29 | Modified the client so that it displays both servers as server choices, | Ira Rice | 1 | -3/+3 |
2008-09-13 | changed the update host line 169 in main.cpp | Kevin Day | 1 | -1/+1 |
2008-09-12 | Changed default port for Aethyra server to 21001 | Lloyd Bryant | 1 | -1/+1 |
2008-09-04 | Added code to change text colouring | Douglas Boffey | 1 | -0/+6 |
2008-09-01 | Added a few known issues to WinReadMe.txt. | Kraant | 1 | -0/+4 |
2008-08-26 | Corrected position of registration dialogs | Douglas Boffey | 1 | -1/+23 |
2008-08-26 | Corrected splash screen problem as per mantis #52 | Douglas Boffey | 1 | -1/+1 |
2008-08-19 | Added handling for different resolution wallpapers, reduced CPU usage during ... | Lloyd Bryant | 1 | -10/+27 |
2008-08-09 | Changed --skipupdate functionality to just skip the actual downloads | Lloyd Bryant | 1 | -12/+13 |
2008-08-07 | Updated default game and updates servers | Kraant | 1 | -2/+2 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -19/+19 |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -14/+15 |
2008-07-23 | Changed tmw.log to tme.log for log file | Lloyd Bryant | 1 | -1/+1 |
2008-07-21 | Fixed a problem with creating the updates directory | Lloyd Bryant | 1 | -1/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -68/+91 |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 1 | -35/+82 |
2008-05-27 | Changed location of tmw directory on OSX | David Athay | 1 | -0/+6 |
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 1 | -0/+3 |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -0/+4 |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -3/+3 |
2008-01-13 | Fixed non-default location music loading | David Athay | 1 | -1/+1 |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -3/+3 |
2007-12-21 | Fixed inventory size not matching the size assumed by eAthena and related | Bjørn Lindeijer | 1 | -1/+1 |
2007-12-18 | Remember to delete the progressbar and label also when the game was not | Bjørn Lindeijer | 1 | -0/+2 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 |
2007-10-26 | Added possibility of length limitation to browserbox and used it for the chat... | Philipp Sehmisch | 1 | -0/+1 |
2007-10-23 | Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to | Bjørn Lindeijer | 1 | -0/+4 |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -8/+11 |
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -5/+0 |
2007-08-26 | Removed home dir from config file to avoid encoding issues. | Eugenio Favalli | 1 | -3/+3 |
2007-08-22 | Added close button and item shortcut backgrounds to files that will be | Bjørn Lindeijer | 1 | -1/+4 |
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -1/+5 |
2007-07-25 | keyboard config - keyboard setup gui re-designed, fixed errors in keyboard co... | Joshua Langley | 1 | -3/+0 |
2007-07-24 | keyboard configuration - mainly documentation fixes. | Joshua Langley | 1 | -2/+1 |
2007-07-16 | (no commit message) | Joshua Langley | 1 | -0/+10 |
2007-06-13 | Added logging of version number. | Philipp Sehmisch | 1 | -1/+7 |
2007-06-03 | Fixed screenshot save directory on OSX.v0.0.23 | David Athay | 1 | -2/+2 |
2007-04-05 | Unified storage of configuration, updates and screenshots in home directory. | Eugenio Favalli | 1 | -8/+6 |
2007-03-27 | Icon loading doesn't necessarily succeed, so better not crash when it doesn't. | Bjørn Lindeijer | 1 | -3/+9 |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 1 | -1/+6 |
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -14/+16 |
2007-03-24 | Changed the order of network message handling and logic, in order to prevent an | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-22 | Use the icon included in the executable on Windows. | Bjørn Lindeijer | 1 | -1/+12 |
2007-03-22 | Fixed problems with window icon on Windows as much as possible. | Bjørn Lindeijer | 1 | -1/+3 |