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
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
Vincent Stumpf
e1b9b0d9b3
Add support for import files
...
This will check and copy import files whenever we regenerate the build system
2023-06-11 02:29:17 +00:00
Vincent Stumpf
b3c47f043e
Remove cmakelistsold (oops) and clean up httplib
2023-06-11 02:29:17 +00:00
Vincent Stumpf
c69587c2e7
Refactor CMake to be nicer, more modern, easier to understand
2023-06-11 02:29:15 +00:00
Kanin Temsrisuk
8fd752f9cd
Fix wrong bow location ( #7809 )
2023-06-10 15:05:16 +02:00
idk-whoami
83ef1e72c2
Corrected script for some item #19 ( #7786 )
2023-06-10 15:02:30 +02:00
Atemo
aa8f501388
Added atcommand "setcard" ( #7804 )
...
Thanks to @aleos89 and @Lemongrass3110 !
2023-06-08 20:08:26 +02:00
Atemo
38d335a267
Added more information for atcommand refine ( #7803 )
2023-06-08 14:01:43 +02:00
Aleos
5b832de199
Minor cleanup to mapflags ( #7782 )
...
* Adds missing documentation for mf_norodex.
* Updates atcommand mapflag to display information on some missing mapflags.
* Removes "Other Flags2" and combine list with "Other Flags" for atcommand mapflag.
2023-06-07 10:11:32 -04:00
Vincent Stumpf
e5ec2b2ef8
Fix issue with bonus3 bAddEffOnSkill ( #7805 )
2023-06-06 18:23:37 -07:00
Lemongrass3110
6f5706a945
Added support for really big cashshops ( #7763 )
...
Added some malloc reporting
Forward socket allocation information
Forward WFIFOHEAD allocation information
Cleanup to clif_cashshop_show
Cleanup to clif_cashshop_result
Cleanup to clif_cashshop_list
Fixes #7757
Thanks to @ChiesaV
2023-06-04 21:36:48 +02:00
mazvi
e7ac2b26dd
Small update of Illusion of Underwater ( #7800 )
...
* Added the old coordinates (commented) of the npc "Jerrymon"
2023-06-04 20:56:49 +02:00
Singe Horizontal
75faf9ac1a
Fixes npc last path caching ( #7769 )
...
Fixes #7766
2023-06-03 19:56:04 -07:00