summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-02- The define MESSAGE_SIZE was wrong! It is only used for input boxes. Therefo...skotlex1-1/+0
2007-02-01- Cleaned up the npcshop(add/del) item script commands, fixed a possible dang...skotlex1-60/+95
2007-01-27Removed useless read-from-GRF featuresDracoRPG1-18/+0
2007-01-24- Improved a bit the menu entries counting code (using a while with strchr sh...skotlex1-21/+23
2007-01-22- Removed sd->max_menu, sd->npc_menu is now reused to store what is the max n...skotlex1-3/+3
2007-01-21- Fixed while statements not "reserving" the curly before parsing the test ex...FlavioJS1-1/+4
2007-01-19- Fixed the label dup code, it now works correctly with const.txt switch labels.skotlex1-37/+18
2007-01-19- Reverted the dup-label check code since it has a bug that needs to be fixed...skotlex1-3/+32
2007-01-19- Merged Rayce's cleanups of the script engine that account for duplicate lab...skotlex1-68/+83
2007-01-11- Fixed the script engine not parsing strings in multibyte charsets correctly...FlavioJS1-3/+3
2007-01-10- Fixed the define script_lastdata, introduced by me at r9637 (had the wrong ...FlavioJS1-1/+1
2007-01-09- Changes to script buildin functions:FlavioJS1-297/+330
2007-01-08Unimportant cleanupsultramage1-0/+1
2007-01-07- Fixed the sleep timers not being removed when the an npc was being unloaded...FlavioJS1-12/+29
2007-01-07Undid the memset->malloc_set replacementultramage1-15/+15
2007-01-07- re-added the duplicit nj/gs name messages in msg_athenaultramage1-4/+4
2006-12-31- Updated getitem and guardian entries in script_commands.txt.FlavioJS1-62/+120
2006-12-28- Part 3 of TheUltraMage's socket cleanup.FlavioJS1-35/+90
2006-12-27- Applied Rayce's suggestion to improve the script hash size usage. eA now us...skotlex1-18/+45
2006-12-26- Cleaned up some more the code so it works for -DTURBOskotlex1-22/+19
2006-12-25- a couple of warnings fixedFlavioJS1-1/+1
2006-12-25- Fixed buildin_getscrate, thanks Trancid.FlavioJS1-1/+1
2006-12-25- Applied the rest of Rayce's suggestions and fixes (http://www.eathena.ws/bo...FlavioJS1-192/+214
2006-12-23- Fallback for parenthesis argument lists in the script engine. "func (exp) ,...FlavioJS1-2/+11