summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-02* Some source code cleaningultramage1-1/+0
2007-04-01- Fixed the server crashing on startup due to bad defineultramage1-6/+2
2007-04-01- Removed bonus 'bAspdAddRate'. bAspdRate now behaves on a stackable matter, ...skotlex1-2/+3
2007-03-30- Corrected damage of non-player casted Cart Revolutionskotlex1-38/+3
2007-03-28- Added defines script_getnum and script_getstr to further simplify variable ...skotlex1-1/+0
2007-03-27- Moved coma to skill_additional_effect, added special_state.bonus_coma to pr...skotlex1-0/+1
2007-03-26- Changed MAX_LEVEL to the standard value 99. Memory consumption-= 55MB. (hig...ultramage1-1/+1
2007-03-24Corrected change r10051 which prevented Ice Pick from workingultramage1-6/+6
2007-03-22- Removed unused bIgnoreDefMob skotlex1-10/+9
2007-03-19Increased MAX_STATUCHANGE to 300 so we won't get the same error over and over...DracoRPG1-1/+1
2007-03-19- Patched the MAX_STATUSCHANGE startup errorultramage1-1/+1
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-3/+3