Age | Commit message (Expand) | Author | Files | Lines |
2011-06-14 | Add missing checks. | Andrei Karas | 1 | -1/+2 |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 2 | -1/+67 |
2011-06-10 | Improve image loading speed in Software mode. | Andrei Karas | 1 | -13/+16 |
2011-06-08 | Zero variables after calling decRef(). | Andrei Karas | 3 | -0/+9 |
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 |
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 |
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 as... | Andrei Karas | 1 | -2/+2 |
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 |
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 |
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 |
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 |
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 |