summaryrefslogtreecommitdiff
path: root/src/map/map.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-25* Fixed the double free's caused by r11290 (wrong option in the database cons...FlavioJS1-2/+2
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-61/+123
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-27/+9
2007-09-20* Merged the tmpsql branch:FlavioJS1-80/+58
2007-09-11- Corrected /invite letting you invite people even if you are not the party l...skotlex1-0/+6
2007-09-10* Added a safeguard to skill_get_unit_layout() against incorrectly defined la...ultramage1-2/+2
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-2/+8
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-11/+11
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-1/+1
2007-08-15* Some serious code cleanupsultramage1-2/+2
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-7/+16
2007-08-12* Replaced some mob_avail.txt entries with a simple example entryultramage1-33/+11
2007-08-09- stable -> trunk syncultramage1-31/+12
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-2/+2
2007-07-06* Cleaned up some nasty code related to skill_blownultramage1-27/+37
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-6/+6
2007-07-01Cleaned up some parts of the code.ultramage1-8/+8
2007-06-11- Fixed pet equip not displaying correctly at all (closes topic:153753)ultramage1-1/+2
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-1/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-2/+4
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-1/+1
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable t...ultramage1-3/+1
2007-05-19Reformatting @_@ultramage1-176/+176
2007-05-19Fixed server crashes when you use long hostnames (/thx to Ancyker)ultramage1-3/+3
2007-05-05- imported the latest working grfio code from stableultramage1-13/+6
2007-05-04adding read-from-GRF/GAT back in. Read Changelog-Trunk.txt for more details.blackhole891-2/+104
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than th...skotlex1-4/+1
2007-04-18- Some more cleanups that should prevent the double-login issue even further.skotlex1-7/+9
2007-04-11- Trade-requests now fail if the target is in a NPC.skotlex1-1/+2
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-0/+1
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-15/+3
2007-04-06I'm still here!DracoRPG1-40/+30
2007-04-05Fixing several compilation & runtime problemsultramage1-2/+2
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-11/+10
2007-04-02* Some source code cleaningultramage1-33/+18
2007-03-29- Added "do_abort" function to the core. It is invoked when the server has re...skotlex1-0/+28
2007-03-28- Added defines script_getnum and script_getstr to further simplify variable ...skotlex1-4/+0
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-1/+1
2007-03-27- Removed a missing file reference in the athena-start scriptultramage1-1/+1
2007-03-26- Fixed # commands not being blocked when muted if the mute config settings s...skotlex1-2/+2
2007-03-20- Removed Magic Rod's cast bar.skotlex1-0/+2
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG1-5/+8
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-89/+21
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-15/+7
2007-03-12- Cleaned up the implementation of party_send_movemap, it should fix the clie...skotlex1-1/+1
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-1/+1
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex1-1/+1
2007-03-07- Corrected the pet/homunc data not being free'd if the player logs out befor...skotlex1-0/+2
2007-03-07- Made the map server abort when it can't open the mapcache file.skotlex1-2/+20
2007-03-07New mapcache system :xDracoRPG1-726/+84