Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-29 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -0/+2 | |
(cherry-picked from mainline) | |||||
2008-12-27 | Added include and lib directories to the CB project | Bjørn Lindeijer | 1 | -0/+6 | |
Makes it easier to get started with compiling TMW on Windows by just extracting the library package where you checked out TMW, and doesn't pollute the MinGW install. | |||||
2008-12-14 | Reverted an accidental change in Code::Blocks project file. | Philipp Sehmisch | 1 | -1/+1 | |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -1/+1 | |
2008-12-09 | Updated release date for 0.0.27v0.0.27 | Bjørn Lindeijer | 1 | -2/+0 | |
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 | Updated Code::Blocks project | Bjørn Lindeijer | 1 | -2/+4 | |
2008-10-26 | Implemented particle emitters with properties which change over time ↵ | Philipp Sehmisch | 1 | -5/+24 | |
according to wave functions. | |||||
2008-07-10 | Restored executable icon. | Eugenio Favalli | 1 | -289/+287 | |
2008-07-08 | #359 patch by Scraggy | David Athay | 1 | -0/+4 | |
2008-06-17 | #333 Suppress 'trade with X cancelled' messages for ignored players. | David Athay | 1 | -0/+10 | |
2008-04-15 | Fixed clicking near player. | David Athay | 1 | -1/+1 | |
2008-04-11 | Players now need to | David Athay | 1 | -273/+302 | |
click on the monster sprites rather than the tile. Players will now move to the target before attacking it. | |||||
2008-03-02 | Upgraded project file to latest C::B release. | Eugenio Favalli | 1 | -1415/+312 | |
2008-02-18 | Fixed image name. | Eugenio Favalli | 1 | -30/+30 | |
2007-11-19 | Merged revisions 3739,3743-3744,3746-3747 via svnmerge from | Bjørn Lindeijer | 1 | -0/+10 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3739 | umperio | 2007-11-16 11:49:58 +0100 (Fri, 16 Nov 2007) | 1 line Removed useless win32 implementation of gettimeofday. ........ r3743 | umperio | 2007-11-16 15:14:00 +0100 (Fri, 16 Nov 2007) | 1 line Fixed minor issues. ........ r3747 | b_lindeijer | 2007-11-18 23:05:16 +0100 (Sun, 18 Nov 2007) | 2 lines Fixed small mapping error, collision layer not changed. ........ | |||||
2007-09-11 | Fixed admin commands. | Eugenio Favalli | 1 | -20/+0 | |
2007-08-26 | Removed home dir from config file to avoid encoding issues. | Eugenio Favalli | 1 | -10/+0 | |
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -0/+30 | |
2007-08-14 | Fixed popup menu requiring one more click after being used. | Eugenio Favalli | 1 | -0/+20 | |
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites ↵ | Philipp Sehmisch | 1 | -0/+4 | |
through the equipment sprite database. (use -u to ignore updates) | |||||
2007-05-20 | Updated Code::Blocks project file. | Eugenio Favalli | 1 | -0/+40 | |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+20 | |
2007-03-22 | Fixed problems with window icon on Windows as much as possible. | Bjørn Lindeijer | 1 | -6/+16 | |
2007-01-30 | Updated Code::blocks project. | Eugenio Favalli | 1 | -10/+0 | |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 1 | -30/+1 | |
2006-12-12 | Updated project files | Eugenio Favalli | 1 | -36/+30 | |
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 1 | -0/+6 | |
2006-12-06 | Updated project files | Eugenio Favalli | 1 | -0/+10 | |
2006-11-29 | Updated project files | Eugenio Favalli | 1 | -0/+20 | |
2006-11-27 | Updated Code::Blocks project file. | Bjørn Lindeijer | 1 | -4/+20 | |
2006-11-23 | Updated project files | Eugenio Favalli | 1 | -0/+10 | |
2006-11-15 | Updated project files | Eugenio Favalli | 1 | -0/+10 | |
2006-11-15 | Fixed dynamic linking of libcurl | Eugenio Favalli | 1 | -21/+16 | |
2006-11-15 | Updated project files | Eugenio Favalli | 1 | -0/+10 | |
2006-11-09 | Fixed a conflict with Windows headers and updated project files | Eugenio Favalli | 1 | -0/+10 | |
2006-10-07 | Updated project files | Eugenio Favalli | 1 | -772/+785 | |
2006-08-21 | Updated project files | Eugenio Favalli | 1 | -1/+4 | |
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 1 | -0/+21 | |
2006-07-24 | Removed unused code, fixed "change direction when not walking" bug, updated ↵ | Eugenio Favalli | 1 | -766/+762 | |
project files. | |||||
2006-07-21 | Whooops | Eugenio Favalli | 1 | -0/+1 | |
2006-07-20 | Added a resource script to let both Dev-Cpp and Code::Blocks share the same ↵ | Eugenio Favalli | 1 | -0/+5 | |
binary icon and version infos. | |||||
2006-07-19 | Updated Code::Blocks project file. | Eugenio Favalli | 1 | -0/+10 | |
2006-07-19 | Added initial Code::Blocks project file. | Bjørn Lindeijer | 1 | -0/+1233 | |