summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-03-23Removed unnecessary forwarding method.Bjørn Lindeijer5-11/+11
2008-03-16Updated Dev-C++ project file. Patch by peavey.Eugenio Favalli2-217/+221
2008-03-11Also removed unused image from the files to be installed.Bjørn Lindeijer3-2/+5
2008-03-11Removed unused image.Eugenio Favalli2-0/+4
2008-03-09Applied some patches by peavey related to chatlog and the quit dialog.Philipp Sehmisch4-8/+31
2008-03-08Forgot to also remove the maps.Bjørn Lindeijer1-2/+2
2008-03-08Fixed some width/height mixups in TMXCopy.Philipp Sehmisch4-17/+24
2008-03-07Moved dynamically released data to its own module (tmwdata).Bjørn Lindeijer3-5/+5
2008-03-07Corrected names.Eugenio Favalli1-0/+2
2008-03-07Added new items by Black Don, new xml definitions by Peavey.Eugenio Favalli1-0/+19
2008-03-02Upgraded project file to latest C::B release.Eugenio Favalli2-1415/+316
2008-03-01fixed transparency issue.Philipp Sehmisch1-0/+4
2008-02-26Added Modanung's mud tileset and applyed to some houses in Tulimshar.Eugenio Favalli1-1/+2
2008-02-26Keep minimap status. Based on a patch by Knivey.Eugenio Favalli2-5/+5
2008-02-26Fixed some monster traps on southwest woodland.Philipp Sehmisch1-0/+16
2008-02-23Assorted content updates by QOAL.Philipp Sehmisch0-0/+0
2008-02-19More map fixes at snake dungeon by QOALPhilipp Sehmisch0-0/+0
2008-02-19Map fixes at snake dungeon by QOALPhilipp Sehmisch1-0/+4
2008-02-18Forgot a %sEugenio Favalli1-1/+1
2008-02-18Fixed image name.Eugenio Favalli4-32/+38
2008-02-13Added new headgears by Black Don (thanks to QOAL for testing and implementation)Philipp Sehmisch1-0/+18
2008-02-12Made pathfinding not halt on collision destination tile, made moving around ↵Eugenio Favalli6-19/+17
with mouse smoother. Added possibility to pass through players with key controls.
2008-02-12Particle emitters are now activated after the parent particle has moved ↵Philipp Sehmisch1-20/+21
instead of before (small change which allows a little trick to create polar emitters)
2008-02-11Added music and overlay to snake dungeon.Philipp Sehmisch1-0/+4
2008-02-10Added Dimonds Cove outdoor map.Philipp Sehmisch1-2/+6
2008-02-08Added Dimonds Cove Restaurant maps.Philipp Sehmisch1-0/+6
2008-01-26Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, sinceBjørn Lindeijer4-3/+10
that's the way in which we are using them.
2008-01-19Added hot spring particle effect to pond south of snow village.Philipp Sehmisch1-1/+7
2008-01-19Fixes for the new snowland maps by 5t3v3.Philipp Sehmisch1-0/+5
2008-01-14ixed an error in Davids last commit (couldn't compile that way).Philipp Sehmisch2-2/+5
2008-01-14Added new versions of snow maps by 5t3v3 (with minor fixes)Philipp Sehmisch1-0/+5
2008-01-13Fixed non-default location music loadingDavid Athay7-4/+41
2008-01-03Some map bugs reported by Strump, fixed by Zipon.Philipp Sehmisch1-0/+5
2007-12-31Added config options to set the scroll center. Retained scroll offset during ↵Philipp Sehmisch6-57/+88
map change for smoother map transitions.
2007-12-30switched layer compression on.Philipp Sehmisch0-0/+0
2007-12-30Added a key for targeting the nearest player character based on patches by ↵Philipp Sehmisch6-0/+58
Trinexx. Some mapping fixes at snake dungeon map.
2007-12-29Added new map by 5t3v3 (east desert cave) and enhanced version of eastern ↵Philipp Sehmisch1-0/+5
desert by Len.
2007-12-28Added the possibility to assign particle effects to monsters in the monster ↵Philipp Sehmisch6-2/+39
database. Added flame particle effect to fire goblin as a proof of concept.
2007-12-28Some mapping errors fixed by Zipon.Philipp Sehmisch1-0/+4
2007-12-26Fixed year in README too.v0.0.24Bjørn Lindeijer2-1/+5
2007-12-25Updated CMake file.Bjørn Lindeijer2-0/+3
2007-12-25Fixed missing backslash.Bjørn Lindeijer2-1/+2
2007-12-25Fixed year. :)Bjørn Lindeijer2-1/+5
2007-12-24Updated debian subfolder.Bjørn Lindeijer18-308/+985
2007-12-24Fixed compile warning.Bjørn Lindeijer2-0/+3
2007-12-24Minor update, fixed disconnection dialogDavid Athay3-8/+16
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer8-35/+28
2007-12-24Updated release date.Bjørn Lindeijer5-15/+33
2007-12-23Particle images are now reference-counted properly. Avoided attempts to load ↵Philipp Sehmisch6-5/+77
"data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist.
2007-12-22Merged revisions 3740 via svnmerge from Bjørn Lindeijer5-24/+90
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3740 | gmelquio | 2007-11-16 12:06:46 +0100 (vr, 16 nov 2007) | 1 line Delayed resource deletion by 30 seconds. ........