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

16 commits

Author SHA1 Message Date
Mordred
725ca11c60 Revert "Merge pull request #225 from GokuWeedLord/event_rewrite"
This reverts commit 4e2319130f, reversing
changes made to 695fea7812.
2018-01-28 11:16:34 +01:00
Adam
fb06cd4930 switch debugcommandhandler for scripted implementation 2018-01-28 18:52:53 +11:00
Adam
ac9613f2f5 scripts are now built into common libs instead of seperate libs 2017-12-27 18:47:51 +11:00
Tahir Akhlaq
85e2ea072d 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
0f3f51c304 #182 - Renamed targets to be less ambigious 2017-12-19 09:27:22 +01:00
Tahir Akhlaq
4372179546 update quest_parser for c++ scripting
- fixed pcb_reader path
2017-12-17 09:56:35 +00:00
GokuWeedLord
8efeb4a0fa fix compile warning 2017-12-16 19:05:14 +11:00
GokuWeedLord
9cfe995da5 hopefully it'll build properly on windows/linux 2017-12-13 23:08:02 +11:00
GokuWeedLord
3656f15d75 copy scripts to a cache before loading, update config, implement all scriptmanager functionality 2017-12-13 22:19:00 +11:00
GokuWeedLord
3d3f92d7ca use precompiled headers for script compilation on msvc 2017-12-13 14:20:11 +11:00
GokuWeedLord
6b63d22391 base scripts init code, call init before zone init for onZoneInit callback 2017-12-10 23:51:06 +11:00
GokuWeedLord
2474881788 scripts build to their own libs now 2017-12-10 22:04:46 +11:00
GokuWeedLord
a291d7e0dc scripts now link properly with server_zone 2017-12-10 21:43:35 +11:00
GokuWeedLord
58a4e9e0fe refactor script api, base script loading impl 2017-12-10 15:31:48 +11:00
GokuWeedLord
c4e8a82df1 building finally works 💦 💦 💦 2017-12-10 02:49:22 +11:00
GokuWeedLord
6ff0e7d414 script api changes, fix indenting, some broken cmake shit 2017-12-10 02:13:54 +11:00