Age | Commit message (Collapse) | Author | Files | Lines |
|
with network errors.
Unfortunately, it isn't enough: The bug seems to be elsewhere...
|
|
work again, even separately.
Be aware, that skiping the updates download does still the already downloaded data files.
If needed, a "don't use updates" options should be made to explicitely get temporary rid of updates files.
|
|
And use it to download news, updates, and the server list.
|
|
|
|
LoginHandler now owns the world list and the token, instead of having
them as global variables with pointers to the 'sex' member of the token
from the GUI.
|
|
|
|
This "optional action" specifies whether the server expects to get an
email address during registration. It is used now instead of having the
general handlers of eAthena and tmwserv set a pointer to an email
string on the GUI dialogs (to keep things understandable, the dependency
should preferably go one way).
|
|
|
|
WorldSelectDialog now works correctly. Buttons for several dialogs have more explainatory text and consistant locations.
|
|
|
|
Fixes a few more bugs
|
|
It was only selecting it when found, instead of also logging in with the
character.
|
|
So that next time somebody encounters it, it doesn't turn up as "unknown
error".
|
|
|
|
|
|
|
|
Also do some cleanup and refactoring of related code.
|
|
I was getting fed up with killing the TMWserv client in order to quit it.
The two cases left before having a full working set, is to handle
correctly Switch Character and Switch Server in QuitDialog
which must have been broken during the clients merge.
|
|
Part 1 of 3 for Mantis #847
Only a few controls follow minimum opacity value at login stage.
Part 2 will make all other controls do the same.
Part 3 will try to set default gui opacity value as a constant.
|
|
Now when I've wakened up I realize I could have used a more sane
check.
|
|
As reported and fixed by afxgroup on the forums.
Note that the tmwserv client still hangs on exit.
|
|
resolution isn't the default.
You'll have to add this in map properties, for instance if you're want to keep ratio on overlay 0:
<map version="1.0" orientation="orthogonal" width="128" height="128" tilewidth="32" tileheight="32">
<properties>
...
<property name="overlay0keepratio" value="true"/>
...
</properties>
</map>
|
|
* Merged a few split strings
* Fixed some spellings and wordings
* Turned a couple of std::cout and std::cerr into logger messages
|
|
|
|
The value from branding.xml isn't actually used, since it will only load
a branding.xml that is located at 'data/branding.xml' relative from
where you run the client. That's an issue to fix later.
Mantis-issue: 714
|
|
(cherry picked from commit 263fc757297103935cbdaa1bb6eca14ff8e75ecd)
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 41d4aa745fd15b4a22f231e316ec353316842212)
|
|
|
|
(cherry picked from commit ef006ed117bb602a928d33dc0fe90075efd7393f)
|
|
(cherry picked from commit 050103b8d2e3eb23e7aea188a1a269feb7c181ab)
|
|
Consistent with the class name and avoids confusing it with the
connection.{cpp,h} in net/tmwserv.
|
|
|
|
|
|
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)
|
|
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)
|
|
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
|
|
to 6901 now since most players play on eAthena, so the -P client parameter finally works out of the box again.
|
|
|
|
Should be no change in behaviour.
|
|
(cherry picked from commit 9b4d924d74587f489ac8141134b1c504e54a0684)
|
|
(cherry picked from commit e1b4184da2ece6c9e1518064ffe35b9404b3db18)
|
|
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)
|
|
When entering the error state, the handlers were unregistered, but they
were never registered again. I'm just removing the unregistration for
now.
|
|
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.
|
|
|
|
Also make sure an appropirate message gets shown on duplicated login.
|