Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2008-12-13 | Code style reformatting | Bjørn Lindeijer | 1 | -1/+1 | |
Got rid of "void" in functions that take no arguments and removed the newline after the return type of a method in many places. | |||||
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-11-01 | * Updated GUI table and model to better handle NULL widgets during ↵ | Fate | 1 | -4/+8 | |
initialisation * On SMSG_MOVE et al., ignore boots and glove information-- that information is incorrect and we're guaranteed to already have the correct information anyway. * Properly decode `is dead' information for PCs, so that dead players, when encountered, will be lying on the ground, dead, rather than standing. * Use `skills.xml' file from client data to determine skill names * Report client version number (hereby bumped to 1) in unused charserver slot (ignored by vanilla eAthena) | |||||
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -1/+0 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -1/+1 | |
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-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -8/+7 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -12/+11 | |
2005-08-21 | Some updates and cleanups | Eugenio Favalli | 1 | -0/+1 | |
2005-08-18 | Updated reference to latest libxml, fixed a bug in updating skills, updated ↵ | Eugenio Favalli | 1 | -0/+1 | |
skill names database. | |||||
2005-08-13 | Small header cleanup. | Björn Steinbrink | 1 | -4/+4 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+7 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-07 | Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats window | Bjørn Lindeijer | 1 | -0/+1 | |
and "Up" button on skills window disable when appropriate. | |||||
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -15/+19 | |
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet. | |||||
2005-02-20 | Compile fix and link fix. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-20 | skill system started. Skill Dialog down for now | Kiyoshi Kyokai | 1 | -17/+13 | |
2005-01-15 | Fixed upping skills. | Bjørn Lindeijer | 1 | -36/+13 | |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -2/+0 | |
to the OkDialog class. | |||||
2005-01-09 | Updating Dev-Cpp project file and Win32 binaries and fixing a compilation issue | Eugenio Favalli | 1 | -0/+2 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -5/+20 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-04 | Use custom ListBox and ScrollArea for skill dialog. | Bjørn Lindeijer | 1 | -8/+21 | |
2005-01-04 | Converted Skills dialog from old gui to Guichan. Files modified: ↵ | Aaron Marks | 1 | -15/+34 | |
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error) | |||||
2004-12-27 | Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButton | Bjørn Lindeijer | 1 | -1/+1 | |
modules to file lists. | |||||
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -24/+22 | |
2004-10-08 | *** empty log message *** | Eugenio Favalli | 1 | -0/+12 | |
2004-10-05 | You can now increase your stats, when incresing in level. | Simon Edwardsson | 1 | -1/+1 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+40 | |