summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Rehashed Item_delay.txt (bugreport:5487)shennetsind1-0/+3
2012-03-22Fixed bugreport:5356 Shadow Shaser's Shadow Form. Skill now redirects damage ...shennetsind1-0/+17
2012-03-22Fixed Mechanic Stealth Field to move accordingly and grant proper effectshennetsind1-0/+3
2012-03-22Fixed bugreport:5357 Neutral Barrier is now working accordingly.shennetsind1-6/+10
2012-03-18Added Official Guild Aura Implementation bugreport:667shennetsind1-13/+24
2012-03-14Fixed Nick DB code using uninitialized data (bugreport:5439).gepard19841-3/+1
2012-03-13Enhanced `DBMap` implementation to allow storing integer type data in additio...gepard19841-19/+37
2012-03-09Code cleanup: replaced `DBIterator` function calls with macros where possible. gepard19841-5/+4
2012-02-22Fixed Royal Guard's Banding skill & icon activation (bugreport:5210)xantara1-0/+2
2012-02-18Initial Support for Shura and a few adjustments here and there.shennetsind1-0/+67
2012-02-17Initial support for Shadow Chaser and a few adjustments here and there.shennetsind1-0/+3
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-5/+3
2012-02-08* item_trade.txt is split into re and pre-re folder as per Kenpachi's request.xazax-hun1-1/+1
2012-01-31Added proper `mob_delete_timer` (dynamic mobs feature) cleanup on map-server ...gepard19841-0/+2
2012-01-30- Removed more trailing tabs.brianluau1-2/+2
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-2/+2
2012-01-20Merged TXT removal branch back to trunk.gepard19841-15/+1
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-7/+8
2012-01-04Re-designed /db/ folder structure as previously discussed.shennetsind1-0/+6
2012-01-01Added new @/# command aliases pattern, all aliases can now be modified/added/...shennetsind1-1/+0
2011-12-27* Merged changes up to eAthena 15050.eathenabot1-10/+33
2011-12-18mob_read_sqlskilldb func [CalciumKid]calciumkid1-0/+2
2011-12-15BuildBot console report codeshennetsind1-0/+4
2011-12-14Added support for item_db_re table renaming in inter_athena.confshennetsind1-0/+3
2011-12-09- Updated some URLs.brianluau1-3/+3
2011-12-09Battlegrounds bug fix, bugreport:4996shennetsind1-0/+2
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-54/+102
2011-09-08* Fix C++ compilation issues.flaviojs1-4/+4
2011-08-10- Commiting a bunch of cleanups piled up from the past few weeks/months/years.Skotlex1-1/+1
2011-07-06* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of...flaviojs1-1/+1
2011-07-02* Random updates to instance system.ai4rei1-3/+1
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-3/+3
2011-06-16* Merges from charmerge:flaviojs1-1/+28
2011-05-14* Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv...ai4rei1-1/+1
2011-05-14* Random accumulated bits and pieces.ai4rei1-2/+24
2011-05-01* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...ai4rei1-1/+1
2011-04-09* Moved duel code into a separate file.ai4rei1-0/+3
2011-03-19Removed leftovers of old charcommand config (follow-up to r13403).Gepard1-3/+0
2011-02-14* Fixed drop list of map flag 'pvp_nightmaredrop' not getting cleared upon @r...ai4rei1-0/+1
2011-01-19* Fixed solo dance/star gladiator warm AoE no longer following the owner and ...ai4rei1-0/+1
2011-01-14* Removed unconditional redundant status change checks before status_change_e...ai4rei1-61/+29
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-34/+34
2011-01-13* Fixed mapflags 'restricted', 'nocommand', 'bexp' and 'jexp' still not getti...ai4rei1-5/+9
2011-01-13* Reformatting and minor cleanups to console-plugin related code.ai4rei1-21/+35
2010-12-29* Collection of random insignificant changes.ai4rei1-0/+5
2010-12-22* Resolved random compiler warnings.ai4rei1-1/+1
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-2/+2
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-2/+2
2010-12-02* Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, ...ai4rei1-2/+17
2010-12-01* Fixed using main chat nick longer than 15 characters would cause a buffer o...ai4rei1-1/+1