Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -3/+5 | |
Merged from the mainline client. Originally implemented by Guillaume Melquiond, starting with commit 1828eee6a6d91fd385ad1e69d93044516493aa91. Conflicts: INSTALL configure.ac src/Makefile.am src/gui/buy.cpp src/gui/confirm_dialog.cpp src/gui/inventorywindow.cpp src/gui/login.cpp src/gui/menuwindow.cpp src/gui/minimap.cpp src/gui/ok_dialog.cpp src/gui/popupmenu.cpp src/gui/register.cpp src/gui/sell.cpp src/gui/setup.cpp src/gui/setup_video.cpp Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -4/+6 | |
Conflicts: AUTHORS CMakeLists.txt ChangeLog INSTALL README aethyra.cbp configure.ac data/help/changes.txt data/help/commands.txt data/help/header.txt data/help/support.txt src/Makefile.am src/aethyra.rc src/being.cpp src/being.h src/equipment.cpp src/equipment.h src/floor_item.h src/game.cpp src/gui/buddywindow.cpp src/gui/char_select.cpp src/gui/char_server.cpp src/gui/chat.cpp src/gui/chat.h src/gui/equipmentwindow.cpp src/gui/equipmentwindow.h src/gui/gui.cpp src/gui/inventorywindow.cpp src/gui/inventorywindow.h src/gui/itemcontainer.cpp src/gui/itemcontainer.h src/gui/minimap.cpp src/gui/ministatus.cpp src/gui/newskill.cpp src/gui/npc_text.cpp src/gui/npclistdialog.h src/gui/ok_dialog.cpp src/gui/setup_video.cpp src/gui/skill.cpp src/gui/skill.h src/gui/status.h src/gui/table_model.h src/gui/updatewindow.cpp src/gui/viewport.cpp src/inventory.cpp src/inventory.h src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/localplayer.h src/logindata.h src/main.cpp src/map.cpp src/monster.cpp src/monster.h src/net/beinghandler.cpp src/net/beinghandler.h src/net/buysellhandler.cpp src/net/equipmenthandler.cpp src/net/loginhandler.cpp src/net/loginhandler.h src/net/network.h src/net/npchandler.cpp src/net/playerhandler.cpp src/net/protocol.h src/net/tradehandler.cpp src/npc.cpp src/npc.h src/particleemitter.cpp src/particleemitterprop.h src/player.cpp src/player.h src/player_relations.cpp src/resources/imageset.cpp src/resources/imageset.h src/resources/itemdb.cpp src/resources/mapreader.cpp src/resources/monsterinfo.h src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h src/tileset.h src/utils/fastsqrt.h src/utils/strprintf.cpp src/winver.h tools/tmxcopy/Makefile tools/tmxcopy/base64.cpp tools/tmxcopy/base64.h tools/tmxcopy/tostring.h Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -4/+1 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -3/+4 | |
2008-07-17 | Added support for handling the custom eAthena packet that sends the update | Bjørn Lindeijer | 1 | -4/+8 | |
host (patch by Sanga). | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -1/+1 | |
gcn::TabbedArea usage) | |||||
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -1/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -4/+4 | |
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -5/+4 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -4/+5 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -5/+4 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -26/+26 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -6/+2 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -7/+19 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -156/+4 | |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵ | Eugenio Favalli | 1 | -34/+33 | |
deletion. | |||||
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 1 | -0/+2 | |
connection/data phase. | |||||
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+2 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 1 | -17/+30 | |
smoothed login sequence. | |||||
2005-12-05 | Avoid crashing on trying to log the name of a non-existing character. | Bjørn Lindeijer | 1 | -2/+6 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -1/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -3/+0 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -39/+39 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -20/+29 | |
not being played at startup. | |||||
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -4/+4 | |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -1/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -6/+8 | |
2005-09-17 | Now the values shown by derived stats in status win are got from the server. ↵ | Yohann Ferreira | 1 | -9/+9 | |
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ? | |||||
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -0/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -50/+73 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -42/+6 | |
game starts. | |||||
2005-09-08 | Removed inclusion of malloc.h header as it doens't seem necessary and was | Bjørn Lindeijer | 1 | -9/+20 | |
problematic on FreeBSD. | |||||
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -2/+3 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+9 | |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+6 | |
2005-05-22 | Picking up now possible with Z, and fixed width of a few scroll area contents. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-07 | Updates for 0.0.11a release this evening and removed action listening from | Bjørn Lindeijer | 1 | -2/+2 | |
server list to prevent crash. | |||||
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -3/+5 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -1/+1 | |
2005-03-21 | A few small fixes. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-03-20 | TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore! | Bjørn Lindeijer | 1 | -1/+1 | |
Also fixed a crash on clicking wallpaper in login phase. | |||||
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -3/+1 | |
in OpenGL mode, and some general cleanups. | |||||
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -1/+11 | |