Age | Commit message (Expand) | Author | Files | Lines |
2009-01-19 | Fixed a directory creation error reported by our Windows users (why | Ira Rice | 1 | -2/+2 |
2009-01-18 | Added current map filename to debug window. | Philipp Sehmisch | 1 | -0/+2 |
2009-01-18 | Fixed mapreader crash caused by unknown tile properties (That's why I said th... | Philipp Sehmisch | 1 | -2/+6 |
2009-01-17 | Added a few XML files for "translation". Idea obtained from IchigoBlack, | Ira Rice | 2 | -2/+2 |
2009-01-16 | Candidate release for 0.0.27.1 (Windows needs to get colors fixed, and | Ira Rice | 2 | -7/+0 |
2009-01-15 | Added emote database, which is loosely based off of the NPC database. | Ira Rice | 3 | -1/+211 |
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 25 | -170/+105 |
2009-01-06 | Added support for animated tiles. | Philipp Sehmisch | 1 | -23/+65 |
2009-01-06 | Added support for internationalization | Ira Rice | 1 | -2/+3 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 3 | -7/+9 |
2008-12-27 | Remove ../ from tileset files. | Ira Rice | 1 | -1/+3 |
2008-12-20 | Enabled video mode switching, as well as got rid of an old, unneeded | Ira Rice | 1 | -2/+0 |
2008-12-08 | Code reformatting | Bjørn Lindeijer | 6 | -102/+59 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 3 | -40/+44 |
2008-12-06 | Removed unnecessary weight check in itemdb loader | Lloyd Bryant | 1 | -3/+3 |
2008-12-03 | Changed tileset code so that it removes all ... paths. This assumes that | Ira Rice | 1 | -5/+4 |
2008-12-03 | Check doc before deleting, and make sure it's deleted when both xml | Ira Rice | 1 | -2/+11 |
2008-12-02 | Added the ability to use external tilesets in the client. | Ira Rice | 1 | -3/+12 |
2008-12-02 | Didn't clean up after myself in the last commit. | Ira Rice | 1 | -0/+2 |
2008-12-02 | Changed colordb to only use one XML::Document pointer, instead of | Ira Rice | 1 | -4/+4 |
2008-11-30 | Delete resources after removing from the orphan list, to avoid double frees d... | Fate | 1 | -1/+1 |
2008-11-25 | Miscellaneous TMW change commits. Missed these changes before because of | Ira Rice | 1 | -1/+1 |
2008-11-23 | Delete resources after removing from the orphan list, to avoid double frees d... | Fate | 1 | -1/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 41 | -128/+35 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 40 | -80/+0 |
2008-11-12 | Applied a fix that fixes TMW loading. | Ira Rice | 1 | -6/+9 |
2008-11-02 | Fixed a potential crash. | Ira Rice | 1 | -0/+5 |
2008-11-02 | Since TMW de-hardcoded their hair colors, I have since removed the hard coded... | Ira Rice | 1 | -27/+17 |
2008-11-02 | This correctly fixes the attack problem. Apparently, I didn't realize a bit a... | Ira Rice | 1 | -2/+2 |
2008-10-27 | De-hardcoded the number of hair styles. | Ira Rice | 1 | -1/+1 |
2008-10-23 | Cleaned up ColorDB code so that it loads with all other databases, as | Ira Rice | 1 | -1/+2 |
2008-10-19 | Fixed a small error that I didn't notice before with de-hardcoding the | Ira Rice | 2 | -2/+2 |
2008-10-15 | De-hardcoded colors in trunk. Now, all colors are loaded from | Ira Rice | 2 | -0/+171 |
2008-10-13 | Added mob particle attack effects to mobs. Inspired by the TMW patch in | Ira Rice | 2 | -0/+14 |
2008-10-12 | Added in a new tileset, as well as some new artwork, changed the update | Ira Rice | 1 | -4/+4 |
2008-10-12 | This commit contains three things: one, after looking over how TMW was | Ira Rice | 1 | -7/+7 |
2008-10-10 | Did a little bit of code cleanup (mostly from TMW changes) as well as | Ira Rice | 1 | -3/+2 |
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -3/+2 |
2008-10-07 | Fixed a compile error that I accidently caused (sorry). | Ira Rice | 1 | -2/+2 |
2008-10-06 | Changed map reader code to allow for pixel offsets, based on TMW's trunk | Ira Rice | 1 | -3/+9 |
2008-10-04 | Added support for object groups that have an offset | Bjørn Lindeijer | 1 | -4/+13 |
2008-10-01 | Fixed female sprites not showing all equipment. | Ira Rice | 1 | -1/+1 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 10 | -163/+203 |
2008-08-29 | Committed complex (multi-sprite) monster patch - from TMW Mantis, by Jaxad0127 | Lloyd Bryant | 3 | -8/+7 |
2008-08-29 | #406 by jaxad0127v0.0.26 | David Athay | 3 | -8/+7 |
2008-08-29 | Added fix from TMW to prevent crash if a map layer has too many tiles | Lloyd Bryant | 1 | -1/+7 |
2008-08-28 | Fixed crash when map layer has too many tiles. | Bjørn Lindeijer | 1 | -1/+7 |
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -1/+1 |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -3/+3 |
2008-07-19 | removed unnecessary (weight) check in itemdb loader | Lloyd Bryant | 1 | -3/+3 |