Daegaladh
29a63820fd
Fixed searchstores incorrectly updating uses ( #8491 )
2024-07-04 22:22:44 +02:00
Daegaladh
549fc3f860
Fixed searchstores and added a map parameter ( #8456 )
...
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Co-authored-by: Atemo <Atemo@users.noreply.github.com>
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2024-06-26 20:21:26 +02:00
Lemongrass3110
1ca634df1d
Packet cleanups - const and casts ( #8422 )
2024-06-20 14:33:47 +02:00
Lemongrass3110
b48948822a
Replaced NULL with nullptr ( #8298 )
2024-05-03 19:38:13 +02:00
Vincent Stumpf
f2a3bad3e2
Cleanup uses of SWAP macro ( #8051 )
2023-12-27 11:36:46 +01:00
Vincent Stumpf
e235c9cab4
Change common and config includes to use <> ( #7596 )
2023-02-12 12:46:06 -08:00
Singe Horizontal
8eac71f57f
Cleaned struct tokens for map_session_data and status_change ( #7490 )
...
Fixes #7492
2022-12-16 19:16:29 +01:00
Atemo
bbc516a4d5
Deprecated itemdb_exists ( #7353 )
...
Deprecated itemdb_exists to use item_db.exists() or item_db.find() instead
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2022-10-13 16:39:40 +02:00
Lemongrass3110
5a25755386
Fixed a compiler warning ( #6216 )
...
Fixes #5999
Thanks to @RadianFord, @CairoLee, @jasonch35 and @Daegaladh
2021-08-26 21:51:49 +02:00
Vincent Stumpf
cd4d4af0bd
Fix hasnext page in search stores ( #6030 )
...
Thanks to Insomnia#4862 on discord!
2021-07-01 09:50:48 +02:00
Lemongrass3110
d01b718cc0
Initial support for enchantgrade ( #5445 )
...
Thanks to @LunarSHINING, @idk-whoami and @attackjom
2020-11-05 22:18:12 +01:00
Vincent Stumpf
3776bfbaa3
Support itemids up to ~2 billion ( #5141 )
...
Co-authored-by: aleos89 <aleos89@users.noreply.github.com>
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2020-08-08 12:06:07 +02:00
Lemongrass3110
45cd5808b7
Initial support for newer packet versions ( #4944 )
...
Basic support for packets up to April 2020
Changing the default packet version to 2020-04-01
Thanks to everyone involved!
2020-06-03 16:35:10 +02:00
Aleos
11b42569fc
Synchronized source file headers ( #3212 )
...
* Alphabetically sorted includes.
* Updated copyright and license text to match across all files.
* Removed pragma once define in header files in lieu of ifdef guards.
2018-06-20 18:08:30 -04:00
Lemongrass3110
801d3ed942
Moved common, config and mapcache to C++ ( #3200 )
...
Dropped BETA_THREAD_TEST and everything around it
Dropped mt19937
Replaced msinttypes with cinttypes
Removed IRC link and updated README name
2018-06-14 21:51:58 +02:00
Aleos
c4a364be2c
Initial work for map server to C++ ( #2565 )
...
* Initial progression of moving the map-server to C++ format.
* Converted all core files to .cpp and header files to .hpp.
* Refactored the refine database parser to utilize native YAML C++.
Thanks to @Jeybla and @lighta for their help!
2017-11-02 17:39:03 -04:00