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

1193 commits

Author SHA1 Message Date
Biscuit Boy
3daeffbb11 change [GM] chat to isActingAsGm instead of directly checking Status 2018-07-01 21:33:37 +10:00
Biscuit Boy
54be80a26b add isActingAsGm in Player 2018-07-01 21:31:49 +10:00
Biscuit Boy
1172861d4d label now comes before getter in //gm teri 2018-07-01 21:31:26 +10:00
Biscuit Boy
990a8e231f [GM] chat now looks for the onlinestatus instead 2018-04-22 18:22:45 +10:00
Biscuit Boy
ff6eeef68a GM Raise uses the new zoneinpacket system 2018-04-22 18:21:22 +10:00
Biscuit Boy
c38ab3a445 Now erase zone from the set and removed count like talked about 2018-04-22 01:13:37 +10:00
Biscuit Boy
a9c3f67944 Added Zone GuId to gm teri_info and fixed spacing 2018-04-22 00:50:04 +10:00
Biscuit Boy
333ec303bd Fixed making new zones 2018-04-22 00:49:32 +10: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
Biscuit Boy
77cb5d7d50 Digital Monsters? 2018-04-19 22:50:17 +10:00
Biscuit Boy
327ece8748 Gm invis is less of a hack 2018-04-19 22:47:03 +10:00
Biscuit Boy
168cc7409b I love me some style and wording fixes 2018-04-19 22:34:45 +10:00
Biscuit Boy
10eec1f954 Use that Gminvis yo 2018-04-19 22:30:23 +10:00
Biscuit Boy
51a1c020a1 Fixed Shitty commit mistake 2018-04-19 22:27:57 +10:00
Biscuit Boy
f815e3e3d2 Added status priority and made the invis check better 2018-04-19 22:22:20 +10:00
Biscuit Boy
933a519957 Fixed Dat Style 2018-04-19 17:57:43 +10:00
Biscuit Boy
22abaf9d23 Added a whole lot of GM Stuff
Added Icons, Added Invis, Added Chat Types for what we have now
2018-04-18 21:00:20 +10:00
Mordred
e6c7eb46ca
Merge pull request #285 from NotAdam/actor_rewrite
fix crash when starting the server with no scripts, fixes #284
2018-04-04 07:58:44 +02:00
Adam
5a623da2a5 cleanup old func def 2018-04-04 11:48:05 +10:00
Adam
ddd9c808d7 fix crash when starting the server with no scripts, fixes #284 2018-04-04 11:25:07 +10:00
Mordred
ed8f4e2044
Merge pull request #282 from NotAdam/actor_rewrite
proper festival handling (woah)
2018-03-23 14:43:00 +01:00
Mordred
a5b97779a9
Merge pull request #283 from takhlaq/actor_rewrite
attempt to fix build
2018-03-23 14:42:28 +01:00
Tahir Akhlaq
a4c189b71e attempt to fix build 2018-03-22 22:56:14 +00:00
Mordred
0afb688374 Added discovery parser 2018-03-22 23:01:55 +01:00
Mordred
5e64a59374 Merge branch 'actor_rewrite' of https://github.com/SapphireMordred/Sapphire into actor_rewrite 2018-03-22 22:59:12 +01:00
Mordred
706b33b0cd update_discovery.sql now contains well over 4000 new maprange entries for discovery 2018-03-22 22:58:52 +01:00
Adam
00a7c1c6d3 remove bindscene macro and move to wrapper func 2018-03-22 23:45:17 +11:00
Mordred
4f16667765
Merge pull request #281 from perize/pvp_duel_poc
replay def
2018-03-21 15:21:45 +01:00
Adam
bda2a51362 update submodule 2018-03-22 00:54:00 +11:00
Adam
8984a98b34 fix zone crash from an invalid class instance ptr 2018-03-21 19:07:05 +11:00
Adam
a1c531932c fix infinite callback loop 2018-03-20 23:56:06 +11:00
Adam
660709becb fix formatting again
thanks clion
2018-03-20 22:43:16 +11:00
Adam
66fbc9931b fix formatting 2018-03-20 22:33:51 +11:00
Adam
dd8ed62430 eventPlay -> playScene, added playSceneChain 2018-03-20 22:08:25 +11:00
Adam
d7006574ac proper festival handling (woah) 2018-03-20 20:30:05 +11:00
Mordred
d95aaba887
Is this what you want from me linux?! 2018-03-20 09:51:59 +01:00
Perize
1696a292e5 replay def 2018-03-20 17:45:00 +09:00
Mordred
836279de09 Simplified scripts a bit, a bit easier on the eyes 2018-03-20 00:05:54 +01:00
Mordred
642282ca21
Merge pull request #280 from perize/pvp_duel_poc
Added pvp duel packetdef
2018-03-18 11:44:49 +01:00
Perize
506ecfc19b typo fix 2018-03-18 19:32:42 +09:00
Perize
d74c49218d Added the duty action because why not 2018-03-18 19:06:32 +09:00
Mordred
4a723907ef
Update Ipcs.h 2018-03-18 10:23:59 +01:00
Perize
dcdca5927f Added pvp duel packetdef 2018-03-18 17:40:00 +09:00
Mordred
c4ec162f0f Improved handling of actors in zones generally 2018-03-17 18:06:13 +01:00
Mordred
2d4d6c6579 Fixed an issue where players were removed from the wrong zone 2018-03-17 11:36:56 +01:00
Mordred
f2684f6c7d
Merge pull request #276 from NotAdam/actor_rewrite
instance player binding done, minor refactoring
2018-03-16 19:34:08 +01:00
Mordred
10bcd4d0f9
Merge pull request #278 from perize/actor_rewrite
fix for #277
2018-03-16 19:32:04 +01:00
Mordred
3ed58efc4e
style 2018-03-16 19:31:42 +01:00