Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-17 | Replace W_STAFF in the item database applicable entries | Haru | 2 | -147/+147 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_MACE in the item database applicable entries | Haru | 2 | -142/+142 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HAXE in the item database applicable entries | Haru | 2 | -98/+98 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HAXE in the item database applicable entries | Haru | 2 | -31/+31 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HSPEAR in the item database applicable entries | Haru | 2 | -88/+88 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HSPEAR in the item database applicable entries | Haru | 2 | -67/+67 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HSWORD in the item database applicable entries | Haru | 2 | -114/+114 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HSWORD in the item database applicable entries | Haru | 2 | -158/+158 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_DAGGER in the item database applicable entries | Haru | 2 | -237/+237 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Add item subtype (weapon/ammunition type) constants | Haru | 2 | -32/+70 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Merge pull request #1838 from MishimaHaruna/typofixes | Haru | 34 | -266/+256 | |
Fix several typos and grammar mistakes | |||||
2017-09-12 | Fix several typos and grammar mistakes | Haru | 34 | -266/+256 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-06 | Constants Documentation Sync | Hercules.ws | 1 | -0/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-09-06 | Merge pull request #1822 from 4144/rodexfix | Haru | 4 | -6/+31 | |
fix crash, exploits and adjust rodex packet versions based on tests. | |||||
2017-09-05 | Add missing checks in attaching item to rodex mail. | Andrei Karas | 1 | -5/+26 | |
Also fix buffer overflow in requesting items from rodex mail. | |||||
2017-09-05 | Add SC_DAILYSENDMAILCNT into constants.conf and sc_config.txt | Andrei Karas | 2 | -0/+4 | |
Without this check player may ignore mail send limit. | |||||
2017-09-05 | Adjust rodex packet versions based on tests. | Andrei Karas | 1 | -1/+1 | |
2017-09-05 | Allow failures on the clang-4.0 clang-5.0 builds in Travis | Haru | 1 | -5/+12 | |
Temporary measure until the package is made available again Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-03 | Merge pull request #1835 from MathyM/diamond-seller-weight-fix | Haru | 1 | -6/+5 | |
Fix Diamond Seller weight check | |||||
2017-09-03 | Fix errors in the Diamond seller script that were making the NPC check for ↵ | Mathy | 1 | -6/+5 | |
weight incorrectly. | |||||
2017-08-25 | Merge pull request #1830 from mekolat/clang5 | Haru | 1 | -0/+36 | |
Add clang 4.0 and 5.0 builds to Travis | |||||
2017-08-24 | add clang-4.0 re and pre-re builds to travis | gumi | 1 | -0/+18 | |
2017-08-24 | add clang-5.0 re and pre-re builds to travis | gumi | 1 | -0/+18 | |
2017-08-20 | Ignore hidden units in the cell stack limit checks | Haru | 3 | -2/+7 | |
- This improves the Dancer Quest experience as well as other cases of hidden NPCs blocking off certain cells - Fixes #1135 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-17 | Remove separate cardfix definition for pre-re/re | Haru | 1 | -32/+3 | |
Cardfix is now always calculated in thousandths (it previously was in hundredths in renewal mode only). The variable size is increased to int (from short), to ensure that no overflows occur in case of large multipliers. This doesn't change the game mechanics (barring some minor truncation issues that would previously occur due to the lack of precision in renewal) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-16 | Update travis for ubuntu trusty | gumi | 2 | -13/+39 | |
2017-08-15 | Merge pull request #1817 from 4144/reducememoryusage | Haru | 1 | -1/+1 | |
Save near 200 places in arrays with size SC_MAX. | |||||
2017-08-13 | Save near 200 places in arrays with size SC_MAX. | Andrei Karas | 1 | -1/+1 | |
SC_X conatants can be with any numbers. | |||||
2017-08-13 | Merge pull request #1819 from 4144/rodexfixes | Haru | 1 | -5/+6 | |
Fix some wrong packet versions in rodex code. | |||||
2017-08-13 | Reported rodex bug fixes. | Andrei Karas | 1 | -1/+2 | |
2017-08-11 | Fix some wrong packet versions in rodex code. | Andrei Karas | 1 | -4/+4 | |
Also replace some numbers to constants. | |||||
2017-08-11 | Whitespace fixes | Haru | 3 | -9/+9 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-11 | Fix various issues detected by coverity in rodex-related code | Haru | 3 | -7/+7 | |
Follow-up to 544da439e81ff78ec102b754e16b6cc0a28a6d0a Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-11 | Merge pull request #1818 from 4144/fixes | Haru | 2 | -1/+4 | |
fix different issues in libconfig and hercules | |||||
2017-08-10 | Fix possible overflow in npc_parsename. | Andrei Karas | 1 | -1/+1 | |
2017-08-10 | Fix implicit-fallthrough warnings in libconfig.c | Andrei Karas | 1 | -0/+3 | |
2017-08-09 | Merge pull request #1816 from 4144/travis | Haru | 4 | -3/+55 | |
Add into travis check for hpm update | |||||
2017-08-08 | Disable warning -Wdiscarded-qualifiers in hpm code for now. | Andrei Karas | 2 | -0/+13 | |
2017-08-08 | Check in travis if regenerated hpm code can be compiled. | Andrei Karas | 2 | -3/+42 | |
Also reduce number of packets to install in travis. | |||||
2017-08-08 | Fix hpm issues after rodex commit. | Andrei Karas | 6 | -13/+13 | |
2017-08-08 | HPM Hooks Update | Hercules.ws | 11 | -0/+2328 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-08-08 | Merge pull request #1686 from guilherme-gm/rodex_ | Haru | 48 | -25/+2877 | |
Implementation of RoDEX | |||||
2017-08-07 | Update Airship Quests (#1614) | Asheraf | 1 | -2480/+2947 | |
* Update airship quest * airship quest coding style fixes | |||||
2017-08-01 | add option to restrict party leader change to same map | gumi | 5 | -1/+15 | |
2017-07-30 | Implementation of RoDEX | KirieZ | 48 | -25/+2877 | |
2017-07-27 | HPM Hooks Update | Hercules.ws | 4 | -0/+270 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-07-27 | Merge pull request #1811 from 4144/refactor | Haru | 12 | -647/+792 | |
Refactor status_change_start and fix some issues in other code | |||||
2017-07-27 | Add configure flag for silent warnings about var tracking errors. | Andrei Karas | 1 | -0/+2 | |
2017-07-27 | Fix possible buffer overflows with snprintf. | Andrei Karas | 10 | -16/+16 | |
2017-07-27 | Move handling unknown sc code from status_change_start into separate function. | Andrei Karas | 2 | -3/+14 | |