Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -5/+5 | |
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-06 | Implement TMWServ's CharHandler | Jared Adams | 1 | -77/+0 | |
Also cleanup character creation, which isn't functional at the moment. | |||||
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -12/+2 | |
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible. | |||||
2009-03-27 | Fixed inventory window. Not resizable though. | Bjørn Lindeijer | 1 | -2/+2 | |
Resizing of the inventory window may come back later. Also did some more code cleanups, moving defines to enums, getting rid of eAthena-specific offset handling (to be done in the network layer), etc. Mantis-issue: 666 | |||||
2009-03-27 | Fixed name of "UpdateSliders" and reduced redundant docs | Bjørn Lindeijer | 1 | -1/+1 | |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -6/+58 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
2009-02-15 | Add configurable units system | Jared Adams | 1 | -1/+1 | |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -6/+3 | |
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-26 | Merged new and delete buttons, since either one or the other is always | Ira Rice | 1 | -2/+1 | |
enabled, and having both doesn't look as good. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -3/+4 | |
(cherry picked from mainline commit d3adc61aa4b4924f82d8cbc23bea26da7257da97) Conflicts: src/net/beinghandler.cpp src/net/charserverhandler.cpp src/player.cpp src/player.h | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+3 | |
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 | -1/+1 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+1 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -0/+2 | |
(Once again, I need feedback. Thanks!) | |||||
2008-02-22 | Merged creation of female characters from Legend of Mazzeroth. | Philipp Sehmisch | 1 | -0/+3 | |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ↵ | Philipp Sehmisch | 1 | -4/+4 | |
kept agility in) | |||||
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -3/+3 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (but kept looks in Being class, since eAthena works that way) ........ r3629 | gmelquio | 2007-10-18 21:00:38 +0200 (Thu, 18 Oct 2007) | 1 line Removed player looks from generic beings. Prevented client termination on missing sprites. Merged weapon-type and attack-type fields for items. ........ r3630 | gmelquio | 2007-10-18 21:30:57 +0200 (Thu, 18 Oct 2007) | 1 line Fixed changelog message. ........ | |||||
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -18/+13 | |
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 1 | -13/+10 | |
appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. | |||||
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -2/+10 | |
2007-03-22 | Clarified the error message when character creation fails and made sure the | Bjørn Lindeijer | 1 | -2/+10 | |
character creation dialog doesn't close when creation failed. | |||||
2007-03-21 | Some spelling fixes. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-03-20 | Implemented a GUI for distributing the characters attributes at character ↵ | Philipp Sehmisch | 1 | -0/+12 | |
creation. | |||||
2007-02-23 | Added unregistering, logout_then_exit, switch_character and ↵ | Rogier Polak | 1 | -1/+7 | |
switch_accountserver. | |||||
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -2/+2 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -2/+9 | |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -2/+9 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-09-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 1 | -0/+2 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+5 | |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -6/+2 | |
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 1 | -0/+5 | |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 1 | -1/+0 | |
network code. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -2/+4 | |
from the 0.1.0 branch. | |||||
2006-08-02 | Ported account registration to tmwserv. There's still a ↵ | Eugenio Favalli | 1 | -5/+2 | |
disconnection/reconnection between registration and login. | |||||
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -2/+4 | |
branch). | |||||
2006-06-21 | Added female players. | Eugenio Favalli | 1 | -2/+6 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -23/+23 | |
2006-02-05 | Made the nickname and emotions displayed above every layers. Made the delete ↵ | Yohann Ferreira | 1 | -0/+2 | |
and ok buttons be disabled once the character is selected at login. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -47/+12 | |
2006-01-04 | Reverted r0nny changes, enabled 3 slots to create players, smoothed player ↵ | Eugenio Favalli | 1 | -2/+15 | |
deletion. | |||||
2006-01-02 | Smoothed also character creation, buttons are now disabled during ↵ | Eugenio Favalli | 1 | -3/+11 | |
connection/data phase. | |||||
2005-12-29 | Restored Dev-Cpp default execution options, updated walkmap in snow map, ↵ | Eugenio Favalli | 1 | -1/+8 | |
smoothed login sequence. | |||||
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -5/+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 | -5/+0 | |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -29/+32 | |