1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-22 18:07:44 +00:00
Commit graph

39 commits

Author SHA1 Message Date
NotAdam
93e4ced601 fix api routing, bit nicer code for fixing urls 2020-02-17 15:57:44 +11:00
NotAdam
3373d771ac fix an issue where some versions of std::fs would handle path generation differently
this changes the builtin http server to generate more reliable paths when parsing request bodies, fixes #635
2020-02-17 15:47:49 +11:00
NotAdam
e46096aad2 should actually build now... hopefully... 2019-10-14 19:12:17 +11:00
NotAdam
68dfdda40e vs2019 support & dropping std::experimental::filesystem 2019-10-14 18:41:28 +11:00
NotAdam
38d02ceb91 charinfo json field info 2019-08-09 17:49:40 +10:00
NotAdam
5cf5418b17 retail accuracy in charainfo json 2019-08-09 17:49:40 +10:00
NotAdam
d5f4e7a2b8 misc api cleanup 2019-08-09 17:49:40 +10:00
NotAdam
9a5dcaa57e some api json cleanup 2019-08-09 17:49:40 +10:00
NotAdam
95d526f4d0 fix player levels not showing in lobby correctly 2019-07-16 14:40:35 +10:00
NotAdam
375ca2f114 clean up unnecessary namespace specialisation, flatten namespaces a bit 2019-06-07 18:12:54 +10:00
NotAdam
5b473fd16c some cleanup, move lobby to Sapphire::Lobby 2019-06-03 00:21:58 +10:00
NotAdam
f892257aa5 refactor Util -> Common::Util & Action to World::Action 2019-06-02 00:35:00 +10:00
NotAdam
ae4aab491e add CrashHandler to lobby/api/world and cleanup test code in tools 2019-03-26 23:17:57 +11:00
mordred
611d9182ef initialize player completed quest correctly for new chars 2019-03-26 09:30:30 +01:00
Mordred
f1514e2a8d Added sql table for storing hunting log information 2019-03-24 23:49:52 +01:00
NotAdam
62060d78c1 move default constructors for SapphireAPI to header 2019-03-17 21:10:20 +11:00
NotAdam
e1ee0c6843 minor consistency/code style fixes in sapphireapi 2019-03-17 21:07:00 +11:00
Mordred
e227a951d5 Set initial homepoint correctly for uldah and limsa 2019-03-16 23:52:50 +01:00
Mordred
8a35c4e370 Plenty more cleanup and code quality adjustments. 2019-03-11 22:48:33 +01:00
mordred
5f34cb0a06 More refactoring for code consistency 2019-03-08 11:05:32 +01:00
NotAdam
babd47d772 add customisable log level to config 2019-01-25 19:00:21 +11:00
NotAdam
4397c86dae refactor parameters to general, fix build error 2019-01-07 23:26:34 +11:00
NotAdam
5ec2d23a12 cleanup db connection config 2019-01-07 23:16:01 +11:00
NotAdam
aa73b1c668 everything should be working again... 2019-01-07 23:08:43 +11:00
NotAdam
cd1d8f8126 lobby works again with new config stuff 2019-01-07 23:00:09 +11:00
NotAdam
c15f9be174 move all the old config calls to the new config object 2019-01-07 00:03:48 +11:00
NotAdam
c97ba162a4 convert more log calls to format string 2019-01-04 22:37:01 +11:00
mordred
e7507515b6 Further cmake cleanup 2019-01-02 11:23:39 +01:00
Mordred
789127691a Merge remote-tracking branch 'origin/housing' into develop 2019-01-01 15:06:42 +01:00
Mordred
2761a9029a Simplified some cmake logic 2018-12-31 17:30:45 +01:00
Mordred
ade2dece10 Moved cmake logic to root cmakelists 2018-12-31 13:54:31 +01:00
NotAdam
144d8e8f27 standardise log names and potentially fix log folder issue on windows 2018-12-30 22:36:44 +11:00
NotAdam
ceebb27c1c Merge remote-tracking branch 'upstream/dependency_injection' into housing 2018-12-29 12:43:03 +11:00
NotAdam
56d78e8c3d fix prepared statement missing a param 2018-12-25 20:11:59 +11:00
Mordred
fdb4f011ac More fw related cleanup 2018-12-23 13:26:33 +01:00
Mordred
f1c0512d28 Progress... 2018-12-23 03:53:08 +01:00
NotAdam
f48d546d85 show better errors for exd/config related issues 2018-12-18 21:40:49 +11:00
Mordred
32a0d4725a Fixed binary build path for binaries under windows, changed the way entriesd in the framework are created to hopefully get better errorhandling in world 2018-12-16 14:26:38 +01:00
mordred
8dcbfa5365 Restructured project slightly 2018-12-13 12:40:42 +01:00