summaryrefslogtreecommitdiff
path: root/src/map.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-07-17Fix map redrawing if changing map view mode.Andrei Karas1-1/+7
2011-07-17Improve map reduce speed.Andrei Karas1-2/+12
2011-07-16Add tiles caching for software mode.Andrei Karas1-17/+157
2011-07-12Fix iterator issue in some versions.Andrei Karas1-1/+1
2011-07-11Small optimisation in map draw code.Andrei Karas1-12/+13
2011-07-08Fix some issues after automatic checking.Andrei Karas1-1/+4
Change compilation flags in make scripts.
2011-07-07Add map reduce feature for software drawing.Andrei Karas1-0/+113
Now invisible tiles will be removed if this mode enabled.
2011-07-06Improve a bit draw map speed.Andrei Karas1-46/+97
2011-07-04Fix code style and compilation warnings.Andrei Karas1-11/+16
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-5/+5
2011-07-01Replace some lists to vectors.Andrei Karas1-7/+7
2011-06-26Bit improve speed in map getwalk.Andrei Karas1-7/+13
2011-06-14Add missing checks.Andrei Karas1-0/+5
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3
2011-05-25Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵Andrei Karas1-0/+4
map classes.
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-5/+5
2011-05-11Fix incorrecly drawed collisions.Andrei Karas1-2/+2
2011-05-09Add drawing colors for new collision types.Andrei Karas1-7/+50
2011-05-09Impliment air and water block types.Andrei Karas1-0/+8
2011-04-30Fix overlaped tiles indexes issue.Andrei Karas1-5/+19
2011-04-25Add missing checks.Andrei Karas1-0/+6
2011-04-23Reorder map sprites to draw correctly player with more than one tile width.Andrei Karas1-6/+11
2011-04-10Add some strings to translations.Andrei Karas1-2/+2
2011-04-09Improve map loading speed.Andrei Karas1-10/+55
2011-04-05Replace list to vector in map.Andrei Karas1-1/+1
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-1/+1
2011-04-01Small optimisation in map drawing.Andrei Karas1-2/+3
2011-03-31Fix memory leaks and some other errors.Andrei Karas1-1/+1
2011-03-30Add background music map ranges.Andrei Karas1-0/+78
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+2
2011-03-19Fix code style and add small optimisations.Andrei Karas1-7/+7
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-6/+7
2011-03-13Add ability to remap maps to different files.Andrei Karas1-1/+2
2011-03-11Wrap the open and closed list members in path finding.Yohann Ferreira1-5/+22
This prevent some weird things happening in path finding when playing for a very long time. Reviewed-by: Thorbjorn.
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-7/+7
2011-01-02Initial commit.Andrei Karas1-0/+1654
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.