summaryrefslogtreecommitdiff
path: root/src/map/script.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-19- Cleaned up the log.c file.skotlex1-20/+20
2006-10-11- Cleaned up unitattack, unittalk and unitdeadsitskotlex1-47/+16
2006-10-10- Should have fixed being petrified not reducing your defense and increaseing...skotlex1-2/+2
2006-10-03- Reverted declaration of run_script to normal since it appears there's no lo...skotlex1-11/+5
2006-10-02- Renamed nopenalty mapflag to noexppenalty. Using nopenalty will turn on/off...skotlex1-3/+6
2006-09-30- Rewrote the txt->sql converter. It now links directly to the char server fi...skotlex1-1/+1
2006-09-28- Merged the necessary changes to make the script engine support negative con...skotlex1-3/+5
2006-09-25- Merged FlavioJS's script patch which should fix stuff like "mes ();" causin...skotlex1-1/+9
2006-09-22- Fixed a bug on "select" when skipping empty entries when the selected entry...skotlex1-1/+1
2006-09-19- Added support for skipping empty string menu entries for the select() comma...skotlex1-1/+6
2006-09-19- Corrected undisguise not working if you don't pass any parameters to it (wh...skotlex1-1/+1
2006-09-19- Made the report_Src function also report name of non-bl objects.skotlex1-3/+9
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex1-2/+2
2006-09-11git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54...Lupus1-8/+7
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex1-12/+9
2006-09-04- Should have fixed "sleep", thanks to Lance for figuring out the error.skotlex1-2/+2
2006-09-04- Some cleanup of how mobcount works.skotlex1-6/+3
2006-09-01The Clearing unused stack report will now print the related NPCtoms1-2/+5
2006-08-31- Fixed @summon's delete timer being screwed up.skotlex1-9/+11
2006-08-27* Optional macro MEMSET_TURBO for faster low-level memory initializations.Lance1-16/+16
2006-08-25- Oops, forgot to even try to compile the previous update.skotlex1-0/+2
2006-08-25- Added script commands roclass/eaclass to enable scripts to access eA's job ...skotlex1-0/+38
2006-08-24- script command "isrefine" will no longer return always false for equip posi...skotlex1-1/+1
2006-08-23- Cleaned up getmapxy script function, also added support for type 4 so that ...skotlex1-109/+94
2006-08-23- Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknowntoms1-1/+5
2006-08-22- Fixed a crash on the mobspawn script command.skotlex1-1/+1
2006-08-22- updated (more or less) the sql-files/item_db2.sql file.skotlex1-1/+1
2006-08-22- getnameditem will now also work on stackable itemsskotlex1-3/+2
2006-08-21- Adjusted Glittering's success rate to 20+10*lv%skotlex1-2/+10
2006-08-21- Fixed the Autosave routine not working when there's only one player online.skotlex1-3/+1
2006-08-18- Changed unit_free so that it receives which cleartype should be used when t...skotlex1-1/+1
2006-08-16- Added support for hexadecimal values in the const.txt file.skotlex1-5/+6
2006-08-16- Spirit of Wizard will now consume an item 7321 each time it blocks reflecte...skotlex1-0/+13
2006-08-15- Cleaned up some of the pet related @/# commands, same for some script comma...skotlex1-36/+37
2006-08-14- Increased Run's walk speed bonus to 25->50% skotlex1-5/+5
2006-08-10- Fixed two instances in the login-sql server where the ip in the log-login t...skotlex1-0/+26
2006-08-09- Got rid of the "i might be used uninitialized on this function" warning in ...skotlex1-1/+1
2006-08-07- Adjusted the order in which option/sc change packets are sent to match Aegis'sskotlex1-0/+53
2006-08-04- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...skotlex1-58/+20
2006-08-03- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...skotlex1-5/+5
2006-08-02- Fixed Defender Raising Walk speed instead of diminishing it.skotlex1-4/+0
2006-08-02- Fixed script code data not being free'd if a player quits in the middle of ...skotlex1-5/+11
2006-08-01- Added the missing lines to enable script command "kickwaitingroomall"skotlex1-0/+2
2006-08-01- Modified setlabel so that the script engine barks when you are trying to u...skotlex1-103/+37
2006-07-31- Fixed a possible crash in the main script engine when restoring previous sc...skotlex1-6/+11
2006-07-29Removed ugly struct cast in login.ctoms1-21/+55
2006-07-29Added a return value to buildin_rid2name if rid is invalidtoms1-0/+3
2006-07-29Fixed segmentation fault in script engine when calling something which is not...toms1-13/+14
2006-07-29Fixed segmentation fault in script engine when activating DEBUG_RUN flag toms1-1/+1
2006-07-28Fixed "conversion from 'double' to 'int', possible loss of data"toms1-1/+1