Age | Commit message (Expand) | Author | Files | Lines |
2015-09-24 | Add bl parameter to closest_freecell. | Andrei Karas | 3 | -7/+7 |
2015-09-24 | Add bl parameter to getcell functions. | Andrei Karas | 16 | -107/+109 |
2015-09-22 | Corrected more VisualStudio incompatibilities | Haru | 1 | -15/+32 |
2015-09-21 | Corrected a VisualStudio compile issue. | Haru | 1 | -6/+15 |
2015-09-18 | Clarified the intent of several assignments inside conditional expressions | Haru | 14 | -90/+91 |
2015-09-18 | Clarified intent in various side-effect assignments | Haru | 2 | -16/+16 |
2015-09-18 | Follow-up to 21442a885b1214e1b6a2f23a2553da416fb97238 | Haru | 1 | -8/+7 |
2015-09-18 | Follow-up to ba9c1cc16cb8f696a50d0ae928b6e8a19086405b | Haru | 1 | -10/+10 |
2015-09-17 | Merge pull request #711 from dastgir/autotrade_struct | Haruna | 3 | -1/+38 |
2015-09-17 | corrected some white spaces and added missing EOL. | Frost | 1 | -2/+0 |
2015-09-17 | Added Configuration in enabling/disabling monster hp bar on new clients. | Frost | 4 | -13/+16 |
2015-09-15 | Add missing checks into duel.c | Andrei Karas | 1 | -0/+12 |
2015-09-15 | Add missing checks into clif.c | Andrei Karas | 2 | -131/+791 |
2015-09-14 | Add missing checks into chrif.c | Andrei Karas | 1 | -4/+27 |
2015-09-14 | Add missing checks into chat.c | Andrei Karas | 1 | -0/+10 |
2015-09-14 | Add missing checks into channel.c | Andrei Karas | 4 | -9/+16 |
2015-09-14 | Add missing checks into buyingstore.c | Andrei Karas | 1 | -5/+11 |
2015-09-14 | Add missing checks into battleground.c. | Andrei Karas | 1 | -2/+20 |
2015-09-14 | Add missing checks into battle.c. | Andrei Karas | 1 | -9/+51 |
2015-09-14 | Add missing checks into atcommand.c | Andrei Karas | 2 | -504/+527 |
2015-09-12 | Merge pull request #713 from 4144/pathext | Haruna | 7 | -31/+31 |
2015-09-10 | Add to path search functions source bl for plugins usage. | Andrei Karas | 7 | -31/+31 |
2015-09-10 | Add extra checks into mail system. | Andrei Karas | 2 | -4/+14 |
2015-09-09 | Autotrade Struct to HPM | dastgir | 3 | -1/+38 |
2015-09-08 | Added pre-re/re support to the pet db. Fixes #702 | Haru | 1 | -38/+33 |
2015-09-08 | Fixed a failed assertion in skill_get_ele. Fixes #708 | Haru | 1 | -17/+20 |
2015-09-08 | Fixed some memory leaks in code using libconfig | Haru | 6 | -6/+8 |
2015-09-06 | Fixed compilation error. | Emistry | 1 | -1/+2 |
2015-09-06 | Revert "Revert "Updated getwaitingroomstate() script command."" | Emistry | 1 | -1/+15 |
2015-09-06 | Revert "Updated getwaitingroomstate() script command." | Emistry | 1 | -15/+1 |
2015-09-06 | Updated getwaitingroomstate() script command. | Emistry | 1 | -1/+15 |
2015-08-31 | npctalk support extra npc name parameter. | Emistry | 1 | -2/+10 |
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 4 | -17/+37 |
2015-08-27 | Fixes Unidentified items bug in client >= 20150226 | Dastgir | 2 | -12/+12 |
2015-08-26 | Fixed a faulty usage of sg->unit in land skill code | Haru | 2 | -42/+52 |
2015-08-26 | Fix buffer overflow in @set command. Closes #667 | Andrei Karas | 1 | -1/+1 |
2015-08-26 | FollowUp 509df4d7, fixes a typo | Dastgir | 1 | -1/+1 |
2015-08-23 | Fix server crash with some ground skills or traps. Closes #615. | Andrei Karas | 1 | -0/+1 |
2015-08-18 | Fixed a qiget/qicheck crash in queue iterators | Haru | 1 | -2/+2 |
2015-08-17 | Fix wrong index access and probably wrong hp/sp calculation. Closes #653 | Andrei Karas | 1 | -6/+42 |
2015-08-17 | Removed some useless variables reported by the Clang static analyzer | Haru | 1 | -14/+8 |
2015-08-17 | Merge pull request #619 from dastgir/2015-3ceam | Haruna | 4 | -81/+188 |
2015-08-16 | New EquipPackets Support | Dastgir | 4 | -81/+188 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 2 | -49/+1 |
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 2 | -7/+3 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 2 | -2/+1 |
2015-08-15 | Added core HPM interface | Haru | 7 | -19/+19 |
2015-08-15 | HPM compatibility improvements | Haru | 75 | -138/+187 |
2015-08-15 | Moved session array into the socket interface | Haru | 7 | -39/+39 |
2015-08-15 | Added showmsg HPM interface | Haru | 3 | -16/+10 |