summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-18- Removed the old 'mapserver charsave' mechanismultramage1-9/+0
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- Made the map server abort when it can't open the mapcache file.skotlex1-0/+1
2007-03-07New mapcache system :xDracoRPG1-3/+0
2007-03-01- Updated the stun length to 5 secs of: Meteor Storm, Sonic Blow, Throw Stone...skotlex1-0/+1
2007-02-21Applied a consistent look to all header files (copyright, ifdefs)ultramage1-1/+1
2007-02-13- A bit more work on Ticket #41.FlavioJS1-0/+3
2007-02-07- Updated the range of BioExplosion and Self Destruction so they count as ran...skotlex1-4/+4
2007-02-07- Moved CHAT_SIZE back to map.h because log_atcommand uses it on sql builds. ...FlavioJS1-0/+2
2007-02-06- Moved define CHAT_SIZE to clif.c, added define CHATBOX_SIZE to specify that...skotlex1-2/+2
2007-02-05- Updated the code so that now a range of a skill is determined by the skill'...skotlex1-1/+2
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-3/+4
2007-02-02Corrected the chat system to allow 8-letter passwordsultramage1-2/+2
2007-01-22- Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n...skotlex1-1/+1
2007-01-09- Changes to script buildin functions:FlavioJS1-3/+12
2007-01-07Undid the memset->malloc_set replacementultramage1-1/+1
2006-12-20- Changed the script source from unsigned char* to const char*.FlavioJS1-3/+3
2006-12-08- Moved attackedcount to md->state and made it an unsigned char.skotlex1-2/+1
2006-12-06- Cleaned up the implementation of map_foreachinmovearea so that the number o...skotlex1-1/+1
2006-12-05- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt...FlavioJS1-1491/+1491
2006-12-03- Removed sd->sex since it's redundant (we can always use sd->status.sex)skotlex1-1/+1