Mordred
696cbc6039
More formatting and linux stuff
2017-09-23 23:47:42 +02:00
Mordred
224b75da48
Some formatting oversights
2017-09-23 23:40:32 +02:00
Mordred
438f66732b
Linux build fix
2017-09-23 23:36:45 +02:00
Mordred
4e25fa0ed7
Implemented prepared statmements
2017-09-23 23:26:23 +02:00
Minho Kang
01521d2c98
Implement offseting eorzean time
...
Usage:
@set eorzeatime time
2017-09-22 22:05:07 +09:00
Mordred
98899756fb
Linux needs memcopy from string.h
2017-09-20 18:34:38 +02:00
Mordred
58517dc731
Removed unneeded string
2017-09-20 18:27:00 +02:00
Mordred
271c857d40
Blob fields can now be returned as vector.
2017-09-20 18:25:51 +02:00
Mordred
6f62b2f13b
Merge branch 'SQL_REWRITE_OWN' of https://github.com/SapphireMordred/Sapphire into SQL_REWRITE_OWN
2017-09-19 23:13:02 +02:00
Mordred
9430358b48
Added transactions
2017-09-19 23:12:46 +02:00
Mordred Admin
ab8f9a55d6
Wrapping helpers in util namespace
2017-09-19 10:59:42 +02:00
Mordred
22fb4c681e
Merge pull request #102 from amibu01/master
...
Remove UserLevel, handle DebugCommand permissions via internal GM rank
2017-09-19 08:05:21 +02:00
Maru
f2b486dbde
Adjustments to new definitions of action effect packet;
2017-09-19 00:42:27 -03:00
Maru
c5669558ae
Definitions for Action Effects; Further (possibly temporary) changes to AoE heal packets;
2017-09-18 23:14:43 -03:00
Mordred
3f524dc08c
Fix linux build, needs some love for the warnings
2017-09-19 00:20:45 +02:00
Maru
62734c7616
Map actions as pointers; Prototype AoE healing;
2017-09-18 19:07:41 -03:00
Mordred
40bc05cf71
First iteration of new mysql wrapper
2017-09-19 00:02:14 +02:00
amibu
8c597608d4
Remove UserLevel, handle DebugCommand permissions via internal GM rank
2017-09-18 18:44:38 +02:00
Mordred
9f8473fc10
Fixed indendation
2017-09-15 11:04:42 +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
Maru
d620f0763d
Status effect source reference; ActionCast battle log work; Cleaning compiler warnings;
2017-09-15 00:56:29 -03:00
Mordred
522dc15c39
const correctness
2017-09-14 18:49:03 +02:00
Mordred
87bb613782
Begin of implementation of own simplified mysql c++ wrapper
2017-09-14 18:39:12 +02:00
Carlos C
782698c814
Add sapphire version string
...
need to implement location(s) where to show git revision / version in core
server info & logs come to mind
2017-09-13 18:06:31 -04: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
Minho Kang
47c2a1ee6a
Add setownerid
...
Set source actor's owner id to param1
2017-09-13 11:47:39 +09:00
Minho Kang
c43874990a
Add chat restricted packet def
2017-09-10 14:02:16 +09:00
Maru
161d24f505
Might as well refactor a bit more;
2017-09-05 00:37:22 -03:00
Maru
353f2a3cd0
🔥 Build ✔️ please
2017-09-04 06:53:04 -03:00
Maru
68e862d95b
Redefining: ActionModel and ActionAspect; Action for removing status effect off from HUD;
2017-09-04 01:36:19 -03:00
Maru
2d15367c7d
Definitions for Action type and aspect;
2017-09-02 18:24:31 -03:00
Mordred
0eeeb020eb
Fixed teleports instantly fading out without showing any animation on finish
2017-08-30 23:08:10 +02:00
Maru
5010aed6b3
Base raise skill;
2017-08-29 21:52:40 -03:00
Maru
be9482c11f
Merge branch 'master' of https://github.com/itsmaru/Sapphire
2017-08-29 20:44:36 -03:00
Maru
1237e34e2e
Fixed building on newer GCC
2017-08-28 16:13:23 -03:00
Mordred
613c85e841
Created linkshellMgr class and added basic linkshell caching
2017-08-28 18:36:51 +02:00
Mordred
d3652436fa
Merge branch 'master' of https://github.com/SapphireMordred/Sapphire
2017-08-27 02:04:27 +02:00
Mordred
ebd11f1a7c
Added packet for linkshell events
2017-08-27 02:03:27 +02:00
Minho Kang
bd76111a69
Fix string header
2017-08-26 15:42:30 +09:00
Minho Kang
39e4b9e093
Include memcpy and realloc header
2017-08-26 15:29:57 +09:00
Minho Kang
19e321e18c
Merge remote-tracking branch 'upstream/master' into tcp-handling
2017-08-26 15:09:01 +09:00
Minho Kang
989c1b0854
Tempoary bound check for GamePacket
2017-08-26 15:07:40 +09:00
Minho Kang
35c42c1f23
Replace UtilNetwork with GamePacketParser
2017-08-26 15:06:27 +09:00
Mordred
148ba5d09f
Prperational work for linkshells
2017-08-23 23:58:14 +02:00
Mordred
77fef5c3a9
Error message now displayed properly when /tell ing unknown char
2017-08-23 17:39:59 +02:00
Mordred
1eaa3be773
Added new debug command to inject into chat connection\n Added base code for tell conversations, error messages not working yet
2017-08-22 23:53:20 +02:00
Mordred
08ff069ee1
Implemented a switch to chose from zone or chat handlers
2017-08-22 21:36:20 +02:00
Mordred
f4df52f3d9
Moved IPC enums to own file for readability
2017-08-22 17:29:03 +02:00
Maru
f75aa3767e
Merge sapphire-master;
2017-08-20 19:21:09 -03:00
Maru
43917a6273
CalcBattle stuff;
2017-08-20 19:20:37 -03:00