Age | Commit message (Collapse) | Author | Files | Lines |
|
It was only used to automatically choose the character. For choosing
the character, --playername can be used.
|
|
it works fine in Linux without having to reinitialize the OpenGL state. Adapted
change by kraant from Aethyra.
(cherry picked from eAthena client)
|
|
(cherry picked from eAthena client)
Conflicts:
src/monster.cpp
src/resources/monsterinfo.h
|
|
(cherry picked from eAthena client)
|
|
(cherry picked from eAthena client)
Conflicts:
ChangeLog
|
|
new code::blocks format.
|
|
(cherry picked from eAthena client)
|
|
whether the being exists before referencing it. Re-enabled proper MP bar
display. Improved handling of a warp to the same map.
(patch by Fate)
(cherry picked from eAthena client, the part about the levelup message
doesn't apply, and we now seem to have a second "effect manager"...)
Conflicts:
ChangeLog
src/being.cpp
src/being.h
src/engine.cpp
src/engine.h
src/gui/ministatus.cpp
src/net/beinghandler.cpp
src/net/playerhandler.cpp
src/net/protocol.h
|
|
when it exists.
(cherry picked from eAthena client, replacing 'mapname' property
handling)
|
|
Joystick enabled state could end up uninitialized on unsuccesfully
trying to open a joystick. In addition, the enabled state wasn't
actually used in the accessor methods for the joystick buttons.
|
|
during recursion
|
|
Also got rid of autogen.sh and instructed to use 'autoreconf -i'
instead.
Conflicts:
INSTALL
(cherry picked from eAthena client. autogen.sh was already done here)
|
|
Patch by Nikos, with some improvements.
Conflicts:
NEWS
src/gui/itemcontainer.cpp
src/itemshortcut.cpp
(cherry picked from eAthena client, not functional here yet)
|
|
Conflicts:
AUTHORS
(cherry picked from eAthena client)
|
|
Based on a patch by QOAL.
(cherry picked from eAthena client)
Conflicts:
src/gui/minimap.cpp
|
|
(cherry picked from eAthena client)
Conflicts:
ChangeLog
|
|
Conflicts:
ChangeLog
src/game.cpp
(cherry picked from eAthena client)
|
|
* Auto-detect number of hair styles available (#514)
Conflicts:
ChangeLog
src/being.cpp
src/being.h
src/gui/char_select.cpp
(cherry picked from eAthena client)
|
|
These properties should also apply to NPCs and possibly even monsters in
the future.
|
|
The image is now centered and a gray background is drawn behind it so
that parts that are not covered by the image don't show redrawing
issues.
(cherry picked from eAthena commit 07c2da75b7d994ab097e7c50d865bee929623685)
Conflicts:
src/main.cpp
|
|
The 'draw' method was confusingly named, and was actually for updating
the GUI after a resize. Its functionality has been merged into
'widgetResized'.
The wrapping was broken in the case where text was added to the NPC
dialog, cause it was added to an already wrapped string, causing the
wrapping to become permanent.
Sorry for all the reformatting.
Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
(cherry picked from eAthena commit 43eb6ba950dd8bf978e539c7c7460ef5096438de)
Conflicts:
src/gui/npclistdialog.cpp
src/gui/npclistdialog.h
|
|
Conflicts:
src/gui/inventorywindow.cpp
src/gui/npc_text.cpp
(cherry picked from eAthena commit 523eed88816298b1660ecb9e67db80776e4007bb)
|
|
(cherry picked from Aethyra commit e3fef730b69e4edc328e6105ea48b9774631563d)
|
|
The downloading thread was writing to a std::string while the main
thread was trying to draw it, for example. Now access to the label
caption is guarded with a mutex.
Should fix crashes while downloading updates.
(cherry picked from eAthena branch, commits
6ac9c3bce62a8fc79e23477417188108f0ad9fa6 and
06d0205bab253ec5d01e8483ab639a092fe117c5)
|
|
Only a few years overdue?
Conflicts:
NEWS
(cherry picked from eAthena branch)
|
|
The mouse cursor will now disappear when not used for 15 seconds. When
using OpenGL it will even fade.
Requested by doorsman.
(cherry picked from eAthena branch)
|
|
Applied only to resources2.txt and news.txt.
(cherry picked from commits
047f598be826dd57dd1124db914e8367256112be,
cabf8905526b6601813573d049f6afaf364e1cac and
416e28057f5a6073a2ef44f296ed1c8bc1280bf6)
|
|
|
|
|
|
Also ripped out the Subversion stuff and made the download links local.
|
|
Old change that never made it into version control. Will be updating
this to git now.
|
|
Required for GNU autoconf.
|
|
|
|
|
|
The update host can be optionally received from the server in a
succesful login response or register response message.
This change also merged Subversion commits 4425 and 4426:
........
r4425 | b_lindeijer | 2008-07-18 00:52:53 +0200 (Fri, 18 Jul 2008) | 3 lines
--
Added support for handling the custom eAthena packet that sends the update
host (patch by Sanga).
........
r4426 | b_lindeijer | 2008-07-18 01:08:17 +0200 (Fri, 18 Jul 2008) | 3 lines
--
Remove possible trailing slash at the end of the update host, since otherwise
there'll be two of them.
|
|
Conflicts:
CMakeLists.txt
ChangeLog
README
configure.ac
src/winver.h
|
|
|
|
|
|
|
|
|
|
I don't know why we dealt with these things for so long. Did we ever get
anything out of it?
|
|
|
|
Since I compile with -Werror, even small warnings like this are
annoying. Please keep that in mind. ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|