Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-26 | Implemented particle emitters with properties which change over time ↵ | Philipp Sehmisch | 1 | -1/+1 | |
according to wave functions. | |||||
2008-10-21 | fix cmake build | Roderic Morris | 1 | -0/+2 | |
2008-10-15 | De-hardcoded colors in trunk. Now, all colors are loaded from | Ira Rice | 1 | -0/+2 | |
colors.xml. | |||||
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -0/+3 | |
I consider this the only way forward. In my tests this code isn't actually doing worse than what was there before. Of course some cases are a bit broken, and I'm open to any kind of feedback so that we can fix those issues. | |||||
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -0/+4 | |
2008-08-18 | fix bug #209, display skill icons correctly. | Roderic Morris | 1 | -0/+2 | |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -5/+5 | |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -5/+5 | |
2008-07-14 | fix view names checkbox, fix compilation with cmake | Roderic Morris | 1 | -0/+2 | |
2008-07-01 | fix build files | Roderic Morris | 1 | -0/+4 | |
2008-06-30 | Updated CMake file to fix compilation. Patch by darkKnight. | Bjørn Lindeijer | 1 | -0/+8 | |
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-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 1 | -0/+2 | |
2008-05-22 | Did the same for CMake. | Bjørn Lindeijer | 1 | -0/+2 | |
2008-05-15 | Added tab with image based on button | David Athay | 1 | -0/+2 | |
2008-05-12 | Fix building on other build systems | David Athay | 1 | -2/+0 | |
2008-04-25 | Added client-side email address change ability. | Yohann Ferreira | 1 | -0/+4 | |
2008-04-23 | Replaced SHA-256 implementation with the one from InspIRCd. Thanks to Bertram | Bjørn Lindeijer | 1 | -4/+2 | |
for initial modifications. | |||||
2008-04-21 | Added password encryption client-side using SHA256. | Yohann Ferreira | 1 | -0/+4 | |
2008-04-18 | Added a change password dialog. State code is to be reworked. | Yohann Ferreira | 1 | -0/+2 | |
(Once again, I need feedback. Thanks!) | |||||
2008-04-18 | Fixed numerous crashes with chat and guild windows using new tabbed area. | David Athay | 1 | -0/+2 | |
2008-04-14 | Fixed a compilation error using CMake (That won't change the world, but will ↵ | Yohann Ferreira | 1 | -0/+2 | |
save a bit my laziness.) | |||||
2008-04-11 | Fixed a compilation error using CMake. What? Long Time No See? | Yohann Ferreira | 1 | -0/+2 | |
2008-04-11 | Ported trunk over to Guichan 0.8.0. Based on merge from 0.0 branch, but because | Bjørn Lindeijer | 1 | -2/+0 | |
of quite a bit of GUI differences there were additional changes and probably additional issues. You have been warned. ;) Merged revisions 4045-4049,4051-4059 via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4045 | b_lindeijer | 2008-04-07 17:23:07 +0200 (Mon, 07 Apr 2008) | 3 lines Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except for gcn::TabbedArea usage) ........ r4059 | b_lindeijer | 2008-04-09 16:25:42 +0200 (Wed, 09 Apr 2008) | 2 lines Fixed problem with row height in shop list box. ........ | |||||
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) | |||||
2008-03-04 | Accepted patch by roderic to fix building/installing with CMake. | Bjørn Lindeijer | 1 | -0/+12 | |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -2/+0 | |
2007-12-25 | Updated CMake file. | Bjørn Lindeijer | 1 | -0/+2 | |
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -6/+0 | |
2007-12-09 | Add missing source files to the CMake configuration. | Björn Steinbrink | 1 | -0/+2 | |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via ↵ | Bjørn Lindeijer | 1 | -0/+2 | |
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-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 1 | -0/+2 | |
on demand. Results in faster startup time and reduced memory usage. | |||||
2007-10-22 | Added Layout source files to CMake list. | Bjørn Lindeijer | 1 | -2/+4 | |
2007-10-22 | Some insignificant small changes. | Bjørn Lindeijer | 1 | -6/+6 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -13/+11 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-09-25 | Added some const qualifiers. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-09-21 | Update CMake configuration. | Björn Steinbrink | 1 | -6/+9 | |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -6/+5 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -5/+17 | |
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 | -0/+1 | |
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-08-19 | Updated CMake file and fixed typo in female light plate mail. | Bjørn Lindeijer | 1 | -2/+3 | |
2007-07-29 | Switch to upstream CMake modules for libxml2 and curl. | Björn Steinbrink | 1 | -3/+3 | |
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-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -0/+14 | |