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

1051 commits

Author SHA1 Message Date
Adam
afd439c64f shouts now have correct behaviour 2018-01-28 18:48:56 +11:00
Mordred
a104b5a928 Merge branch 'master' into event_rewrite 2018-01-28 00:30:16 +01:00
Mordred
62cfa0a291 Type on comment 2018-01-28 00:03:42 +01:00
Mordred
6404951549 Removed debug code 2018-01-27 23:54:26 +01:00
Mordred
aabcdf6e74 Replacement of old ZoneMgr 2018-01-27 23:52:49 +01:00
Perize
2614f24a8e MSQ guide packet def 2018-01-27 14:52:14 +09:00
goaaats
235f3cc8c8 zone: Add EventNpc + logic 2018-01-20 22:03:41 +01:00
Mordred
b5a92485e7 Merge pull request #219 from AcedArmy/master
Fixed GM Call
2018-01-19 22:08:36 +01:00
Biscuit Boy
f80a2fd0a5 Added GM1 Back since its needed 2018-01-20 02:04:38 +11:00
Biscuit Boy
8f2f827427 Fixed GM Call
GM Call was placed in GM1 instead of GM2 for some reason /shrug
2018-01-20 01:56:00 +11:00
Adam
4b9da92b34 remove scriptname from scripts 2018-01-19 20:17:49 +11:00
Mordred
c568a998c3 More event simplification 2018-01-18 21:49:12 +01:00
Adam
b3ba2a992c fix hotloading setting, minor cleanup 2018-01-18 13:56:55 +11:00
Adam
15d6ae7e0d use typeinfo for script types instead of an enum 2018-01-17 20:09:16 +11:00
Mordred
bc9d33724a Small reformmating of scriptmanager 2018-01-16 16:35:50 +01:00
Mordred
9d07048f0d Simplified EventReturnHandler 2018-01-16 14:01:58 +01:00
Mordred
52f341c906 More cleanup of event / script handlers 2018-01-16 02:16:48 +01:00
Mordred
147ff80f86 Beginning of splitting eventhandlers, pulling logic out of scriptmanager 2018-01-14 23:54:26 +01:00
Mordred Admin
add84d6516 Simplified handling of state flags 2018-01-11 14:59:39 +01:00
Mordred Admin
6d6c71d6af Removed redundancy in EventHandler type declarations 2018-01-10 10:47:47 +01:00
Mordred
0f16ad4812 Another approach at event improvements 2018-01-09 23:50:54 +01:00
Mordred
b26236c99b another event rewrite approach 2018-01-09 23:44:02 +01:00
goaaats
1f8e5f18a8 Don't log replays 2018-01-09 18:56:05 +01:00
goaaats
691f5dfd54 Replay packets by milliseconds 2018-01-09 18:54:09 +01:00
goaaats
9f145c28c2 Style, cleanup 2018-01-08 23:38:27 +01:00
goaaats
f6ed8125b0 Style fixes 2018-01-08 23:23:09 +01:00
goaaats
da906586ea Added basic capture replay 2018-01-08 21:42:44 +01:00
Mordred
8519f118fe Merge pull request #212 from GokuWeedLord/feature/nativescripting
generally simplify scripting system internals
2018-01-05 18:22:58 +01:00
Adam
275d770c78 whitespace fixes 2018-01-04 22:40:48 +11:00
Adam
8009bc53bb use dynamic_cast instead of static_cast in script getter 2018-01-04 22:24:13 +11:00
Adam
19dcbd347d generally simplify scripting system internals 2018-01-04 16:14:14 +11:00
Mordred
6d1d34830f Merge remote-tracking branch 'origin/native_scripting' 2017-12-29 22:51:27 +01:00
Mordred
da15e65c00 Merge pull request #204 from GokuWeedLord/fix/set-classjob
fix !set classjob not setting up classes properly
2017-12-27 09:34:35 +01:00
Adam
d390d594ac delete unloaded scripts 2017-12-27 18:53:45 +11:00
Adam
2868bfc69f scripts are now built into common libs instead of seperate libs 2017-12-27 18:47:51 +11:00
Adam
0bbcf9ac29 Merge remote-tracking branch 'upstream/native_scripting' into fix/set-classjob 2017-12-27 12:52:23 +11:00
goaaats
ea725f0f31 Fix ADD commands 2017-12-22 16:34:05 +01:00
Tahir Akhlaq
9a931baf39 Merge branch 'native_scripting' of https://github.com/SapphireMordred/Sapphire into native_scripting
# Conflicts:
#	scripts/native/CMakeLists.txt
#	src/tools/quest_parser/main.cpp
2017-12-20 13:23:49 +00:00
Mordred Admin
2382f72184 #182 - Renamed targets to be less ambigious 2017-12-19 09:27:22 +01:00
Mordred
30ce2dfbf2 Windows build fix 2017-12-18 23:10:36 +01:00
Mordred Admin
e4d7b01fff Another attempt at fixing the build 2017-12-18 14:45:15 +01:00
Tahir Akhlaq
3396bbbc7b added close to home quest 2017-12-18 12:01:38 +00:00
Mordred Admin
764b73b11c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00
Mordred
48c130472e Removed old actorspawn structure as it is not used anymore 2017-12-17 23:49:11 +01:00
Mordred
84a851d0a1 Fixed questmessage and a quest field size 2017-12-17 18:50:03 +01:00
GokuWeedLord
1a3173bf43 fix !set classjob not setting up classes properly 2017-12-16 23:00:04 +11:00
GokuWeedLord
78c636b4b1 add some gridania quests and move some constants into ScriptObject 2017-12-16 12:13:45 +11:00
Mordred
2ce60e4c43 Forgot to fix field name 2017-12-16 00:57:52 +01:00
Mordred
33eeb6acb6 Greatly improved initui and changed DB and player field sizes 2017-12-16 00:41:51 +01:00
GokuWeedLord
89b6ac76df improve script reloading and fix openinggridania 2017-12-15 00:19:30 +11:00