summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-22Some generic typo fixes (src and npc)ultramage1-5/+2
2007-03-21- Corrected setitemscript so it actually changes the script as requested inst...skotlex1-64/+66
2007-03-20- getpetinfo 5 will now return the pet's rename flag.skotlex1-1/+4
2007-03-20- Removed Magic Rod's cast bar.skotlex1-2/+2
2007-03-19- Removed the last argument from skillitem, the skill name passed to the clie...skotlex1-4/+2
2007-03-18Globalised use of script_pushint and script_getdata in script.ctoms1-721/+716
2007-03-18* Script engine:FlavioJS1-117/+179
2007-03-15- Corrected the structure and added info on the skill fail packet (0x110).FlavioJS1-130/+213
2007-03-13Mapcache update, should polish off remaining bugsDracoRPG1-123/+123
2007-03-11- Added player not attached crash prevention to countitem/countitem2skotlex1-4/+15
2007-03-11- @storage/@gstorage will no longer work if you have a trade or a storage ope...skotlex1-12/+1
2007-03-09- Added info on packet 0x86 (simple move packet). Not usable until a clear se...FlavioJS1-5/+8
2007-03-09- Made conv_str return const char* since the script engine screws up if you m...skotlex1-109/+107
2007-03-08- Normalized the mapname in guild get/set castle data, should fix guild flags.skotlex1-0/+4
2007-03-02- Modified set_reg so that it returns whether it succeeded or not in setting ...skotlex1-17/+20
2007-03-02EOL-styled some more filesultramage1-0/+1
2007-02-28added setiteminfo function, updated setitemscript func, added NPC sample for ...Lupus1-7/+67
2007-02-28- Fixed the definition of warpwaitingpc so that it allows an optional argumen...skotlex1-2/+1
2007-02-25- infinite loop pwned me x.xFlavioJS1-0/+1
2007-02-25- Fixed a compiler warning in char_sql\login.cFlavioJS1-46/+61
2007-02-25Corrected some typos and small detailsultramage1-23/+24
2007-02-24- Minor cleanup/documentation on the script engine.FlavioJS1-29/+65
2007-02-23- Minor cleanupsskotlex1-5/+2
2007-02-16- Updated the Dancer job quest to attach a player to the main timer script.skotlex1-38/+105
2007-02-16- Modified the "guardian" spawn script command, it no longer receives a "amou...skotlex1-13/+11
2007-02-15Cleaned up set_reg and the surrounding codeultramage1-72/+58
2007-02-15- The default packet version is now 8. Clients from November2006 and before c...skotlex1-19/+0
2007-02-13- Applied Rayce's dangling pointer fix when returning a temporary npc string ...skotlex1-0/+6
2007-02-13- A bit more work on Ticket #41.FlavioJS1-61/+93
2007-02-10- Ups @ last commit. This time the changes in the buildin_func array are auto...FlavioJS1-2/+2
2007-02-10* Cosmetic changes to the buildin section of script.c (use defines for functi...FlavioJS1-962/+1002
2007-02-07- Removed deprecated console code.FlavioJS1-1/+1
2007-02-07Cleaned up the script engine's get_val() functionultramage1-83/+69
2007-02-06Undid revision r9792 (npcshopattach)ultramage1-1/+1
2007-02-05Applied Dj-Yhn's fix to 'npcshopattach'ultramage1-1/+1
2007-02-05- Continuing the checking of script buildin functions and stop the script exe...FlavioJS1-55/+48
2007-02-05Changed the 'getpartyleader' script command so that it returns a map name ins...ultramage1-3/+3
2007-02-03- Fixed the flag parameter not working on npcshopattachskotlex1-2/+2