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
Lemongrass3110
5a25755386
Fixed a compiler warning ( #6216 )
...
Fixes #5999
Thanks to @RadianFord, @CairoLee, @jasonch35 and @Daegaladh
2021-08-26 21:51:49 +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
2ab298076c
Cleaned up header guard names ( #3395 )
...
* Fixes #3385 .
* Updated the header guard names to C++ standards.
Thanks to @elfring's suggestion!
2018-08-10 15:57:50 -04: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
aleos89
728a29d435
Harmonized include guards
...
* Follow up to 24b3509 and c4a364b.
* Harmonized the include guards for char-server and map-server header files.
2017-11-07 10:22:03 -05: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