Age | Commit message (Expand) | Author | Files | Lines |
2006-09-05 | - Corrected SC_INTRAVISION not starting. | skotlex | 1 | -12/+9 |
2006-09-04 | - Should have fixed "sleep", thanks to Lance for figuring out the error. | skotlex | 1 | -2/+2 |
2006-09-04 | - Some cleanup of how mobcount works. | skotlex | 1 | -6/+3 |
2006-09-01 | The Clearing unused stack report will now print the related NPC | toms | 1 | -2/+5 |
2006-08-31 | - Fixed @summon's delete timer being screwed up. | skotlex | 1 | -9/+11 |
2006-08-27 | * Optional macro MEMSET_TURBO for faster low-level memory initializations. | Lance | 1 | -16/+16 |
2006-08-25 | - Oops, forgot to even try to compile the previous update. | skotlex | 1 | -0/+2 |
2006-08-25 | - Added script commands roclass/eaclass to enable scripts to access eA's job ... | skotlex | 1 | -0/+38 |
2006-08-24 | - script command "isrefine" will no longer return always false for equip posi... | skotlex | 1 | -1/+1 |
2006-08-23 | - Cleaned up getmapxy script function, also added support for type 4 so that ... | skotlex | 1 | -109/+94 |
2006-08-23 | - Fixed a possible SIGSEGV on buildin_maprespawnguildid if the map is unknown | toms | 1 | -1/+5 |
2006-08-22 | - Fixed a crash on the mobspawn script command. | skotlex | 1 | -1/+1 |
2006-08-22 | - updated (more or less) the sql-files/item_db2.sql file. | skotlex | 1 | -1/+1 |
2006-08-22 | - getnameditem will now also work on stackable items | skotlex | 1 | -3/+2 |
2006-08-21 | - Adjusted Glittering's success rate to 20+10*lv% | skotlex | 1 | -2/+10 |
2006-08-21 | - Fixed the Autosave routine not working when there's only one player online. | skotlex | 1 | -3/+1 |
2006-08-18 | - Changed unit_free so that it receives which cleartype should be used when t... | skotlex | 1 | -1/+1 |
2006-08-16 | - Added support for hexadecimal values in the const.txt file. | skotlex | 1 | -5/+6 |
2006-08-16 | - Spirit of Wizard will now consume an item 7321 each time it blocks reflecte... | skotlex | 1 | -0/+13 |
2006-08-15 | - Cleaned up some of the pet related @/# commands, same for some script comma... | skotlex | 1 | -36/+37 |
2006-08-14 | - Increased Run's walk speed bonus to 25->50% | skotlex | 1 | -5/+5 |
2006-08-10 | - Fixed two instances in the login-sql server where the ip in the log-login t... | skotlex | 1 | -0/+26 |
2006-08-09 | - Got rid of the "i might be used uninitialized on this function" warning in ... | skotlex | 1 | -1/+1 |
2006-08-07 | - Adjusted the order in which option/sc change packets are sent to match Aegis's | skotlex | 1 | -0/+53 |
2006-08-04 | - Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o... | skotlex | 1 | -58/+20 |
2006-08-03 | - GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p... | skotlex | 1 | -5/+5 |
2006-08-02 | - Fixed Defender Raising Walk speed instead of diminishing it. | skotlex | 1 | -4/+0 |
2006-08-02 | - Fixed script code data not being free'd if a player quits in the middle of ... | skotlex | 1 | -5/+11 |
2006-08-01 | - Added the missing lines to enable script command "kickwaitingroomall" | skotlex | 1 | -0/+2 |
2006-08-01 | - Modified setlabel so that the script engine barks when you are trying to u... | skotlex | 1 | -103/+37 |
2006-07-31 | - Fixed a possible crash in the main script engine when restoring previous sc... | skotlex | 1 | -6/+11 |
2006-07-29 | Removed ugly struct cast in login.c | toms | 1 | -21/+55 |
2006-07-29 | Added a return value to buildin_rid2name if rid is invalid | toms | 1 | -0/+3 |
2006-07-29 | Fixed segmentation fault in script engine when calling something which is not... | toms | 1 | -13/+14 |
2006-07-29 | Fixed segmentation fault in script engine when activating DEBUG_RUN flag | toms | 1 | -1/+1 |
2006-07-28 | Fixed "conversion from 'double' to 'int', possible loss of data" | toms | 1 | -1/+1 |
2006-07-28 | - Fixed a missing initialization in run_script_main. | skotlex | 1 | -1/+2 |
2006-07-28 | - Added missing include of limits.h in script.c | skotlex | 1 | -0/+1 |
2006-07-27 | - Synced the script.c file with as much data as possible from jA's: | skotlex | 1 | -2082/+2125 |
2006-07-27 | - Now when you set the guardian's HP, if the guardian is spawned, it's HP wil... | skotlex | 1 | -1/+16 |
2006-07-26 | - Some code cleanup of HLIF_MOON in regards to the number of hits and damage ... | skotlex | 1 | -1/+1 |
2006-07-26 | - Added support for "sc_end -1" which will clear all status changes. Added th... | skotlex | 1 | -1/+4 |
2006-07-25 | - Cleaned up run_script_main to properly free previous stack-data when runnin... | skotlex | 1 | -33/+28 |
2006-07-24 | - Added a check to prevent Deluge/Volcano/Violent Gale from being placed on t... | skotlex | 1 | -6/+0 |
2006-07-23 | - Fixed buildin_isequip not working correctly with non-cards. | skotlex | 1 | -7/+7 |
2006-07-20 | - Added source reporting when you do an invalid int&str or str&int operation ... | skotlex | 1 | -0/+1 |
2006-07-17 | Orn's and Albator's Homunculus system, finally, YAY!! | DracoRPG | 1 | -2/+20 |
2006-07-13 | - Fixed the value range checks added by Zido on pc_bonus (some of them were e... | skotlex | 1 | -8/+4 |
2006-07-11 | - Coded @reset. | skotlex | 1 | -165/+167 |
2006-07-11 | warpportal(x,y,"tmap",tx,ty) - Creates a skill warp portal on the map. battle... | blackhole89 | 1 | -0/+39 |