1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00
Commit graph

771 commits

Author SHA1 Message Date
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
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
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
Tahir Akhlaq
43caa4e70b style fixes in ManFst004 2017-12-20 14:23:45 +00: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
fdb59ffebc readding version to gitignore 2017-12-20 13:42:35 +01:00
Mordred Admin
7c230e88fe Git version fix 2017-12-20 13:41:13 +01: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
5c9ec6f695 Windows build fix 2017-12-18 12:57:24 +01: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
Tahir Akhlaq
e69a5d1cd4 clean up generated script public/private members 2017-12-17 10:56:41 +00:00
Tahir Akhlaq
83f88102f9 update quest_parser for c++ scripting
- fixed pcb_reader path
2017-12-17 09:56:35 +00:00
GokuWeedLord
1a3173bf43 fix !set classjob not setting up classes properly 2017-12-16 23:00:04 +11:00
Mordred
05e48baf7b Merge pull request #203 from GokuWeedLord/feature/nativescripting
add some gridania quests and move some constants into ScriptObject
2017-12-16 10:27:46 +01:00
GokuWeedLord
77c6557391 fix compile warning 2017-12-16 19:05:14 +11:00
GokuWeedLord
feddeec418 opening quests done, still missing some functionality but you teleport into the real zones 2017-12-16 14:45:40 +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
Mordred
e574d4035d Merge pull request #202 from GokuWeedLord/feature/nativescripting
automagically reload rebuilt scripts
2017-12-14 23:54:48 +01:00
GokuWeedLord
89b6ac76df improve script reloading and fix openinggridania 2017-12-15 00:19:30 +11:00
GokuWeedLord
70960ceb1d my spacebar died for my sins 2017-12-14 23:11:29 +11:00
GokuWeedLord
c60b680a27 change reload -> queue reload & some minor refactoring 2017-12-14 23:05:53 +11:00
GokuWeedLord
6e345a265b automagically reload rebuilt scripts 2017-12-14 22:30:06 +11:00
Mordred
28609515a2 Merge pull request #199 from GokuWeedLord/feature/nativescripting
Native Scripting
2017-12-14 09:11:20 +01:00
GokuWeedLord
bd676cc4f0 Travis: A Lost Hope - Episode VI DLC 1 2017-12-14 17:38:50 +11:00
GokuWeedLord
87b7081501 Travis: A Lost Hope - Episode VI 2017-12-14 17:37:39 +11:00
GokuWeedLord
c77ade6e3c fix deps 2017-12-14 17:21:42 +11:00
GokuWeedLord
17d7c5a5a2 fix add-apt-repository cmd 2017-12-14 17:11:07 +11:00
GokuWeedLord
ec3e43fb09 maybe travis will use boost1.63 2017-12-14 17:02:30 +11:00
GokuWeedLord
6ff62d4a3a update boost ver on appveyor & set cxx flags for experimental/filesystem 2017-12-14 16:46:51 +11:00
GokuWeedLord
27f6261e33 maybe, just maybe, it builds on travis now 2017-12-14 15:03:23 +11:00
GokuWeedLord
f8d94acd83 add module cache back, add reload functionality/debug cmd 2017-12-14 13:23:59 +11:00
GokuWeedLord
1d9c12ce1c remove module cache code 2017-12-13 23:08:16 +11:00
GokuWeedLord
75202b0782 hopefully it'll build properly on windows/linux 2017-12-13 23:08:02 +11:00
GokuWeedLord
10d32a0e36 copy scripts to a cache before loading, update config, implement all scriptmanager functionality 2017-12-13 22:19:00 +11:00