1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00
Commit graph

1232 commits

Author SHA1 Message Date
Mordred
04671e2e24 Cleanup cleanup cleanup 2018-06-03 19:31:03 +02:00
Mordred
f6375f326e Reordered IPC list 2018-06-02 18:09:29 +02:00
Mordred
738b09d5c5 More cleanup yet 2018-06-02 15:52:35 +02:00
Mordred
911bf39af8 Some cleanup and buildfix 2018-06-02 13:38:00 +02:00
Mordred
6bd65843f3 Merge branch 'master' of https://github.com/SapphireMordred/Sapphire 2018-05-29 22:13:01 +02:00
Mordred
5afe39cf59 Removed unused functions 2018-05-29 22:12:55 +02:00
Mordred
97881a46a8
Merge pull request #300 from NotAdam/master
update opcodes
2018-05-29 21:39:23 +02:00
Adam
d9782ed71a update opcodes 2018-05-29 23:33:45 +10:00
Mordred
187648d20c
Merge pull request #299 from goaaats/4-3-exdfixes
Use generated EXD data for quest_parse
2018-05-27 16:35:48 +02:00
Mordred
8439b9a922 More initui adjustments 2018-05-27 16:21:52 +02:00
Mordred
da11a778d6 Updateinventoryslot opcode 2018-05-27 01:31:29 +02:00
Mordred
e8445e7640 Initial initui fixes ( still alot to do ) and inventory fix 2018-05-27 01:28:43 +02:00
Mordred
25561a86c1 Fixed statuseffect crash, ty Ravahn 2018-05-26 09:25:56 +02:00
goaaats
e139030416 Fixed bad include 2018-05-25 14:27:54 +02:00
goaaats
df421d34c5 Use generated EXD data for quest_parse 2018-05-25 14:16:39 +02:00
Mordred
bedcacd75f Fixed AFK status crashing the game among with more opcodes 2018-05-23 22:57:08 +02:00
Mordred
a88f94e9af Opcodes... 2018-05-23 20:01:24 +02:00
Mordred
0893288f77 Forgot comments yet again 2018-05-22 23:48:49 +02:00
Mordred
c636c724b4 Events work again 2018-05-22 23:46:23 +02:00
Mordred
5cbd4a5f1e Missed a comment 2018-05-22 23:23:21 +02:00
Mordred
140bbe10c3 Chat opcode fix 2018-05-22 23:10:31 +02:00
Mordred
271d4cc96a Merge branch 'master' of https://github.com/SapphireMordred/Sapphire 2018-05-22 22:20:19 +02:00
Mordred
7958145e69 Fixed more opcodes -> faster login -> Slow walk fixed 2018-05-22 22:19:55 +02:00
Mordred
f848dddf38
Merge pull request #298 from goaaats/4-3-exdfixes
exd_struct_gen: Fixes for certain field names
2018-05-22 21:21:24 +02:00
Mordred
147e2f2cca Fixed lobby packet definitions 2018-05-22 21:20:43 +02:00
goaaats
fcc29707dc
Merge branch 'master' into 4-3-exdfixes 2018-05-22 20:19:35 +02:00
goaaats
0112659fe0 Update ex.json(needs testing) 2018-05-22 20:15:46 +02:00
goaaats
9472258693 exd_struct_gen: Fix fields starting with numbers, fix fields that are cpp keywords 2018-05-22 20:15:30 +02:00
Mordred
06b5113d78 Zone-Server should now start up fine again 2018-05-22 17:42:50 +02:00
Mordred
ad86327a89
Merge pull request #297 from itsMaru/patch_catchup
4.3 opcode shift+lobby versioning
2018-05-22 17:05:49 +02:00
Maru
94b45d12eb apply opcode shift+lobby versioning 2018-05-22 04:30:40 -03:00
Mordred
522010881d Implemented quest flag getters and setters 2018-05-20 00:33:26 +02:00
Mordred
1a4ca09a0b
Merge pull request #291 from DantestyleXD/master
ManSea001 now work properly
2018-05-18 08:26:12 +02:00
Mordred
43ad62b1c6
Merge pull request #293 from goaaats/develop
zone: add SQL for EquipDisplayFlags, fix legacy mark
2018-05-18 08:14:00 +02:00
goaaats
3399616f42 Update SQL 2018-05-17 20:50:07 +02:00
goaaats
afba72a46b Cleanup 2018-05-17 20:48:06 +02:00
goaaats
b2621bd5d6 Added SQL field for EquipDisplayFlags, fixed Legacy Mark 2018-05-17 20:46:11 +02:00
Dantestyle
704188200c typo... 2018-05-14 06:03:17 +02:00
Dantestyle
13ea7320dc typo error again 3 2018-05-14 05:50:49 +02:00
Dantestyle
c19cc8dcdc typo errors 2 2018-05-14 04:35:40 +02:00
Dantestyle
d2d96581e6 typo error 1 2018-05-13 04:39:35 +02:00
Dantestyle
c9597a9339 ManSea001 now work properly 2018-05-13 04:29:29 +02:00
Mordred
cc17261848
Merge pull request #289 from SapphireMordred/actor_rewrite
Actor rewrite
2018-04-24 21:08:33 +02:00
Mordred
a7f926b589
Merge pull request #288 from NotAdam/actor_rewrite
fix OnlineStatus so it'll return the one with the highest priority
2018-04-24 12:40:18 +02:00
Adam
24a2de55e1 shouldn't default to a nonexistant onlinestatus... 2018-04-24 20:36:06 +10:00
Adam
7a64e5f33f biscuit didn't copy my code correctly 😢 2018-04-24 20:34:36 +10:00
Mordred
40f77ffd70
Merge pull request #286 from AcedArmy/actor_rewrite
Added a whole lot of GM Stuff
2018-04-20 08:01:53 +02:00
Biscuit Boy
6a6f5b4349 How did I not notice that.... 2018-04-20 02:22:09 +10:00
Biscuit Boy
c78e33c53f Spacing should go back here 2018-04-19 23:04:31 +10:00
Biscuit Boy
e4b9db8853 Must be a fire type 2018-04-19 23:02:24 +10:00