summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-19* Cleaned/clarified some #include relationships between headersultramage1-39/+2
2007-08-16* Fixed npc chatrooms not being deleted on npc unload/reload (crash)ultramage1-4/+3
2007-08-15* Some serious code cleanupsultramage1-1/+1
2007-08-09- stable -> trunk syncultramage1-2/+2
2007-08-09The new functions now clear junk from the output buffer, this simplifies the ...ultramage1-3/+4
2007-08-08* Cleaned up junk left in the code by the mapcache/mapindex updateultramage1-25/+13
2007-08-08- Fixed some missing max levels for npc skillsskotlex1-3/+26
2007-07-28* Removed ridiculous refine_posword config switchultramage1-618/+223
2007-07-13Fixed yet another script engine typo, this time in 'copyarray'ultramage1-1/+1
2007-07-08* Fixed typo in 'deletearray' messing up the script engineultramage1-2/+2
2007-07-04Fixed a copy-paste typo messing up script variables pretty bad D:ultramage1-2/+2
2007-07-03Fixed a typo in script engine erroring when working with char paramsultramage1-1/+1
2007-07-03- Re-coded 'soundeffectall'; removed the third parameter ('coverage')ultramage1-45/+46
2007-07-03* Defined out a problematic piece code in conv_num.FlavioJS1-0/+4
2007-07-03* Added reporting of constant and param script data.FlavioJS1-150/+250
2007-07-01Cleaned up some parts of the code.ultramage1-25/+0
2007-06-26* Changed the string hash of the script engine to SDBM.FlavioJS1-282/+542
2007-06-15* Fixed script command sc_end not supporting the extra argument as stated in...FlavioJS1-104/+147
2007-06-06git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10706 5...FlavioJS1-2/+2
2007-06-03- Fixed missing client update when 'return to savepoint' failsultramage1-1/+1
2007-06-02* Displaying op names instead of numbers in script engine errors.FlavioJS1-9/+59
2007-05-25- Fixed @statall giving you +99 stats instead of setting them to 99ultramage1-5/+6
2007-05-25Reformatting, warning fixes, unsigned char removalultramage1-4/+4
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage1-3/+6
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ...ultramage1-3/+3
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage1-3/+1
2007-05-19Reformatting @_@ultramage1-435/+230
2007-05-19* Added Global chat and Main chat loggingultramage1-1/+1
2007-05-19Corrected the problem with countitem2 (value wrapped-around in one case but n...ultramage1-67/+62
2007-05-07* Fixed warpwaitingpc not working (bug introduced in r10471).FlavioJS1-8/+8
2007-05-06Removed an unused variable in script.ctoms1-1/+0
2007-05-05* Removed the dependency on winsock.h for definitions, it's all winsock2.h now.FlavioJS1-180/+287
2007-04-28* Internal changes to the script engine:FlavioJS1-279/+287
2007-04-23- Updated the skill_db, some mob skills seem to be better to a range of -9 th...skotlex1-163/+156
2007-04-22* Extended the functionality of StringBuf - length and appending a string.FlavioJS1-214/+362
2007-04-22- Corrected crash if itemskill is used without an attached player.skotlex1-2/+1
2007-04-21- Updated the autospell bonus scripts so you don't have to specify all the at...skotlex1-1/+1
2007-04-17- Expanded the autospell structure to hold a flag, which contains the require...skotlex1-0/+12
2007-04-10- Modified spirit of Wizard so that the consumption of 'Fragments' when block...skotlex1-1/+1
2007-04-10- Modified status_get_sc_def to handle both rate and tick reductions. This wa...skotlex1-5/+2
2007-04-09- Fixed crash if a script does a%0skotlex1-1/+1
2007-04-09* Recoded and renamed the trim function in strlib to normalize_name. (didn't ...FlavioJS1-2/+2
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-6/+6
2007-04-06I'm still here!DracoRPG1-9/+9
2007-04-01- Fixed the server crashing on startup due to bad defineultramage1-14/+13
2007-03-30* Added all the missing defines for ctype.h functions and converted all the d...FlavioJS1-7/+7
2007-03-29- Corrected a pretty serious typo in script.cskotlex1-2/+2
2007-03-29Continued script.c cleanuptoms1-122/+124
2007-03-28- Added defines script_getnum and script_getstr to further simplify variable ...skotlex1-663/+658