Mordred
00e717491b
Initial inventory container creation ported
2017-10-25 23:24:47 +02:00
Mordred Admin
ec72cf6836
Merge http://www.github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN
...
Conflicts:
CMakeLists.txt
src/servers/Server_Common/Network/PacketDef/Ipcs.h
src/servers/Server_Zone/Actor/PlayerQuest.cpp
src/servers/Server_Zone/Actor/PlayerSql.cpp
2017-10-25 14:49:35 +02:00
ShelbyZ
b202703afb
Path comparison is causing issues
...
- don't be too smart without running through some testing
2017-10-24 10:51:51 -07:00
Mordred
3564964a8a
fixed an issue with binary fields bit read incorrectly
2017-10-23 23:55:25 +02:00
ShelbyZ
b15fc7164c
Addressing unchecked iterator issues with core project
...
- std::equal can take a 2nd iterator end
- use _SCL_SECURE_NO_WARNINGS for std::copy issues in exd_common_gen
2017-10-22 18:11:00 -07:00
Mordred
c2223f52b5
Merge pull request #151 from ShelbyZ/compiler_flags
...
Fix up Flags around Edit and Continue
2017-10-22 11:02:46 +02:00
ShelbyZ
e50fd76062
Fix up Flags around Edit and Continue
...
- remove /SAFESEH:NO
- apply /INCREMENTAL /ZI (debug only)
- remove sprinkling of /INCREMENTAL /ZI
2017-10-21 22:09:03 -07:00
ShelbyZ
f8796e1ecc
Remove unreferenced parameters
...
- exceptions had unused parameters
2017-10-21 20:47:50 -07:00
ShelbyZ
279563b90f
Fixing spacing issues for casts
2017-10-20 14:12:24 -07:00
ShelbyZ
a73721764f
Fixing some type alignments via casting
...
- static_cast for reasonable values
- at least one stray float
2017-10-19 16:18:16 -07:00
ShelbyZ
abb2ccdbe4
signed/unsigned mismatch issues
...
- Move for...loop int to size_t
- Move int32_t to uint32_t
2017-10-19 07:12:09 -07:00
Mordred
25b75043c5
More sql updates and conversions
2017-10-18 20:49:37 +02:00
Mordred
a00bd670b6
removed unneeded insert
2017-10-16 00:11:23 +02:00
Mordred
22e416dabc
Added basic player updates
2017-10-10 00:03:24 +02:00
amibu
2017fd7983
Orchestrion support
2017-10-09 20:09:49 +02:00
Maru
20daf4cdc2
Player title SQL; Handle set player title;
2017-10-09 01:56:47 -03:00
Mordred
cbd5a9d943
Rest server queries updated
2017-10-07 23:12:20 +02:00
Mordred
7e2770a536
Updated a number of queries to use new system
2017-10-07 23:10:13 +02:00
Mordred
14c8d674cc
Merge https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN
2017-09-25 17:14:01 +02:00
Mordred Admin
869f98adc9
Moved mysqlConnector to libraries
2017-09-25 14:44:15 +02:00
Mordred
1659324118
Build fix
2017-09-15 14:05:45 +02:00
Mordred
90c553e0a8
getGmRank now actually returns the gm rank. Also const correctness
2017-09-15 12:29:47 +02:00
Biscuit Boy
608119ede3
Fixed ContentID
...
Fixed the ContentID problem, This is a fix until the new db stuff
2017-09-15 18:43:08 +10:00
Mordred Admin
8682f334bc
Majorly simplified and improved the cmake setup.
...
Going forward it will be alot easier to maintain.
TODO: simplify path definitions
Conflicts:
src/servers/Server_Lobby/CMakeLists.txt
src/servers/Server_REST/CMakeLists.txt
src/servers/Server_Zone/CMakeLists.txt
2017-09-13 11:46:17 +02:00
amibu
cb7c6ab65e
GM Ranks, some fixes
2017-09-11 18:59:50 +02:00
Tahir Akhlaq
0ecf2bd962
enabled edit and continue on windows
...
- usage: tools > options > debugging > general > enable edit and continue (tick all options within its subtree)
- attach vs to a server, edit its code, alt + f10
2017-09-03 03:25:12 +01:00
Maru
5a0d95f4ca
Fix action interrupt crash; Escaping character names; Adjustments to HP formula;
2017-08-23 00:38:54 -03:00
Minho Kang
50b868c323
Add 64bit lib linkage
...
This was done to reflect this: https://github.com/SapphireMordred/SapphireLibs/pull/6
2017-08-22 00:05:14 +09:00
Mordred
3ecc1e6f14
more restructuring
2017-08-19 00:18:40 +02:00
Minho Kang
d7c5c4f23e
Add /bigobj switch for MSVC
...
This fix an some error when building for x64
2017-08-18 11:52:59 +09:00
Tahir Akhlaq
82af45e561
mass replace data types to fixed width ones
2017-08-11 22:58:45 +01:00
Tahir Akhlaq
85292ad051
fix exception crap from previous commit
2017-08-10 23:59:31 +01:00
Tahir Akhlaq
93763c5005
added launch args to server_rest (needs testing)
2017-08-10 22:13:00 +01:00
Tahir Akhlaq
23e2bb4b7b
fix 64bit build
2017-08-10 17:57:11 +01:00
SapphireMordred
38e42eaf7c
Merge pull request #9 from zynjec/master
...
Standardize log location
2017-08-09 00:38:30 +02:00
Mordred
686d55dafc
Fixed level 0 and no weapon bug
2017-08-09 00:36:26 +02:00
Zynjec
43d29984e2
Standardize log location
...
Updated REST and Zone server to use log folder.
2017-08-08 18:35:31 -04:00
amibu
97580d6460
Added hacky PS4 support back
2017-08-08 22:55:02 +02:00
amibu
7fcffb7f0b
Default port for REST to 80(frontier) and restoring frontier additions to REST
2017-08-08 13:05:33 +02:00
Mordred Admin
e691d0504a
Initial commit of the sapphire server
2017-08-08 13:53:47 +02:00