Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-04 | Cleanup part list and beinginfo. | Andrei Karas | 4 | -6/+16 | |
2011-06-03 | Fix memory leak in mapreader class. | Andrei Karas | 1 | -4/+6 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 2 | -2/+2 | |
2011-05-31 | Fix include path for SDL_mixer.h | Andrei Karas | 2 | -8/+0 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 2 | -4/+4 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 2 | -4/+4 | |
2011-05-30 | Fix memory leaks in being, socialwindow classes. | Andrei Karas | 1 | -1/+1 | |
2011-05-27 | Call cleanOrphans after disconnecting from server. | Andrei Karas | 2 | -3/+4 | |
2011-05-27 | Possible fix another leak in resuorcemanager. | Andrei Karas | 1 | -0/+1 | |
2011-05-27 | Fix memory leak in resourcemanager. | Andrei Karas | 2 | -4/+7 | |
2011-05-26 | Fix some imageset memory leaks. | Andrei Karas | 1 | -1/+9 | |
2011-05-24 | Fix memory leaks in beinginfo and colordb classes. | Andrei Karas | 2 | -0/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 24 | -2/+50 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-21 | Add monster walktype attribute to detect on what collisions monster can move. | Andrei Karas | 3 | -7/+24 | |
2011-05-19 | Enable server type selection again. Add evol server type. Now working same ↵ | Andrei Karas | 1 | -2/+2 | |
as tmweathena. | |||||
2011-05-17 | Debug option to dump loaded images names. | Andrei Karas | 3 | -13/+30 | |
2011-05-13 | Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ↵ | Andrei Karas | 1 | -0/+4 | |
disabled. Fix some compilation warnings. | |||||
2011-05-10 | Dont prevent animation from players and monsters in special collisions. | Andrei Karas | 2 | -4/+2 | |
2011-05-09 | Impliment air and water block types. | Andrei Karas | 3 | -5/+33 | |
2011-05-08 | Add opengl texture counter for debugging. | Andrei Karas | 1 | -0/+8 | |
2011-05-07 | Fix missing initialisations. | Andrei Karas | 1 | -3/+5 | |
2011-05-05 | Fix align in itemdb.cpp. | Andrei Karas | 1 | -2/+2 | |
2011-05-01 | Added customizable on-hit effects for characters. | Yohann Ferreira | 2 | -4/+30 | |
This patch adds support for the following two parameters in weapon items: hit-effect-id: Effect triggered on the victim on normal hit. critical-hit-effect-id: Triggered on the victim on critical hit. (Specified in effects.xml) The patch also permits the use of custom defaults set in paths.xml by setting the following keys: (Paths are relative to the 'particles' key value, here.) hitEffectId: defaulted to effect id 26. criticalHitEffectId: defaulted to effect id 28. Resolves: Mana-mantis #337. Reviewed-by: bcs86 Conflicts: src/being.cpp src/resources/itemdb.cpp src/resources/iteminfo.h ManaPlus: adding missing checks. | |||||
2011-04-29 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-04-23 | Move special map flag from object layer to map properties. | Andrei Karas | 1 | -4/+1 | |
2011-04-23 | Reorder map sprites to draw correctly player with more than one tile width. | Andrei Karas | 1 | -0/+4 | |
2011-04-22 | Fix code style. | Andrei Karas | 2 | -3/+3 | |
2011-04-22 | Improve speed in _SDLLoad function. | Andrei Karas | 1 | -7/+26 | |
2011-04-19 | Small optimisation. | Andrei Karas | 1 | -1/+1 | |
2011-04-16 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-04-14 | Add all tag to unknown items. Allow see unknown items in inventory. | Andrei Karas | 1 | -11/+12 | |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 1 | -1/+2 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 4 | -15/+51 | |
Tags: <label>, <goto> | |||||
2011-04-09 | Improve map loading speed. | Andrei Karas | 2 | -2/+5 | |
2011-04-09 | Add enum to animation actions support. | Andrei Karas | 2 | -2/+9 | |
2011-04-03 | Change imageset offset work not like default offset, but as additional offset. | Andrei Karas | 2 | -5/+8 | |
2011-04-03 | Add default offsets in imageset tag for all animations. | Andrei Karas | 2 | -2/+20 | |
2011-04-03 | Add spawn animation to mobs. | Andrei Karas | 6 | -2/+33 | |
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN | |||||
2011-04-01 | Commented some sdl and opengl tests. | Andrei Karas | 1 | -0/+2 | |
2011-03-31 | Add repeat attribute to xml sequence tag. | Andrei Karas | 1 | -11/+24 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 2 | -0/+6 | |
2011-03-30 | Add background music map ranges. | Andrei Karas | 1 | -0/+5 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -0/+14 | |
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 3 | -4/+6 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+1 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 10 | -67/+77 | |
2011-03-18 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 18 | -22/+53 | |
2011-03-15 | Add some optimisations in SDL image processing. | Andrei Karas | 1 | -26/+31 | |
2011-03-15 | Remove outdated files. | Andrei Karas | 2 | -188/+0 | |