Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
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. | |||||
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-06 | Tweak member naming to fit conventions as a fix to r4934. | Dennis Friis | 1 | -1/+1 | |
2008-11-06 | Have equipment tied into player inventory instead of keeping its own list of ↵ | Dennis Friis | 1 | -0/+2 | |
pointers to items. This ensures the ressource is up-to-date and avoids crashes on stale item pointers. | |||||
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 1 | -3/+0 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -1/+1 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -2/+1 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -3/+4 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -6/+2 | |
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-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+2 | |
ever happen... | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -1/+2 | |
2005-07-23 | * docs/HACKING.txt: Added info about member naming and ChangeLog | Bjørn Lindeijer | 1 | -1/+1 | |
format. * src/gui/updatewindow.h, src/gui/updatewindow.cpp: Changed member names, set a 15 second timeout for connecting to update server and restore some doxygen comments. | |||||
2005-07-17 | Fixing linking issues | Eugenio Favalli | 1 | -0/+64 | |