summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30[TMW2] Increase mail expire time from 15d to 45dHEADtmw2Fedja Beader1-1/+1
2023-03-03Change behavior from item chains so it loops through the whole chain.Jesusaves1-6/+11
2022-12-29[TMW2] SHA256 has fixed width, so force its size and fix reg bugJesusaves1-1/+2
2022-11-15[TMW2] Improve the ASPD nerf formula.Jesusaves1-1/+1
2022-11-07[TMW2] Do not cancel running timers when you die.Jesusaves1-2/+3
2022-05-06[TMW2] If PYTHON_LOGS is defined, send some logs to a python script (logmaste...Jesusaves2-4/+95
2022-05-05Implement TCP_QUICKACK. This is not used in TMWA.Jesusaves1-0/+4
2022-03-12First attempt, if this fails, I'll comment the whole code blockJesusaves1-1/+1
2022-02-06[skip ci] as a last resort, try again making configure script only warn.Jesusaves1-2/+2
2022-02-06All new accounts will now have their passwords stored in SHA256.Jesusaves3-3/+6
2022-02-05Fix commentJesusaves1-4/+1
2022-02-05OpenSSL is now required to build. Implement a SHA256 interface. Log chat as S...Jesusaves4-3/+58
2022-01-23[TMW2] Hash with MD5 chat messages, we don't care with contentsJesusaves1-1/+8
2021-12-30[Jesusalva] Add a lot of meaningless commentsJesusaves1-1/+17
2021-12-28[TMW2] Add capability for global chat listenersJesusaves1-0/+17
2021-12-28[TMW2] Fix @fakename commandJesusaves1-1/+1
2021-12-21Add a hack which allow Vault users to delete chars without confirmation.Jesusaves1-2/+5
2021-11-02`killedrid` should always be set.Jesusaves1-0/+1
2021-09-20removed gcc-8_i386 from ci (droped 32bit support)Jesusaves1-187/+122
2021-09-20removed unusable console outputjak11-10/+10
2021-08-02[TMW2] Disable Official Walkpath.Jesusaves1-1/+1
2021-08-02[TMW2] Partly reverts b5a92f944f126e920442307bebd3c2b53c9b0d54Jesusaves2-2/+7
2021-05-08Reserve first char "~" for vault accounts.Jesusaves1-0/+2
2021-04-18[TMW2] Allow MP regen with maximum powerJesusaves1-1/+0
2021-03-27Revert "Add check for valid item amount to BUILDIN(rodex_sendmail)"Jesusaves1-27/+2
2021-03-22[TMW2] Boost global critical defense factor 25% -> 20%Jesusaves1-1/+1
2021-03-20Force MDEF to follow the same arithmetic formula as regular DEF.Jesusaves1-1/+1
2021-03-20Nerf burning to the ground. It is now 100 DMG + 3% MaxHPJesusaves1-1/+1
2021-03-09[TMW2] Report back to script NST_CUSTOM purchases.Jesusaves3-6/+22
2021-03-09[TMW2] Prevent rodex mails from being sent on maps with nostorage mapflag.Jesusaves1-0/+6
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves26-359/+1107
2021-03-03Attempt to fix gcc-8 pipelinesJesusaves1-1/+1
2021-03-03[TMW2] Prevent multiple boss monsters from being @spawn'ed at once.Jesusaves1-0/+4
2021-02-28[TMW2] Do not fail silently if specified message number is not found.Jesusaves1-0/+1
2021-02-15[TMW2] Replace monster skill chat message to show message above their heads.Jesusaves1-1/+2
2021-02-15[TMW2] Make the icon param in sc_config to be optional (allowing overrides)Jesusaves1-2/+1
2021-02-15Add support for defining status icons in the sc configAsheraf1-3/+8
2021-02-15add buildin_getguildinfogumi5-11/+112
2021-02-15Dehardcode status effect boss resistanceAsheraf2-49/+6
2021-02-15Add support for auto exp insurance itemsAsheraf4-0/+24
2021-02-15Fix Homunculi being partially vaporized.skyleo1-1/+1
2021-02-15Added a check in getunits to not proceed if mapname is invalid.Dastgir1-0/+7
2021-02-15map_forcountinmap will return 0 if invalid mapindex is providedDastgir1-1/+4
2021-02-15Change execution order in pc_isequip() functionKenpachi Developer1-17/+18
2021-02-15Add execution of unequip script when entering a zone where item is restrictedKenpachi Developer1-0/+59
2021-02-15Apply code style to pet_ai_sub_foreachclient()Kenpachi Developer1-2/+12
2021-02-15Adjust conditions for calling pet_ai_sub_hard()Kenpachi Developer1-1/+1
2021-02-15Implement MSC_MAGICATTACKED cast condition for monster skillsKenpachi Developer3-1/+5
2021-02-15Fix an issue regarding using items when the storage is open.Jedzkie1-1/+1
2021-02-15Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1