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. | |||||
2009-01-08 | Made remaining dialogs translatable | Bjørn Lindeijer | 1 | -17/+18 | |
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2008-12-13 | Code style reformatting | Bjørn Lindeijer | 1 | -12/+6 | |
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-12-08 | Introduced another template to make deleting all values in a container easier. | Bjørn Lindeijer | 1 | -3/+1 | |
Inspired by qDeleteAll() from Qt. Conflicts: ChangeLog src/beingmanager.cpp src/channelmanager.cpp src/gui/skill.cpp src/map.cpp src/resources/monsterinfo.cpp (cherry picked from mainline) | |||||
2008-12-07 | Fixed inconsistency in default window sizes | Bjørn Lindeijer | 1 | -1/+1 | |
The default window sizes were all too small, since they were specified in content size. On pressing "Reset Windows", the sizes would be interpreted as such and apply alright. The inconsistency is now removed, and the default window sizes are always the size of the whole widget now, not just the contents. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
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-11 | Fixed two broken include paths | Philipp Sehmisch | 1 | -2/+2 | |
2008-11-01 | * Report unmapped skill names as `Mystery Skill' (rather than random characters) | Fate | 1 | -4/+22 | |
2008-11-01 | * Updated GUI table and model to better handle NULL widgets during ↵ | Fate | 1 | -46/+128 | |
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-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -1/+3 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -5/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -5/+5 | |
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-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 1 | -4/+2 | |
positions. | |||||
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -41/+42 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -9/+3 | |
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -5/+4 | |
using STL algorithms. | |||||
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -16/+8 | |
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -8/+2 | |
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 | -6/+1 | |
2005-10-16 | Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}. | Björn Steinbrink | 1 | -2/+2 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+1 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -0/+1 | |
references to resources are reported to be more informative. | |||||
2005-09-30 | Fixed paths for windows users | Matthias Hartmann | 1 | -1/+1 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -1/+5 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-09-28 | Save and load X, Y, Height, and Width to useful wins. | Yohann Ferreira | 1 | -1/+1 | |
2005-09-28 | Added window internal name to every window. Useful to later get and save X, ↵ | Yohann Ferreira | 1 | -0/+2 | |
Y, Height, and Width of these wins. | |||||
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -1/+0 | |
2005-09-19 | Got rid of writeSet() calls. | Eugenio Favalli | 1 | -2/+0 | |
2005-09-17 | Completed transition to use MessageOut. | Eugenio Favalli | 1 | -2/+5 | |
2005-09-17 | Updated dev-cpp project file to last changes, and wrong names fixes. | Eugenio Favalli | 1 | -6/+6 | |
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-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -5/+4 | |
2005-08-22 | Disabled use button in skill dialog since is still not being used. | Eugenio Favalli | 1 | -12/+1 | |
2005-08-21 | Some updates and cleanups | Eugenio Favalli | 1 | -1/+22 | |
2005-08-18 | Updated reference to latest libxml, fixed a bug in updating skills, updated ↵ | Eugenio Favalli | 1 | -6/+16 | |
skill names database. | |||||
2005-08-13 | Small header cleanup. | Björn Steinbrink | 1 | -1/+6 | |
2005-07-26 | - New smilies by Modanung | Eugenio Favalli | 1 | -3/+3 | |
- New skill names - New title song | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -4/+2 | |
to show current target. | |||||
2005-04-07 | Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats window | Bjørn Lindeijer | 1 | -4/+18 | |
and "Up" button on skills window disable when appropriate. | |||||
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -1/+0 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
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 | -0/+1 | |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -15/+87 | |
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 | added skill functionality. The skill dialog is down for now. | Kiyoshi Kyokai | 1 | -87/+15 | |
2005-01-15 | Fixed upping skills. | Bjørn Lindeijer | 1 | -100/+86 | |
2005-01-15 | Fixing crash on death. Death handling could still be improved though. | Bjørn Lindeijer | 1 | -4/+5 | |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -1/+15 | |
2005-01-11 | Implemented parent relationship for Window class and converted more ok dialogs | Bjørn Lindeijer | 1 | -2/+1 | |
to the OkDialog class. |