Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -0/+23 | |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -2/+2 | |
2007-01-05 | Implemented item dropping. | Guillaume Melquiond | 1 | -2/+2 | |
2007-01-05 | Declared some methods const. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -23/+30 | |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -93/+44 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -8/+16 | |
2006-09-09 | Fixed pathfinder. | Guillaume Melquiond | 1 | -6/+30 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -3/+110 | |
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -1/+1 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -27/+28 | |
2006-03-09 | Added Spriteset::get() and Spriteset::size() to hide the member vector and ↵ | Björn Steinbrink | 1 | -2/+2 | |
remove the weird mySpriteset->spriteset stuff. | |||||
2006-03-08 | Added a 'dtor' helper functor to delete objects in arrays and containers ↵ | Björn Steinbrink | 1 | -4/+3 | |
using STL algorithms. | |||||
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -12/+9 | |
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -13/+19 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -5/+7 | |
2005-12-24 | Fringe layer draw fix and change in policy on when using OpenGL is the default. | Bjørn Lindeijer | 1 | -5/+10 | |
2005-10-16 | Some code improvements. | Björn Steinbrink | 1 | -33/+31 | |
2005-10-10 | Forgot to add new tilesets to Makefile.am and made another small fix to spritev0.0.17 | Bjørn Lindeijer | 1 | -1/+1 | |
rendering. | |||||
2005-10-09 | Fixed player names overlapping other players and more cleanups. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -4/+14 | |
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 | -18/+31 | |
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-10-02 | Added check for pthread library (needed for FreeBSD, still needs to be checked | Bjørn Lindeijer | 1 | -4/+6 | |
on MacOS X) and some cleanups. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -53/+84 | |
cleaned up properly on switching maps. | |||||
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -0/+3 | |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -6/+0 | |
2005-07-02 | Added minimap to Tulimshar (map 3-1) | Bjørn Lindeijer | 1 | -17/+32 | |
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -0/+22 | |
functionality can be based upon. | |||||
2005-05-19 | Made item amount window a modal dialog and removed support for old map format. | Bjørn Lindeijer | 1 | -109/+0 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-05-01 | Fix for colliding with portals. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-04-30 | Some fixes to player control, also attempting to solve long walk path problem. | Bjørn Lindeijer | 1 | -0/+7 | |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -12/+17 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -0/+2 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | logger... | Yohann Ferreira | 1 | -2/+2 | |
2005-03-20 | Auto-detect map files in new map format. | Bjørn Lindeijer | 1 | -0/+6 | |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -12/+10 | |
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window | |||||
2005-03-03 | Made getWalk return false for coordinates outside of the map, instead of crash. | Bjørn Lindeijer | 1 | -1/+7 | |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-03-02 | Moved map drawing loop into the Map class and made it safer (it doesn't try to | Bjørn Lindeijer | 1 | -0/+24 | |
draw tiles outside of the map area). The tmw.ini file was removed, we're using config.xml now. | |||||
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -25/+8 | |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -49/+67 | |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 1 | -0/+12 | |
changes to map and map reader. | |||||
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -0/+7 | |
before it is used and added a start on the map reader. | |||||
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-13 | Small start on XML map loading. Windows users pay attention to instructions | Bjørn Lindeijer | 1 | -10/+21 | |
in win32.txt. | |||||
2005-02-13 | Don't skip corners in A* pathfinding algorithm. | Bjørn Lindeijer | 1 | -8/+28 | |