Lemongrass3110
1ca634df1d
Packet cleanups - const and casts ( #8422 )
2024-06-20 14:33:47 +02:00
Vincent Stumpf
e235c9cab4
Change common and config includes to use <> ( #7596 )
2023-02-12 12:46:06 -08:00
Lemongrass3110
59a722234d
Fix compilation on Mac M1 ( #7582 )
...
Fixes #7557
Thanks to @vietlubu
2023-02-07 09:23:33 +01:00
Lemongrass3110
9dda166c0e
Converted cash shop database to YAML ( #6299 )
...
Co-authored-by: Atemo <Atemo@users.noreply.github.com>
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
2023-01-05 18:30:07 +01: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
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
Lemongrass3110
a49a1a52a3
Fixed a compiler warning due to a wrong include
...
Follow up to c4a364b
2017-11-19 04:11:53 +01: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