Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-06 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -10/+10 | |
Using unsigned rarely makes sense, especially when the server doesn't use it either. Other uses of unsigned should be reviewed. In all other cases, int is the fastest integer type on any architecture. Using 8 or 16 bits can basically only be a memory optimization. | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -11/+11 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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. | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -12/+6 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 1 | -4/+4 | |
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. ........ | |||||
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -5/+5 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 1 | -0/+1 | |
2006-02-26 | Got rid of .cvsignore files and converted them to svn:ignore properties. | Bjørn Lindeijer | 1 | -0/+0 | |
2006-02-06 | Added a FloorItemManager class. | Björn Steinbrink | 1 | -15/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+1 | |
2005-10-09 | Fixed player names overlapping other players and more cleanups. | Bjørn Lindeijer | 1 | -2/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -8/+35 | |
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-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -16/+23 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -9/+37 | |
2005-08-25 | Move extern declaration of the floor item list. Lower indentation level. | Björn Steinbrink | 1 | -4/+0 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 | |
2005-03-01 | Deleting subx and suby for items, because it's useless | Jan-Fabian Humann | 1 | -1/+0 | |
2005-03-01 | Attempt part 2. | Bjørn Lindeijer | 1 | -0/+66 | |
2005-03-01 | An attempt to get rid of executable permissions. | Bjørn Lindeijer | 1 | -66/+0 | |
2005-02-28 | Adding support for drop items part 1/2 | Jan-Fabian Humann | 1 | -0/+66 | |