Ahmed Shawky
9ddd26f1e2
Corrected an Illusion investigation NPC name ( #7851 )
2023-07-24 15:54:06 +02:00
Vincent Stumpf
f41a80ca59
Remove redundant ubuntu-latest build
2023-07-20 03:34:32 +00:00
amirkhaki
b3741bbd3c
Update README.md ( #7849 )
...
* Fixes C++ reference.
2023-07-19 12:25:58 -04:00
Vincent Stumpf
eadff3366d
Fix cmake arg order
2023-07-12 03:27:56 +00:00
Vincent Stumpf
9636aa020d
Remove deprecated builds
2023-07-12 03:23:48 +00:00
Vincent Stumpf
5c2718de03
Add concurrency and dependency on CMakeLists.txt
2023-07-12 03:22:52 +00:00
idk-whoami
fe4234cd39
Corrected script for some item #21 ( #7830 )
...
Thanks to @Atemo
2023-07-11 15:50:29 +02:00
eppc0330
c979ed7472
NPC_MAGICMIRROR damage type ( #7480 )
...
* The damage type reflected by NPC_MAGICMIRROR is now special melee weapon damage.
* Skill damage reflected by NPC_MAGICMIRROR is now able to trigger autospell.
* Kyomu will block NPC_MAGICMIRROR reflecting ability.
* Calculation of reducing reflect damage now additive, not multiplicative.
2023-07-10 09:51:32 -04:00
eppc0330
511c337ee3
Fix multi-hit skills priority ( #7829 )
2023-07-09 16:26:29 -07:00
Aleos
70d9f118d8
Revert "Adds buy/sell safety check for Market Shops" ( #7839 )
2023-07-05 13:19:04 -04:00
aleos
4cb368cdb1
Merge branch 'hotfix/marketshop_sell'
2023-07-05 13:15:59 -04:00
Lemon
5860524bdd
fix(docs): fixed wrong effect description ( #7838 )
2023-07-04 19:18:48 -07:00
Jittapan Pluemsumran
458a9d8950
Fixed potential crash in RODex ( #7833 )
2023-07-03 19:39:54 -07:00
Vincent Stumpf
f20f8b01be
Fix maximum ratio for MOB_ITEM_RATIO_DB ( #7836 )
...
Fixes #7835
2023-07-03 19:19:18 -07:00
Atemo
e304472638
Initial release of Illusion of Twins ( #7524 )
...
Thanks to @Lemongrass3110 !
2023-07-03 21:32:19 +02:00
Vincent Stumpf
1b3357611b
Merge remote-tracking branch 'upstream/master' into refactor/cmake
2023-07-03 07:44:30 +00:00
Atemo
fbd0478864
Illusion of underwater daily quests ( #7834 )
...
* Fixed logic when the quests were in cooldown
2023-07-01 15:02:10 +02:00
Jittapan Pluemsumran
b6d6f09fd7
Fixed wrong index check in clif_parse_laphine_synthesis ( #7832 )
2023-06-28 16:14:47 +02:00
Lemongrass3110
89dbf89830
Divine Pride Monster Sync
2023-06-26 19:46:18 +02:00
idk-whoami
2ba2473489
Corrected script for some item #20 ( #7818 )
2023-06-21 19:43:35 +02:00
Pokye
f6d9acdd69
Old Card Album and Mystical Card Album Update ( #7820 )
...
Fixed #7730
2023-06-21 18:38:37 +02:00
Kanin Temsrisuk
f79419687a
Fixed items script bonus typo / wrong location ( #7824 )
2023-06-21 17:20:08 +02:00
Vincent Stumpf
b3f6ad41ba
Merge branch 'master' of github.com:rathena/rathena into refactor/cmake
2023-06-19 05:44:33 +00:00
Vincent Stumpf
d6ba042e1e
Upgrade yaml-cpp to remove warning ( #7825 )
2023-06-18 22:39:49 -07:00
Vincent Stumpf
c789cdbadd
Merge remote-tracking branch 'upstream/master' into refactor/cmake
2023-06-18 22:28:19 +00:00
Vincent Stumpf
711705df10
Upgrade to C++17 ( #7811 )
...
* Upgrade to C++17
2023-06-16 20:07:23 -07:00
Vincent Stumpf
833966f47b
Convert guild_db to unordered_map ( #7612 )
...
* Refactor guild db to STL container
* Split up struct guild and MapGuild/CharGuild
2023-06-16 19:42:55 -07:00
mazvi
39cdaa6b84
Fixes produce item requirements ( #7814 )
...
* Corrects the produce item requirements for Rough Wind, Great Nature, Earth Elemental Converter, and Wind Elemental Converter.
2023-06-16 13:41:24 -04:00
Aleos
b331958381
Adds option to set item buy/sell values to 0 ( #7808 )
...
* Fixes #7790 .
* Arrows and Traps are now sold for 0 Zeny to shops.
* Adjusts the item database loadingFinished check to now accept 0 as a valid value for buy/sell and not attempt to adjust the buy/sell value when only one is defined.
Thanks to @Atemo and @mazvi!
Co-authored-by: Vincent Stumpf <vincents.995@gmail.com>
2023-06-16 13:24:07 -04:00
Pokye
cfac5bb769
Added Missing Recall Skills ( #7815 )
2023-06-16 13:07:32 -04:00
Vincent Stumpf
f73e6658ca
Add deprecation notice in rAthena.sln
2023-06-15 03:01:39 +00:00
Vincent Stumpf
d98166383c
Add .sh filetype to athena-start
2023-06-14 07:19:05 +00:00
Vincent Stumpf
b1520ea969
Add new line after tools
2023-06-14 07:10:48 +00:00
Vincent Stumpf
ee456d8af6
Add HAVE_STRNLEN and HAVE_SETRLIMIT
2023-06-14 07:08:14 +00:00
Vincent Stumpf
1545d483c0
Build tools in cmake workflow
2023-06-14 04:57:28 +00:00
Atemo
8d7239d1a4
Initial release of illusion investigation quests ( #7813 )
2023-06-13 16:50:59 +02:00
Vincent Stumpf
b6ce15af00
Don't need to copy the configure files, they're being replaced by cmake
2023-06-13 07:34:08 +00:00
Aleos
c1a52490b1
Resolves an issue with RENEWAL_ASPD ( #6959 )
...
* Fixes #6900 .
* Resolves an issue where if RENEWAL was enabled but RENEWAL_ASPD was disabled, players would receive incorrect ASPD values.
* Split the ASPD values to their own files so these can be overridden based on the macro defines.
Thanks to @jamesonfajardo and @bgamez23!
Co-authored-by: Vincent Stumpf <vincents.995@gmail.com>
2023-06-12 09:28:38 -04:00
Aleos
33d20fa91a
Resolves movable skill unit stack ( #7435 )
...
* Resolves movable skill unit stack
* Fixes #1270 .
* Resolves an issue where movable skill units, such as Guild Skills, would stack on cells and not properly clear on an object's death.
* Increases the limit from 20 to size_t.
Thanks to @RadianFord and @gidzdlcrz!
* Minor reversions
* Set back to global array rather than scoping it to unit_data.
* Adjusted array to vector so it's large enough to handle a bigger stack.
Thanks to @vstumpf!
2023-06-12 00:35:11 -07:00
Vincent Stumpf
1f474a62cf
enable PCRE for mapserver
2023-06-11 07:22:21 +00:00
Vincent Stumpf
9024cc7ef8
Change most github workflows to cmake
2023-06-11 06:41:37 +00:00
Vincent Stumpf
026c014eb2
Add ENABLE_VIP option to cmake
2023-06-11 06:39:36 +00:00
Vincent Stumpf
26dee6891b
Fix windows cmake
2023-06-11 05:03:44 +00:00
Vincent Stumpf
258a8e6be0
Let's add windows to the cmake ci
2023-06-11 03:07:36 +00:00
Vincent Stumpf
48b0b082b6
Whoops, let's leave the configure script in, and the linux scripts too for now
2023-06-11 02:33:46 +00:00
Vincent Stumpf
6ae46a7bf8
Add custom 'server' target
2023-06-11 02:29:17 +00:00
Vincent Stumpf
855cf12007
Move scripts to tools
2023-06-11 02:29:17 +00:00
Vincent Stumpf
ae862453bd
Move extra cmake files to tools/cmake
2023-06-11 02:29:17 +00:00
Vincent Stumpf
c11d73d6a8
Add epoll support
2023-06-11 02:29:17 +00:00
Vincent Stumpf
ff86c7b9d1
Maybe make scripts work?
2023-06-11 02:29:17 +00:00