Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-09 | Removed the unused NewSkillDialog | Bjørn Lindeijer | 1 | -2/+0 | |
Won't be introduced based on eAthena anyway, I think even with tmwserv we have different plans now. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2008-12-07 | Added some initialization and removed ChargeDialog | Bjørn Lindeijer | 1 | -2/+0 | |
Many member variables of LocalPlayer were not being initialized properly. In general this shouldn't have caused any problems, but it's bad style. The ChargeDialog was removed. This class was long dead anyway. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -0/+2 | |
2008-12-06 | Added particle containers and refactored beings to use them (to clean up ↵ | Fate | 1 | -0/+2 | |
responsibilities a little) | |||||
2008-12-05 | Fix race condition with a std::string access | Bjørn Lindeijer | 1 | -0/+1 | |
The downloading thread was writing to a std::string while the main thread was trying to draw it, for example. Now access to the label caption is guarded with a mutex. Should fix crashes while downloading updates. | |||||
2008-10-26 | Implemented particle emitters with properties which change over time ↵ | Philipp Sehmisch | 1 | -1/+1 | |
according to wave functions. | |||||
2008-08-28 | Accepted Patch by Scraggy that moves text in such a way that no text overlaps | Bjørn Lindeijer | 1 | -0/+4 | |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3738 | b_lindeijer | 2007-11-16 00:44:01 +0100 (Fri, 16 Nov 2007) | 3 lines Moved item icon from ItemInfo class to the Item class, so that it can be loaded on demand. Results in faster startup time and reduced memory usage. ........ | |||||
2008-05-22 | Fixed linker error caused by missing module. | Bjørn Lindeijer | 1 | -3/+5 | |
2008-05-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 1 | -2/+0 | |
issues, but it would be better to fix those instead of using this complicated workaround. | |||||
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -0/+10 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -0/+6 | |
(reverted change 3811). Somehow seems it's not drawing anything, not sure why. | |||||
2008-04-07 | Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for | Bjørn Lindeijer | 1 | -2/+0 | |
gcn::TabbedArea usage) | |||||
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -6/+0 | |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵ | Bjørn Lindeijer | 1 | -0/+4 | |
svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk (dynamic recoloring of sprites and related changes) ........ r3705 | gmelquio | 2007-11-03 10:58:25 +0100 (Sat, 03 Nov 2007) | 1 line Fixed double load of hair graphics. ........ r3706 | gmelquio | 2007-11-03 22:04:51 +0100 (Sat, 03 Nov 2007) | 1 line Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). ........ r3707 | gmelquio | 2007-11-03 22:08:21 +0100 (Sat, 03 Nov 2007) | 1 line Experimented recoloring on scorpions. ........ r3708 | gmelquio | 2007-11-04 12:52:44 +0100 (Sun, 04 Nov 2007) | 1 line Tightened palette handling. ........ r3709 | gmelquio | 2007-11-04 12:54:31 +0100 (Sun, 04 Nov 2007) | 1 line Experimented with scorpions again. ........ r3710 | gmelquio | 2007-11-04 16:40:37 +0100 (Sun, 04 Nov 2007) | 1 line Applied recoloring to hair styles. ........ r3711 | gmelquio | 2007-11-04 17:50:37 +0100 (Sun, 04 Nov 2007) | 1 line Converted slimes to recoloring. ........ r3742 | gmelquio | 2007-11-16 14:16:00 +0100 (Fri, 16 Nov 2007) | 1 line Sped up recoloring of transparent pixels. ........ | |||||
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -8/+6 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-09-01 | Fixed windowlistener.h entry in Makefile.am. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -4/+0 | |
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load. | |||||
2007-08-28 | Added Vector class and used it in the particle engine. | Bjørn Lindeijer | 1 | -1/+2 | |
2007-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -10/+11 | |
window resize and move events. | |||||
2007-08-22 | Added trimming of chat messages. | Bjørn Lindeijer | 1 | -0/+1 | |
2007-08-22 | Fixed a compiler warning and updated source lists. | Bjørn Lindeijer | 1 | -0/+6 | |
2007-07-24 | Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to | Bjørn Lindeijer | 1 | -0/+4 | |
the list of source files. Also set some missing Subversion properties. | |||||
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites ↵ | Philipp Sehmisch | 1 | -0/+1 | |
through the equipment sprite database. (use -u to ignore updates) | |||||
2007-06-03 | Fixed warning about strict-aliasing rules and don't die on warnings by default. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-06-03 | Added some files to be included with the release. | Bjørn Lindeijer | 1 | -0/+2 | |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -1/+11 | |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -1/+3 | |
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing. | |||||
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -3/+3 | |
2007-03-12 | Added a simple animation class that hosts a looping animation without the ↵ | Philipp Sehmisch | 1 | -1/+3 | |
action and direction stuff from AnimatedSprite. | |||||
2007-01-30 | Removed unused Packet class. | Bjørn Lindeijer | 1 | -2/+0 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -2/+1 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -6/+6 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -1/+3 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 1 | -0/+4 | |
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 1 | -3/+6 | |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-14 | Separated Action class to its own module. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are ↵ | Yohann Ferreira | 1 | -0/+2 | |
highlighted in gray and can't be selected. | |||||
2006-10-03 | Turned AmbientOverlay into a class. Cleaned up the associated code. | Björn Steinbrink | 1 | -0/+2 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 1 | -0/+1 | |
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL. | |||||
2006-08-20 | some fixes to automake building, and debian packagaing updates. Happy to be ↵ | Yohann Ferreira | 1 | -0/+1 | |
back :) | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -0/+2 | |
from the 0.1.0 branch. | |||||
2006-07-28 | Moved AnimatedSprite into its own files, removed useless includes. | Björn Steinbrink | 1 | -0/+2 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -3/+3 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -0/+2 | |
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -0/+1 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -1/+0 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -0/+7 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". |