summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-7/+7
2007-10-18* Clarified how npc names work in script_commands.txt.FlavioJS1-2/+2
2007-10-18Some code cleaning...ultramage1-5/+5
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-1/+1
2007-10-10* Removed 'into_abyss' effect on traps; tests show that it works ONLY for Gem...ultramage1-1/+0
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-7/+6
2007-10-08* Delayed the check for required items when a skill is cast to when they are ...FlavioJS1-2/+2
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-4/+0
2007-10-01* Fixed various trading/vending glitchesultramage1-2/+2
2007-09-28Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used...ultramage1-2/+2
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf1-0/+1
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS1-2/+2
2007-09-25- Modified a bit the hard/lazy ai triggers to match aegis:skotlex1-0/+1
2007-09-25* Disabled tick cache (to enable it: define TICK_CACHE to the number of calls...FlavioJS1-6/+5
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-1/+1
2007-09-21some unimportant path.c / unit.c cleaningultramage1-1/+1
2007-09-20* Merged the tmpsql branch:FlavioJS1-32/+21
2007-09-15Getting some (mostly atcommand) code cleaning out of the way...ultramage1-3/+3
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-1/+2
2007-09-04- bonus3 autospell (and autospell when hit) will now select for spell target ...skotlex1-1/+1
2007-09-04- Removed usage of MAX_PC_BONUS all over the code, it is now only used in map...skotlex1-8/+7
2007-09-03- Added bonuses bSPRegenRate, bHPRegenRate. They behave like the opposite of ...skotlex1-15/+12
2007-08-31* Documented/cleaned up chatroom code and packetryultramage1-3/+3
2007-08-29- Added bonus bSkillHeal to distinguish offensive skill damage increases from...skotlex1-4/+3
2007-08-19* Fixed a deallocation mistake and some buffer overflows in npc_chat.c after ...ultramage1-1/+1
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-2/+2
2007-08-15* Some serious code cleanupsultramage1-20/+22
2007-08-14- Modified map_foreachinrange so that you can also specify the max length of ...skotlex1-1/+1
2007-08-09- stable -> trunk syncultramage1-1/+1
2007-08-08- Fixed some missing max levels for npc skillsskotlex1-1/+0
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it to...ultramage1-1/+1
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage1-1/+1
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-8/+7
2007-07-01Cleaned up some parts of the code.ultramage1-1/+1
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-4/+3
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage1-2/+0
2007-05-11Re-phrased the attacker flee/def penalty config descsultramage1-1/+6
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-5/+11
2007-05-05- imported the latest working grfio code from stableultramage1-11/+0
2007-05-03Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr...ultramage1-2/+3
2007-04-24- The autoloot range check is no longer done unless AUTOLOOT_DISTANCE is defi...skotlex1-1/+1
2007-04-23- Fixed a compilation problem with the pid pluginultramage1-2/+2
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS1-1/+1
2007-04-18- Now @whogm hides perfect-hide gms only if their GM level is greater than th...skotlex1-3/+1
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-1/+1
2007-04-10- Updated a bit the pet_db.txt, added info for Xmas Goblin and Rice Cake. Sin...skotlex1-0/+1
2007-04-09* Played around with MinGW a bit today...ultramage1-8/+6
2007-04-06I'm still here!DracoRPG1-2/+1
2007-04-05* Made a crazy attempt to at least partially synchronize login&char codeultramage1-5/+5
2007-04-02- Corrected the login TXT server not initializing the waiting_disconnect vari...skotlex1-0/+1