summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-11* Merged changes up to eAthena 15094.eathenabot1-52/+26
2012-05-03Regularized file not found error messages.xazax-hun1-1/+1
2012-05-02Updated load order so that map server's console display order is preservedshennetsind1-1/+1
2012-04-29- Removed leftover TXT configs, follow-up to r15503.brianluau1-3/+3
2012-04-29A minor memory improvement, and some curly brace love.shennetsind1-9/+12
2012-04-29Yet another performance improvement: Shut Down processing is now about to 7 t...shennetsind1-9/+11
2012-04-29reasonably-sized performance improvement: @reloadscript is about to 3 times f...shennetsind1-1/+1
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun1-1/+1
2012-04-22Fixed bugreport:5604 Firewalk and Electric Walk now function properly.shennetsind1-5/+19
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-1/+10
2012-04-09- Spring cleaning of various source filesepoque111-1/+1
2012-03-23Fixed bugreport:3574 Ice Walls finally are able to stop mobs chasing caster, ...shennetsind1-3/+3
2012-03-23Fixed bugreport:1017 a item dropping over a ice-wall-occupied cell is no long...shennetsind1-3/+5
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