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

1809 commits

Author SHA1 Message Date
Mordred
c568a998c3 More event simplification 2018-01-18 21:49:12 +01:00
Mordred
0a8ce53b09 Merge pull request #217 from GokuWeedLord/event_rewrite
fix hotloading setting, minor cleanup
2018-01-18 09:03:06 +01:00
Adam
b3ba2a992c fix hotloading setting, minor cleanup 2018-01-18 13:56:55 +11:00
Mordred
9f62ca9423 Merge branch 'event_rewrite' of https://github.com/SapphireMordred/Sapphire into event_rewrite 2018-01-17 23:22:23 +01:00
Mordred
32d5a55ee9 Fixed weatherrate being pulled off the wrong field 2018-01-17 23:22:19 +01:00
Mordred
934784aec7 Merge pull request #216 from GokuWeedLord/event_rewrite
use typeinfo for script types instead of an enum
2018-01-17 11:12:42 +01:00
Adam
15d6ae7e0d use typeinfo for script types instead of an enum 2018-01-17 20:09:16 +11:00
Mordred
5bf895ec3d Updated submodules 2018-01-16 19:01:10 +01:00
Mordred
8574e92559 Fixed mysql autoreconnect for prepared statements 2018-01-16 16:36:24 +01: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
824a308359 Merge pull request #215 from goaaats/ex-rework
Use millisecond accuracy for replays
2018-01-09 23:45:17 +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
Mordred
72ae0b5bcb Merge pull request #214 from goaaats/ex-rework
Added basic capture replay
2018-01-08 23:41:00 +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
Mordred
f812b31721 Merge pull request #213 from AcedArmy/Chai_to_Native
Ported the Quarrels with Squirrels Quest from Chai
2018-01-05 18:22:18 +01:00
Mordred
7abc33c930 Update SubFst002.cpp
removed unneeded space
2018-01-05 18:21:49 +01:00
Biscuit Boy
4a6fa2e9da Added Space in Func Call Arguments 2018-01-05 23:44:08 +11:00
Biscuit Boy
8b1e246cc2 Fixed The Formatting Again
Please be the last time
2018-01-05 23:29:09 +11: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
Biscuit
f71b5ab7f3 Ported the Quarrels with Squirrels Quest from Chai
Ported the Quarrels with Squirrels from the old ChaiScript over to Native.
I cannot Test the Port up to Killing a NPC right now since a Bug, but after the Bug is fixed it should work fine.
2017-12-30 14:21:33 +11:00
Biscuit
d8c58c679f Merge pull request to Update Master
Updated to latest master
2017-12-30 14:15:30 +11:00
Mordred
6d1d34830f Merge remote-tracking branch 'origin/native_scripting' 2017-12-29 22:51:27 +01:00
Mordred
07dbb25480 Removed all chaiscripts, check git history if you really want em 2017-12-29 20:14:39 +01:00
Mordred
e824446fce Just style fixes 2017-12-29 20:12:03 +01:00
Adam
86818e14ed remove EXPORT_SCRIPTOBJECT from generated scripts - unused now 2017-12-28 00:08:20 +11:00
Adam
97dcf5640e Merge remote-tracking branch 'upstream/native_scripting' into feature/nativescripting 2017-12-27 19:49:13 +11: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
Mordred
76cd9cdd80 Merge pull request #208 from GokuWeedLord/feature/nativescripting
scripts are now built into common libs instead of seperate libs
2017-12-27 09:33:54 +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
Mordred
5dffb7dad1 Merge pull request #207 from AcedArmy/master
Hopefully Added All Aetheryte Positions for ARR
2017-12-25 00:30:58 +01:00
Mordred
39a7b7bc3c Merge pull request #206 from goaaats/patch-1
Fix ADD commands
2017-12-25 00:30:21 +01:00
Biscuit
a6e3d34dd4 Hopefully Added All Aetheryte Positions for ARR 2017-12-23 03:48:52 +11:00
goaaats
ea725f0f31 Fix ADD commands 2017-12-22 16:34:05 +01:00
Mordred
c0fb85379c Merge pull request #201 from takhlaq/tools
updated quest_parser for c++ scripting, fixed typo in pcb_reader
2017-12-20 23:33:24 +01:00
Mordred Admin
4622b50631 Build fix 2017-12-20 15:28:12 +01:00