Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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? | |||||
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-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-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-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -2/+2 | |
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-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 1 | -0/+2 | |
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 1 | -0/+5 | |
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-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 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -1/+4 | |
game starts. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+6 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -3/+0 | |
2005-01-13 | Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class | Bjørn Lindeijer | 1 | -0/+13 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -5/+11 | |
to the OkDialog class. | |||||
2005-01-08 | Some improvements to character creation and selection dialogs. | Bjørn Lindeijer | 1 | -24/+14 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -13/+33 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -0/+2 | |
modules to file lists. | |||||
2004-12-21 | Committing ported character select and new character dialogs by nym. | Bjørn Lindeijer | 1 | -10/+74 | |
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 | |
2004-11-12 | Hair styles | Eugenio Favalli | 1 | -0/+1 | |
2004-11-06 | Added possibility to choose the color of hair | Eugenio Favalli | 1 | -0/+2 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -1/+1 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+41 | |