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

791 commits

Author SHA1 Message Date
goaaats
a543a149cc Style fixes 2018-01-08 23:23:09 +01:00
goaaats
a25ee827a5 Added basic capture replay 2018-01-08 21:42:44 +01:00
Mordred
ffaa89a35e
Merge pull request #212 from GokuWeedLord/feature/nativescripting
generally simplify scripting system internals
2018-01-05 18:22:58 +01:00
Adam
5ea6682692 whitespace fixes 2018-01-04 22:40:48 +11:00
Adam
2b40db7007 use dynamic_cast instead of static_cast in script getter 2018-01-04 22:24:13 +11:00
Adam
7ee0ba330e generally simplify scripting system internals 2018-01-04 16:14:14 +11:00
Mordred
31a2cf0209 Merge remote-tracking branch 'origin/native_scripting' 2017-12-29 22:51:27 +01:00
Mordred
f6ae3a35c3 Just style fixes 2017-12-29 20:12:03 +01:00
Adam
6fd9bb1813 remove EXPORT_SCRIPTOBJECT from generated scripts - unused now 2017-12-28 00:08:20 +11:00
Mordred
75c2dfffd2
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
897e02093f delete unloaded scripts 2017-12-27 18:53:45 +11:00
Adam
ac9613f2f5 scripts are now built into common libs instead of seperate libs 2017-12-27 18:47:51 +11:00
Adam
3a05770330 Merge remote-tracking branch 'upstream/native_scripting' into fix/set-classjob 2017-12-27 12:52:23 +11:00
goaaats
dbac086121
Fix ADD commands 2017-12-22 16:34:05 +01: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
Mordred
232d9cd1ad Windows build fix 2017-12-18 23:10:36 +01:00
Mordred Admin
4606e83d15 Another attempt at fixing the build 2017-12-18 14:45:15 +01:00
Tahir Akhlaq
d799f2e3c2 added close to home quest 2017-12-18 12:01:38 +00:00
Mordred Admin
32d886675c Windows build fix 2017-12-18 12:57:24 +01:00
Mordred Admin
e0f93eaf1c Moved and renamed Server_Common, now just src/common 2017-12-18 12:36:52 +01:00
Mordred
1673292b62 Removed old actorspawn structure as it is not used anymore 2017-12-17 23:49:11 +01:00
Mordred
19b67d057a Fixed questmessage and a quest field size 2017-12-17 18:50:03 +01:00
Tahir Akhlaq
7316660a70 clean up generated script public/private members 2017-12-17 10:56:41 +00:00
Tahir Akhlaq
4372179546 update quest_parser for c++ scripting
- fixed pcb_reader path
2017-12-17 09:56:35 +00:00
GokuWeedLord
b0d200ef06 fix !set classjob not setting up classes properly 2017-12-16 23:00:04 +11:00
GokuWeedLord
ec4209c57f add some gridania quests and move some constants into ScriptObject 2017-12-16 12:13:45 +11:00
Mordred
0c87adbb51 Forgot to fix field name 2017-12-16 00:57:52 +01:00
Mordred
73cf452fb8 Greatly improved initui and changed DB and player field sizes 2017-12-16 00:41:51 +01:00
GokuWeedLord
052add56e2 improve script reloading and fix openinggridania 2017-12-15 00:19:30 +11:00
GokuWeedLord
b6730df029 my spacebar died for my sins 2017-12-14 23:11:29 +11:00
GokuWeedLord
7df77ae520 change reload -> queue reload & some minor refactoring 2017-12-14 23:05:53 +11:00
GokuWeedLord
0f4e30c3e3 automagically reload rebuilt scripts 2017-12-14 22:30:06 +11:00
GokuWeedLord
96536f58d0 maybe travis will use boost1.63 2017-12-14 17:02:30 +11:00
GokuWeedLord
7368db5b42 maybe, just maybe, it builds on travis now 2017-12-14 15:03:23 +11:00
GokuWeedLord
5009be1520 add module cache back, add reload functionality/debug cmd 2017-12-14 13:23:59 +11:00
GokuWeedLord
4546bafb6f remove module cache code 2017-12-13 23:08:16 +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
53ff4b9330 generally simplify code and change nativescript to nativescriptmanager 2017-12-13 15:07:03 +11:00
GokuWeedLord
fc0fb276b9 use defines for fixed script ids 2017-12-13 14:05:50 +11:00
GokuWeedLord
69d618f1d0 Merge remote-tracking branch 'upstream/master' into feature/nativescripting 2017-12-13 13:06:28 +11:00
GokuWeedLord
ed882044b1 fix incorrect usage of fatal error logging and switch typedef to using 2017-12-13 13:06:02 +11:00
GokuWeedLord
a59b3185e3 cleanup aetheryte code, refactor aetheryte/aethernet scriptid
also revert changes in regards to debugcommandptr, out of scope of this PR
2017-12-12 20:28:57 +11:00
GokuWeedLord
0e7115f8a5 aethernet works again 2017-12-12 17:29:31 +11:00
GokuWeedLord
c7dff9c053 fix spacing 2017-12-12 15:00:56 +11:00
GokuWeedLord
c08c57f928 fix interactions getting locked in unhandled ontalk events 2017-12-12 14:58:50 +11:00
GokuWeedLord
06c4bac569 change include order, make debugcommand shared_ptr type nicer 2017-12-12 14:58:36 +11:00
GokuWeedLord
67a201e0c8 simplify script exporting, fix invalid indenting 2017-12-12 14:57:13 +11:00
GokuWeedLord
5f68dcdbd3 refactor ability to action so it's consistent with the rest 2017-12-12 13:17:55 +11:00
GokuWeedLord
6f64c6492d unloading works now, scriptinfo is properly stored 2017-12-12 13:17:43 +11:00