1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-09 20:27:45 +00:00
Commit graph

53 commits

Author SHA1 Message Date
Adam
5fedd0c1df Replace UtilNetwork with GamePacketParser 2017-08-26 15:06:27 +09:00
Maru
7185d16b61 Merge sapphire-master; 2017-08-20 19:21:09 -03:00
Maru
1b6b7abfd2 CalcBattle stuff; 2017-08-20 19:20:37 -03:00
Mordred
7f35b81638 More restructuring for new packet logic 2017-08-21 00:02:41 +02:00
Maru
dcb0578d03 Merge sapphire-master 2017-08-20 17:43:07 -03:00
Mordred
cbe00da5f8 Overhaul of packet system to allow for an arbitrary amount of packet definition sets 2017-08-20 22:31:23 +02:00
Mordred
5293e50614 Chat connection is actually reaching the handler now 2017-08-20 20:48:55 +02:00
Maru
3b77d239cf Merge sapphire-master 2017-08-20 13:02:22 -03:00
Maru
02320755bf Merge sapphire-master 2017-08-20 12:54:54 -03:00
Mordred
f2918c378f Removed firstlogin flag, still in database though 2017-08-20 17:52:22 +02:00
Maru
13d784caff Cast interrupting; Skeleton of battle calculation stuff; 2017-08-20 02:46:06 -03:00
Mordred
6561cf566e #34 - Implemented tracking of opnening sequence, firstlogin may be obsolete now 2017-08-20 02:24:19 +02:00
Maru
f87261b1bb Weapon Damage property; Auto-attack for magical weapons; 2017-08-19 16:50:50 -03:00
Adam
98748a4100 Reimplement of CFPenaltyTime
Reimplement a730ef3 to reflect recent refactoring.
2017-08-19 11:28:04 +09:00
Adam
4d2a8ee36c Fix getTimeMs not returning correct unix epoch
Turned out high_resolution_clock did not return current UTC time. Use system_clock to fix it.
2017-08-19 11:26:16 +09:00
Mordred
90ea65385d more restructuring 2017-08-19 00:18:40 +02:00
SapphireMordred
7487acb98d Merge pull request #60 from Minoost/cmake
Initial attempt to fix 64bit build
2017-08-18 14:33:13 +02:00
Adam
9e4519440f Add /bigobj switch for MSVC
This fix an some error when building for x64
2017-08-18 11:52:59 +09:00
Mordred
99b1b1dcf0 Changed handlers to take a const& instead of a shared_ptr of inPacket 2017-08-17 17:30:00 +02:00
Mordred
e7712bb346 #58 - Fixed roleplaying tag not showing up 2017-08-16 22:59:53 +02:00
amibu
afe914d124 Forgot something 2017-08-15 16:19:55 +02:00
SapphireMordred
7e206fb3cd Merge pull request #54 from Minoost/master
Add Core::Util::getTimeSeconds()
2017-08-15 14:26:56 +02:00
Adam
8f2c030d1b Add Core::Util::getTimeSeconds()
Get unix time in seconds
2017-08-15 19:47:58 +09:00
amibu
c92d907295 DoTs/HoTs, fixed status effects for players 2017-08-15 11:51:59 +02:00
amibu
adaf0bceba More skill scripting 2017-08-14 17:10:19 +02:00
Mordred
2117505991 Fixed onlinestatus opcodes 2017-08-13 23:21:57 +02:00
Mordred
2fe10bda85 fixed playerstates being set incorrectly 2017-08-13 18:28:05 +02:00
Maru
4f14f44b0d Renaming power to param;
Removing unknown property as argument from the script and GameCommandHandler method;
2017-08-12 22:36:52 -03:00
Maru
f124b5eac4 Sorted out power property of status (partially) 2017-08-12 22:11:56 -03:00
SapphireMordred
db1832aeef Merge pull request #46 from Minoost/matchmaking
Implement basic duty finder window response
2017-08-12 17:04:39 +02:00
SapphireMordred
88c01085c8 Merge pull request #45 from SapphireMordred/64bit
64bit build crap (merge SapphireLibs first)
2017-08-12 16:47:17 +02:00
Adam
8a44b35ab7 Update cfnotify packet
It turned out CFNotify packet is a union. Change definition to reflect that.
2017-08-12 19:05:26 +09:00
Tahir Akhlaq
70d17607c7 mass replace data types to fixed width ones 2017-08-11 22:58:45 +01:00
Maru
57bf3a0fbd HP/MP/TP Regeneration following new rules;
Bumped level cap up to 70;
Additional checks for autoattacking;
Using auto-attack damage from weapon;
2017-08-11 00:58:35 -03:00
amibu
594248e457 Fix insta skills 2017-08-10 22:06:05 +02:00
Tahir Akhlaq
d04be92bea fix 64bit build 2017-08-10 17:57:11 +01:00
SapphireMordred
05c5734954 Merge pull request #23 from Minoost/matchmaking
Add CfMemberStatus packet definition
2017-08-10 08:33:54 +02:00
Adam
e888690812 Add eta field in CfMemberStatus 2017-08-10 15:32:10 +09:00
Adam
c52ee19469 Add CFMemberStatus packet definition 2017-08-10 11:35:05 +09:00
Mordred
2b5ed15794 Fixed red circle in exp bar 2017-08-09 23:13:27 +02:00
Mordred
67a18a8253 Fixed levelup crashing the client occasionally 2017-08-09 22:50:59 +02:00
Adam
1a8660e322 Add dutyreg packet definition and opcodes 2017-08-09 23:15:55 +09:00
Mordred Admin
3924e5450c Please use spaces instead of tabs 2017-08-09 10:30:18 +02:00
Mordred
1f10c555f8 Fixed level 0 and no weapon bug 2017-08-09 00:36:26 +02:00
amibu
28370ebd30 GM command opcodes 2017-08-08 18:22:18 +02:00
Mordred Admin
72a631a961 Merge branch 'master' of https://github.com/SapphireMordred/Sapphire 2017-08-08 18:04:29 +02:00
Mordred Admin
2758b4e536 Added field for expansion in InitUI 2017-08-08 18:03:39 +02:00
Mordred Admin
35c35f9b02 Lazy hack for windows compiling issue 2017-08-08 14:25:04 +02:00
Minho Kang
004c665f03 Merge branch 'master' into master 2017-08-08 21:04:22 +09:00
Adam
015fa17628 Add gitignore and fix UtilMath::clamp 2017-08-08 21:01:09 +09:00