Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-23 | Fixed a few strings for better translation | Kess Vargavind | 1 | -3/+3 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings (cherry picked from commit 9712489ef67f95d6a5fa1fc3102bb7c4ee6a1f59) | |||||
2009-05-23 | Default port consistently uses 6901 on eAthena. branding.xml also defaults ↵ | Fate | 1 | -6/+8 | |
to 6901 now since most players play on eAthena, so the -P client parameter finally works out of the box again. (cherry picked from commit 3dd404ee8a02958089bf2c6901fb877d2fae760e) | |||||
2009-05-21 | Fixed a few strings for better translation | Kess Vargavind | 1 | -3/+3 | |
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings | |||||
2009-05-19 | Default port consistently uses 6901 on eAthena. branding.xml also defaults ↵ | Fate | 1 | -6/+8 | |
to 6901 now since most players play on eAthena, so the -P client parameter finally works out of the box again. | |||||
2009-05-18 | Added target combat | David Athay | 1 | -1/+1 | |
2009-05-17 | Make the state variable a bit more type-safe | Bjørn Lindeijer | 1 | -4/+4 | |
Should be no change in behaviour. | |||||
2009-05-17 | Init state variable to make valgrind happy. | Dennis Friis | 1 | -1/+1 | |
(cherry picked from commit 9b4d924d74587f489ac8141134b1c504e54a0684) | |||||
2009-05-17 | Fixed the -S/--home-dir command line option. | Michon van Dooren | 1 | -6/+12 | |
(cherry picked from commit e1b4184da2ece6c9e1518064ffe35b9404b3db18) | |||||
2009-05-17 | Fixed a possible crash on logging in to the map server | Bjørn Lindeijer | 1 | -2/+3 | |
The Game instance was created too late, in some cases after messages were received by the BeingHandler. This caused crashes since the BeingHandler tried to use the BeingManager, which hadn't been created yet. (cherry picked from commit c7e57369f066ee9b7f9f62eacb19e2d10f8e13c5) | |||||
2009-05-14 | Fixed handling of messages after a failed login | Bjørn Lindeijer | 1 | -3/+0 | |
When entering the error state, the handlers were unregistered, but they were never registered again. I'm just removing the unregistration for now. | |||||
2009-05-08 | Fixed one pixel missing from progress bars | Bjørn Lindeijer | 1 | -1/+3 | |
Also fixed the progress bar during connecting to reset again when full, by disabling the smooth updating there. The ProgressBar now uses gcn::Color instead of three separate color attributes. | |||||
2009-05-08 | One error dialog is enough | Jared Adams | 1 | -2/+1 | |
2009-05-07 | Fix handling of error messages in the game state | Jared Adams | 1 | -2/+3 | |
Also make sure an appropirate message gets shown on duplicated login. | |||||
2009-05-07 | Moved two files which held net data into the net folder. Considering | Tametomo | 1 | -2/+2 | |
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2009-05-04 | Fix a typo in --help output | Jared Adams | 1 | -1/+3 | |
Also make the line only show if compiled for OpenGL | |||||
2009-05-03 | Moved strprintf into stringutils.{h,cpp} | Bjørn Lindeijer | 1 | -1/+0 | |
2009-05-03 | Don't choose default character server when given a character name | Bjørn Lindeijer | 1 | -2/+1 | |
Just cause a character name was given on the command line doesn't mean we should pick any random character server. For the latter we have -D. | |||||
2009-05-01 | Make sure mouse still moves smoothly during login | Bjørn Lindeijer | 1 | -1/+6 | |
By only limiting redraws when no SDL events were handled. | |||||
2009-04-29 | Removed underscores from some non-conforming filenames | Bjørn Lindeijer | 1 | -3/+3 | |
We don't use underscores in the filenames generally, and let's be consistent on that matter. | |||||
2009-04-29 | Fixed openGL being disabled from time to time. | Philipp Sehmisch | 1 | -2/+3 | |
2009-04-26 | Used dashes to separate words in command line arguments | Bjørn Lindeijer | 1 | -35/+36 | |
Looks better and is more consistent with most command line tools. Also changed the short form for --port to -p. | |||||
2009-04-26 | Add a command line option to disable OpenGL | Jared Adams | 1 | -2/+9 | |
2009-04-22 | Help update | blue112 | 1 | -2/+3 | |
Complete the help for the -D option. | |||||
2009-04-21 | Fix hang on exit | David Athay | 1 | -19/+6 | |
2009-04-20 | Remove desktop and setup button when logging into tmwserv | Bjørn Lindeijer | 1 | -0/+5 | |
2009-04-20 | Fix clearing handlers on connecting to game server. | David Athay | 1 | -1/+2 | |
2009-04-15 | Clean up some more memory leaks | Jared Adams | 1 | -2/+1 | |
And remove an unneeded variable | |||||
2009-04-14 | Add a default login music file name | Jared Adams | 1 | -1/+1 | |
2009-04-13 | Some cleanup of the Configuration interface | Bjørn Lindeijer | 1 | -7/+7 | |
Mainly avoid all the convertions from integer to float and then to string and also back from string to float and then to integer. | |||||
2009-04-13 | Revert forced FPS limit | Bjørn Lindeijer | 1 | -1/+1 | |
Don't force an FPS limit when people don't want it. Just default to limit on 60 fps instead, but do allow it to be disabled. This reverts part of commit 4b7755fcae0de15951c508ec034158007c8b6cf3. | |||||
2009-04-12 | Remove remaining references to versionLabel | Jared Adams | 1 | -4/+0 | |
2009-04-12 | Moved client version string creation to preprocessor | Bjørn | 1 | -24/+3 | |
2009-04-12 | Merge version strings, add version to setup, etc | Jared Adams | 1 | -29/+21 | |
All instances of version strings should now use the same text. The version label was moved from main.cpp to Desktop. A new version label was added to SetupDialog to make it easier to get the version if you are already in game. | |||||
2009-04-12 | Append _F or _M to username in eAthena network layer | Bjørn Lindeijer | 1 | -15/+7 | |
Abstracts it away and out of main.cpp and register.cpp. | |||||
2009-04-11 | Remove more support #ifdefs | Jared Adams | 1 | -21/+4 | |
2009-04-10 | Reduced the GCContainer to be even more trivial | Bjørn Lindeijer | 1 | -8/+0 | |
A container that deletes all its children on destruction doesn't have to be so complicated. Also renamed it to simply Container, since I think it should simply be default behavior. WindowContainer and Popup classes now inherit from this Container. | |||||
2009-04-10 | Introduced a Desktop widget to handle the wallpaper | Bjørn Lindeijer | 1 | -77/+24 | |
Cleans up main.cpp a little. | |||||
2009-04-09 | Fixed some warnings | Bjørn Lindeijer | 1 | -1/+1 | |
Unused variable, compiler suggested braces to disambiguate an else statement and another comparision between signed and unsigned integers. | |||||
2009-04-09 | Remove a segfault when exiting the client | Jared Adams | 1 | -1/+0 | |
2009-04-08 | Add a more flexible wallpaper system | Jared Adams | 1 | -18/+42 | |
2009-04-08 | Make some more file build for both servers | Jared Adams | 1 | -36/+12 | |
Also some cleanup in main.cpp | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -3/+4 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -172/+42 | |
Also make Net::LogoutHandler | |||||
2009-04-07 | Fixed compile for tmwserv client | Bjørn Lindeijer | 1 | -3/+0 | |
2009-04-06 | Implement TMWServ's CharHandler | Jared Adams | 1 | -1/+3 | |
Also cleanup character creation, which isn't functional at the moment. | |||||
2009-04-05 | Implement TMWServ's Admin-, Chat-, and MapHandlers | Jared Adams | 1 | -1/+1 | |
2009-04-02 | Make eAthena's CharHandler | Jared Adams | 1 | -9/+4 | |
Also add ping to MapHandler and fill in eAthena's MapHandler's connect method. | |||||
2009-04-01 | Create a few more handlers for eAthena | Jared Adams | 1 | -3/+3 | |
Map, chat, and admin have been finished (to the degree they handle all existing cases). | |||||
2009-03-29 | Merge branch 'master' of git@gitorious.org:tmw/mainline | Philipp Sehmisch | 1 | -20/+18 | |
2009-03-29 | Fixed compilation on Windows | Philipp Sehmisch | 1 | -3/+4 | |