1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00
Commit graph

3354 commits

Author SHA1 Message Date
collett
0d6a0719de fix quest battles which are using InstanceContent instead of QuestBattle. 2023-02-05 07:22:14 +09:00
collett
616b12c695 Fix OutsideRange event. 2023-02-05 07:20:29 +09:00
Mordred
abb295d4fe parse Event and PopRange into entries too 2023-02-05 07:18:31 +09:00
Mordred
3b139571eb Fixed types in lgb.h and lgbtypes.h 2023-02-05 07:18:31 +09:00
collett
459fa4865b fix merge error 2023-02-05 07:18:31 +09:00
Mordred
ec7195639e Removed unused cell logic 2023-02-05 07:18:31 +09:00
Mordred
a9a628fe47 Updated EventHandlerTypes 2023-02-05 07:18:31 +09:00
Mordred
ba1b8aadfb Added layerset parsing 2023-02-05 07:18:30 +09:00
Mordred
a56eec5d32 Fallback to entranceRect if no entrance circle is found in instance 2023-02-05 07:18:30 +09:00
Mordred
a84d0f4154 Map previously unmapped eobj and enpc
# Conflicts:
#	src/world/Manager/EventMgr.cpp
2023-02-05 07:18:30 +09:00
Mordred
6669300124 Changed information in readme in merged develop into master 2023-02-04 14:25:46 +01:00
Mordred
8afaa0a42d Merge remote-tracking branch 'origin/develop' 2023-02-04 14:24:31 +01:00
Maple
95897dffc2 Add more client side opcodes, new characters can progress past opening now. 2023-01-27 20:55:25 -03:00
Maple
2c5c403172 Add partial client opcodes for 6.31, client can login 2023-01-27 18:47:24 -03:00
Maple
7dfbe76436 Update server opcodes to 6.31 (Thanks Flawed!) 2023-01-27 00:33:31 -03:00
Maple
206b98e1df Actually update exd to 6.31 2023-01-26 23:59:41 -03:00
Mordred
3c6fccbad0
Merge pull request #852 from collett8192/patch
Handle house removing.
2023-01-26 14:45:48 +01:00
collett
1e7176b3d8 minor fix 2023-01-26 22:30:42 +09:00
collett
3624b4374f Handle house removing.
Also restored the house building scene, might still crash sound device though.
2023-01-26 20:06:27 +09:00
Maple
f13bae27f7 Minor player fixes 2023-01-26 07:11:56 -03:00
Maple
79f58a36aa Add missing OnlineStatus.exd to CommonGen.h 2023-01-26 07:11:41 -03:00
Maple
81bbe690a8 Fix Oodle on Linux (todo:: make this not suck) 2023-01-26 07:10:45 -03:00
Maple
5b63cfb023 Re-add CountdownCancel opcode 2023-01-26 04:45:38 -03:00
Maple
8220d90ed6 Update CommonGen.h for Patch 6.31 2023-01-26 04:42:45 -03:00
Maple
a2bdb4e347 Update Network definitions to 6.30hf1 (Thanks Moydow, Reyli, Guaiguaijun) 2023-01-26 04:25:51 -03:00
Moydow
432cdc0de8 added a short form oodle2net.h
Custom short version of oodle2net.h that only sets up the functions we need here. Still need oo2net_9_win64.dll and oo2net_9_win64.lib which won't be added here
2023-01-26 04:22:44 -03:00
Moydow
064851ff2e don't need SetWindow here 2023-01-26 04:21:54 -03:00
Moydow
7449d16c7e Oodle support for 6.15
Requires the oodle2base.h and oodle2net.h header files, and oo2net_9_win64.dll, to be placed in /deps/Oodle/ - they are not included here
2023-01-26 04:21:11 -03:00
Maple
6389597004 Update Loby encryption key 2023-01-26 03:32:22 -03:00
Maple
9e3d2127cb Update Player array 2023-01-26 03:21:17 -03:00
Maple
4c473969ca Bump more constants for 6.x 2023-01-26 03:15:07 -03:00
Maple
4c0087e09a Bump Expac and Player Level 2023-01-26 03:11:50 -03:00
Maple
41423b431a Fix ExdData for Patch 6.31 2023-01-26 03:08:54 -03:00
Maple
84eb23cdfb Fix building on latest *nux 2023-01-25 22:51:19 -03:00
Mordred
991e0551c3
Merge pull request #733 from Taezen/develop
Remove completed quest properly
2022-01-14 08:19:10 +01:00
Adam
aef56c9f33
Merge pull request #741 from terramakes/master
Change generator parameter to Visual Studio 17 2022
2021-12-09 12:23:58 +11:00
Claire Berman
9de4176b1e
Change generator parameter to Visual Studio 17 2022 2021-12-08 10:54:17 -07:00
Taezen
52d83465a1 remove completed quest properly 2021-09-29 15:43:15 +02:00
Adam
fee9ed6b05
Merge pull request #731 from collett8192/patch
prevent writing an invalid intermediate state to db when inventory action happens inside a single container
2021-09-17 21:56:36 +10:00
collett
413c69aa41 container db fix 2021-09-17 02:07:15 +09:00
Adam
1689b3fd1a
Merge pull request #730 from collett8192/patch
fix the loading of some quest battles
2021-09-15 19:16:20 +10:00
collett
1fa5aadf1c update proper event type check 2021-09-15 16:55:45 +09:00
Adam
a87572de2b
Merge pull request #729 from Skyliegirl33/develop
Update opcodes for 5.58 hotfix and fix CFCommenceHandler
2021-09-15 09:51:38 +10:00
collett
0fe75c373e fix the loading of some quest battles 2021-09-15 01:24:02 +09:00
Skyliegirl33
b0022f149e
Fix whitespaces 2021-09-14 00:18:37 +00:00
Adam
d05f72fe99
Merge pull request #728 from Taezen/develop
exd parser optimizations + support for sub rows in get_rows()
2021-09-14 10:09:23 +10:00
Taezen
b771630fd3 fix InitZone packet 2021-09-13 20:01:52 +02:00
Skyliegirl33
1f6b31dd4c Update opcodes and fix CFCommenceHandler 2021-09-13 18:53:53 +02:00
Taezen
7f983bbf67 exd parser optimizations 2021-09-13 16:30:32 +02:00
Adam
067f3e6182
Merge pull request #727 from collett8192/patch
fix duty info remaining on client after leaving.
2021-09-13 20:56:19 +10:00