summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-27* TXT/SQL login server code synchronizationultramage1-1/+1
2007-11-27- Cleaned some more the sc_end check so it is more generic and not so limited...skotlex1-13/+11
2007-11-27- Corrected the online_data_cleanup routine setting offline characters that a...skotlex1-0/+6
2007-11-26* Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr...FlavioJS1-1/+1
2007-11-23Fixed some old mistakes in npc shop code causing misinterpretation of the num...ultramage1-4/+5
2007-11-22* Moved the reset of references to after the empty script checks in parse_scr...FlavioJS1-12/+15
2007-11-22* Renamed fakenpcname to setnpcdisplay, fixed and extended it. FlavioJS1-12/+48
2007-11-21- Moved subtype from struct block_list to struct npc_data.skotlex1-6/+6
2007-11-18* Replaced jA's way of allocating npc shop data with a simple dynamic array t...ultramage1-88/+50
2007-11-18Fixed npc_debug_warps() not identifying x:0,y:0 as valid (random) coordinatesultramage1-1/+1
2007-11-17Removed battle_config.error_log as console_silent already handles thisultramage1-24/+14
2007-11-12Added error reporting to buildin_warp when it fails.ultramage1-12/+18
2007-11-11Applied Rayce's improvements to the npc script parser (see bugreport:387 for ...ultramage1-11/+15
2007-11-10Fixed some more gcc incompatibilities...ultramage1-40/+0
2007-11-09Replaced several 'int' variables with enums that they represent.ultramage1-6/+6
2007-11-08* Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include.FlavioJS1-10/+10
2007-11-03Added script function 'strnpcinfo', for increased npc awareness (originally f...ultramage1-0/+46
2007-11-02Fixed one wrong return value in buildin_getcharid (bugreport:33)ultramage1-6/+7
2007-11-02Moved the BUILDIN_DEF() block to the end of script.c.ultramage1-671/+352
2007-10-31- Fixed the pc_additem weight check breaking when your current weight is abov...skotlex1-2/+5
2007-10-29Command code cleaning (refer to topic:169759)ultramage1-46/+48
2007-10-27* Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo...ultramage1-7/+2
2007-10-24- added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which...skotlex1-1/+1
2007-10-22- Added the new mail system. Requires optimization and tests.zephyrus1-0/+16
2007-10-21* Fixed 'unequip' removing items in the wrong position (bugreport:252)ultramage1-7/+7
2007-10-19- Added bonusautoscript and bonusautoscript2. These are used to attach a scri...skotlex1-0/+57
2007-10-18Fixed numerous /W4 warnings (and created more :)ultramage1-3/+4
2007-10-18Some code cleaning...ultramage1-1/+1
2007-10-17* Reworked the parsing at npc.c.FlavioJS1-9/+11
2007-10-16>.>FlavioJS1-1/+1
2007-10-16* Tweaked the loop in parse_script to better handle when the outer brackets a...FlavioJS1-3/+9
2007-10-10* Fixed itemdb_read_sqldb blowing up the server with segmentation faults.FlavioJS1-12/+28
2007-10-09* Corrected string lengths according to bugreport:198ultramage1-20/+20
2007-10-06 * the mapserver won't exit when no mapcache is found, with use_grf: yesultramage1-122/+65
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage1-0/+1
2007-10-03* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atc...zephyrus1-0/+13
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS1-0/+2
2007-09-23* map_addflooritem and struct item_drop_list using id's instead of struct map...FlavioJS1-14/+20
2007-09-22* Added 'safestrnlen' to prevent null pointer crashesultramage1-1/+1
2007-09-22* Added a sanity check for MAX_ZENY (doesn't compile if too big).FlavioJS1-47/+75
2007-09-20* Merged the tmpsql branch:FlavioJS1-196/+176
2007-09-17- Applied various crash-protections to script commands that deal with the equ...skotlex1-38/+67
2007-09-10Added config option 'quest_exp_rate' to adjust exp gained by the 'getexp' scr...ultramage1-2/+10
2007-09-10- Removed bonus bAddEffWhenHitShort as it is unneeded and unused.skotlex1-16/+57
2007-09-07- Added support for the new party invite/reply packets from the latest client...skotlex1-3/+3
2007-09-03- Merged @whereis from my server (displays normal spawn maps for given mobs)....skotlex1-2/+7
2007-08-30- Oops, forgot a very important check in homevolution D:skotlex1-1/+1
2007-08-30- Cleaned up a bit the homunculus evolution code, and fixed homevolution allo...skotlex1-4/+2
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