Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Merge branch 'master' of git@gitorious.org:tmw/eathena | Philipp Sehmisch | 1 | -4/+6 | |
2009-01-23 | Fixed very minor and rarel occuring mem leak in map reader. | Philipp Sehmisch | 1 | -0/+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-20 | Added current map filename to debug window. | Philipp Sehmisch | 1 | -0/+2 | |
(cherry picked from mainline commit 2a7c63f6070606e6623a9730aa1ca9d52c942055) | |||||
2009-01-18 | Fixed mapreader crash caused by unknown tile properties (That's why I said ↵ | Philipp Sehmisch | 1 | -2/+6 | |
that I would like some praxis-oriented testing of the animation system before the release). | |||||
2009-01-06 | Added support for animated tiles. | Philipp Sehmisch | 1 | -23/+67 | |
2008-12-08 | Code reformatting | Bjørn Lindeijer | 1 | -18/+11 | |
I wish I had never fallen for this weird style, and I hope removing it will prevent others from introducing new code like this. :-) | |||||
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-10-04 | Added support for object groups that have an offset | Bjørn Lindeijer | 1 | -4/+13 | |
2008-08-28 | Fixed crash when map layer has too many tiles. | Bjørn Lindeijer | 1 | -1/+7 | |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -67/+97 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4044 | b_lindeijer | 2008-04-07 11:02:38 +0200 (Mon, 07 Apr 2008) | 2 lines Added support for basing one sprite definition on another by including it. ........ r4057 | b_lindeijer | 2008-04-08 20:43:44 +0200 (Tue, 08 Apr 2008) | 4 lines Implemented support for an arbitrary number of map layers. The only layer requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision". ........ r4067 | b_lindeijer | 2008-04-11 00:03:57 +0200 (Fri, 11 Apr 2008) | 3 lines Fixed some compiler warnings and don't try to load particle effects when no file is set. ........ | |||||
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 1 | -8/+6 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4013 | crush_tmw | 2008-04-01 01:18:19 +0200 (Di, 01 Apr 2008) | 1 line Implemented NPC XML database which maps NPC IDs to one or more animation files and thus enables animated NPCs. ........ r4027 | crush_tmw | 2008-04-02 01:34:14 +0200 (Mi, 02 Apr 2008) | 1 line misspelled filename ........ r4043 | b_lindeijer | 2008-04-07 10:37:23 +0200 (Mo, 07 Apr 2008) | 3 lines Added XML::Document class which simplifies parsing an XML document and automatically cleans it up again. ........ r4174 | b_lindeijer | 2008-04-23 14:57:45 +0200 (Mi, 23 Apr 2008) | 2 lines Fixed svn:keywords properties and added header to guild.h. ........ r4250 | crush_tmw | 2008-05-19 18:18:38 +0200 (Mo, 19 Mai 2008) | 1 line Added the possibility to add particle effects to NPCs in npcs.xml. ........ r4254 | crush_tmw | 2008-05-20 15:58:26 +0200 (Di, 20 Mai 2008) | 1 line fixed some filename confusion messup in the last commit. ........ NOTE: This was my first commit using svnmerge. Please check if I did everything correctly. | |||||
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -1/+1 | |
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-27 | Made client search for both compressed and non-compressed map files. | Bjørn Lindeijer | 1 | -7/+18 | |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+24 | |
2007-04-23 | Merged Björn Steinbrinks improvements at the xml parsing from trunk version. | Philipp Sehmisch | 1 | -23/+26 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-12-08 | Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's | Bjørn Lindeijer | 1 | -1/+1 | |
hope they didn't fix some critical bug since then; at least it seems to work fine. | |||||
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 1 | -21/+9 | |
2006-10-07 | Added support for gzip compressed map layer data. Increased version to 0.0.22. | Bjørn Lindeijer | 1 | -62/+68 | |
Cleaned up overlay initialization a bit. | |||||
2006-10-03 | Turned AmbientOverlay into a class. Cleaned up the associated code. | Björn Steinbrink | 1 | -12/+26 | |
2006-08-21 | added overlays and smooth scrolling. (someone who knows what he is doing has ↵ | Philipp Sehmisch | 1 | -0/+27 | |
to create the makefiles for the unix users) | |||||
2006-08-05 | Some cleanups, mostly lowering indentation levels. | Björn Steinbrink | 1 | -116/+98 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -2/+1 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-19 | Implemented loading for the way Tiled saves properties since version 0.6.0 and | Bjørn Lindeijer | 1 | -17/+33 | |
updated all current maps. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -85/+27 | |
cleaned up properly on switching maps. | |||||
2005-09-18 | Applyed biggeruniverse's patch to fix memory leaks. | Eugenio Favalli | 1 | -3/+6 | |
2005-08-17 | Removed special #ifdefs for libxml2 linking issues in Win32. | Eugenio Favalli | 1 | -7/+0 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+8 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -2/+1 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 1 | -0/+2 | |
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -11/+113 | |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -1/+1 | |
an alpha layer. | |||||
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -1/+16 | |
functionality can be based upon. | |||||
2005-06-12 | Use alpha layer for tiles (feedback performance) | Bjørn Lindeijer | 1 | -2/+2 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -7/+7 | |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -2/+6 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -5/+11 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -3/+5 | |
fine again. | |||||
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -9/+10 | |
2005-03-12 | Use xmlParseFile with built in support for gzip. | Bjørn Lindeijer | 1 | -22/+1 | |
2005-03-10 | Fixed showing death bitmap when other players die and fixed the black hair | Bjørn Lindeijer | 1 | -1/+0 | |
problem. | |||||
2005-03-07 | Switched base64 codec to the PHP one and finished support for base64 encoded | Bjørn Lindeijer | 1 | -10/+55 | |
binary layer data in tmx maps. | |||||
2005-03-06 | Added collision tileset... last commit missed there files. | Bjørn Lindeijer | 1 | -3/+22 | |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 1 | -31/+64 | |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -5/+11 | |
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet. | |||||
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -15/+48 | |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -4/+6 | |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -0/+8 | |