summaryrefslogtreecommitdiff
path: root/src/map/map.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-01- Fixed txt-converter compilation. skotlex1-1/+1
2006-11-27- Updated the status change field "option" to an int rather than short. This ...skotlex1-2/+2
2006-11-21- Moved ignoreAll to state.ignoreAll so it saves some space.skotlex1-1/+1
2006-11-19* Hack protection from packet monkeys in clif_parse_NpcSelectMenu. Lance1-1/+1
2006-11-14- Characters with Karma may fight amongst them anywhere.skotlex1-0/+2
2006-11-13- Volcano/Deluge/Violent Gale are now interchangeable, in the sense that as ...skotlex1-1/+1
2006-11-07- A few reorders and type-changes in the map_session_data structure for bette...skotlex1-8/+7
2006-10-20- Fixed Charge Atk being able to go through chasm/pits.skotlex1-3/+1
2006-10-11- Removed login-sql connection variables from the map-server (the hell, these...skotlex1-6/+0
2006-10-11- Removed useless inter_athena settings (they were doing absolutely nothing):...skotlex1-6/+0
2006-10-11- Corrected the mob damagelog structure so that you can't exploit it by switc...skotlex1-0/+1
2006-10-03- Reverted declaration of run_script to normal since it appears there's no lo...skotlex1-1/+1
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...skotlex1-1/+1